[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (4fff3ed -> 01a0e17)
From: |
Glenn Morris |
Subject: |
master updated (4fff3ed -> 01a0e17) |
Date: |
Fri, 27 Dec 2019 10:55:03 -0500 (EST) |
gm pushed a change to branch master.
from 4fff3ed Deduplicate non-fixnum numeric constants in
byte-compilation
adds 0b32f59 Fix compilation warning in gnus-start.el
adds 03f962a Port x_get_monitor_attributes_fallback to !HAVE_GTK3
adds e1ce9f3 Don't recommend using 'module-load' for loading modules.
adds 21c3020 Document some restrictions for module functions.
adds be38e39 project--find-regexp-in-files: Support remote files
adds 6ab40c1 ; Clarify the assumption
adds 7edb1f0 ; Remove outdated declarations
adds ccd7cd2 Speed up dired-do-find-regexp
adds e8aa6f1 * doc/emacs/buffers.texi (Kill Buffer): Improve indexing.
adds cd55984 Calc: add missing dynamic variable declarations
adds 47a73e3 Update Windows build documentation
adds 8aad80d Fix installer build
new 822c98a Merge from origin/emacs-27
adds d627fc7 ; Use regexp type in tramp-adb-prompt (backport, do not
merge)
new 7808453 ; Merge from origin/emacs-27
adds 3b19961 Minor improvements of buffer documentation
adds 219b91e ; project--find-regexp-in-files: Avoid prepending
remote-id twice (bug#34343)
adds e1e0a7a xref--collect-matches: Speed up on remote
adds f0da3aa Merge branch 'emacs-27' of
git.savannah.gnu.org:/srv/git/emacs into emacs-27
adds 3f2788d project--vc-list-files: Recurse into submodules
new 01a0e17 Merge from origin/emacs-27
Summary of changes:
admin/nt/dist-build/README-scripts | 53 +++++++++++++++++++++++++++++++---
admin/nt/dist-build/build-zips.sh | 14 +++++----
doc/emacs/buffers.texi | 6 ++++
doc/lispref/internals.texi | 20 +++++++++++--
doc/lispref/loading.texi | 6 ++++
lisp/calc/calc-alg.el | 15 ++++++++++
lisp/dired-aux.el | 21 +++++++++-----
lisp/gnus/gnus-start.el | 1 -
lisp/gnus/gnus-util.el | 23 ++++++++-------
lisp/progmodes/elisp-mode.el | 2 --
lisp/progmodes/project.el | 58 ++++++++++++++++++++++++++++++++------
lisp/progmodes/xref.el | 7 +++--
src/xfns.c | 2 --
test/lisp/calc/calc-tests.el | 15 ++++++++++
14 files changed, 198 insertions(+), 45 deletions(-)
- master updated (4fff3ed -> 01a0e17),
Glenn Morris <=