- 10 Aug, 2019 1 commit
-
-
Mauro Aranda authored
* lisp/play/pong.el (pong-move-left pong-move-right): Refer to the right bats and directions of movement. (Bug#36959)
-
- 09 Aug, 2019 1 commit
-
-
Eli Zaretskii authored
* lisp/simple.el (append-to-buffer, prepend-to-buffer) (copy-to-buffer): Doc fixes.
-
- 08 Aug, 2019 2 commits
-
-
Mauro Aranda authored
* lisp/progmodes/octave.el (octave-eldoc-function-signatures): Fix the regexp used, so no match happens when there is no defined function FN. Also, tweak the regexp to support GNU Octave 4.2.x and newer. (Bug#36459)
-
Eli Zaretskii authored
* lisp/man.el (Man-build-man-command): On MS-Windows, redirect stdin of 'man' to the null device, to make sure Groff exits immediately after formatting the man page.
-
- 07 Aug, 2019 1 commit
-
-
Philipp Stephani authored
pending_signals is often set if no quit is pending. This results in bugs in module code if the module returns but no quit is actually pending. * src/emacs-module.c (module_should_quit): Use QUITP macro to check whether the caller should quit. * src/eval.c: Remove obsolete comment.
-
- 03 Aug, 2019 3 commits
-
-
Basil L. Contovounesios authored
* doc/misc/gnus.texi (Group Parameters, Expiring Mail): * lisp/gnus/gnus-cus.el (gnus-group-parameters): Clarify descriptions of nnmail-expiry, nnmail-expiry-wait, and nnmail-expiry-wait-function. * lisp/gnus/nnmail.el (nnmail-expiry-wait) (nnmail-expiry-wait-function): Clarify docstrings and fix custom :types (bug#36850).
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* doc/lispref/debugging.texi (Syntax Errors, Excess Open) (Excess Close): Name the commands invoked by the key sequences. Add cross-references to appropriate sections of the Emacs manual. (Bug#21385) (cherry picked from commit faafd467)
-
- 01 Aug, 2019 1 commit
-
-
Glenn Morris authored
-
- 30 Jul, 2019 3 commits
-
-
Eli Zaretskii authored
-
Noam Postavsky authored
* doc/emacs/programs.texi (Left Margin Paren): Add index for "\( in strings". * doc/lispref/positions.texi (List Motion): Add index, and cross reference.
-
Martin Rudalics authored
* lisp/window.el (fit-window-to-buffer): Fix doc-string. Suggested by Drew Adams <drew.adams@oracle.com>
-
- 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 9 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.
-