emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] pdumper updated (dcb44cc -> 9d46a9a)


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper updated (dcb44cc -> 9d46a9a)
Date: Mon, 26 Feb 2018 14:30:48 -0500 (EST)

quotemstr pushed a change to branch pdumper.

      from  dcb44cc   Fix MS-Windows build
      adds  3efd6ae   Fix reference in Emacs manual
      adds  3d38ab8   command-history-mode inherits from special-mode
      adds  630da78   Update from gnulib
      adds  d599dce   Port recent MAX_RW_COUNT checks to POSIX
      adds  5209e9b   Another fix for cross-references
      adds  4652072   * lisp/vc/vc-dispatcher.el (vc-do-command): Bind 
message-truncate-lines to t
      adds  d48e07a   * lisp/simple.el (next-error-find-buffer-function): New 
defcustom.
      adds  5616125   * admin/automerge: Speed up check phase.
      adds  3267763   Speed up parallel make check by testing slower files first
      adds  041c8c4   * admin/automerge (merge): Report no. of commits if too 
few.
      adds  130c1b8   Fix Bug#30533
      adds  cb55cca   Fix for: "25.0.50; auto-revert-mode breaks git rebase" 
(Bug#21559)
      adds  355c644   Improve the "Sending Mail" chapter of Emacs manual
      adds  05214c6   Correct variable markup in manuals
      adds  69a8f45   * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.
      adds  f0d6a16   Fix documentation of 'x-underline-at-descent-line'
      adds  244db85   * doc/misc/viper.texi (File and Buffer Handling): Add 
missing '@'
      adds  106a9f6   More improvements in the Emacs manual
      adds  3a26c8a   Semantic manual fixes
      adds  f9640f9   * lisp/progmodes/grep.el (grep-compute-defaults):
      adds  a6d8f2b   Fix capitalization of "Mail-Followup-To"
      adds  83187cd   Skip mouse-face overlap check when mouse-face is hidden 
(Bug#30519)
      adds  6bfb754   Merge from origin/emacs-26
      adds  8ba61ff   * lisp/progmodes/grep.el (grep-find-hide): New defcustom 
(bug#30503).
      adds  dad1aeb   * lisp/help.el (view-lossage): Use the same format as in 
edit-last-kbd-macro.
      adds  9793a46   * test/lisp/emacs-lisp/package-tests.el: Improve 
signature tests
      adds  ea16045   * lisp/vc/vc-git.el: Avoid bootstrap errors since recent 
grep change.
      adds  b7542b2   Remove unnecessary explicit subword-mode use from isearch
      adds  b9d414e   Add isearch-yank-symbol-or-char
      adds  a12dccc   Add more build outputs to .gitignore
      adds  088b1b8   Fix documentation from recent changes
      adds  8156e3f   * admin/automerge: Quieten initial pull if start with 
reset.
      adds  0b39f1a   * lisp/vc/vc-git.el: Silence compiler.
      adds  1586314   * .gitignore: revert latest change; not currently needed
      adds  8a23dc1   Describe 'view-lossage' changes in its docstring and NEWS
      adds  de17b8e   Tiny doc/misc markup fixes
      adds  5fb2957   Improvements in the Emacs manual
      adds  76f5242   Document, in the Elisp manual, how to get a character's 
raw syntax descriptor
      adds  2dc24d5   Fix @findex and @vindex entries in manuals
      adds  361a8b9   * doc/emacs/mini.texi (Completion Styles): Improve 
indexing.
      adds  8a73b80   Minor doc fixes, mostly for timestamp issues
      adds  4a8ea7d   * lisp/international/mule.el (keyboard-coding-system): 
Doc fix.
      adds  d806d69   ; Use @minus for negative numbers in some texi files
      adds  c0676d4   Improve documentation of X resources
      adds  7e7f2ea   * src/keyboard.c (syms_of_keyboard): Doc fix.  (Bug#30588)
      adds  80c2bf6   Merge from origin/emacs-26
      adds  b0be19b   ; * doc/emacs/xresources.texi (Table of Resources): Fix 
last change.
      adds  560a23e   Document reserved keys
      adds  9f56d04   Merge from origin/emacs-26
      adds  7df482a   Update from gnulib
      adds  25271a6   Make bare "make" in src actually build emacs again
       new  c63aa80   Merge remote-tracking branch 'origin/master' into pdumper
       new  6e74423   Move pdumper stuff below all target in src Makefile
       new  9d46a9a   Split pdmp-file make rules from executables


Summary of changes:
 admin/automerge                       |   9 +-
 build-aux/config.guess                |   8 +-
 build-aux/config.sub                  |   5 +-
 doc/emacs/building.texi               |  11 +-
 doc/emacs/calendar.texi               |   3 +-
 doc/emacs/cmdargs.texi                |  82 ++++----
 doc/emacs/custom.texi                 |  91 +++++----
 doc/emacs/display.texi                |   7 +-
 doc/emacs/help.texi                   |   4 +-
 doc/emacs/m-x.texi                    |   4 +-
 doc/emacs/mini.texi                   |  11 +-
 doc/emacs/misc.texi                   |   2 +-
 doc/emacs/package.texi                |  10 +-
 doc/emacs/search.texi                 |  11 +-
 doc/emacs/sending.texi                |  44 ++---
 doc/emacs/trouble.texi                |   2 +-
 doc/emacs/windows.texi                |   2 +-
 doc/emacs/xresources.texi             |  23 ++-
 doc/lispintro/emacs-lisp-intro.texi   |  28 +--
 doc/lispref/buffers.texi              |   5 +-
 doc/lispref/edebug.texi               |   2 +-
 doc/lispref/files.texi                |   3 +-
 doc/lispref/frames.texi               | 170 ++++++++---------
 doc/lispref/functions.texi            |   2 +-
 doc/lispref/minibuf.texi              |   2 +-
 doc/lispref/os.texi                   |   5 +-
 doc/lispref/positions.texi            |   2 +-
 doc/lispref/strings.texi              |   2 +-
 doc/lispref/syntax.texi               |   4 +
 doc/lispref/text.texi                 |   2 +-
 doc/lispref/windows.texi              |  30 +--
 doc/misc/calc.texi                    |   2 +-
 doc/misc/cc-mode.texi                 | 346 +++++++++++++++++-----------------
 doc/misc/dired-x.texi                 |   6 +-
 doc/misc/ediff.texi                   |  10 +-
 doc/misc/epa.texi                     |   4 +-
 doc/misc/gnus-faq.texi                |   2 +-
 doc/misc/gnus.texi                    |  14 +-
 doc/misc/mh-e.texi                    |  40 ++--
 doc/misc/pcl-cvs.texi                 |  14 +-
 doc/misc/reftex.texi                  |  24 +--
 doc/misc/sc.texi                      | 144 +++++++-------
 doc/misc/semantic.texi                |   5 +-
 doc/misc/tramp.texi                   |   4 +-
 doc/misc/url.texi                     |   5 +-
 doc/misc/vhdl-mode.texi               |  38 ++--
 doc/misc/viper.texi                   | 196 +++++++++----------
 etc/NEWS                              |  29 +++
 lib/gnulib.mk.in                      |   8 +-
 lib/stdlib.in.h                       |   3 +
 lisp/autorevert.el                    |   3 +-
 lisp/chistory.el                      |  13 +-
 lisp/help.el                          |  16 +-
 lisp/international/mule.el            |   2 +-
 lisp/isearch.el                       |  29 +--
 lisp/net/ange-ftp.el                  |  10 +
 lisp/progmodes/grep.el                |  51 ++++-
 lisp/simple.el                        |  65 +++++--
 lisp/textmodes/flyspell.el            |   2 +-
 lisp/vc/vc-dispatcher.el              |  30 +--
 lisp/vc/vc-git.el                     |  15 +-
 m4/getloadavg.m4                      |   5 +-
 m4/stdlib_h.m4                        |   5 +-
 m4/warnings.m4                        |  11 +-
 src/Makefile.in                       |  72 ++++---
 src/keyboard.c                        |   5 +-
 src/sysdep.c                          |  29 ++-
 src/xdisp.c                           |  10 +-
 src/xterm.c                           |   2 +
 test/Makefile.in                      |   8 +
 test/lisp/emacs-lisp/package-tests.el |  10 +-
 71 files changed, 1078 insertions(+), 795 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]