aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.3103
1 files changed, 102 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 6e1f68fe994..194fa685c91 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,104 @@
12018-11-18 Martin Rudalics <rudalics@gmx.at>
2
3 Fix description of some window hooks
4
5 * doc/lispref/windows.texi (Window Hooks): Remove text that
6 warns against using 'save-window-excursion' while running
7 'window-size-change-functions', it's no more relevant.
8 Clarify description of 'window-configuration-change-hook'.
9
102018-11-18 Gary Fredericks <fredericksgary@gmail.com> (tiny change)
11
12 Run 'window--adjust-process-windows' when frame size changes (Bug#32720)
13
14 * lisp/window.el (window-size-change-functions): Run
15 'window--adjust-process-windows' from
16 'window-size-change-functions' too (Bug#32720, "another issue"
17 in Bug#33230).
18
192018-11-16 Eli Zaretskii <eliz@gnu.org>
20
21 Avoid errors in zone.el when there's overlay at EOB
22
23 * lisp/play/zone.el (zone): Make sure the window-end position
24 is calculated accurately, to avoid errors from
25 buffer-substring. (Bug#33384)
26
272018-11-16 Eli Zaretskii <eliz@gnu.org>
28
29 Document Emacs 26 behavior of Dired's 'Z' on directories
30
31 * doc/emacs/dired.texi (Operating on Files): Document behavior
32 of 'Z' on directories.
33
34 * etc/NEWS: Belatedly announce the new behavior of Dired's 'Z'
35 on directory names and on .tar.gz archives.
36
372018-11-15 Eli Zaretskii <eliz@gnu.org>
38
39 Fix a typo in the Emacs manual
40
41 * doc/emacs/rmail.texi (Rmail Deletion): Fix a typo.
42 Reported by Jorge P. de Morais Neto <jorge+list@disroot.org>
43 in emacs-manual-bugs@gnu.org
44
452018-11-15 Paul Eggert <eggert@cs.ucla.edu>
46
47 Fix tempfile creation when byte compiling
48
49 This improves on the recent fix for master failing to build
50 on FreeBSD. Suggested by Stefan Monnier in:
51 https://lists.gnu.org/r/emacs-devel/2018-01/msg00600.html
52 * lisp/emacs-lisp/bytecomp.el (byte-compile-file):
53 Put tempfile next to the target file, as was the original intent.
54
55 (cherry picked from commit 64c846738617d1d037eac0cefb6586c04317b0a1)
56
572018-11-14 Markus Triska <triska@metalevel.at>
58
59 Small documentation correction.
60
61 * doc/lispref/windows.texi (Textual Scrolling): In the description of
62 scroll-up-aggressively, refer to scroll-down-aggressively instead of
63 a recursive reference to scroll-up-aggressively. (Bug#33369)
64
652018-11-14 Eli Zaretskii <eliz@gnu.org>
66
67 * src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)
68
692018-11-14 Michael Albinus <michael.albinus@gmx.de>
70
71 Fix Bug#33364
72
73 * lisp/net/tramp.el (tramp-parse-sconfig-group): Support also
74 "Host host1 host2 ..." syntax. (Bug#33364)
75
762018-11-13 Michael Albinus <michael.albinus@gmx.de>
77
78 * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.
79
802018-11-12 Glenn Morris <rgm@gnu.org>
81
82 Avoid kill-emacs-hook errors hanging batch mode
83
84 * src/emacs.c (Fkill_emacs): Prevent errors from kill-emacs-hook
85 hanging Emacs in batch mode. (Bug#29955)
86
87 (cherry picked from commit 109da684c5124e22505917fe0255ca66f2a6bfc9)
88
892018-11-12 Nicolas Petton <nicolas@petton.fr>
90
91 Bump Emacs version to 26.1.90
92
93 * README:
94 * configure.ac:
95 * msdos/sed2v2.inp:
96 * nt/README.W32: Bump Emacs version to 26.1.90.
97
982018-11-12 Nicolas Petton <nicolas@petton.fr>
99
100 * etc/AUTHORS: Update.
101
12018-11-12 Paul Eggert <eggert@cs.ucla.edu> 1022018-11-12 Paul Eggert <eggert@cs.ucla.edu>
2 103
3 Work around dumping bug on GNU/Linux ppc64le 104 Work around dumping bug on GNU/Linux ppc64le
@@ -63347,7 +63448,7 @@
63347 63448
63348This file records repository revisions from 63449This file records repository revisions from
63349commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 63450commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
63350commit 1d79c2ebd9bd9aa36586e57463502373c0296d11 (inclusive). 63451commit 72525076996cd709086b1afb47ab0d095322e9b7 (inclusive).
63351See ChangeLog.1 for earlier changes. 63452See ChangeLog.1 for earlier changes.
63352 63453
63353;; Local Variables: 63454;; Local Variables: