[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (d546ed1 -> 89ce83b)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (d546ed1 -> 89ce83b) |
Date: |
Fri, 06 May 2016 06:14:36 +0000 |
eggert pushed a change to branch master.
from d546ed1 Support completion of HTML tags in CSS selectors
adds ec554d7 Fix documentation of dired-aux search/replace commands
adds 805204f Mention what a missing :group does
adds 8544b98 posnp doc clarification
adds 2ea2a2f Doc fixes for quoting
adds 79e5800 Improve documentation of Dired's 'A' and 'Q' commands
adds 93703c5 (Common Keywords): Correct what missing :group means
adds 52f86a7 * etc/NEWS: Mention (message "%s" (format ...)).
adds c68a091 Note the quote translation in `message' in section
"incompatible changes".
adds 6f82d8e Clear buffer-undo-list when showing xrefs
adds 6428aa0 Use grep-find-ignored-directories instead of
vc-directory-exclusion-list
adds f559b37 Add tests for xref-collect-matches
adds 4d8fd9c Handle "empty line" regexp in xref searches
adds adc80b7 ; * test/automated/xref-tests.el: Add copyright and
license.
adds e68ad1f ; * etc/NEWS: Tiny edit. (Bug#23432)
adds 0932b94 Fix todo-mode bug involving archived items (bug#23447)
adds 3fe3510 * lisp/replace.el (query-replace-read-from): Use
minibuffer-with-setup-hook
adds 922c7a3 Rework xref-query-replace-in-results
adds ab3ba91 shell-quote-argument DIR when appropriate
adds 1a4127d Use save-excursion in xref-location-marker more
adds 3347a73 `nreverse' the marker pairs list
adds 5e814e0 Minor doc fixes for quoting
adds 50650cb Doc fixes for fclist and grep
new 89ce83b Merge from origin/emacs-25
Summary of changes:
doc/emacs/dired.texi | 14 ++++
doc/emacs/frames.texi | 5 +-
doc/emacs/text.texi | 4 +-
doc/lispintro/emacs-lisp-intro.texi | 28 +++----
doc/lispref/control.texi | 11 ++-
doc/lispref/customize.texi | 9 ++-
doc/lispref/display.texi | 11 ++-
doc/lispref/help.texi | 4 +
doc/lispref/strings.texi | 10 ++-
etc/NEWS | 23 +++---
etc/PROBLEMS | 2 +-
lisp/calendar/todo-mode.el | 39 +++++-----
lisp/cedet/cedet-cscope.el | 2 +-
lisp/cedet/semantic/symref.el | 2 +-
lisp/dired-aux.el | 19 ++++-
lisp/man.el | 2 +-
lisp/progmodes/elisp-mode.el | 5 +-
lisp/progmodes/etags.el | 5 +-
lisp/progmodes/project.el | 3 +-
lisp/progmodes/xref.el | 146 ++++++++++++++++++++++-------------
lisp/replace.el | 21 +++--
lisp/subr.el | 15 +++-
src/bidi.c | 4 +-
src/callint.c | 2 +-
src/doprnt.c | 6 +-
src/editfns.c | 13 ++--
test/automated/data/xref/file1.txt | 2 +
test/automated/data/xref/file2.txt | 2 +
test/automated/xref-tests.el | 91 ++++++++++++++++++++++
29 files changed, 343 insertions(+), 157 deletions(-)
create mode 100644 test/automated/data/xref/file1.txt
create mode 100644 test/automated/data/xref/file2.txt
create mode 100644 test/automated/xref-tests.el
- [Emacs-diffs] master updated (d546ed1 -> 89ce83b),
Paul Eggert <=