- 26 Jul, 2019 2 commits
-
-
Tino Calancha authored
Not all the kill commands save the text in the kill ring by default (e.g. `kill-rectangle'). It is more precise to just say that the kill commands save the text and do not change the buffer (Bug#36741). * lisp/view.el (view-mode): Update docstring.
-
Noam Postavsky authored
-
- 25 Jul, 2019 5 commits
-
-
Noam Postavsky authored
* src/process.c (Fset_process_filter): Call add_process_read_fd according to the state of process filter before it's updated. This restores the correct functioning as it was before 2016-02-16 "Allow setting the filter masks later". Inline the set_process_filter_masks call instead of fixing it that function, because it is also called from connect_network_socket, and we don't want to change the behavior of that function so close to release. * test/src/process-tests.el (set-process-filter-t): New test.
-
Noam Postavsky authored
-
Noam Postavsky authored
* lisp/term.el: Mention both forms of directory tracking in commentary. Remove obsolete ChangeLog comments. Move more relevant summary comments to the top.
-
Stefan Kangas authored
Suggested by Stefan Monnier. Ref: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19537#8 * doc/lispref/package.texi (Package Archives): Don't document package-x upload functions in the elisp manual, since they are not very commonly used. (Bug#19537) * lisp/emacs-lisp/package-x.el (package-archive-upload-base) (package-upload-buffer, package-upload-file): Add to the doc strings any details removed from the elisp manual that would otherwise be missing.
-
NicolasPetton authored
-
- 23 Jul, 2019 1 commit
-
-
Basil L. Contovounesios authored
For discussion, see the following thread: https://lists.gnu.org/archive/html/emacs-devel/2019-07/msg00528.html * doc/misc/gnus.texi (X-Face): Fix cross-reference. (Gravatars): * lisp/gnus/gnus-gravatar.el (gnus-gravatar-too-ugly): * lisp/image/gravatar.el (gravatar-cache-ttl, gravatar-rating) (gravatar-size): Clarify user option descriptions. (gravatar-retrieve, gravatar-retrieve-synchronously): Document return value.
-
- 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.
-