emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (77166e0 -> d3e0fdc)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (77166e0 -> d3e0fdc)
Date: Sat, 7 Jul 2018 12:27:54 -0400 (EDT)

gm pushed a change to branch master.

      from  77166e0   Fix 2 minor bugs in 'imenu--generic-function'
      adds  00fdce0   * doc/emacs/docstyle.texi: Avoid messing up the html 
output.
      adds  0dce5e5   Speed up 'replace-buffer-contents' some more
      adds  b73cde5   Fix MH-E mail composition with GNU Mailutils (SF#485)
      adds  6cfc7a7   Automate upload of Emacs manuals to gnu.org
      adds  4abf94f   Clarify and improve doc strings of 'eval-last-sexp' and 
friends
      adds  271d1f7   Tramp editorials
      adds  10af989   Fix (length CIRCULAR) documentation
      adds  fdd7e7d   Improve indexing of 'eval-defun' in ELisp manual
      adds  9d6ca5a   * lisp/imenu.el (imenu-generic-expression): Doc fix.  
(Bug#32016)
      adds  3a04e15   Improve documentation of 'emacs-lock-mode'
      adds  a427de9   Fix bug #11732
       new  d3e0fdc   Merge from origin/emacs-26


Summary of changes:
 admin/admin.el               |  16 +-
 admin/make-manuals           | 214 ++++++++++++++++++++++++
 admin/make-tarball.txt       |  42 +----
 admin/upload-manuals         | 376 +++++++++++++++++++++++++++++++++++++++++++
 doc/emacs/docstyle.texi      |   2 +
 doc/lispref/customize.texi   |   1 +
 doc/lispref/debugging.texi   |   1 +
 doc/lispref/display.texi     |   1 +
 doc/lispref/sequences.texi   |   6 +-
 doc/lispref/variables.texi   |   1 +
 doc/misc/tramp.texi          |   4 +-
 lisp/emacs-lock.el           |  10 +-
 lisp/imenu.el                |   6 +-
 lisp/mh-e/mh-comp.el         |   6 +-
 lisp/net/tramp-sh.el         |   2 +-
 lisp/progmodes/elisp-mode.el |  10 +-
 lisp/simple.el               |   8 +-
 src/editfns.c                |   9 +-
 src/w32fns.c                 |  14 +-
 19 files changed, 655 insertions(+), 74 deletions(-)
 create mode 100755 admin/make-manuals
 create mode 100755 admin/upload-manuals



reply via email to

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