emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] pdumper updated (c9a0676 -> 5ce5068)


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper updated (c9a0676 -> 5ce5068)
Date: Mon, 12 Feb 2018 15:20:46 -0500 (EST)

quotemstr pushed a change to branch pdumper.

      from  c9a0676   Remove obsolete commands
      adds  3135081   Support occur command operating on the region from 
Isearch.
      adds  109237e   ; Small fixes and indentation
      adds  0372233   * lisp/dired.el (dired-get-marked-files): Add new 
optional arg 'error'.
      adds  a710f8a   * lisp/comint.el (comint-history-isearch-setup): Check if 
process is live.
      adds  d34dbc0   Remove unused duplicate of minibuffer-completion-contents
      adds  6b183f8   * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand): Handle 
lambda!
      adds  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
      adds  875cb83   Merge from origin/emacs-26
      adds  2c980ea   Handle "gio monitor" in tramp-sh.el
      adds  479f51a   Make tooltip code handle scenarios from Bug#30182 and 
Bug#30399
      adds  6dcfdb1   Avoid infinite recursion in file_directory_p
      adds  7f6153d   Support standard Terminfo direct mode terminals
      adds  aaeb101   * lisp/comint.el (comint-after-pmark-p): Check if buffer 
has a live process.
      adds  09465bf   * lisp/window.el (display-buffer--maybe-at-bottom): New 
function (bug#30314).
      adds  13f4b51   Fix handling of file notifications in tramp-gvfs.el
      adds  5a75cd1   * src/xdisp.c (Vmessage_stack): Fix comment to match code.
      adds  f7a853d   Remove NS special handling of 'frame-title-format'
      adds  68d8925   Tidy up NS keybindings
      adds  65ebf78   Fix modifier keys on NS port
      adds  37b2f9f   Merge from pkg-config
      adds  76a1bd1   Fix an infloop in python-nav-beginning-of-statement
      adds  e9ca57c   Work even if libpng is installed in /usr/local
       new  6a05247   squash pdump
       new  25420a9   Rename raw_ptr -> ptr_raw
       new  940081a   organize todos
       new  992c4e2   Remove obsolete commands
      adds  1590f88   Revert libpng /usr/local patch
      adds  b3f4514   Minor fixes to .gdbinit
       new  0c9029d   Merge remote-tracking branch 'origin/master' into pdumper3
       new  5ce5068   Merge branch 'pdumper' of git.sv.gnu.org:/srv/git/emacs 
into pdumper3


Summary of changes:
 ChangeLog.2                           |   6 +-
 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 +-
 doc/misc/efaq.texi                    |  45 +++++++-----
 etc/NEWS                              |   5 ++
 lisp/comint.el                        |  22 ++++--
 lisp/dired-aux.el                     |  24 +++----
 lisp/dired-x.el                       |   3 +-
 lisp/dired.el                         |  21 ++++--
 lisp/emacs-lisp/cl-macs.el            |  78 ++++++++++++++-------
 lisp/files.el                         |  20 +-----
 lisp/isearch.el                       |  13 ++--
 lisp/leim/quail/latin-alt.el          |   2 +-
 lisp/minibuffer.el                    |  12 ++--
 lisp/net/gnutls.el                    |   2 +-
 lisp/net/shr-color.el                 |   5 +-
 lisp/net/starttls.el                  |   2 +-
 lisp/net/tls.el                       |   2 +-
 lisp/net/tramp-archive.el             |   2 +-
 lisp/net/tramp-gvfs.el                |  66 ++++++++++--------
 lisp/net/tramp-sh.el                  |  99 ++++++++++++++++++++++----
 lisp/net/tramp.el                     |  10 ++-
 lisp/obsolete/iswitchb.el             |   2 +-
 lisp/progmodes/python.el              |   3 +-
 lisp/replace.el                       |  54 ++++++++-------
 lisp/subr.el                          |   8 +--
 lisp/term/ns-win.el                   |  10 ++-
 lisp/textmodes/css-mode.el            |   2 +
 lisp/window.el                        |  38 +++++++---
 m4/pkg.m4                             |  16 ++---
 src/.gdbinit                          |  13 +++-
 src/doc.c                             |   4 +-
 src/fileio.c                          |   2 +-
 src/minibuf.c                         |  14 ----
 src/nsfns.m                           |  91 +++---------------------
 src/nsterm.h                          |   2 +-
 src/nsterm.m                          | 126 ++++++++++++++++++++++++----------
 src/process.c                         |  18 +++--
 src/term.c                            |  10 ++-
 src/tparam.h                          |   3 +-
 src/w32fns.c                          |   8 ++-
 src/w32term.c                         |  13 ++--
 src/window.h                          |   9 +++
 src/xdisp.c                           |  66 ++++++++++--------
 src/xfns.c                            |  72 ++++++++++---------
 src/xrdb.c                            |  19 ++---
 src/xterm.c                           |  16 +++--
 test/lisp/emacs-lisp/cl-lib-tests.el  |   7 +-
 test/lisp/subr-tests.el               |  17 +++++
 test/lisp/textmodes/css-mode-tests.el |   2 +-
 76 files changed, 1051 insertions(+), 731 deletions(-)



reply via email to

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