emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 7851ae8 2/2: ; ChangeLog.3 update


From: Nicolas Petton
Subject: [Emacs-diffs] emacs-26 7851ae8 2/2: ; ChangeLog.3 update
Date: Mon, 19 Nov 2018 10:22:50 -0500 (EST)

branch: emacs-26
commit 7851ae8b443c62a41ea4f4440512aa56cc87b9b7
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    ; ChangeLog.3 update
---
 ChangeLog.3 | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 102 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index 6e1f68f..194fa68 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,104 @@
+2018-11-18  Martin Rudalics  <address@hidden>
+
+       Fix description of some window hooks
+
+       * doc/lispref/windows.texi (Window Hooks): Remove text that
+       warns against using 'save-window-excursion' while running
+       'window-size-change-functions', it's no more relevant.
+       Clarify description of 'window-configuration-change-hook'.
+
+2018-11-18  Gary Fredericks  <address@hidden>  (tiny change)
+
+       Run 'window--adjust-process-windows' when frame size changes (Bug#32720)
+
+       * lisp/window.el (window-size-change-functions): Run
+       'window--adjust-process-windows' from
+       'window-size-change-functions' too (Bug#32720, "another issue"
+       in Bug#33230).
+
+2018-11-16  Eli Zaretskii  <address@hidden>
+
+       Avoid errors in zone.el when there's overlay at EOB
+
+       * lisp/play/zone.el (zone): Make sure the window-end position
+       is calculated accurately, to avoid errors from
+       buffer-substring.  (Bug#33384)
+
+2018-11-16  Eli Zaretskii  <address@hidden>
+
+       Document Emacs 26 behavior of Dired's 'Z' on directories
+
+       * doc/emacs/dired.texi (Operating on Files): Document behavior
+       of 'Z' on directories.
+
+       * etc/NEWS: Belatedly announce the new behavior of Dired's 'Z'
+       on directory names and on .tar.gz archives.
+
+2018-11-15  Eli Zaretskii  <address@hidden>
+
+       Fix a typo in the Emacs manual
+
+       * doc/emacs/rmail.texi (Rmail Deletion): Fix a typo.
+       Reported by Jorge P. de Morais Neto <address@hidden>
+       in address@hidden
+
+2018-11-15  Paul Eggert  <address@hidden>
+
+       Fix tempfile creation when byte compiling
+
+       This improves on the recent fix for master failing to build
+       on FreeBSD.  Suggested by Stefan Monnier in:
+       https://lists.gnu.org/r/emacs-devel/2018-01/msg00600.html
+       * lisp/emacs-lisp/bytecomp.el (byte-compile-file):
+       Put tempfile next to the target file, as was the original intent.
+
+       (cherry picked from commit 64c846738617d1d037eac0cefb6586c04317b0a1)
+
+2018-11-14  Markus Triska  <address@hidden>
+
+       Small documentation correction.
+
+       * doc/lispref/windows.texi (Textual Scrolling): In the description of
+       scroll-up-aggressively, refer to scroll-down-aggressively instead of
+       a recursive reference to scroll-up-aggressively.  (Bug#33369)
+
+2018-11-14  Eli Zaretskii  <address@hidden>
+
+       * src/coding.c (Fcheck_coding_systems_region): Doc fix.  (Bug#33372)
+
+2018-11-14  Michael Albinus  <address@hidden>
+
+       Fix Bug#33364
+
+       * lisp/net/tramp.el (tramp-parse-sconfig-group): Support also
+       "Host host1 host2 ..." syntax.  (Bug#33364)
+
+2018-11-13  Michael Albinus  <address@hidden>
+
+       * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.
+
+2018-11-12  Glenn Morris  <address@hidden>
+
+       Avoid kill-emacs-hook errors hanging batch mode
+
+       * src/emacs.c (Fkill_emacs): Prevent errors from kill-emacs-hook
+       hanging Emacs in batch mode.  (Bug#29955)
+
+       (cherry picked from commit 109da684c5124e22505917fe0255ca66f2a6bfc9)
+
+2018-11-12  Nicolas Petton  <address@hidden>
+
+       Bump Emacs version to 26.1.90
+
+       * README:
+       * configure.ac:
+       * msdos/sed2v2.inp:
+       * nt/README.W32: Bump Emacs version to 26.1.90.
+
+2018-11-12  Nicolas Petton  <address@hidden>
+
+       * etc/AUTHORS: Update.
+
 2018-11-12  Paul Eggert  <address@hidden>
 
        Work around dumping bug on GNU/Linux ppc64le
@@ -63347,7 +63448,7 @@
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit 1d79c2ebd9bd9aa36586e57463502373c0296d11 (inclusive).
+commit 72525076996cd709086b1afb47ab0d095322e9b7 (inclusive).
 See ChangeLog.1 for earlier changes.
 
 ;; Local Variables:



reply via email to

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