emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (51f0ccc -> 0d118ee)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (51f0ccc -> 0d118ee)
Date: Wed, 3 Oct 2018 12:25:37 -0400 (EDT)

gm pushed a change to branch master.

      from  51f0ccc   Put follow-mode's engine on pre-redisplay-hook instead of 
post-command-hook
      adds  e8a4d94   Cleanup when opening a new terminal fails. (Bug#32794)
      adds  d416109   Avoid returning early in 'while-no-input' due to 
subprocesses
      adds  7296b6f   Improve cl-do, cl-do* docstrings
       new  48adb87   Merge from origin/emacs-26
      adds  6650751   Temporary workaround for bug #32848 for branch emacs-26
       new  a773b09   ; Merge from origin/emacs-26
      adds  6a7a869   Org manual: Rewrite the Org Mobile section
      adds  3a2b5a7   ; * lisp/bindings.el (bindings--define-key): Doc fix.  
(Bug#32885)
      adds  9c028d6   * lisp/savehist.el (savehist-mode): Doc fix.  (Bug#32889)
       new  f562118   Merge from origin/emacs-26
      adds  35b56a2   ; Auto-commit of loaddefs files.
       new  42516f0   ; Merge from origin/emacs-26
      adds  508c40e   Comple fix for Bug#32550
      adds  cdca208   Fix note about interactive advice (Bug#32905)
      adds  f8df6f2   * etc/NEWS: Note setting make-cursor-line-fully-visible 
to nil in follow-mode
      adds  2c8ea46   Revert "* etc/NEWS: Note setting 
make-cursor-line-fully-visible to nil in follow-mode"
      adds  ea77c65   Revert "Temporary workaround for bug #32848 for branch 
emacs-26"
       new  eb6c0c3   Merge from origin/emacs-26
      adds  99f45ee   In follow mode, prevent the cursor resting on a partially 
displayed line
       new  0d118ee   ; Merge from origin/emacs-26


Summary of changes:
 doc/lispref/functions.texi |   4 +-
 doc/misc/org.texi          | 293 +++++++++++++++++++++++----------------------
 etc/NEWS.26                |  10 ++
 lisp/bindings.el           |   5 +-
 lisp/emacs-lisp/cl-macs.el |  39 +++++-
 lisp/net/tramp.el          |  29 +++--
 lisp/savehist.el           |  23 +++-
 lisp/subr.el               |   2 +-
 src/keyboard.c             |   3 +
 src/term.c                 |   1 +
 src/termhooks.h            |   1 +
 src/terminal.c             |   9 +-
 12 files changed, 254 insertions(+), 165 deletions(-)



reply via email to

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