emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 updated (5fa73a7 -> 9a14b4d)


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 updated (5fa73a7 -> 9a14b4d)
Date: Sun, 3 Jun 2018 12:57:51 -0400 (EDT)

npostavs pushed a change to branch emacs-26.

      from  5fa73a7   query-replace undo: Handle when user edits the 
replacement string
       new  71192e0   Don't wait for visible frames to become visible
       new  7460840   Fix CHECK_ALLOCATED_AND_LIVE abort during GC
       new  daa6023   Fix another case of freed markers in the undo-list 
(Bug#30931)
       new  51ee8bc   Centralize Bug#30931 fix
       new  4c6cdf6   Revert "Make mail-extract-address-components return the 
user name more"
       new  9552485   Fix cl-print for circular sublists (Bug#31146)
       new  0ac98cc   * lisp/epa.el (epa-decrypt-file): Apply epa-pinentry-mode 
(Bug#30363).
       new  3ba5fc2   esh-opt.el: Fix improper parsing of first argument 
(Bug#28323)
       new  ed962f2   Fix bug#30846, along with misc cleanups found along the 
way
       new  9a14b4d   ; Merge: backports from master


Summary of changes:
 lisp/emacs-lisp/cl-print.el            |  9 ++++--
 lisp/epa.el                            |  1 +
 lisp/eshell/esh-opt.el                 | 13 ++++----
 lisp/mail/mail-extr.el                 | 39 ++++++++++++------------
 src/alloc.c                            | 17 ++---------
 src/buffer.c                           | 55 ++++++++++++----------------------
 src/data.c                             | 36 ++++++----------------
 src/editfns.c                          |  6 ++--
 src/insdel.c                           |  4 +--
 src/lisp.h                             | 23 +++++++-------
 src/marker.c                           | 13 ++++++--
 src/xterm.c                            |  3 +-
 test/lisp/emacs-lisp/cl-print-tests.el | 10 +++++++
 test/src/data-tests.el                 | 19 +++++++++++-
 test/src/editfns-tests.el              | 51 +++++++++++++++++++++++++++++++
 15 files changed, 170 insertions(+), 129 deletions(-)



reply via email to

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