emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (e6b1df0 -> 400b72c)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (e6b1df0 -> 400b72c)
Date: Mon, 15 Jan 2018 16:54:16 -0500 (EST)

gm pushed a change to branch master.

      from  e6b1df0   * admin/authors.el (authors-aliases): Additions.
      adds  a9b884c   Tag some unstable tests, and skip by default (bug#24503)
      adds  3efb1e7   Fix Bug#30057
      adds  9c2b114   Inherit query-on-exit flag to stderr process (Bug#30031)
      adds  4bd2416   Fix documentation of some x-* functions
      adds  80463a4   Improve documentation of 
fill-separate-heterogeneous-words-with-space
      adds  dbb4aac   * lisp/emacs-lisp/syntax.el (syntax-propertize): Fix 
bug#29767
      adds  1f7f037   * lisp/emacs-lisp/generator.el (iter-defun): Add 
'doc-string' prop.
      adds  7ba75b9   Teach etags new interpreters for some languages
      adds  bd2a2a1   Improve documentation of etags
      adds  bce51bd   * lisp/gnus/message.el (message-do-auto-fill): Prevent 
do-auto-fill from adding extra citation mark (bug#29767, but it is a different 
bug).
      adds  4387bb4   Update authors
      adds  2c0cfa6   * ChangeLog.3: Update
       new  9bd8f01   Merge from origin/emacs-26
      adds  64b9d0d   Bump Emacs version to 26.0.91
       new  5c6545d   ; Merge from origin/emacs-26
      adds  e9e32d3   ; * Update ldefs-boot.el
      adds  47aa85c   In nsterm.m use FRAME_NS_P instead of FRAME_X_P 
(Bug#30019)
      adds  106bf8a   Improve the Emacs manual's "Misc" node
      adds  a502ee9   ; * doc/emacs/misc.texi (Amusements): Really add "games" 
to the section name.
      adds  97b0e41   Improve documentation of safe values of variables
      adds  5dd0e5c   Mention trace.el facilities in the ELisp manual
      adds  6c63204   Fix an entry in authors-aliases
      adds  8f705ba   Update etc/AUTHORS
      adds  4f46a50   * ChangeLog.3: Update
      adds  752fba9   ; * Update ldefs-boot.el
      adds  c9c1add   * doc/lispref/variables.texi (File Local Variables): Fix 
last change
       new  6e141a2   Merge from origin/emacs-26
      adds  9b2c3c1   Fix Bug#29149 in shell.el
      adds  7a81586   Fix Bug#29149 in dired-aux.el
       new  8491cbe   ; Merge from origin/emacs-26
      adds  155b211   Minor copyedit in ELisp manual
      adds  8ba5b85   An overdue update of src/emacs-icon.h
      adds  98e5fb9   Remove incorrect documentation in comint.el
       new  400b72c   Merge from origin/emacs-26


Summary of changes:
 ChangeLog.3                                        | 4843 +++++++++++++++++-
 Makefile.in                                        |   13 +-
 admin/authors.el                                   |    4 +-
 doc/emacs/emacs.texi                               |    4 +-
 doc/emacs/maintaining.texi                         |   43 +-
 doc/emacs/misc.texi                                |   80 +-
 doc/lispref/compile.texi                           |    5 +
 doc/lispref/debugging.texi                         |   10 +
 doc/lispref/os.texi                                |    4 +-
 doc/lispref/variables.texi                         |   17 +-
 etc/AUTHORS                                        | 1436 +++---
 lib-src/etags.c                                    |   31 +-
 lisp/comint.el                                     |   14 +-
 lisp/emacs-lisp/generator.el                       |    3 +-
 lisp/emacs-lisp/syntax.el                          |    8 +
 lisp/gnus/message.el                               |    3 +-
 lisp/term/pc-win.el                                |  121 +-
 lisp/textmodes/fill.el                             |    9 +-
 src/emacs-icon.h                                   |  577 +--
 src/nsterm.m                                       |    2 +-
 src/process.c                                      |    8 +-
 test/Makefile.in                                   |   10 +-
 .../eieio-tests/eieio-test-methodinvoke.el         |    2 +-
 test/lisp/emacs-lisp/eieio-tests/eieio-tests.el    |    3 +-
 test/lisp/filenotify-tests.el                      |   62 +-
 test/manual/etags/ETAGS.good_1                     | 3350 ++++++-------
 test/manual/etags/ETAGS.good_2                     | 4328 ++++++++--------
 test/manual/etags/ETAGS.good_3                     | 3972 +++++++--------
 test/manual/etags/ETAGS.good_4                     | 3630 +++++++-------
 test/manual/etags/ETAGS.good_5                     | 5230 ++++++++++----------
 test/manual/etags/ETAGS.good_6                     | 5230 ++++++++++----------
 test/manual/etags/perl-src/htlmify-cystic          |    2 +-
 test/src/process-tests.el                          |   19 +
 33 files changed, 19210 insertions(+), 13863 deletions(-)



reply via email to

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