emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (332f465 -> c4a93e4)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (332f465 -> c4a93e4)
Date: Mon, 2 Jul 2018 22:23:02 -0400 (EDT)

gm pushed a change to branch master.

      from  332f465   Make lisp/jsonrpc.el work with Emacs 25.1
      adds  6f6d525   Detect a non-list package archive content properly 
(Bug#22311)
      adds  d008ef3   * src/xdisp.c (Vmouse_autoselect_window): Clarify 
doc-string (Bug#31975)
       new  98e98b4   Merge from origin/emacs-26
      adds  1f50379   Sync with Tramp 2.3.4.  Do not merge with master
       new  bc0e36d   ; Merge from origin/emacs-26
      adds  9134c84   Avoid compiler warning using coding.h
      adds  4a7f423   Speed up vc-git-dir-status-files
      adds  7ea0873   ; Update some commentary
      adds  93c41ce   Remove extra process call from vc-git-find-file-hook
      adds  eec71eb   Speed up replace-buffer-contents
      adds  e980a3c   * src/lisp.h: Omit obsolete comment re bytecode stack.
      adds  8ebb683   Avoid errors with recentering in 'skeleton-insert'
      adds  c80f31f   Minor improvements in documentation of imenu.el
      adds  8ad50a3   ; * lisp/files.el (buffer-offer-save): Doc fix.  
(Bug#32000)
      adds  2f149c0   Fix a factual error in Introduction to Emacs Lisp
      adds  ab98352   Improve on last change in replace-buffer-contents
      adds  4bd43b0   Increase max-lisp-eval-depth adjustment while in debugger 
(bug#31919)
      adds  4e58ca8   Document internal use of 'above-suspended' z-group frame 
parameter
      adds  f205928   * etc/HISTORY: Cite Brinkoff on early history.
      adds  e17a5e5   ; make change-history-commit
      adds  fc5cae7   ; Fix ChangeLog typo.
       new  02f2f33   Merge from origin/emacs-26
      adds  8c70142   ; Auto-commit of loaddefs files.
       new  c4a93e4   ; Merge from origin/emacs-26


Summary of changes:
 ChangeLog.3                         | 1429 ++++++++++++++++++++++++++++++++++-
 doc/lispintro/emacs-lisp-intro.texi |    4 +-
 etc/HISTORY                         |    7 +-
 lisp/emacs-lisp/debug.el            |    1 +
 lisp/emacs-lisp/package.el          |    2 +-
 lisp/files.el                       |    8 +-
 lisp/imenu.el                       |    6 +-
 lisp/skeleton.el                    |    3 +-
 lisp/vc/vc-git.el                   |   16 +-
 src/coding.h                        |    4 +
 src/editfns.c                       |   99 ++-
 src/eval.c                          |    8 +-
 src/lisp.h                          |   18 +-
 src/w32fns.c                        |   22 +-
 src/xdisp.c                         |    6 +-
 src/xterm.c                         |    4 +
 16 files changed, 1571 insertions(+), 66 deletions(-)



reply via email to

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