aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2019-03-20 17:35:43 +0100
committerNicolas Petton2019-03-20 17:35:43 +0100
commit2f22a1793e21736f3cf64ec48800238e16c784a0 (patch)
tree6d30c0f240ca6cbb61675b4cfaba5b1510c9e991
parent0f523deec1c1e9e2a5a3474f912aa2183d3fe33d (diff)
downloademacs-2f22a1793e21736f3cf64ec48800238e16c784a0.tar.gz
emacs-2f22a1793e21736f3cf64ec48800238e16c784a0.zip
* ; ChangeLog.3 update
-rw-r--r--ChangeLog.3272
1 files changed, 271 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 8436cecf17b..53c1bcf614f 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,273 @@
12019-03-20 Eli Zaretskii <eliz@gnu.org>
2
3 Improve indexing of the user manual
4
5 * doc/emacs/search.texi (Word Search): Improve indexing of
6 "M-s M-w".
7
82019-03-19 Basil L. Contovounesios <contovob@tcd.ie>
9
10 Fix url-copy-file arglist
11
12 * lisp/url/url-handlers.el: Silence byte-compiler.
13 (url-copy-file): Add 6th argument following change to copy-file in
14 2012-12-16T19:22:27+01:00!romain@orebokech.com. (bug#4410)
15
162019-03-19 Eli Zaretskii <eliz@gnu.org>
17
18 Fix downloading updates for packages with non-ASCII descriptions
19
20 * lisp/emacs-lisp/package.el (package--download-one-archive):
21 Make sure archive contents are written using UTF-8 encoding.
22 (Bug#34909)
23 (list-packages): Set buffer's encoding to UTF-8.
24
252019-03-18 Nicolas Petton <nicolas@petton.fr>
26
27 * etc/NEWS: Remove temporary markers.
28
292019-03-15 Alan Mackenzie <acm@muc.de>
30
31 * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -> @w{}
32
332019-03-15 Eli Zaretskii <eliz@gnu.org>
34
35 Don't clobber 'comint-input-autoexpand' in 'read-shell-command'
36
37 * lisp/shell.el (shell-completion-vars): Set only the
38 buffer-local value of 'comint-input-autoexpand'. (Bug#34815)
39
402019-03-13 Martin Rudalics <rudalics@gmx.at>
41
42 Document restrictions when setting window margins, fringes or scroll bars
43
44 * src/window.c (Fset_window_margins, Fset_window_fringes)
45 (Fset_window_scroll_bars): In doc-strings tell that a window
46 must be large enough to accommodate fringes, sroll bars and
47 margins of the desired size.
48 * doc/lispref/display.texi (Fringe Size/Pos, Scroll Bars)
49 (Display Margins): Tell that windows must be large enough to
50 accommodate fringes, sroll bars and margins of the desired
51 size.
52
532019-03-10 Eli Zaretskii <eliz@gnu.org>
54
55 More improvements for 'read-buffer's doc string
56
57 * src/minibuf.c (Fread_buffer): Further improve the doc
58 string. (Bug#347694)
59
602019-03-10 Alan Mackenzie <acm@muc.de>
61
62 * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2
63
642019-03-09 Eli Zaretskii <eliz@gnu.org>
65
66 * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)
67
682019-03-09 Eli Zaretskii <eliz@gnu.org>
69
70 Fix markup of fake keys in the ELisp manual
71
72 * doc/lispref/keymaps.texi (Menu Bar, Tool Bar): Fix markup of
73 fake keys. (Bug#34785)
74
752019-03-09 Eli Zaretskii <eliz@gnu.org>
76
77 Avoid errors in Auto Revert mode
78
79 * lisp/autorevert.el (auto-revert-buffers): Cancel
80 auto-revert-timer only if it is non-nil. This avoids errors
81 on first invocation of Auto-Revert mode.
82
832019-03-09 Michael Albinus <michael.albinus@gmx.de>
84
85 Mention empty strings in file name expansion, emacs lisp reference
86
87 * doc/lispref/files.texi (Files, File Name Expansion):
88 Mention also empty strings.
89
902019-03-08 Alan Mackenzie <acm@muc.de>
91
92 cc-mode.texi: Work around makeinfo alignment bug. Fix problem with ss index
93
94 * doc/misc/cc-mode.texi (top level): Using txicommandconditionals to
95 differentiate between the C and perl versions of Texinfo, create an "ss
96 index" unless we are both using the C Texinfo and are building the .dvi output
97 format.
98 (Config Basics): Work around a perl Texinfo alignment bug by writing a
99 separate version of an item list structure for this version, simplifying it
100 considerably.
101
1022019-03-08 Martin Rudalics <rudalics@gmx.at>
103
104 Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)
105
106 * src/buffer.c (Vbuffer_list_update_hook):
107 * doc/lispref/buffers.texi (Buffer List): Warn against
108 recursive invocations of 'buffer-list-update-hook' (Bug#34765).
109
1102019-03-08 Martin Rudalics <rudalics@gmx.at>
111
112 Provide more details in doc-string of 'delete-windows-on' (Bug#34749)
113
114 * lisp/window.el (delete-windows-on): Provide more details in
115 doc-string (Bug#34749).
116
1172019-03-08 Eli Zaretskii <eliz@gnu.org>
118
119 Improve documentation of 'delete-windows-on'
120
121 * doc/emacs/windows.texi (Change Window): Document
122 'delete-windows-on'.
123
124 * lisp/window.el (delete-windows-on): Doc fix. (Bug#34749)
125
1262019-03-08 Eli Zaretskii <eliz@gnu.org>
127
128 * lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)
129
1302019-03-07 Eli Zaretskii <eliz@gnu.org>
131
132 Avoid undefined behavior in gdb-mi.el
133
134 * lisp/progmodes/gdb-mi.el (gdb-send): Don't call match-string
135 if this is not a control command. (Bug#34769)
136
1372019-03-06 Martin Rudalics <rudalics@gmx.at>
138
139 * lisp/window.el (fit-frame-to-buffer): Make doc-string more accurate.
140
1412019-03-05 Basil L. Contovounesios <contovob@tcd.ie>
142
143 Minor spelling and grammar fixes (bug#34756)
144
145 doc/misc/cc-mode.texi (Style Variables, Customizing Indentation):
146 doc/misc/ede.texi (Extending EDE, ede-project-placeholder)
147 (ede-target, ede-proj-target, ede-compilation-program, ede-compiler)
148 (ede-linker): Remove apostrophe from possessive "it's".
149 doc/lispintro/emacs-lisp-intro.texi (Find a File):
150 doc/misc/gnus-faq.texi (FAQ 2-2): Write "an other" as a single word.
151 doc/misc/gnus.texi (Article Buttons):
152 lisp/gnus/gnus-art.el (gnus-button-mid-or-mail-heuristic-alist)
153 (gnus-button-mid-or-mail-heuristic): Write singular number of
154 Message-IDs, rather than plural.
155 lisp/gnus/message.el (message-user-fqdn): Capitalize initialism.
156
1572019-03-04 Eli Zaretskii <eliz@gnu.org>
158
159 Minor improvement of documentation of '(when CONDITION . SPEC)'
160
161 * doc/lispref/display.texi (Other Display Specs): Add a caveat
162 to using the '(when CONDITION . SPEC)' display specs.
163
1642019-03-02 Eli Zaretskii <eliz@gnu.org>
165
166 Improve documentation of 'auto-coding-functions'
167
168 * doc/lispref/nonascii.texi (Default Coding Systems): Clarify
169 that the functions in 'auto-coding-functions' are called both
170 for decoding and for encoding.
171
172 * lisp/international/mule.el (auto-coding-functions): Doc fix.
173
1742019-03-02 Eli Zaretskii <eliz@gnu.org>
175
176 Fix visiting XML files with non-Unix EOL format
177
178 * lisp/international/mule.el (sgml-xml-auto-coding-function)
179 (sgml-html-meta-auto-coding-function): Don't use
180 'buffer-file-coding-system' if the buffer is unibyte.
181 (Bug#34704)
182
1832019-03-02 Basil L. Contovounesios <contovob@tcd.ie>
184
185 Update example major mode code in Elisp manual
186
187 * doc/lispref/modes.texi (Example Major Modes): Update code examples
188 to reflect current state of lisp/textmodes/text-mode.el and
189 lisp/emacs-lisp/lisp-mode.el. (bug#34671)
190
1912019-03-01 Eli Zaretskii <eliz@gnu.org>
192
193 Fix a typo in the Calc manual
194
195 * doc/misc/calc.texi (Algebraic Tutorial): Fix parentheses in
196 @example. (Bug#34689)
197
1982019-03-01 Eli Zaretskii <eliz@gnu.org>
199
200 Minor improvement in cross-references of the ELisp manual
201
202 * doc/lispref/modes.texi (Minor Mode Conventions): Add
203 cross-references to related major-mode descriptions. (Bug#34678)
204
2052019-03-01 Tobias Bading <tbading@web.de> (tiny change)
206
207 Fix last change on 'compilation-parse-errors'
208
209 * lisp/progmodes/compile.el (compilation-parse-errors): Fix
210 previous change in this function. (Bug#34479)
211
2122019-02-25 Dmitry Gutov <dgutov@yandex.ru>
213
214 Backport: js--re-search-backward-inner: Fix infloop
215
216 Fix JS indentation infloop reported in
217 https://github.com/mooz/js2-mode/issues/513.
218
219 * lisp/progmodes/js.el (js--re-search-backward-inner): Account for
220 multiline string literals.
221 * test/manual/indent/js.js: New test example.
222
223 (cherry picked from commit b01a4295c2f9bb58858880e4e28b05cc8396791c)
224
2252019-02-23 Eli Zaretskii <eliz@gnu.org>
226
227 Minor improvement for docs of completion
228
229 * doc/lispref/minibuf.texi (Completion Commands)
230 (Completion in Buffers, Programmed Completion): Add to text
231 that references completion tables a cross-reference to where
232 "completion table" is described.
233 (Programmed Completion): Fix the description of
234 'completion-table-dynamic'. Add more cross-references.
235
2362019-02-22 Ken Brown <kbrown@cornell.edu>
237
238 Disable the timerfd interface on Cygwin
239
240 * configure.ac (emacs_cv_have_timerfd): Set to "no" on Cygwin.
241
2422019-02-22 Eli Zaretskii <eliz@gnu.org>
243
244 Fix a typo in the doc string of 'regex-opt'
245
246 * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix example in
247 the doc string. (Bug#34596)
248
2492019-02-21 Michael Albinus <michael.albinus@gmx.de>
250
251 Document bash 5.0.0 misbehavior in tramp.texi (Bug#34192)
252
253 * doc/misc/tramp.texi (Frequently Asked Questions): Warn about
254 bash 5.0.0 and HISTSIZE=0. (Bug#34192)
255
2562019-02-20 Nicolas Petton <nicolas@petton.fr>
257
258 Bump Emacs version to 26.1.92
259
260 * README:
261 * configure.ac:
262 * msdos/sed2v2.inp:
263 * nt/README.W32: Bump Emacs version to 26.1.92.
264
2652019-02-20 Nicolas Petton <nicolas@petton.fr>
266
267 * ; ChangeLog.3 update
268
269 * etc/AUTHORS: Update.
270
12019-02-20 Glenn Morris <rgm@gnu.org> 2712019-02-20 Glenn Morris <rgm@gnu.org>
2 272
3 Remove .art from the default list of ImageMagick extensions 273 Remove .art from the default list of ImageMagick extensions
@@ -64676,7 +64946,7 @@
64676 64946
64677This file records repository revisions from 64947This file records repository revisions from
64678commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 64948commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
64679commit a19bfb7a5e3557a69824cdbe7d414f5ef422555c (inclusive). 64949commit 0f523deec1c1e9e2a5a3474f912aa2183d3fe33d (inclusive).
64680See ChangeLog.1 for earlier changes. 64950See ChangeLog.1 for earlier changes.
64681 64951
64682;; Local Variables: 64952;; Local Variables: