- 22 Jul, 2019 1 commit
-
-
Alan Mackenzie authored
-
- 21 Jul, 2019 1 commit
-
-
Noam Postavsky authored
* lisp/term.el (term-emulate-terminal): Avoid errors if the whole decoded string is eight-bit characters. Don't attempt to save the string for next iteration in that case. * test/lisp/term-tests.el (term-decode-partial) (term-undecodable-input): New tests.
-
- 20 Jul, 2019 1 commit
-
-
N. Jackson authored
(Bug#36693) Copyright-paperwork-exempt: yes
-
- 17 Jul, 2019 1 commit
-
-
Basil L. Contovounesios authored
Pointed out by Michael Heerdegen <michael_heerdegen@web.de>. * lisp/emacs-lisp/package.el (package-alist): Fix docstring grammar (bug#17403).
-
- 14 Jul, 2019 1 commit
-
-
Markus Triska authored
-
- 13 Jul, 2019 3 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* src/buffer.c (syms_of_buffer) <bidi-display-reordering>: Further doc fix.
-
Stefan Kangas authored
This explanation was given by Eli Zaretskii on emacs-devel. For discussion, see: https://lists.gnu.org/archive/html/emacs-devel/2019-07/msg00294.html * src/buffer.c (syms_of_buffer): Add warning to doc string of bidi-display-reordering to explain that it should only be used for debugging.
-
- 12 Jul, 2019 1 commit
-
-
YAMAMOTO Mitsuharu authored
* configure.ac: Set RSVG_REQUIRED to 2.14.0 as rsvg_handle_get_dimensions needs it.
-
- 10 Jul, 2019 1 commit
-
-
Michael Albinus authored
-
- 09 Jul, 2019 1 commit
-
-
Stefan Monnier authored
-
- 06 Jul, 2019 11 commits
-
-
Eli Zaretskii authored
-
Stefan Monnier authored
Tell package.el their version number, for better behavior w.r.t the versions available in GNU ELPA
-
Eli Zaretskii authored
* doc/emacs/display.texi (Font Lock): Make the wording about "enabling Font Lock" crystal clear. (Bug#36529)
-
Eli Zaretskii authored
* doc/lispref/display.texi (Image Descriptors): More accurate description of where image files are looked up. (Bug#36523)
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* doc/emacs/killing.texi (Secondary Selection): Improve wording. Mention that 'M-mouse-1' can be used to cancel secondary selections. (Bug#36365)
-
Eli Zaretskii authored
-
YAMAMOTO Mitsuharu authored
* src/macfont.m (macfont_supports_charset_and_languages_p) (macfont_has_char): Don't pass integers outside the Unicode codespace to CFCharacterSetIsLongCharacterMember. Do not merge to master.
-
Noam Postavsky authored
* lisp/progmodes/python.el (python-shell--prompt-calculated-output-regexp): python-shell-set-prompt-regexp doesn't exist, presumably python-shell-prompt-set-calculated-regexps was meant.
-
Noam Postavsky authored
* test/lisp/thingatpt-tests.el (thing-at-point-looking-at): New test.
-
Noam Postavsky authored
-
- 03 Jul, 2019 1 commit
-
-
Eli Zaretskii authored
-
- 01 Jul, 2019 1 commit
-
-
Glenn Morris authored
-
- 29 Jun, 2019 1 commit
-
-
Stefan Kangas authored
* src/fileio.c (Ffile_exists_p): Fix typo in doc string.
-
- 28 Jun, 2019 2 commits
-
-
Juanma Barranquero authored
-
Stefan Kangas authored
* doc/lispref/windows.texi (Window History): Fix typo. (Bug#36412)
-
- 26 Jun, 2019 2 commits
-
-
Basil L. Contovounesios authored
* doc/lispref/internals.texi (Writing Emacs Primitives): Update some of the sample code listings, fixing argument lists and parentheses. Replace ... with @dots{}. Describe UNEVALLED special forms as taking a single argument. (bug#36392)
-
Eli Zaretskii authored
* doc/lispref/internals.texi (Writing Emacs Primitives): Clarify the issue with relocation of buffer or string text as side effect of Lisp evaluation. (Bug#36392)
-
- 25 Jun, 2019 2 commits
-
-
Noam Postavsky authored
* lisp/textmodes/sgml-mode.el (sgml-syntax-propertize): Use syntax-ppss-table if set. This is only needed on the release branch, on master the caller (syntax-propertize) already does this. (sgml-mode): Set syntax-ppss-table to sgml-tag-syntax-table. This correctly classifies parens as punctuation, so they won't confuse the parser. * test/lisp/textmodes/sgml-mode-tests.el (sgml-tests--quotes-syntax): New test copied from master, with two cases added for this bug.
-
Noam Postavsky authored
-
- 21 Jun, 2019 1 commit
-
-
Juanma Barranquero authored
* src/fileio.c (Fmake_symbolic_link): Fix docstring. * doc/lispref/files.texi (Changing Files): Doc fix.
-
- 20 Jun, 2019 1 commit
-
-
Robert Pluim authored
The length of the data returned by sysctl can be zero, which was not checked for. This could cause crashes, e.g. when querying non-existent processes. (Bug#36279) * src/sysdep.c (list_system_processes) [DARWIN_OS || __FreeBSD__]: (system_process_attributes) [__FreeBSD__]: (system_process_attributes) [DARWIN_OS]: * src/filelock.c (get_boot_time) [CTL_KERN && KERN_BOOTTIME]: Check for zero length data returned by sysctl.
-
- 17 Jun, 2019 2 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
* test/lisp/progmodes/python-tests.el (python-virt-bin): New function. (python-shell-calculate-exec-path-2) (python-shell-calculate-exec-path-3) (python-shell-calculate-exec-path-4) (python-shell-with-environment-1, python-shell-with-environment-2): Use it.
-
- 16 Jun, 2019 3 commits
-
-
Juanma Barranquero authored
* test/lisp/wdired-tests.el (wdired-test-symlink-name): Skip test if 'make-symbolic-link' fails for whatever reason; that's not what's being tested.
-
Eli Zaretskii authored
* doc/lispref/commands.texi (Click Events, Accessing Mouse): Improve and clarify wording. (Bug#36232)
-
Mattias Engdegård authored
* doc/lispref/searching.texi (Regexp Functions): Fix typo in example code (Bug#34596).
-
- 15 Jun, 2019 2 commits
-
-
Stefan Kangas authored
* lisp/winner.el: Remove outdated comment.
-
Michael Albinus authored
* lisp/net/trampver.el: Change version to "2.3.5.26.3". (customize-package-emacs-version-alist): Add Tramp version integrated in Emacs 26.3. * test/lisp/net/tramp-tests.el (tramp-test42-auto-load): Add skip for w32.
-