emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (05e8b43 -> 875cb83)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (05e8b43 -> 875cb83)
Date: Fri, 9 Feb 2018 14:12:59 -0500 (EST)

gm pushed a change to branch master.

      from  05e8b43   Fix iswitchb highlighting: don't mutate buffer name
      adds  5fe8192   Yet another round of improvements in the manual
      adds  e209034   Fix shr and CSS 4 color maps
      adds  04c5bd5   Doc fixes for process functions (Bug#30349)
      adds  dc08490   More changes for the manual
      adds  c2727e3   Fix crashes when run with --no-build-details
      adds  979944c   * doc/lispref/anti.texi (Antinews): Add some more 
antinews.
      adds  19fa6d5   Fix --no-build-details for w32 and macOS
      adds  2dd273b   Mention that shell quoting of % on w32 may fail 
(Bug#19350)
      adds  565adf2   Clarify that text-quoting-style doesn't affect *Info* 
(Bug#24519)
      adds  923e415   More changes in the Emacs manual
      adds  989d0af   Improve documentation of mini-window resizing
      adds  8f7d718   * doc/lispref/anti.texi (Antinews): Replace 25.2 with 
25.3.
      adds  898a3e4   Minor improvement in Emacs user manual
      adds  c9269af   Minor improvements in package.texi
      adds  0276743   Doc string fix in latin-alt.el
       new  875cb83   Merge from origin/emacs-26


Summary of changes:
 doc/emacs/anti.texi                   |  20 +++---
 doc/emacs/arevert-xtra.texi           | 110 +++----------------------------
 doc/emacs/basic.texi                  |  13 ++--
 doc/emacs/building.texi               |  31 +++++----
 doc/emacs/calendar.texi               |  11 ++--
 doc/emacs/cmdargs.texi                |  35 +++++-----
 doc/emacs/custom.texi                 |   2 +-
 doc/emacs/display.texi                |  23 ++++---
 doc/emacs/emacs.texi                  |   1 -
 doc/emacs/files.texi                  |  83 ++++++++++++++---------
 doc/emacs/fixit.texi                  |   9 ++-
 doc/emacs/indent.texi                 |  12 ++--
 doc/emacs/m-x.texi                    |   5 +-
 doc/emacs/macos.texi                  |   4 +-
 doc/emacs/maintaining.texi            |  14 ++--
 doc/emacs/mini.texi                   |   4 +-
 doc/emacs/misc.texi                   |  22 +++----
 doc/emacs/modes.texi                  |   8 +--
 doc/emacs/package.texi                |   6 +-
 doc/emacs/rmail.texi                  |   1 +
 doc/emacs/screen.texi                 |  14 ++--
 doc/emacs/text.texi                   |  44 ++++++-------
 doc/lispref/anti.texi                 | 121 +++++++++++++++++++++++++++++++++-
 doc/lispref/backups.texi              |  80 +++++++++++++++++++---
 doc/lispref/display.texi              |   2 +-
 doc/lispref/minibuf.texi              |  12 ++--
 doc/lispref/os.texi                   |   4 +-
 doc/lispref/processes.texi            |   7 +-
 lisp/leim/quail/latin-alt.el          |   2 +-
 lisp/net/gnutls.el                    |   2 +-
 lisp/net/shr-color.el                 |   5 +-
 lisp/net/starttls.el                  |   2 +-
 lisp/net/tls.el                       |   2 +-
 lisp/subr.el                          |   8 +--
 lisp/term/ns-win.el                   |   2 +-
 lisp/textmodes/css-mode.el            |   2 +
 src/doc.c                             |   4 +-
 src/process.c                         |  18 +++--
 src/w32term.c                         |  13 ++--
 src/xrdb.c                            |  19 +++---
 src/xterm.c                           |  16 +++--
 test/lisp/subr-tests.el               |  17 +++++
 test/lisp/textmodes/css-mode-tests.el |   2 +-
 43 files changed, 484 insertions(+), 328 deletions(-)



reply via email to

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