emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (7da1e9c -> 9c6791a)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (7da1e9c -> 9c6791a)
Date: Mon, 20 Nov 2017 13:11:04 -0500 (EST)

gm pushed a change to branch master.

      from  7da1e9c   * lisp/erc/erc-services.el: Use lexical-binding
      adds  1faade8   Fix marker adjustment for undo (Bug#29118)
      adds  617c556   * lisp/simple.el (shell-command): Doc fixes.
      adds  720322a   ; Spelling fixes
      adds  42c8768   Fix .gdbinit following lisp.h changes
       new  93a4953   Merge from origin/emacs-26
      adds  d8e0951   ; Remove Tramp test instrumentation.  Do not merge
       new  7cf41d8   ; Merge from origin/emacs-26
      adds  104f3e5   Document how to enter whitespace when using 
grep-read-files
      adds  648c128   More fixes in src/.gdbinit
      adds  90add18   Prevent aborts in line-move-visual
      adds  3e80124   Improve documentation of dired-next/prev-marked-file
      adds  29520b0   Fix quick-calc in C mode with hex values
      adds  cbd319a   Fix case-folding in Occur
      adds  63c7733   ; * lisp/ido.el (ido-find-alternate-file): Doc fix.  
(Bug#29278)
      adds  319c2de   Avoid assertion violations in echo_area_display
      adds  4c21d04   Fix a typo in doc string of 
electric-indent-functions-without-reindent
      adds  c355529   Fix bug in tramp-handle-file-truename
      adds  90075e8   Fix symlink flag in tramp-gvfs-handle-file-attributes
      adds  e9dd580   Filter obtrusive events in help-read-key-sequence.
      adds  6e6bf60   Don't let delete_frame select a tooltip frame (Bug#27647)
       new  33bfbfe   Merge from origin/emacs-26
      adds  18b2359   * src/keyboard.c: Make xterm-mouse clicks on mode-line 
work
       new  7aa59d4   ; Merge from origin/emacs-26
      adds  b2518ac   Spelling fixes
      adds  d14923b   Fix divider frame params on NS (bug#29352)
      adds  a8892b4   Further fix for Bug#29291
      adds  a34e44e   ; Fix last commit
      adds  504a56c   ; Fix last commit
      adds  069f978   ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.
      adds  1b082c8   MH-E: don't automatically download external-body parts
      adds  4da8799   Fix misbehavior when drawing three-pixel high horizontal 
dividers (Bug#29353)
      adds  5622b2e   Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs 
into emacs-26
      adds  fc5b8f1   Fix Bug#29149
       new  5f1cf4b   Merge from origin/emacs-26
      adds  eb335c9   * src/keyboard.c: Undo last change, meant for master only
       new  9c6791a   ; Merge from origin/emacs-26


Summary of changes:
 ChangeLog.3                  |   6 +-
 etc/NEWS.26                  |   5 +-
 lisp/calc/calc-aent.el       |   4 +-
 lisp/dired.el                |  19 ++-
 lisp/electric.el             |   2 +-
 lisp/emacs-lisp/byte-run.el  |   2 +-
 lisp/help-fns.el             |   6 +-
 lisp/help.el                 |  16 +-
 lisp/ido.el                  |   2 +-
 lisp/mh-e/mh-mime.el         |   2 +
 lisp/net/tramp-gvfs.el       |   2 +-
 lisp/net/tramp.el            |  38 ++---
 lisp/progmodes/cc-mode.el    |   2 +-
 lisp/progmodes/grep.el       |  12 +-
 lisp/progmodes/perl-mode.el  |   2 +-
 lisp/progmodes/project.el    |   6 +-
 lisp/progmodes/ruby-mode.el  |   2 +-
 lisp/replace.el              | 346 ++++++++++++++++++++++---------------------
 lisp/simple.el               |  20 +--
 lisp/vc/vc-git.el            |   4 +-
 src/.gdbinit                 |  42 +++---
 src/frame.c                  |   5 +-
 src/indent.c                 |  17 ++-
 src/nsfns.m                  |   4 +
 src/w32term.c                |  12 +-
 src/xdisp.c                  |   3 +
 src/xterm.c                  |  12 +-
 test/lisp/net/tramp-tests.el |  22 ++-
 28 files changed, 344 insertions(+), 271 deletions(-)



reply via email to

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