emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (e1819a2 -> 3b63afd)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (e1819a2 -> 3b63afd)
Date: Sat, 9 Mar 2019 13:07:55 -0500 (EST)

gm pushed a change to branch master.

      from  e1819a2   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  a89fabe   Update example major mode code in Elisp manual
      adds  04cad5e   Fix visiting XML files with non-Unix EOL format
      adds  f872b65   Improve documentation of 'auto-coding-functions'
      adds  52fd400   Minor improvement of documentation of '(when CONDITION . 
SPEC)'
      adds  099ef44   Minor spelling and grammar fixes (bug#34756)
      adds  dbf1837   * lisp/window.el (fit-frame-to-buffer): Make doc-string 
more accurate.
      adds  2848623   Avoid undefined behavior in gdb-mi.el
      adds  f1bddc7   * lisp/frame.el (make-frame-command): Doc fix.  
(Bug#34715)
      adds  f0be0f1   Improve documentation of 'delete-windows-on'
      adds  60b5c10   Provide more details in doc-string of 'delete-windows-on' 
(Bug#34749)
      adds  464ee80   Warn against recursive invocations of 
'buffer-list-update-hook' (Bug#34765)
      adds  a38da0d   cc-mode.texi: Work around makeinfo alignment bug.  Fix 
problem with ss index
      adds  a3b1935   Mention empty strings in file name expansion, emacs lisp 
reference
      adds  82d4b98   Avoid errors in Auto Revert mode
      adds  0589de5   Fix markup of fake keys in the ELisp manual
       new  3b63afd   Merge from origin/emacs-26


Summary of changes:
 doc/emacs/windows.texi              |  7 +++++++
 doc/lispintro/emacs-lisp-intro.texi |  2 +-
 doc/lispref/buffers.texi            |  4 ++++
 doc/lispref/display.texi            | 10 ++++++++++
 doc/lispref/files.texi              | 13 ++++++++++++-
 doc/lispref/keymaps.texi            | 11 ++++++-----
 doc/lispref/modes.texi              | 29 +++++++++++++----------------
 doc/lispref/nonascii.texi           | 15 ++++++++++-----
 doc/misc/cc-mode.texi               | 28 ++++++++++++++++++++++++++--
 doc/misc/ede.texi                   | 16 ++++++++--------
 doc/misc/gnus-faq.texi              |  2 +-
 doc/misc/gnus.texi                  |  2 +-
 lisp/autorevert.el                  |  2 +-
 lisp/frame.el                       |  4 +++-
 lisp/gnus/gnus-art.el               |  4 ++--
 lisp/gnus/message.el                |  2 +-
 lisp/international/mule.el          | 25 ++++++++++++++++++-------
 lisp/progmodes/gdb-mi.el            |  2 +-
 lisp/window.el                      | 24 +++++++++++++++++++++---
 src/buffer.c                        |  8 +++++---
 20 files changed, 151 insertions(+), 59 deletions(-)



reply via email to

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