aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorGlenn Morris2019-02-20 12:07:22 -0800
committerGlenn Morris2019-02-20 12:07:22 -0800
commit83a9133e35827c1edbd8bf24a17ffa3b4bfb7be3 (patch)
tree11d2812db4a9ee4e66976b3a5f1e5ecbe52b4955 /ChangeLog.3
parentae77728d14e58054bdaee3c6965979947c778208 (diff)
parentff9c9620794e5fe5692cfd3badd207aac78921cb (diff)
downloademacs-83a9133e35827c1edbd8bf24a17ffa3b4bfb7be3.tar.gz
emacs-83a9133e35827c1edbd8bf24a17ffa3b4bfb7be3.zip
Merge from origin/emacs-26
ff9c962 ; * lisp/ldefs-boot.el: Update. b4a251c * ; ChangeLog.3 update d3104e3 * etc/AUTHORS: Update. a19bfb7 Remove .art from the default list of ImageMagick extensions 6985caa Fix input after setting x-wait-for-event-timeout nil 715388a Fix two warnings in eshell.texi d49cdd9 * lisp/minibuffer.el (completion-table-dynamic): Improve docs... 5dc4e51 * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fi... 76ef805 Fix a typo in ELisp manual b5e66f4 Update citations of Internet RFCs 57ece2a Fix handling of manpage references divided by hyphenation 7ad0cd6 * doc/misc/eshell.texi: Fix some @ref's. 12b7940 Fix a typo in lispref/syntax.texi # Conflicts: # lisp/gnus/nnrss.el # lisp/mail/ietf-drums.el
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.3497
1 files changed, 496 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 70d1b8f8d92..6c5d9c27a0d 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,498 @@
12019-02-20 Glenn Morris <rgm@gnu.org>
2
3 Remove .art from the default list of ImageMagick extensions
4
5 It seems that .art files can be non-image files that
6 ImageMagick mistakenly treats as extremely large images.
7 Real .art images seem rare.
8 * lisp/image.el (imagemagick-enabled-types): Remove ART. (Bug#22289)
9
102019-02-19 Eli Zaretskii <eliz@gnu.org>
11
12 Fix input after setting x-wait-for-event-timeout nil
13
14 * src/w32term.c (x_make_frame_visible): Call unblock_input
15 before returning early. (Bug#34575)
16
172019-02-19 Martin Rudalics <rudalics@gmx.at>
18
19 Fix two warnings in eshell.texi
20
21 * doc/misc/eshell.texi (Built-ins, Globbing): Fix `.' or `,'
22 must follow @xref, not `f' warnings.
23
242019-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * lisp/minibuffer.el (completion-table-dynamic): Improve docstring
27
282019-02-18 David Pathakjee <dpathakjee@gmail.com> (tiny change)
29
30 * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
31
322019-02-17 Eli Zaretskii <eliz@gnu.org>
33
34 Fix a typo in ELisp manual
35
36 * doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a
37 typo. (Bug#34508)
38
392019-02-16 Paul Eggert <eggert@cs.ucla.edu>
40
41 Update citations of Internet RFCs
42
43 For example, RFC 822 has been obsoleted by RFC 2822, which in
44 turn has been obsoleted by RFC 5322.
45 * doc/emacs/ack.texi, doc/lispref/os.texi:
46 * doc/misc/emacs-mime.texi, doc/misc/gnus-coding.texi:
47 * doc/misc/gnus.texi, doc/misc/sc.texi:
48 * lisp/calendar/parse-time.el, lisp/gnus/gnus-cite.el:
49 * lisp/gnus/gnus-util.el, lisp/gnus/message.el:
50 * lisp/gnus/mm-bodies.el, lisp/gnus/nnrss.el:
51 * lisp/mail/feedmail.el, lisp/mail/ietf-drums.el:
52 * lisp/mail/mail-extr.el, lisp/mail/mail-utils.el:
53 * lisp/mail/mailclient.el, lisp/mail/mailheader.el:
54 * lisp/mail/rfc2047.el, lisp/mail/rfc822.el, lisp/mail/rmail.el:
55 * lisp/mail/sendmail.el, lisp/mail/smtpmail.el:
56 * lisp/mail/supercite.el, lisp/mh-e/mh-e.el:
57 * lisp/mh-e/mh-utils.el, lisp/net/imap.el:
58 * lisp/net/newst-backend.el, lisp/org/org-id.el:
59 * lisp/ps-samp.el, lisp/simple.el, lisp/url/url-util.el:
60 Update RFC citations.
61
622019-02-16 Eli Zaretskii <eliz@gnu.org>
63
64 Fix handling of manpage references divided by hyphenation
65
66 * lisp/man.el (Man-reference-regexp): Accept a newline as part
67 of a manpage name only if it's preceded by a hyphen. (Bug#34286)
68 (Man-translate-references): Adapt to change in
69 'Man-reference-regexp'.
70 (Man-default-man-entry): Support references divided between
71 two lines by an ASCII hyphen. This is a left-over from fixing
72 bug#6289.
73
742019-02-16 Gregor Zattler <telegraph@gmx.net> (tiny change)
75
76 * doc/misc/eshell.texi: Fix some @ref's.
77
782019-02-16 Eli Zaretskii <eliz@gnu.org>
79
80 Fix a typo in lispref/syntax.texi
81
82 * doc/lispref/syntax.texi (Syntax Table Internals): Fix a
83 typo. (Bug#34495)
84
852019-02-15 Victor J. Orlikowski <vjo@duke.edu> (tiny change)
86
87 Avoid errors in erc-dcc.el when erc-dcc-verbose is non-nil
88
89 * lisp/erc/erc-dcc.el (erc-dcc-get-filter): Don't assume STR
90 is always a string. Use 'buffer-name' to get the DCC file
91 name, as buffer-file-name is not set in the process buffer.
92
932019-02-15 Daniel Lopez <daniel.lopez999@gmail.com> (tiny change)
94
95 Fix faces in compilation messages
96
97 * lisp/progmodes/compile.el (compilation-parse-errors): Don't
98 clobber the value of TYPE inside the loop. (Bug#34479)
99
1002019-02-15 Gregor Zattler <telegraph@gmx.net>
101
102 * doc/misc/eshell.texi (Built-ins): Fix alias description
103
104 Dear eamcs developers, eshells current documentation first states
105 that alias definitions are not saved to an alias file, later that
106 they are saved to an alias file. I tested it and the latter is
107 correct.
108
109 Please find attached a patch which fixes this.
110
111 Thanks for working on emacs which is really great, Gregor
112
113 >From 1fe51cc769ab7a30d0896fb3d6105c0561243fa7 Mon Sep 17 00:00:00 2001
114 From: Gregor Zattler <telegraph@gmx.net>
115 Date: Wed, 13 Feb 2019 20:19:38 +0100
116 Subject: * doc/misc/eshell.texi (Built-ins): Fix alias description.
117
118 Bring description of built-in 'alias' in line with (info "(eshell) Aliases"),
119 which describes the actual behaviur.
120
121 (cherry picked from commit a48099ce7ff63cda416a870766fe61f5b8ac7c2c)
122
1232019-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 Work for empty MIME attachments (related to bug#34387)
126
127 * lisp/gnus/mm-view.el (mm-inline-text):
128 Make undisplayer do nothing if the part is empty.
129
130 * lisp/gnus/mm-decode.el (mm-copy-to-buffer): Work for empty MIME part.
131 * lisp/gnus/mml.el (mime-to-mml): Ditto.
132
1332019-02-14 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
134
135 Backport: js-indent-align-list-continuation: Make variable safe
136
137 * lisp/progmodes/js.el (js-indent-align-list-continuation): Indicate
138 variable is safe as a file-local variable. This fixes the
139 js-indent-align-list-continuation-nil test when run with make.
140
141 (cherry picked from commit dd319f2711f895eec87c1017b82cd9d88d9ecd0a)
142
1432019-02-13 Eli Zaretskii <eliz@gnu.org>
144
145 Avoid crashes upon C-g in nested invocations of 'read_char'
146
147 * src/keyboard.c (read_char, read_event_from_main_queue):
148 Ensure the global value of getcjmp is restored when the stack
149 is unwound by the likes of 'throw', by calling
150 record_unwind_protect_ptr instead of restoring the value
151 manually. (Bug#34394)
152 (restore_getcjmp): Argument is now 'void *', to match the
153 signature of record_unwind_protect_ptr.
154
155 (cherry picked from commit 10527fca66e39d7067986904161fa33741abcd26)
156
1572019-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * src/data.c (Fmake_local_variable): Fix bug#34318
160
161 Revert part of ed962f2b8a.
162
163 * test/src/data-tests.el (data-tests-make-local-forwarded-var):
164 Add corresponding test.
165
1662019-02-12 Eli Zaretskii <eliz@gnu.org>
167
168 Minor fixes in ELisp manual wrt syntax-table properties
169
170 * doc/lispref/syntax.texi (Syntax Properties): Fix reference
171 to syntax-table properties. (Bug#34455)
172 (Control Parsing): Remove redundant @vindex entry.
173
1742019-02-12 Michael Albinus <michael.albinus@gmx.de>
175
176 * admin/notes/emba: New file.
177
1782019-02-11 Eli Zaretskii <eliz@gnu.org>
179
180 Fix Hunspell invocation for discovering its dictionaries
181
182 * lisp/textmodes/ispell.el
183 (ispell-find-hunspell-dictionaries): Invoke Hunspell with the
184 -a switch, to prevent it from initializing its curses UI.
185 (Bug#34272)
186
1872019-02-08 Eli Zaretskii <eliz@gnu.org>
188
189 Minor improvements to do strings in callproc.c
190
191 * src/callproc.c (Fcall_process, Fcall_process_region): Minor
192 fixes to doc strings. Suggested by Nicholas Drozd
193 <nicholasdrozd@gmail.com>. (Bug#34274)
194
1952019-02-08 Eli Zaretskii <eliz@gnu.org>
196
197 Improve documentation of 'date-to-time' and 'parse-time-string'
198
199 * doc/lispref/os.texi (Time Parsing): Document
200 'parse-time-string', and refer to it for the description of
201 the argument of 'date-to-time'.
202
203 * lisp/calendar/time-date.el (date-to-time): Refer in the doc
204 string to 'parse-time-string' for more information about the
205 format of the DATE argument. (Bug#34303)
206
2072019-02-08 Nick Drozd <nicholasdrozd@gmail.com>
208
209 Fix downloading of URLs that end in a slash
210
211 * lisp/net/eww.el (eww-download-callback): Fix download URL
212 file name. Previously this wasn't handling download URLs
213 correctly, resulting in all downloaded pages being named
214 "!", "!(1)", etc. (Bug#34291)
215
2162019-02-08 Nick Drozd <nicholasdrozd@gmail.com>
217
218 * doc/misc/eww.texi (Basics): Fix eww keybindings. (Bug#34291)
219
2202019-02-08 Robert Pluim <rpluim@gmail.com>
221
222 Fix process-thread docstring
223
224 * src/process.c (Fprocess_thread): Correct docstring.
225
2262019-02-08 Eli Zaretskii <eliz@gnu.org>
227
228 Fix failures of vc-find-revision with non-ASCII file names
229
230 * lisp/vc/vc.el (vc-find-revision): Instead of binding
231 coding-system-for-write, make the buffer-file-coding-system of
232 the temporary buffer be no-conversion. This avoids the
233 unwanted side effect of not encoding the command-line
234 arguments of the VCS commands invoked by the backend.
235 (Bug#34350)
236
2372019-02-07 Eli Zaretskii <eliz@gnu.org>
238
239 * doc/lispref/tips.texi (Documentation Tips): Fix quotes. (Bug#34372)
240
2412019-02-05 Alex Branham <alex.branham@gmail.com>
242
243 Add documentation for tabulated-list functions in the elisp manual
244
245 * doc/lispref/modes.texi: Add documentation for
246 'tabulated-list-delete-entry', 'tabulated-list-get-id',
247 'tabulated-list-get-entry', 'tabulated-list-header-overlay-p',
248 'tabulated-list-put-tag', and 'tabulated-list-set-col'.
249
250 Bug#21074
251
2522019-02-03 Jean-Christophe Helary <brandelune@gmail.com>
253
254 Fix URL in ucs-normalize.el
255
256 * lisp/international/ucs-normalize.el: Fix URL of the HFS
257 normalization reference. (Bug#34300)
258
2592019-02-03 Alan Mackenzie <acm@muc.de>
260
261 * etc/PROBLEMS: Amend entry for profiler bug #34235 to mention kernel 4.14.97
262
2632019-02-02 Glenn Morris <rgm@gnu.org>
264
265 * make-dist: Remove references to src/stamp-h.in.
266
267 This file was removed two years ago in 2f89350.
268 No need to merge to master.
269
2702019-02-02 Paul Eggert <eggert@cs.ucla.edu>
271
272 * etc/PROBLEMS: Mention profiler-report bug (Bug#34235).
273
2742019-02-01 Eli Zaretskii <eliz@gnu.org>
275
276 Correct the docs of inserting kmacro counter
277
278 * doc/emacs/kmacro.texi (Keyboard Macro Counter): Correct the
279 description of the affect "C-u" has on inserting the macro
280 counter. Define "previous counter value".
281
282 * lisp/kmacro.el (kmacro-insert-counter)
283 (kmacro-start-macro-or-insert-counter): Fix the doc strings
284 regarding the effect of "C-u". (Bug#34263)
285
2862019-02-01 Nicholas Drozd <nicholasdrozd@gmail.com>
287
288 * doc/misc/calc.texi (Algebraic Tutorial): Fix a typo. (Bug#34273)
289
2902019-02-01 Eli Zaretskii <eliz@gnu.org>
291
292 Avoid errors in 'rmail-get-new-mail'
293
294 * lisp/mail/rmail.el (rmail-insert-inbox-text): Don't assume
295 the Rmail protocol is always a string when calling
296 'rmail-remote-proto-p'. (Bug#34252)
297
2982019-01-31 Paul Eggert <eggert@cs.ucla.edu>
299
300 Fix process-contact bug with TCP connections
301
302 This fixes a regression from Emacs 25.3 (Bug#34134).
303 * src/process.c (server_accept_connection):
304 Set host correctly, fixing a bug introduced in
305 2017-09-16T21:29:18Z!eggert@cs.ucla.edu
306 when working around a GCC bug.
307
3082019-01-29 Eli Zaretskii <eliz@gnu.org>
309
310 Minor copyedits in last manual change
311
312 * doc/emacs/custom.texi (Authentication): Improve markup,
313 indexing, and wording.
314
3152019-01-29 Eli Zaretskii <eliz@gnu.org>
316
317 Improve documentation of face numbers
318
319 * doc/lispref/display.texi (Face Functions): Mention where the
320 face number is used and that it depends on the 'face' property
321 of the face symbol. Improve indexing.
322
3232019-01-27 Michael Albinus <michael.albinus@gmx.de>
324
325 * doc/emacs/custom.texi (Authentication): Refer to the "Help for users" node.
326
3272019-01-26 Michael Albinus <michael.albinus@gmx.de>
328
329 New node Authentication in the Emacs manual
330
331 * doc/emacs/custom.texi (Customization):
332 * doc/emacs/emacs.texi (Top): Add node Authentication.
333
3342019-01-25 Alan Mackenzie <acm@muc.de>
335
336 Fix a loop in c-fl-decl-start. This fixes bug #34186.
337
338 * lisp/progmodes/cc-mode.el (c-fl-decl-start) In the pair of operations
339 c-syntactic-skip-backward and c-forward-syntactic-ws, ensure the latter
340 doesn't come back to the position before the former, and break out of the
341 enclosing loop if it does.
342
3432019-01-25 Eli Zaretskii <eliz@gnu.org>
344
345 Fix LaTeX output of month and day from cal-tex.el
346
347 * lisp/calendar/cal-tex.el (cal-tex-cursor-week-iso)
348 (cal-tex-week-hours): Escape a lone blank, to make it through
349 LaTeX. (Bug#34148)
350
3512019-01-25 Daniel Kahn Gillmor <dkg@fifthhorseman.net> (tiny change)
352
353 Avoid elisp crash for OpenPGP User IDs with no e-mail address
354
355 * lisp/gnus/mml-sec.el (mml-secure-check-user-id): Verify that
356 there is an e-mail address in the current User ID before trying
357 to downcase it. (Bug#34121)
358
3592019-01-25 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
360
361 image-mode: Do not use default scaling (bug#33990)
362
363 * lisp/image-mode.el (image-toggle-display-image): Set :scale == 1 so
364 that create-image does not apply additional scaling.
365
3662019-01-25 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
367
368 create-image: Expand documentation (bug#33990)
369
370 * lisp/image.el (create-image): Discuss default for :scale in the doc
371 string.
372
3732019-01-21 Eli Zaretskii <eliz@gnu.org>
374
375 Improve documentation of 'isearch-filter-predicate'
376
377 * lisp/isearch.el (isearch-filter-predicate)
378 (isearch-filter-visible): Doc fixes. (Bug#34150)
379
3802019-01-19 Trevor Spiteri <tspiteri@ieee.org> (tiny change)
381
382 Fix cursor column positioning on Grep hits
383
384 * lisp/progmodes/grep.el (grep-match-face): Move before first
385 use, to avoid byte-compilation warning.
386 (grep-regexp-alist): Don't quote grep-match-face. (Bug#34068)
387
3882019-01-18 Eli Zaretskii <eliz@gnu.org>
389
390 Fix a typo in ELisp manual
391
392 * doc/lispref/nonascii.texi (Converting Representations): Fix
393 inconsistency between @defun and the argument description of
394 'byte-to-string'. (Bug#34119)
395
3962019-01-15 Alan Third <alan@idiocy.org>
397
398 Prevent redrawing if frame is garbaged
399
400 * src/nsterm.m ([EmacsView viewWillDraw]): Cancel drawing if the frame
401 has been garbaged.
402 * src/xdisp.c (expose_window_tree, expose_frame): Remove NS only
403 exceptions.
404
4052019-01-14 Eli Zaretskii <eliz@gnu.org>
406
407 Attempt to fix hangs on MS-Windows due to C-g
408
409 * src/w32uniscribe.c (uniscribe_otf_capability): Set
410 inhibit-quit around calls to otf_features, because the latter
411 cons Lisp data structures while we are in a critical section.
412 * src/xdisp.c (ALLOCATE_HDC) [HAVE_NTGUI]: Set inhibit-quit.
413 (RELEASE_HDC) [HAVE_NTGUI]: Restore inhibit-quit.
414 (OPTIONAL_HDC, DECLARE_HDC): Remove macros, their job is now
415 done by ALLOCATE_HDC and by a single #ifdef.
416 (draw_glyphs): Adapt to the above changes in macros.
417 (Bug#34059)
418
4192019-01-13 Eli Zaretskii <eliz@gnu.org>
420
421 Fix Calc graph output on MS-Windows
422
423 The previous code relied on "pgnuplot" executable, which is
424 no longer provided with Gnuplot 5.x.
425 * lisp/calc/calc.el (calc-gnuplot-name): Set to "pgnuplot" on
426 MS-Windows only if such an executable exists.
427 * lisp/calc/calc-graph.el (calc-graph-w32-p): New defsubst.
428 (calc-graph-plot, calc-graph-command, calc-gnuplot-command)
429 (calc-graph-init): Call calc-graph-w32-p wherever we need to
430 do something special for invoking gnuplot on MS-Windows,
431 instead of comparing against calc-gnuplot-name.
432 (calc-graph-plot): Set the terminal to "qt" on MS-Windows when
433 pgnuplot.exe is not available.
434 (calc-graph-kill): Delete the temporary files only after
435 killing the gnuplot process, otherwise the deletion might fail
436 on MS-Windows because the files are still in use.
437
4382019-01-13 Eli Zaretskii <eliz@gnu.org>
439
440 Fix a minor mistake in ELisp manual
441
442 * doc/lispref/buffers.texi (Modification Time): Fix
443 documentation of 'visited-file-modtime'. (Bug#34055)
444
4452019-01-12 Stephen Berman <stephen.berman@gmx.net>
446
447 * etc/tutorials/TUTORIAL: Fix typo (bug#34049)
448
4492019-01-12 Devon Sean McCullough <Emacs-Hacker2018@jovi.net>
450
451 Fix UI of Buffer-menu
452
453 * lisp/buff-menu.el (Buffer-menu-execute): Don't remove
454 entries of buffers whose killing the user didn't confirm.
455 (Bug#33669)
456
4572019-01-12 Philip K <philip@warpmail.net> (tiny change)
458
459 Reinitialize ispell-really-enchant when changing the speller
460
461 * lisp/textmodes/ispell.el (ispell-check-version): Reset also
462 ispell-really-enchant. (Bug#34019)
463
4642019-01-07 Leo Liu <sdl.web@gmail.com>
465
466 Speed up loading css-mode
467
468 lisp/textmodes/css-mode.el: Remove (require 'eww) which is redundant
469 and slow. (Bug#33939)
470
4712019-01-07 Michael Albinus <michael.albinus@gmx.de>
472
473 Adapt filenotify-tests for emba
474
475 * .gitlab-ci.yml (test): Add EMACS_EMBA_CI variable.
476
477 * test/lisp/filenotify-tests.el (file-notify-test03-events)
478 (file-notify-test05-file-validity)
479 (file-notify-test06-dir-validity)
480 (file-notify-test07-many-events)
481 (file-notify-test09-watched-file-in-watched-dir): Adapt tests for emba.
482
4832019-01-07 Nicolas Petton <nicolas@petton.fr>
484
485 Bump Emacs version to 26.1.91
486
487 * README:
488 * configure.ac:
489 * msdos/sed2v2.inp:
490 * nt/README.W32: Bump Emacs version to 26.1.91.
491
4922019-01-07 Nicolas Petton <nicolas@petton.fr>
493
494 * etc/AUTHORS: Update.
495
12019-01-07 Leo Liu <sdl.web@gmail.com> 4962019-01-07 Leo Liu <sdl.web@gmail.com>
2 497
3 * lisp/textmodes/mhtml-mode.el: Avoid loading flyspell. (Bug#33939) 498 * lisp/textmodes/mhtml-mode.el: Avoid loading flyspell. (Bug#33939)
@@ -64181,7 +64676,7 @@
64181 64676
64182This file records repository revisions from 64677This file records repository revisions from
64183commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 64678commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
64184commit 2cf20b67cf6836dd7bd80077042068afa0d7b04f (inclusive). 64679commit a19bfb7a5e3557a69824cdbe7d414f5ef422555c (inclusive).
64185See ChangeLog.1 for earlier changes. 64680See ChangeLog.1 for earlier changes.
64186 64681
64187;; Local Variables: 64682;; Local Variables: