emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (caa2770 -> c325e19)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (caa2770 -> c325e19)
Date: Mon, 22 Aug 2016 21:53:02 +0000 (UTC)

eggert pushed a change to branch master.

      from  caa2770   Handle remote file names in gdb-mi.el
      adds  3c9cb57   Document use of vectors in keymaps
      adds  f785ff4   Clarify documentation of before/after-change-functions
      adds  ccd0e92   * doc/lispref/text.texi (Change Hooks): Minor copyedits.
      adds  d2db5dd   Fix bug with handling the bidi cache
      adds  75f1882   Convert the remaining strings to unibyte before 
concatenating
      adds  98b01dd   Clarify when 'cursor' property is in effect
      adds  0695235   Fix docstring of eval-expression
      adds  e9ff485   Further fix for 'url-http-create-request' and multibyte 
strings
      adds  8342e74   Document char-script-table's effect on word motion
      adds  8d68147   Document CATEGORY arg to modify-category-entry
      adds  0cee66c   Facultatively ignore margins when splitting and resizing 
windows (Bug#24193)
      adds  8c2946e   In NEWS describe new handling of window margins 
(Bug#24193)
       new  590dab5   Merge from origin/emacs-25
      adds  4225b78   Avoid segfaults due to quoting in 
'substitute-command-keys'
       new  5f3aea8   ; Merge from origin/emacs-25
      adds  66dea65   ; * doc/lispref/windows.texi (Window Parameters): Grammar 
tweaks. * etc/NEWS: Likewise.
       new  bde5e3f   Merge from origin/emacs-25
      adds  7d639f3   * src/doc.c (Fsubstitute_command_keys): Another fix for 
smart quotes.
       new  512b06e   ; Merge from origin/emacs-25
      adds  2e4e74e   Merge branch 'emacs-25' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-25
      adds  2e524034  ; * etc/NEWS: Mention incompatible change in 
url-http-create-request.
      adds  96e3d16   * etc/NEWS: Mention the change in json-encode-string.
      adds  5ccd593   ; Fix typo in /etc/NEWS
      adds  37d4723   Improve commentary in src/character.h
      adds  9b99772   Some assorted documentation clarifications
      adds  73cbb81   ; ChangeLog spelling fixes
      adds  6bf83b5   * etc/AUTHORS: Update the AUTHORS file
      adds  927afa1   ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 RC2
       new  c325e19   Merge from origin/emacs-25


Summary of changes:
 ChangeLog.2                |  250 ++++++++++++++++++++++++++++++++++++++++++++
 doc/lispref/keymaps.texi   |   17 ++-
 doc/lispref/positions.texi |   17 +--
 doc/lispref/text.texi      |   57 ++++++----
 doc/lispref/windows.texi   |   21 ++++
 etc/AUTHORS                |   49 ++++-----
 etc/NEWS                   |   17 +++
 lisp/ChangeLog.9           |    2 +-
 lisp/erc/ChangeLog.1       |    4 +-
 lisp/ldefs-boot.el         |  218 +++++++++++++++++++++++++-------------
 lisp/org/ChangeLog.1       |    2 +-
 lisp/simple.el             |   12 +--
 lisp/url/url-http.el       |   14 ++-
 lisp/window.el             |   25 +++--
 src/ChangeLog.12           |    2 +-
 src/callproc.c             |    7 ++
 src/category.c             |    2 +
 src/character.h            |   20 ++--
 src/editfns.c              |    9 +-
 src/fileio.c               |    3 +-
 20 files changed, 584 insertions(+), 164 deletions(-)



reply via email to

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