- 04 Nov, 2015 3 commits
-
-
Artur Malabarba authored
* test/automated/subr-tests.el (subr-test-when): New test
-
Juanma Barranquero authored
(xref-make-file-location, xref-make-buffer-location, xref-make) (xref-make-bogus-location, xref-make-match): Add cross-references. (xref--insert-xrefs): Fix typo in docstring.
-
Anders Lindgren authored
The fringe bitmaps were inverted, the background was not transparent, the image data was horizontally mirrored, and periodic fringe bitmaps were not supported. * nsimage.m ([EmacsImage initFromXBM:width:height:fg:bg:]): When both background and foreground colors are 0, set the background alpha channel to 0 (making the background transparent). When copying the image data, do this from the most significant bit (leftmost) to the least (rightmost), to avoid mirroring. * nsterm.m (ns_draw_fringe_bitmap): Don't invert the image bits. Add support for periodic images (e.g. the empty line indicator).
-
- 03 Nov, 2015 8 commits
-
-
Michael Heerdegen authored
-
NicolasPetton authored
-
NicolasPetton authored
-
Jay Belanger authored
* lisp/calc/calc (calc-bug-address): Change address.
-
Michael Albinus authored
-
Michael Albinus authored
* src/gfilenotify.c (dir_monitor_callback): Cancel monitor only, if we've got a `deleted' signal AND the file name is the watched one.
-
Stephen Leake authored
* test/automated/elisp-mode-tests.el (xref-elisp-test-run): Use case-insensitive string compare for file names. (emacs-test-dir): Add 'downcase' to cause case differences (at least on my system).
-
Jackson Ray Hamilton authored
-
- 02 Nov, 2015 4 commits
-
-
Juanma Barranquero authored
* test/automated/flymake-tests.el (warning-predicate-rx-gcc): Also check that "make" is available, not just "gcc".
-
Ken Brown authored
* test/automated/fns-tests.el (fns-tests-collate-sort): Mark as expected failure on Cygwin. * doc/lispref/strings.texi (Text Comparison): Document that punctuation and whitespace are not ignored for sorting on Cygwin.
-
Dani Moncayo authored
-
Glenn Morris authored
Add associate. (Bug#21794) * test/automated/f90.el (f90-test-bug21794): New test.
-
- 01 Nov, 2015 9 commits
-
-
Juanma Barranquero authored
* test/automated/process-tests.el (process-test-quoted-batfile): Remove spaces unrelated to the bug being tested.
-
Juanma Barranquero authored
-
Michael Albinus authored
* lisp/net/tramp-gvfs.el (tramp-zeroconf-parse-device-names): Renamed from `tramp-zeroconf-parse-service-device-names'. (tramp-zeroconf-parse-webdav-device-names): Removed. Code merged with `tramp-zeroconf-parse-device-names'. (tramp-gvfs-parse-device-names): New defun. (top): Use it when `tramp-zeroconf-parse-device-names' is not applicable. * lisp/net/tramp.el (tramp-set-completion-function): The argument could also be a zeroconf service type.
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Thomas Fitzsimmons authored
-
Juanma Barranquero authored
* lisp/progmodes/python.el (python-syntax-closing-paren-p): Check with `eql' instead of `=' to accommodate the case that (syntax-after (point)) returns nil. * test/automated/python-tests.el (python-indent-inside-paren-7): New test.
-
Juanma Barranquero authored
(python-tests-with-temp-buffer, python-tests-with-temp-file): Bind `python-indent-guess-indent-offset' to nil. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Your branch is up-to-date with 'origin/master'. # # Changes to be committed: # modified: test/automated/python-tests.el #
-
- 31 Oct, 2015 7 commits
-
-
Juanma Barranquero authored
(pointers_fit_in_lispobj_p, mmap_lisp_allowed_p): #ifdef DOUG_LEA_MALLOC.
-
Jackson Ray Hamilton authored
-
Jackson Ray Hamilton authored
* progmodes/js.el: Add JSX indentation support. (js-jsx-indent-line) (js-jsx-mode): New functions.
-
Michael Albinus authored
-
Michael Albinus authored
* lisp/filenotify.el (file-notify--event-file-name) (file-notify--event-file1-name): Normalize result with `directory-file-name'.
-
Eli Zaretskii authored
* lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Don't use 'bobp', instead compare window-point with 1. (Bug#21730)
-
Paul Eggert authored
This incorporates: 2015-10-30 intprops: add WRAPV and const flavors for GCC 5 2015-10-25 stdalign: port to Sun C 5.9 * doc/misc/texinfo.tex, lib/intprops.h, lib/stdalign.in.h: Copy from gnulib.
-
- 30 Oct, 2015 9 commits
-
-
Eli Zaretskii authored
* src/w32proc.c (_NLSCMPERROR): Fix a typo in the name of this macro. (w32_compare_strings): Adjust for the correction.
-
Michael Albinus authored
* test/automated/vc-tests.el (vc-test--state) (vc-test--working-revision, vc-test--checkout-model): Add result messages.
-
Artur Malabarba authored
-
Artur Malabarba authored
introduced by previous commit.
-
Artur Malabarba authored
-
Artur Malabarba authored
(faces--attribute-at-point): New function. Fix a bug when the face at point is a list of faces and the desired attribute is not on the first one. (foreground-color-at-point, background-color-at-point): Use it.
-
Przemysław Wojnowski authored
-
Juanma Barranquero authored
-
Tassilo Horn authored
* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and ivy.
-