- 29 Jul, 2019 4 commits
-
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
- 08 Jul, 2019 18 commits
-
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
- 07 Jul, 2019 12 commits
-
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Juri Linkov authored
* lisp/vc/vc-git.el (vc-git-log-incoming, vc-git-log-outgoing): Remove interactive spec from non-command functions. (Bug#12492)
-
Juri Linkov authored
* lisp/follow.el (follow-scroll-up-arg, follow-scroll-up-window): Use scroll-up-command instead of scroll-up. (follow-scroll-down-arg, follow-scroll-down-window): Use scroll-down-command instead of scroll-down. (follow-scroll-up, follow-scroll-down): Handle scroll-error-top-bottom. * lisp/view.el (view-scroll-lines): Use scroll-down-command instead of scroll-down and scroll-up-command instead of scroll-up. (view-really-at-end): Handle scroll-error-top-bottom.
-
Juri Linkov authored
from replace-highlight for isearch-lazy-highlight-new-loop (bug#36328).
-
Glenn Morris authored
* doc/lispref/searching.texi (Rx Constructs): Fix for makeinfo 4.13.
-
Paul Eggert authored
* src/editfns.c (styled_format): Fix stray ‘pMd’.
-
Paul Eggert authored
printmax_t etc. were needed only for platforms that lacked support for printing intmax_t. These platforms are now so obsolete that they are no longer practical porting targets. * src/image.c (gs_load): Fix unlikely buffer overrun discovered while making these changes. It was introduced in 2011-07-17T00:34:43!eggert@cs.ucla.edu. * src/lisp.h (printmax_t, uprintmax_t, pMd, pMu, pMx): Remove. All uses replaced by their standard counterparts intmax_t, uintmax_t, PRIdMAX, PRIuMAX, PRIxMAX.
-
Nick Drozd authored
* lisp/net/shr.el (shr-tag-abbr, shr-tag-acronym): New functions handling 'abbr' and 'acronym' tags, respectively. * etc/NEWS: Announce change in shr behavior (bug#36475).
-
Mattias Engdegård authored
* lisp/emacs-lisp/rx.el (rx): Replace long description with a condensed summary of the rx syntax, with reference to the manual section.
-
Mattias Engdegård authored
The additions are excluded from the print version to avoid making it thicker. * doc/lispref/elisp.texi (Top): New menu entry. * doc/lispref/searching.texi (Regular Expressions): New menu entry. (Regexp Example): Add rx form of the example. (Rx Notation, Rx Constructs, Rx Functions): New nodes. * doc/lispref/control.texi (pcase Macro): Describe the rx pattern.
-
Paul Eggert authored
* src/emacs.c (close_output_streams): Move from here ... * src/sysdep.c: ... to here, where it really belongs anyway. When ADDRESS_SANITIZER, fflush stderr and check for ferror, to catch stderr output errors even in this case.
-
- 06 Jul, 2019 6 commits
-
-
Stefan Monnier authored
* lisp/finder.el (finder-compile-keywords): Grab version from package--builtin-versions when available.
-
Glenn Morris authored
1e6d8e00 (origin/emacs-26) ; * doc/emacs/killing.texi (Secondary Selec... e2344a77 * lisp/svg.el, lisp/progmodes/ada-mode.el: Fix bug#36360. ff738ab8 Minor copyedit of "Font Lock" in user manual faf99dcb Improve description of image descriptors 21351ccc ; * src/lread.c (Fread): Make the comment wording more accurate. d176090f Improve documentation of secondary selections 8910fe1d * src/fns.c (Fmapconcat): Doc fix. (Bug#36418) # Conflicts: # lisp/svg.el
-
Glenn Morris authored
The following commit was skipped: f0db687a Avoid crash inside CFCharacterSetIsLongCharacterMember (Bug#3...
-
Glenn Morris authored
e97c0437 Fix python.el docstring (Bug#36458) e6608010 ; Add thing-at-point-looking-at test (Bug#35708) f5b48469 ; Fix typo, insure -> ensure in ChangeLogs cb8fb597 * lisp/hi-lock.el (hi-lock-line-face-buffer): Doc fix. (Bug3...
-
Glenn Morris authored
The following commit was skipped: dc5ed2c8 (emacs-26) ; Auto-commit of loaddefs files.
-
Glenn Morris authored
316f5a3b Fix typo in doc string of file-exists-p (bug#36408) bfc7c6e0 * test/lisp/url/url-file-tests.el (url-file): Fix for POSIX f... 13b95e1c Fix typo in windows.texi 8b775c30 Clarify & update (elisp) Writing Emacs Primitives 7648c125 Clarify a subtle issue in the Internals chapter of lispref
-