[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (2955936 -> ae0a1a8)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (2955936 -> ae0a1a8) |
Date: |
Fri, 4 Nov 2016 22:04:24 +0000 (UTC) |
eggert pushed a change to branch master.
from 2955936 ; Restore nixed comments
adds fee4cef Revert fixes to allocation of regex matching
adds 43986d1 Inhibit buffer relocation during regex searches
adds 9c247d2 Update category-table for Chinese characters
adds 9c1cb8d * lisp/subr.el (set-transient-map): Exit for unbound
events (bug#24755).
adds 91c97b6 * Makefile.in (install-arch-indep): Skip
etc/refcards/emacsver.tex.in.
adds dbb3410 python.el: Fix detection of native completion in Python 3
(bug #24401)
new 6a20bd3 Merge from origin/emacs-25
adds 26038aa Fix documentation of 'eudc-inline-expansion-format'
adds 5043e0a Fix documentation for 'eudc-options-file'
new 66b5222 ; Merge from origin/emacs-25
adds 0221b7a Mark relocation workarounds with REL_ALLOC
adds 4a0c590 Fix documentation of the command summary key
adds bdc89eb Improve documentation of 'font-lock-remove-keywords'
adds cd05b1d Fix docstring of 'browse-url-firefox-new-window-is-tab'
adds f708cb2 Clarify doc string of 'transpose-sexps'
adds 23570fd Clarify documentation of 'vc-responsible-backend' wrt
symlinks
adds d8fac73 Update README for precompiled windows Emacs.
adds acae275 ; Spelling fixes
new ae0a1a8 Merge from origin/emacs-25
Summary of changes:
Makefile.in | 2 +-
doc/emacs/maintaining.texi | 2 +-
doc/lispref/files.texi | 15 ++
doc/lispref/modes.texi | 4 +-
doc/misc/ChangeLog.1 | 2 +-
doc/misc/info.texi | 15 +-
etc/ERC-NEWS | 2 +-
etc/NEWS.23 | 2 +-
etc/TODO | 2 +-
lisp/cedet/ede/locate.el | 4 +-
lisp/cedet/semantic/db-typecache.el | 2 +-
lisp/emacs-lisp/eieio-core.el | 2 +-
lisp/emulation/edt.el | 2 +-
lisp/erc/erc-backend.el | 6 +-
lisp/international/characters.el | 8 +-
lisp/international/ucs-normalize.el | 2 +-
lisp/language/ind-util.el | 2 +-
lisp/mh-e/mh-search.el | 4 +-
lisp/mh-e/mh-thread.el | 8 +-
lisp/net/browse-url.el | 5 +-
lisp/progmodes/python.el | 2 +-
lisp/simple.el | 10 +-
lisp/subr.el | 8 +-
lisp/vc/vc.el | 6 +-
nt/README.W32 | 292 +++++++++--------------------------
src/dired.c | 4 +-
src/emacs.c | 2 +-
src/lread.c | 8 +-
src/regex.c | 73 ---------
src/regex.h | 4 +-
src/search.c | 80 ++++++----
31 files changed, 200 insertions(+), 380 deletions(-)
- [Emacs-diffs] master updated (2955936 -> ae0a1a8),
Paul Eggert <=