aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-03-12 04:44:46 -0500
committerEli Zaretskii2022-03-12 04:44:46 -0500
commit5ba9c8c364f652221a0ac9ed918a831e122581db (patch)
tree3edddd2352a1a3d32c35a474290e46d66147d7d2
parente5b191465d200e54719361a1bf97e539b3fc4d2b (diff)
downloademacs-28.0.92.tar.gz
emacs-28.0.92.zip
Emacs pretest 28.0.92emacs-28.0.92
* README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 28.0.92. * etc/AUTHORS: * lisp/ldefs-boot.el: Update for pretest 28.0.92. * ChangeLog.3: Regenerate.
-rw-r--r--ChangeLog.3802
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--etc/AUTHORS270
-rw-r--r--lisp/ldefs-boot.el29
-rw-r--r--msdos/sed2v2.inp2
-rw-r--r--nt/README.W322
7 files changed, 964 insertions, 145 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 18b7b7c11aa..778c01b5e5f 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,803 @@
12022-03-10 Eli Zaretskii <eliz@gnu.org>
2
3 Fix regression in 'custom-prompt-customize-unsaved-options'
4
5 * lisp/cus-edit.el (custom-prompt-customize-unsaved-options):
6 Don't depend on the value returned by 'customize-unsaved'. Fix
7 the doc string. Patch by Sebastian Miele <iota@whxvd.name>.
8 (Bug#54329)
9
102022-03-10 Eli Zaretskii <eliz@gnu.org>
11
12 Improve documentation of 'map-charset-chars'
13
14 * doc/lispref/nonascii.texi (Character Sets):
15 * src/charset.c (Fmap_charset_chars): Clarify the codepoint issue
16 in using 'map-charset-chars'.
17
182022-03-08 Eli Zaretskii <eliz@gnu.org>
19
20 Avoid assertion violations in 'bidi_resolve_brackets'
21
22 * src/bidi.c (bidi_resolve_brackets): Move assertion to where it
23 really matters. (Bug#54295)
24
252022-03-07 Lars Ingebrigtsen <larsi@gnus.org>
26
27 Fix which-func-update doc string
28
29 * lisp/progmodes/which-func.el (which-func-update): Make the doc
30 string match the code (bug#54288).
31
322022-03-07 Eli Zaretskii <eliz@gnu.org>
33
34 Improve wording of 'dired-jump's description
35
36 * doc/emacs/dired.texi (Dired Enter): Clarify wording. Reported
37 by Natalie <batalie@riseup.net>.
38
392022-03-06 Lars Ingebrigtsen <larsi@gnus.org>
40
41 Add a comment for previous browse-url-of-dired-file change
42
43 * lisp/net/browse-url.el (browse-url-of-dired-file): Add a comment
44 for previous change.
45
462022-03-06 Lars Ingebrigtsen <larsi@gnus.org>
47
48 Restore documented Emacs 27.2 behaviour of browse-url-of-dired-file
49
50 * lisp/net/browse-url.el (browse-url-of-dired-file): Restore the
51 documented behaviour -- open a web browser instead of passing to
52 the various handlers.
53
542022-03-06 Kyle Meyer <kyle@kyleam.com>
55
56 Update to Org 9.5.2-24-g668205
57
582022-03-05 Andreas Schwab <schwab@linux-m68k.org>
59
60 * lib-src/seccomp-filter.c (main): Use faccessat2 only if defined.
61
622022-03-04 Lars Ingebrigtsen <larsi@gnus.org>
63
64 Fix regression in derived-mode-init-mode-variables
65
66 * lisp/emacs-lisp/derived.el (derived-mode-init-mode-variables):
67 Fix regression caused by lexical-binding derived.el (bug#54240).
68
692022-03-03 Eli Zaretskii <eliz@gnu.org>
70
71 Avoid crashes when fringe bitmaps are defined in daemon mode
72
73 * src/dispextern.h (gui_define_fringe_bitmap): Add prototype.
74 (max_used_fringe_bitmap): Add declaration.
75 * src/fringe.c (gui_define_fringe_bitmap): New function.
76 * src/w32term.c (w32_draw_fringe_bitmap):
77 * src/xterm.c (x_draw_fringe_bitmap) [USE_CAIRO]: Call
78 'gui_define_fringe_bitmap' if the terminal-specific bitmap data is
79 not available when a fringe bitmap is about to be drawn. Don't
80 try to draw a bitmap that is not known to fringe.c. (Bug#54183)
81
822022-03-03 Eli Zaretskii <eliz@gnu.org>
83
84 One more fix of the BPA implementation
85
86 * src/bidi.c (bidi_find_bracket_pairs): Disable BPA optimization
87 when there are no strong directional characters inside the
88 bracketed pair. (Bug#54219)
89
902022-03-03 Eli Zaretskii <eliz@gnu.org>
91
92 Fix handling of brackets in BPA
93
94 * src/bidi.c (bidi_resolve_brackets): Fix implementation of UBA's
95 N0 rule when there are no strong directional characters inside the
96 bracketed pair. (Bug#54219)
97
982022-03-02 Po Lu <luangruo@yahoo.com>
99
100 Correct etc/NEWS entry about bitmapped fonts
101
102 * etc/NEWS: Don't say that bitmap font issues are due to Pango, that's
103 not accurate.
104
1052022-03-01 Jim Porter <jporterbugs@gmail.com>
106
107 Improve/correct documentation about Eshell variable expansion
108
109 * lisp/eshell/esh-var.el: Correct documentation comment.
110 (eshell-parse-variable-ref): Correct docstring.
111
112 * doc/misc/eshell.texi (Dollars Expansion): Add documentation for
113 $"var"/$'var' and $<command> syntaxes.
114
1152022-03-01 Jim Porter <jporterbugs@gmail.com>
116
117 Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808
118
119 That commit regressed '$<command>' forms in Eshell, due to a
120 limitation/bug in how 'eshell-do-eval' works. This fixes
121 bug#54190.
122
123 * lisp/eshell/esh-var.el (eshell-parse-variable-ref): Quote a lambda.
124
125 * test/lisp/eshell/eshell-tests.el (eshell-test/interp-temp-cmd):
126 New test.
127
1282022-03-01 Paul Eggert <eggert@cs.ucla.edu>
129
130 Backport: Port pre-commit hook to Git 2.35.0
131
132 * build-aux/git-hooks/pre-commit: Use LC_ALL=C grep -E instead of
133 sane_egrep (removed in Git 2.35.0).
134
135 (cherry picked from commit b8a96f055624f86fe965a0d1b7b2495b2db80e63)
136
1372022-02-28 Lars Ingebrigtsen <larsi@gnus.org>
138
139 Fix :tag for eol in tab-first-completion
140
141 * lisp/indent.el (tab-first-completion): Fix the :tag description
142 (bug#54179).
143
1442022-02-28 Kyle Meyer <kyle@kyleam.com>
145
146 Update to Org 9.5.2-22-g33543d
147
1482022-02-27 Dmitry Gutov <dgutov@yandex.ru>
149
150 Add explicit '--no-heading' for ripgrep
151
152 * lisp/progmodes/xref.el (xref-search-program-alist):
153 Add explicit '--no-heading' for ripgrep (bug#54177).
154
1552022-02-26 Michael Albinus <michael.albinus@gmx.de>
156
157 Follow OpenSSH changes in Tramp
158
159 * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
160 Reimplement. OpenSSH has changed its diagnostics messages.
161
1622022-02-26 Eli Zaretskii <eliz@gnu.org>
163
164 Document better how to reset attributes of faces for new frames
165
166 * doc/lispref/display.texi (Attribute Functions):
167 * lisp/faces.el (set-face-attribute): Explain how to reset an
168 attribute's value for future frames. (Bug#54156)
169
1702022-02-25 Michael Albinus <michael.albinus@gmx.de>
171
172 * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options): Adapt test.
173
1742022-02-24 Lars Ingebrigtsen <larsi@gnus.org>
175
176 Mention flyspell-prog-mode in flyspell-mode doc string
177
178 * lisp/textmodes/flyspell.el (flyspell-mode): Mention
179 flyspell-prog-mode (bug#54131).
180
1812022-02-23 Lars Ingebrigtsen <larsi@gnus.org>
182
183 Reword face-remap-add-relative manual entry
184
185 * doc/lispref/display.texi (Face Remapping): Clarify the
186 face-remap-add-relative (bug#54114).
187
1882022-02-22 Philipp Stephani <phst@google.com>
189
190 Fix indexing of module functions that return enumeration types.
191
192 Return types that consist of more than one word need to be enclosed in
193 braces, see Info node `(texinfo) Typed Functions'. Otherwise they are
194 indexed incorrectly.
195
196 * doc/lispref/internals.texi (Module Misc, Module Nonlocal): Enclose
197 multi-word return types in braces.
198
1992022-02-22 Eli Zaretskii <eliz@gnu.org>
200
201 * doc/misc/transient.texi (Other Options): Fix a @ref. (Bug#54108)
202
2032022-02-22 Glenn Morris <rgm@gnu.org>
204
205 tramp.texi texinfo 4.13 compatibility
206
207 * doc/misc/tramp.texi (Frequently Asked Questions):
208 Restore compatibility with Texinfo < 5.
209
2102022-02-22 Michael Albinus <michael.albinus@gmx.de>
211
212 Explain "Tramp" spelling in its manual
213
214 * doc/misc/tramp.texi (Frequently Asked Questions):
215 Explain "Tramp" spelling.
216
2172022-02-21 Eli Zaretskii <eliz@gnu.org>
218
219 Fix 'display-line-numbers-mode' in hide-show buffers
220
221 * src/xdisp.c (redisplay_internal): Disable redisplay
222 optimizations that consider just the current line, when
223 'display-line-numbers-mode' is turned on in the buffer.
224 (Bug#54091)
225
2262022-02-21 Martin Rudalics <rudalics@gmx.at>
227
228 Don't check whether a deleted window is deletable (Bug#54028)
229
230 * lisp/window.el (window-state-put): Make sure window is live
231 before calling 'window-deletable-p' on it (Bug#54028).
232
2332022-02-21 Eli Zaretskii <eliz@gnu.org>
234
235 A friendlier error message from image-mode in an empty buffer
236
237 * lisp/image-mode.el (image-mode): Handle the case where the empty
238 buffer doesn't visit a file (Bug#54084)
239
2402022-02-20 Kyle Meyer <kyle@kyleam.com>
241
242 Update to Org 9.5.2-17-gea6b74
243
2442022-02-18 Eli Zaretskii <eliz@gnu.org>
245
246 Improve documentation of filling and justification commands
247
248 * doc/lispref/text.texi (Filling):
249 * lisp/textmodes/fill.el (fill-region-as-paragraph)
250 (default-justification, set-justification, justify-current-line):
251 Clarify "canonicalization" of spaces and the meaning of
252 justification styles. (Bug#54047)
253 (set-justification-left, set-justification-right)
254 (set-justification-full): Improve wording of doc strings.
255
2562022-02-18 Eli Zaretskii <eliz@gnu.org>
257
258 * lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#54045)
259
2602022-02-17 Philipp Stephani <phst@google.com>
261
262 Fix indexing of module functions that return complex types.
263
264 Return types that consist of more than one word need to be enclosed in
265 braces, see Info node `(texinfo) Typed Functions'. Otherwise they are
266 indexed incorrectly.
267
268 * doc/lispref/internals.texi (Module Values): Enclose multi-word
269 return types in braces.
270
2712022-02-17 Po Lu <luangruo@yahoo.com>
272
273 Prevent crashes caused by invalid locale coding systems
274
275 * src/xterm.c (handle_one_xevent): Prevent a signal inside
276 `setup_coding_system' which crashes recent versions of GLib if
277 the locale coding system is invalid.
278
279 Do not merge to master.
280
2812022-02-15 Michael Albinus <michael.albinus@gmx.de>
282
283 Fix problem with popd for in remote shell buffers
284
285 * lisp/shell.el (shell-prefixed-directory-name):
286 Use `file-local-name' for DIR. (Bug#53927)
287
2882022-02-15 Jonas Bernoulli <jonas@bernoul.li>
289
290 Import texi source file for transient manual
291
292 * doc/misc/Makefile.in: Add transient to INFO_COMMON.
293 * doc/misc/transient.texi: New file.
294
2952022-02-13 Kyle Meyer <kyle@kyleam.com>
296
297 Update to Org 9.5.2-15-gc5ceb6
298
2992022-02-13 Eli Zaretskii <eliz@gnu.org>
300
301 Fix 'exchange-point-and-mark' in 'transient-mark-mode'
302
303 * lisp/simple.el (exchange-point-and-mark): Don't deactivate mark
304 when 'transient-mark-mode' is ON. (Bug#53150)
305
306 (cherry picked from commit 415ed4b42515ff2e6dd9b94e964b479e50c6392e)
307
3082022-02-13 Eli Zaretskii <eliz@gnu.org>
309
310 Fix "C-SPC C-SPC" after "C-x C-x"
311
312 * lisp/simple.el (exchange-point-and-mark): Fix what the command
313 does when 'transient-mark-mode' is OFF. (Bug#52896)
314
315 (cherry picked from commit 19c6cad1821eb896b2ddd0f6eab030f0880ea254)
316
3172022-02-13 Eli Zaretskii <eliz@gnu.org>
318
319 Fix a typo in fontset.el
320
321 * lisp/international/fontset.el (xlfd-regexp-spacing-subnum): Fix
322 a typo. Reported by Greg A. Woods <woods@robohack.ca>.
323
3242022-02-12 Eli Zaretskii <eliz@gnu.org>
325
326 Note in ELisp manual that too-wide images are truncated
327
328 * doc/lispref/display.texi (Showing Images): Note that images are
329 truncated at the window's edge. (Bug#53952)
330
3312022-02-11 Andrea Corallo <akrl@sdf.org>
332
333 * lisp/mail/emacsbug.el (report-emacs-bug): Report libgccjit status.
334
335 * lisp/startup.el (normal-top-level): Small code move, improve 202d3be873.
336
3372022-02-10 Andrea Corallo <akrl@sdf.org>
338
339 * lisp/startup.el (normal-top-level): Disable native-comp if not available
340
3412022-02-09 Andrea Corallo <akrl@sdf.org>
342
343 Fix integer arithmetic miss-compilation (bug#53451)
344
345 * lisp/emacs-lisp/comp-cstr.el (comp-cstr-set-range-for-arithm):
346 When one of the two sources is negated revert to set dst as
347 number.
348 * test/src/comp-tests.el (comp-tests-type-spec-tests): Add test to
349 verify this is effective.
350
3512022-02-08 Robert Pluim <rpluim@gmail.com>
352
353 Mark flymake as compatible with emacs-26.1
354
355 * lisp/progmodes/flymake.el: Bump package version and set
356 emacs version in Package-Requires to 26.1 (Bug#53853).
357
3582022-02-08 Brian Leung <leungbk@posteo.net>
359
360 flymake: Ensure compatibility with older Emacsen
361
362 * lisp/progmodes/flymake.el (flymake--log-1): Use
363 replace-regexp-in-string instead of Emacs 28's
364 string-replace (bug#53853).
365
3662022-02-07 Eric Abrahamsen <eric@ericabrahamsen.net>
367
368 Don't remove dummy.group from gnus-newsrc-alist on Gnus save
369
370 bug#53352
371
372 * lisp/gnus/gnus-start.el (gnus-gnus-to-quick-newsrc-format): This
373 function was removing dummy.group from the global value of
374 `gnus-newsrc-alist' on save; we only wanted to remove it temporarily.
375
3762022-02-05 Bob Rogers <rogers@rgrjr.com>
377
378 Fix ietf-drums-get-comment doc string
379
380 * lisp/mail/ietf-drums.el (ietf-drums-get-comment): We really return
381 the last comment (bug#53810).
382
3832022-02-05 Daniel Martín <mardani29@yahoo.es>
384
385 Fix typo in display.texi
386
387 * doc/lispref/display.texi (Making Buttons): Fix typo. (Bug#53807)
388
3892022-02-03 Michael Albinus <michael.albinus@gmx.de>
390
391 Revert an erroneous change in tramp-cache.el
392
393 * lisp/net/tramp-cache.el (tramp-get-hash-table):
394 Use `string-match-p' instead of `string-search'. The latter one
395 was introduced by accident. Reported by Kai Tetzlaff <kai@tetzlaff.eu>.
396
3972022-02-02 Eli Zaretskii <eliz@gnu.org>
398
399 Improve documentation of 'emacs-version'
400
401 * doc/emacs/trouble.texi (Checklist): Mention the possibility of
402 invoking 'emacs-version' with a prefix argument.
403
404 * lisp/version.el (emacs-version): Improve doc string. (Bug#53720)
405
4062022-02-01 Michael Albinus <michael.albinus@gmx.de>
407
408 * etc/NEWS: Apply final fixes after proofreading.
409
4102022-01-31 Eli Zaretskii <eliz@gnu.org>
411
412 Clarify documentation of a "face's font"
413
414 * doc/lispref/display.texi (Attribute Functions)
415 (Face Attributes): Clarify that the :font attribute of a face and
416 the font returned by 'face-font' are by default for ASCII
417 characters. (Bug#53664)
418
4192022-01-31 Alan Mackenzie <acm@muc.de>
420
421 Bind Qdebugger to Qdebug in signal_or_quit.
422
423 * src/eval.c (signal_or_quit): Bind the correct variable, Qdebugger (not
424 Vdebugger) to Qdebug in the section for errors in batch jobs.
425 (syms_of_eval): New DEFSYM for Qdebugger.
426
4272022-01-30 Kyle Meyer <kyle@kyleam.com>
428
429 Update to Org 9.5.2-13-gdd6486
430
4312022-01-30 Eli Zaretskii <eliz@gnu.org>
432
433 Fix regression in Occur Edit mode
434
435 * lisp/replace.el (occur-after-change-function): Fix the algorithm
436 to find the smallest change in some corner cases. (Bug#53598)
437
4382022-01-29 Eli Zaretskii <eliz@gnu.org>
439
440 Fix last change of Malayalam composition rules
441
442 * lisp/language/indian.el (malayalam-composable-pattern):
443 Reinstate. Instead of removing it, add any sequence of
444 Malayalam characters to the existing patterns, so as not
445 to lose the patterns that use ZWJ and ZWNJ. (Bug#53625)
446
4472022-01-29 Eli Zaretskii <eliz@gnu.org>
448
449 Fix rendering of Malayalam script
450
451 * lisp/language/indian.el (malayalam-composable-pattern): Remove.
452 (script-regexp-alist): Remove 'malayalam-composable-pattern'.
453 Instead, pass any sequence of Malayalam codepoints to the shaping
454 engine. (Bug#53625)
455
4562022-01-29 Eli Zaretskii <eliz@gnu.org>
457
458 Improve documentation of Occur mode
459
460 * doc/emacs/search.texi (Other Repeating Search): Improve wording
461 and document Occur Edit mode better.
462
4632022-01-29 Alan Third <alan@idiocy.org>
464
465 Remove debug logging
466
467 * src/nsterm.m ([EmacsView copyRect:to:]): Remove logging as it's no
468 longer required.
469
4702022-01-29 Michael Albinus <michael.albinus@gmx.de>
471
472 Fix error in filelock.c
473
474 * src/filelock.c (lock_file): Move call of file name handler to
475 `Flock_file'. Determine lock_filename only in case
476 create_lockfiles is non-nil. Adapt the rest of the function accordingly.
477 (Flock_file): Do not check for create_lockfiles. Call file name
478 handler if appropriate. (Bug#53207)
479
4802022-01-27 Juri Linkov <juri@linkov.net>
481
482 * lisp/frame.el (clone-frame): Filter out 'parent-id' (bug#51883).
483
4842022-01-26 Lars Ingebrigtsen <larsi@gnus.org>
485
486 Partially revert a fill-region-as-paragraph regression
487
488 * lisp/textmodes/fill.el (fill-region-as-paragraph): Revert
489 e186af261 (bug#53537), because it leads to regressions. (But
490 leave tests in place.)
491
4922022-01-26 Eli Zaretskii <eliz@gnu.org>
493
494 Fix 'make_lispy_position' when there's an image at EOB
495
496 * src/xdisp.c (move_it_to): Don't compare IT_CHARPOS with an
497 invalid TO_CHARPOS. (Bug#53546)
498
4992022-01-26 Lars Ingebrigtsen <larsi@gnus.org>
500
501 Fix copyright-find-copyright when searching from the end
502
503 * lisp/emacs-lisp/copyright.el (copyright-find-copyright): Make
504 the double check also work when searching from the end (bug#7179).
505
506 Do not merge to master.
507
5082022-01-26 Lars Ingebrigtsen <larsi@gnus.org>
509
510 Fix copyright.el comment and add a test
511
512 * lisp/emacs-lisp/copyright.el (copyright-find-copyright): Fix
513 comment (bug#7179).
514
515 Do not merge to master.
516
5172022-01-24 Philipp Stephani <phst@google.com>
518
519 * configure.ac (LIBSECCOMP): Bump minimum version for faccessat2.
520
5212022-01-24 Lars Ingebrigtsen <larsi@gnus.org>
522
523 Make the `f' command work in image-mode again
524
525 * lisp/image.el (image-show-frame): Protect against not having
526 computed the animation data yed (bug#53489).
527
5282022-01-22 Philipp Stephani <phst@google.com>
529
530 Seccomp: improve support for newer versions of glibc (Bug#51073)
531
532 * lib-src/seccomp-filter.c (main): Allow 'pread64' and 'faccessat2'
533 system calls. Newer versions of glibc use these system call (starting
534 with commits 95c1056962a3f2297c94ce47f0eaf0c5b6563231 and
535 3d3ab573a5f3071992cbc4f57d50d1d29d55bde2, respectively).
536
5372022-01-21 Thomas Fitzsimmons <fitzsim@fitzsim.org>
538
539 EUDC: Fix a quoting bug in the BBDB backend
540
541 * lisp/net/eudcb-bbdb.el (eudc-bbdb-query-internal): Fix a quoting
542 bug introduced during lexical-binding conversion.
543
5442022-01-21 Sergey Vinokurov <serg.foo@gmail.com>
545
546 Fix memory-report-object-size to initialize memory-report--type-size
547
548 * lisp/emacs-lisp/memory-report.el (memory-report-object-size):
549 Allow using function directly (bug#53310).
550
551 Do not merge to master.
552
5532022-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 Fix menu-bar mouse clicks in "C-h c" and "C-h k" (bug#53322)
556
557 * lisp/subr.el (event-start, event-end): Handle '(menu-bar)'
558 events.
559 * lisp/net/browse-url.el (browse-url-interactive-arg): Simplify
560 accordingly.
561
562 (cherry picked from commit 9ceb3070e34ad8a54184fd0deda477bf5ff77000)
563
5642022-01-20 Eli Zaretskii <eliz@gnu.org> (tiny change)
565
566 Fix UB in ebrowse
567
568 * lib-src/ebrowse.c (matching_regexp): Avoid writing beyond the
569 limits of 'matching_regexp_buffer'. Patch by Jan Stranik
570 <jan@stranik.org>. (Bug#53333)
571
5722022-01-20 Lars Ingebrigtsen <larsi@gnus.org>
573
574 Fix execute-extended-command-for-buffer in fundamental-mode
575
576 * lisp/simple.el (execute-extended-command-for-buffer): Protect
577 against the current local map being nil (bug#52907).
578
5792022-01-20 Martin Rudalics <rudalics@gmx.at>
580
581 Add workaround to handle a problem with Enlightenment WM (Bug#53298)
582
583 * src/xterm.c (handle_one_xevent): Handle setting of variable
584 'x_set_frame_visibility_more_laxly' when receiving an Expose or
585 FocusIn event (Bug#53298).
586 (Qexpose): Define symbol.
587 (x_set_frame_visibility_more_laxly): New Lisp variable.
588 * etc/PROBLEMS: Mention frame redraw problem with the
589 Enlightenment WM and 'x-set-frame-visibility-more-laxly'
590 workaround.
591
5922022-01-17 Po Lu <luangruo@yahoo.com>
593
594 Fix regression leading to flickering tooltips when the mouse is moved
595
596 * lisp/tooltip.el (tooltip-show-help): Compare string with
597 previous tooltip string ignoring properties.
598
5992022-01-17 Andrea Corallo <akrl@sdf.org>
600
601 * Fix native comp for non trivial function names (bug#52833)
602
603 * lisp/emacs-lisp/comp.el (comp-c-func-name): Fix native compilation
604 for functions with function names containing non trivial
605 characters (bug#52833).
606
607 This commit is the backport of e7699bf290.
608
609 Do not merge to master
610
6112022-01-15 Kyle Meyer <kyle@kyleam.com>
612
613 Update to Org 9.5.2-9-g7ba24c
614
6152022-01-15 Juri Linkov <juri@linkov.net>
616
617 * lisp/net/dictionary.el (dictionary-context-menu): Use package prefix.
618
6192022-01-15 Philipp Stephani <phst@google.com>
620
621 Mark a few more map tests as unstable on Emacs 28 (Bug#46722).
622
623 At least for me, these tests still occasionally fail.
624
625 Do not merge to master.
626
627 * test/lisp/emacs-lisp/map-tests.el (test-map-into-hash-test)
628 (test-map-merge, test-map-merge-with, test-map-merge-empty): Mark as
629 unstable.
630
6312022-01-15 Philipp Stephani <phst@google.com>
632
633 * lisp/indent.el (tab-first-completion): Fix incorrect choices.
634
6352022-01-14 Philipp Stephani <phst@google.com>
636
637 * lisp/simple.el (undo-no-redo): Fix customization group
638
639 * lisp/progmodes/xref.el (xref-file-name-display): Fix docstring.
640
6412022-01-14 Eli Zaretskii <eliz@gnu.org>
642
643 Avoid another segfault in 'face_at_buffer_position'
644
645 * src/xfaces.c (face_at_buffer_position): Make really sure the
646 default face is usable. (Bug#53254)
647
6482022-01-14 Lars Ingebrigtsen <larsi@gnus.org>
649
650 Mark test-map-into as unstable
651
652 * test/lisp/emacs-lisp/map-tests.el (test-map-into): Mark as
653 unstable (bug#46722).
654
655 Do not merge to master.
656
6572022-01-13 Philipp Stephani <phst@google.com>
658
659 Fix Edebug specification for inline functions (Bug#53068).
660
661 * lisp/emacs-lisp/inline.el (inline-quote): Fix Edebug specification.
662
663 * test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-inline): New unit
664 test.
665
6662022-01-13 N. Jackson <nljlistbox2@gmail.com>
667
668 Remove mention of removed `gnus-treat-play-sounds' variable from manual
669
670 * info/gnus.info: Remove `gnus-treat-play-sounds' from
671 manual. According to lisp/gnus/ChangeLog.3 this variable was
672 removed in 2010 (bug#53192).
673
6742022-01-12 Mattias Engdegård <mattiase@acm.org>
675
676 Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"
677
678 This reverts commit 3ec8c8b3ae2359ceb8135b672e86526969c16b7e.
679
680 It was committed to a stable branch without prior discussion;
681 see bug#53071.
682
6832022-01-12 Juri Linkov <juri@linkov.net>
684
685 * doc/lispref/windows.texi (Textual Scrolling): Remove obsolete text.
686
687 Remove text about scrolling the minibuffer from the buffer,
688 obsolete since Emacs 27 (bug#51210).
689
6902022-01-12 Glenn Morris <rgm@gnu.org>
691
692 * lisp/files.el (lock-file-name-transforms): Doc tweaks.
693
6942022-01-12 Mattias Engdegård <mattiase@acm.org>
695
696 Fix closure-conversion of shadowed captured lambda-lifted vars
697
698 Lambda-lifted variables (ones passed explicitly to lambda-lifted
699 functions) that are also captured in an outer closure and shadowed
700 were renamed incorrectly (bug#51982).
701
702 Reported by Paul Pogonyshev.
703
704 * lisp/emacs-lisp/cconv.el (cconv--lifted-arg): New.
705 (cconv-convert): Provide correct definiens for the closed-over
706 variable.
707 * test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--test-cases):
708 * test/lisp/emacs-lisp/cconv-tests.el (cconv-tests--intern-all)
709 (cconv-closure-convert-remap-var): Add tests.
710
711 (cherry picked from commit 45252ad8f932c98a373ef0ab7f3363a3e27ccbe4)
712
7132022-01-12 Philipp Stephani <phst@google.com>
714
715 Fix test lisp/cedet/semantic/bovine/gcc-tests on macOS (Bug#52431)
716
717 * test/lisp/cedet/semantic/bovine/gcc-tests.el
718 (semantic-gcc-test-output-parser-this-machine): Also detect Apple
719 clang on macOS Monterey.
720
721 (cherry picked from commit 6e52becfbe2a33c025b8c4838b3c8f06ba5a6fb8)
722
7232022-01-12 Mattias Engdegård <mattiase@acm.org>
724
725 Don't fail flymake-tests if `gcc` actually is Clang
726
727 * test/lisp/progmodes/flymake-tests.el (flymake-tests--gcc-is-clang)
728 (different-diagnostic-types, included-c-header-files): Skip tests that
729 depend on the `gcc` command really being GCC and not Clang.
730
731 (cherry picked from commit b2167d98432a78442522b7564e22f47d75a98b6f)
732
7332022-01-10 Eli Zaretskii <eliz@gnu.org>
734
735 Revert "Remove the filename argument from the command line after an ELC+ELN build"
736
737 This reverts commit ffc047c896413b6e00032518fc934f08768671fa.
738
739 Please don't install anything non-trivial on the release branch
740 without asking first.
741
7422022-01-10 Alan Mackenzie <acm@muc.de>
743
744 Remove the filename argument from the command line after an ELC+ELN build
745
746 This fixes bug #53164. Without this fix, bootstrap-emacs loads the source
747 file uselessly into a buffer after completing the compilation.
748
7492022-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 (save-some-buffers): Simplify the fix for bug#46374
752
753 * lisp/files.el (save-some-buffers): Only check the
754 `save-some-buffers-function` property on functions from
755 `save-some-buffers-default-predicate` since callers which provide
756 a `pred` argument can arrange to compute `pred` themselves if needed.
757
758 * test/lisp/files-tests.el (files-tests-buffer-offer-save): Don't test
759 with `pred` set to `save-some-buffers-root` since it's not an
760 appropriate function for that any more.
761
7622022-01-09 Stefan Kangas <stefan@marxist.se>
763
764 Improve docstring of edit-abbrevs
765
766 * lisp/abbrev.el (edit-abbrevs): Doc fix; don't use obsolete name.
767 Improve docstring formatting.
768
7692022-01-09 Eli Zaretskii <eliz@gnu.org>
770
771 Revert "Fix alignment on font size change in tabulated-list-mode"
772
773 This reverts commit 2767c89db729a6106146d0aeff76678c64d4fc53.
774
775 That change caused a regression in a much more important use
776 case, see bug#53133.
777
7782022-01-08 Stefan Kangas <stefan@marxist.se>
779
780 Clarify docstring of package-native-compile
781
782 * lisp/emacs-lisp/package.el (package-native-compile): Clarify
783 docstring.
784
7852022-01-08 Eli Zaretskii <eliz@gnu.org>
786
787 Fix Subject "simplification" in Rmail
788
789 * lisp/mail/rmail.el (rmail-simplified-subject): Match against
790 "[external]" _after_ decoding the Subject by RFC-2047.
791
7922022-01-08 Stefan Kangas <stefan@marxist.se>
793
794 Bump Emacs version to 28.0.91
795
796 * README:
797 * configure.ac:
798 * msdos/sed2v2.inp:
799 * nt/README.W32: Bump Emacs version to 28.0.91.
800
12022-01-05 Dmitry Gutov <dgutov@yandex.ru> 8012022-01-05 Dmitry Gutov <dgutov@yandex.ru>
2 802
3 Fix vc-git with old Git over Tramp and cygwin-mount.el 803 Fix vc-git with old Git over Tramp and cygwin-mount.el
@@ -234065,7 +234865,7 @@
234065 234865
234066This file records repository revisions from 234866This file records repository revisions from
234067commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 234867commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
234068commit e7aa3ece52d26cc7e4d3f3990aff56127389779f (inclusive). 234868commit dbe6a3ecf74536cbfb7ca59630b48020ae4e732a (inclusive).
234069See ChangeLog.2 for earlier changes. 234869See ChangeLog.2 for earlier changes.
234070 234870
234071;; Local Variables: 234871;; Local Variables:
diff --git a/README b/README
index 2abcadd76c1..7840e7a1084 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2022 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
5This directory tree holds version 28.0.91 of GNU Emacs, the extensible, 5This directory tree holds version 28.0.92 of GNU Emacs, the extensible,
6customizable, self-documenting real-time display editor. 6customizable, self-documenting real-time display editor.
7 7
8The file INSTALL in this directory says how to build and install GNU 8The file INSTALL in this directory says how to build and install GNU
diff --git a/configure.ac b/configure.ac
index 9e8519dc3c2..7c2b7aa62e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el. 25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
26AC_INIT(GNU Emacs, 28.0.91, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/) 26AC_INIT(GNU Emacs, 28.0.92, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
27 27
28dnl Set emacs_config_options to the options of 'configure', quoted for the shell, 28dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
29dnl and then quoted again for a C string. Separate options with spaces. 29dnl and then quoted again for a C string. Separate options with spaces.
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 0029a4b97f2..8281aa96927 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -68,7 +68,7 @@ Adrian Robert: co-wrote ns-win.el
68and changed nsterm.m nsfns.m nsfont.m nsterm.h nsmenu.m configure.ac 68and changed nsterm.m nsfns.m nsfont.m nsterm.h nsmenu.m configure.ac
69 src/Makefile.in macos.texi README config.in emacs.c font.c keyboard.c 69 src/Makefile.in macos.texi README config.in emacs.c font.c keyboard.c
70 nsgui.h nsimage.m xdisp.c image.c lib-src/Makefile.in lisp.h menu.c 70 nsgui.h nsimage.m xdisp.c image.c lib-src/Makefile.in lisp.h menu.c
71 Makefile.in and 78 other files 71 Makefile.in and 79 other files
72 72
73Ævar Arnfjörð Bjarmason: changed rcirc.el 73Ævar Arnfjörð Bjarmason: changed rcirc.el
74 74
@@ -105,8 +105,8 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el
105 cc-langs.el cc-mode.el cc-styles.el cc-vars.el 105 cc-langs.el cc-mode.el cc-styles.el cc-vars.el
106and changed cc-mode.texi minibuf.c bytecomp.el edebug.el follow.el 106and changed cc-mode.texi minibuf.c bytecomp.el edebug.el follow.el
107 window.c display.texi subr.el syntax.texi progmodes/compile.el 107 window.c display.texi subr.el syntax.texi progmodes/compile.el
108 programs.texi keyboard.c lisp.h modes.texi window.el windows.texi 108 programs.texi eval.c keyboard.c lisp.h modes.texi window.el
109 cus-start.el eval.c font-lock.el isearch.el newcomment.el 109 windows.texi cus-start.el font-lock.el isearch.el newcomment.el
110 and 166 other files 110 and 166 other files
111 111
112Alan Modra: changed unexelf.c 112Alan Modra: changed unexelf.c
@@ -127,8 +127,7 @@ and changed nsterm.m nsterm.h nsfns.m image.c nsmenu.m configure.ac
127Alastair Burt: changed gnus-art.el smiley.el 127Alastair Burt: changed gnus-art.el smiley.el
128 128
129Albert Krewinkel: co-wrote sieve-manage.el 129Albert Krewinkel: co-wrote sieve-manage.el
130and changed sieve.el gnus-msg.el gnus.texi mail/sieve-manage.el 130and changed sieve.el gnus-msg.el gnus.texi message.el sieve.texi
131 message.el sieve.texi
132 131
133Albert L. Ting: changed gnus-group.el mail-hist.el 132Albert L. Ting: changed gnus-group.el mail-hist.el
134 133
@@ -181,7 +180,7 @@ Alexandre Julliard: wrote vc-git.el
181and changed vc.el ewoc.el 180and changed vc.el ewoc.el
182 181
183Alexandre Oliva: wrote gnus-mlspl.el 182Alexandre Oliva: wrote gnus-mlspl.el
184and changed unexelf.c emacs-regex.c format.el iris4d.h iris5d.h unexsgi.c 183and changed unexelf.c format.el iris4d.h iris5d.h regex-emacs.c unexsgi.c
185 184
186Alexandre Veyrenc: changed fr-refcard.tex 185Alexandre Veyrenc: changed fr-refcard.tex
187 186
@@ -332,9 +331,9 @@ Andreas Schwab: changed configure.ac lisp.h xdisp.c process.c alloc.c
332 331
333Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el 332Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el
334 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el 333 gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el
335 url-http.el xterm.c battery.el comint.el doc/misc/gnus.texi 334 url-http.el xterm.c battery.el comint.el easy-mmode.el gmm-utils.el
336 easy-mmode.el gmm-utils.el gnus-art.el gnus-cite.el gnus-draft.el 335 gnus-art.el gnus-cite.el gnus-draft.el gnus-group.el gnus-ml.el
337 gnus-group.el and 7 other files 336 and 6 other files
338 337
339Andreas Vögele: changed pgg-def.el 338Andreas Vögele: changed pgg-def.el
340 339
@@ -376,9 +375,9 @@ Andrew Hyatt: changed bug-triage CONTRIBUTE org-archive.el org.el
376 org.texi 375 org.texi
377 376
378Andrew Innes: changed makefile.nt w32fns.c w32term.c w32.c w32proc.c 377Andrew Innes: changed makefile.nt w32fns.c w32term.c w32.c w32proc.c
379 fileio.c w32-fns.el dos-w32.el inc/ms-w32.h w32term.h makefile.def 378 fileio.c ms-w32.h w32-fns.el dos-w32.el w32term.h makefile.def
380 unexw32.c w32menu.c w32xfns.c addpm.c cmdproxy.c emacs.c w32-win.el 379 unexw32.c w32menu.c w32xfns.c addpm.c cmdproxy.c emacs.c w32-win.el
381 w32inevt.c configure.bat lread.c and 129 other files 380 w32inevt.c configure.bat lread.c and 128 other files
382 381
383Andrew L. Moore: changed executable.el 382Andrew L. Moore: changed executable.el
384 383
@@ -434,11 +433,11 @@ Ansgar Burchardt: changed latin-ltx.el
434 433
435Antoine Beaupré: changed vc-git.el 434Antoine Beaupré: changed vc-git.el
436 435
437Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi 436Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el
438 ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el 437 ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el
439 erc-goodies.el erc-stamp.el erc-track.el files.el find-file.el 438 erc-goodies.el erc-stamp.el erc-track.el files.el find-file.el
440 gnus-art.el gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el 439 gnus-art.el gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el
441 mh-mime.el and 7 other files 440 and 8 other files
442 441
443Antonin Houska: changed newcomment.el 442Antonin Houska: changed newcomment.el
444 443
@@ -479,11 +478,11 @@ Arthur Miller: changed help-fns.el ange-ftp.el bytecomp.el comp.c comp.el
479 478
480Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el 479Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el
481 let-alist.el simple-tests.el sort-tests.el tabulated-list-tests.el 480 let-alist.el simple-tests.el sort-tests.el tabulated-list-tests.el
482and changed package.el isearch.el lisp/char-fold.el files.el 481and changed package.el isearch.el char-fold.el files.el tabulated-list.el
483 tabulated-list.el package-test.el menu-bar.el replace.el bytecomp.el 482 package-test.el menu-bar.el replace.el bytecomp.el faces.el files-x.el
484 faces.el files-x.el custom.el custom.texi help-fns.el 483 custom.el custom.texi help-fns.el let-alist-tests.el simple.el
485 let-alist-tests.el simple.el subr-tests.el align.el bindings.el 484 subr-tests.el align.el bindings.el cl-lib-tests.el cl-macs.el
486 cl-lib-tests.el cl-macs.el and 43 other files 485 and 43 other files
487 486
488Artyom Loenko: changed Info.plist.in 487Artyom Loenko: changed Info.plist.in
489 488
@@ -576,7 +575,7 @@ and changed org-clock.el org.el
576Benjamin Ragheb: changed fortune.el 575Benjamin Ragheb: changed fortune.el
577 576
578Benjamin Riefenstahl: changed files.el image-mode.el nnrss-tests.el 577Benjamin Riefenstahl: changed files.el image-mode.el nnrss-tests.el
579 w32select.c emacs.c image.el inc/ms-w32.h lisp.h mac-win.el macterm.c 578 w32select.c emacs.c image.el lisp.h mac-win.el macterm.c ms-w32.h
580 mule-cmds.el nnrss.el runemacs.c tcl.el w32.c w32.h 579 mule-cmds.el nnrss.el runemacs.c tcl.el w32.c w32.h
581 580
582Benjamin Rutt: co-wrote gnus-dired.el 581Benjamin Rutt: co-wrote gnus-dired.el
@@ -584,7 +583,7 @@ and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el
584 nnmbox.el simple.el vc-cvs.el 583 nnmbox.el simple.el vc-cvs.el
585 584
586Ben Key: changed w32.c w32fns.c w32menu.c configure.bat INSTALL w32.h 585Ben Key: changed w32.c w32fns.c w32menu.c configure.bat INSTALL w32.h
587 w32term.c configure.ac emacs.c inc/ms-w32.h keyboard.c make-docfile.c 586 w32term.c configure.ac emacs.c keyboard.c make-docfile.c ms-w32.h
588 nsfont.m nsterm.m sound.c xfaces.c 587 nsfont.m nsterm.m sound.c xfaces.c
589 588
590Ben Menasha: changed nnmh.el 589Ben Menasha: changed nnmh.el
@@ -656,8 +655,8 @@ Bob Nnamtrop: changed viper-cmd.el
656Bob Olson: co-wrote cperl-mode.el 655Bob Olson: co-wrote cperl-mode.el
657 656
658Bob Rogers: changed vc-dir.el vc-svn.el cperl-mode.el diff.el ewoc.el 657Bob Rogers: changed vc-dir.el vc-svn.el cperl-mode.el diff.el ewoc.el
659 ffap.el files.el maintaining.texi sql.el thingatpt.el vc.el 658 ffap.el files.el ietf-drums.el maintaining.texi sql.el thingatpt.el
660 vc1-xtra.texi 659 vc.el vc1-xtra.texi
661 660
662Bob Weiner: changed info.el quail.el dframe.el etags.c rmail.el 661Bob Weiner: changed info.el quail.el dframe.el etags.c rmail.el
663 rmailsum.el speedbar.el 662 rmailsum.el speedbar.el
@@ -709,7 +708,8 @@ Brian Fox: changed Makefile.in Makefile configure.ac minibuf.c dired.el
709Brian Jenkins: changed frame.c frames.texi hooks.texi 708Brian Jenkins: changed frame.c frames.texi hooks.texi
710 709
711Brian Leung: changed comint.el gud.el advice.el comp.c comp.el em-hist.el 710Brian Leung: changed comint.el gud.el advice.el comp.c comp.el em-hist.el
712 files.el find-func.el gdb-mi.el help.el nadvice.el shell.el shortdoc.el 711 files.el find-func.el flymake.el gdb-mi.el help.el nadvice.el shell.el
712 shortdoc.el
713 713
714Brian Marick: co-wrote hideif.el 714Brian Marick: co-wrote hideif.el
715 715
@@ -833,7 +833,7 @@ and co-wrote longlines.el tango-dark-theme.el tango-theme.el
833and changed simple.el display.texi xdisp.c files.el frames.texi 833and changed simple.el display.texi xdisp.c files.el frames.texi
834 cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c 834 cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c
835 startup.el package.el misc.texi emacs.texi modes.texi mouse.el 835 startup.el package.el misc.texi emacs.texi modes.texi mouse.el
836 custom.texi image.c window.el and 932 other files 836 custom.texi image.c window.el and 934 other files
837 837
838Chris Chase: co-wrote idlw-shell.el idlwave.el 838Chris Chase: co-wrote idlw-shell.el idlwave.el
839 839
@@ -850,8 +850,8 @@ Chris Hall: changed callproc.c frame.c
850 850
851Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c 851Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c
852 hp9000s300.h keyboard.c process.c texinfmt.el sort.el syntax.c 852 hp9000s300.h keyboard.c process.c texinfmt.el sort.el syntax.c
853 texnfo-upd.el x11fns.c xfns.c dired.el emacs-regex.c emacsclient.c 853 texnfo-upd.el x11fns.c xfns.c dired.el emacsclient.c fileio.c
854 fileio.c hp9000s800.h indent.c info.el and 17 other files 854 hp9000s800.h indent.c info.el man.el and 17 other files
855 855
856Chris Hecker: changed calc-aent.el 856Chris Hecker: changed calc-aent.el
857 857
@@ -973,12 +973,10 @@ Claudio Fontana: changed Makefile.in leim/Makefile.in lib-src/Makefile.in
973 973
974Clemens Radermacher: changed cus-start.el frame.c minibuf.texi window.el 974Clemens Radermacher: changed cus-start.el frame.c minibuf.texi window.el
975 975
976Clément Pit--Claudel: changed debugging.texi emacs-lisp/debug.el eval.c
977 progmodes/python.el subr-tests.el subr.el url-http.el url-vars.el
978
979Clément Pit-Claudel: changed Dockerfile.emba button.el configure.ac 976Clément Pit-Claudel: changed Dockerfile.emba button.el configure.ac
980 display.texi ert.el gitlab-ci.yml keyboard.c tex-mode.el text.texi 977 debugging.texi display.texi emacs-lisp/debug.el ert.el eval.c
981 xdisp.c 978 gitlab-ci.yml keyboard.c progmodes/python.el subr-tests.el subr.el
979 tex-mode.el text.texi url-http.el url-vars.el xdisp.c
982 980
983Codruț Constantin Gușoi: changed files.el 981Codruț Constantin Gușoi: changed files.el
984 982
@@ -1114,9 +1112,9 @@ Daniel Lublin: changed dns-mode.el
1114 1112
1115Daniel Martín: changed shortdoc.el nsterm.m erc.texi files.el files.texi 1113Daniel Martín: changed shortdoc.el nsterm.m erc.texi files.el files.texi
1116 msdos-xtra.texi ns-win.el basic.texi cmacexp.el compilation.txt 1114 msdos-xtra.texi ns-win.el basic.texi cmacexp.el compilation.txt
1117 compile-tests.el cscope.el diff.el dired.el editfns.c emacs.texi 1115 compile-tests.el cscope.el diff.el dired.el display.texi editfns.c
1118 files-tests.el find-func-tests.el find-func.el frame.c frame.el 1116 emacs.texi files-tests.el find-func-tests.el find-func.el frame.c
1119 and 16 other files 1117 and 17 other files
1120 1118
1121Daniel McClanahan: changed lisp-mode.el 1119Daniel McClanahan: changed lisp-mode.el
1122 1120
@@ -1201,7 +1199,7 @@ and co-wrote latin-ltx.el socks.el
1201and changed configure.ac help.el mule-cmds.el fortran.el mule-conf.el 1199and changed configure.ac help.el mule-cmds.el fortran.el mule-conf.el
1202 xterm.c browse-url.el mule.el coding.c src/Makefile.in european.el 1200 xterm.c browse-url.el mule.el coding.c src/Makefile.in european.el
1203 fns.c mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el 1201 fns.c mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el
1204 files.el keyboard.c byte-opt.el info.el and 771 other files 1202 files.el keyboard.c byte-opt.el info.el and 772 other files
1205 1203
1206Dave Pearson: wrote 5x5.el quickurl.el 1204Dave Pearson: wrote 5x5.el quickurl.el
1207 1205
@@ -1273,7 +1271,7 @@ David Hedbor: changed nnmail.el
1273 1271
1274David Hull: changed etags.c vc-hg.el 1272David Hull: changed etags.c vc-hg.el
1275 1273
1276David Hunter: changed flymake.el inc/ms-w32.h process.c 1274David Hunter: changed flymake.el ms-w32.h process.c
1277 1275
1278David J. Biesack: changed antlr-mode.el quickurl.el 1276David J. Biesack: changed antlr-mode.el quickurl.el
1279 1277
@@ -1371,10 +1369,10 @@ Debarshi Ray: changed erc-backend.el erc.el
1371 1369
1372Decklin Foster: changed nngateway.el 1370Decklin Foster: changed nngateway.el
1373 1371
1374Deepak Goel: changed idlw-shell.el feedmail.el files.el find-func.el 1372Deepak Goel: changed idlw-shell.el ada-xref.el feedmail.el files.el
1375 flymake.el mh-search.el mh-seq.el mh-thread.el mh-xface.el org.el 1373 find-func.el flymake.el mh-search.el mh-seq.el mh-thread.el mh-xface.el
1376 simple.el vc.el vhdl-mode.el wdired.el README allout.el appt.el 1374 org.el simple.el vc.el vhdl-mode.el wdired.el README ada-mode.el
1377 apropos.el artist.el bibtex.el bindings.el and 83 other files 1375 allout.el appt.el apropos.el artist.el and 85 other files
1378 1376
1379D. E. Evans: changed basic.texi 1377D. E. Evans: changed basic.texi
1380 1378
@@ -1477,7 +1475,7 @@ and changed xref.el ruby-mode.el project.el vc-git.el elisp-mode.el
1477 etags.el ruby-mode-tests.el js.el vc.el vc-hg.el package.el 1475 etags.el ruby-mode-tests.el js.el vc.el vc-hg.el package.el
1478 symref/grep.el dired-aux.el simple.el log-edit.el minibuffer.el 1476 symref/grep.el dired-aux.el simple.el log-edit.el minibuffer.el
1479 progmodes/grep.el ido.el maintaining.texi menu-bar.el package-test.el 1477 progmodes/grep.el ido.el maintaining.texi menu-bar.el package-test.el
1480 and 123 other files 1478 and 122 other files
1481 1479
1482Dmitry Kurochkin: changed isearch.el 1480Dmitry Kurochkin: changed isearch.el
1483 1481
@@ -1574,8 +1572,8 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c]
1574and co-wrote help-tests.el 1572and co-wrote help-tests.el
1575and changed xdisp.c display.texi w32.c msdos.c w32fns.c simple.el 1573and changed xdisp.c display.texi w32.c msdos.c w32fns.c simple.el
1576 files.el fileio.c keyboard.c emacs.c w32term.c text.texi dispnew.c 1574 files.el fileio.c keyboard.c emacs.c w32term.c text.texi dispnew.c
1577 w32proc.c files.texi frames.texi configure.ac lisp.h dispextern.h 1575 w32proc.c files.texi frames.texi configure.ac dispextern.h lisp.h
1578 process.c editfns.c and 1232 other files 1576 process.c ms-w32.h and 1235 other files
1579 1577
1580Eliza Velasquez: changed server.el 1578Eliza Velasquez: changed server.el
1581 1579
@@ -1596,7 +1594,7 @@ Emilio C. Lopes: changed woman.el cmuscheme.el help.el vc.el advice.el
1596 and 58 other files 1594 and 58 other files
1597 1595
1598Emmanuel Briot: wrote xml.el 1596Emmanuel Briot: wrote xml.el
1599and changed ada-stmt.el 1597and changed ada-mode.el ada-stmt.el ada-prj.el ada-xref.el
1600 1598
1601Era Eriksson: changed bibtex.el dired.el json.el ses.el ses.texi shell.el 1599Era Eriksson: changed bibtex.el dired.el json.el ses.el ses.texi shell.el
1602 tramp.el tramp.texi 1600 tramp.el tramp.texi
@@ -1763,10 +1761,10 @@ Fabrice Nicol: changed etags.c etags.1
1763Fabrice Niessen: wrote leuven-theme.el 1761Fabrice Niessen: wrote leuven-theme.el
1764and changed org-agenda.el 1762and changed org-agenda.el
1765 1763
1766Fabrice Popineau: changed w32.c ms-w32.h w32fns.c w32heap.c w32term.c 1764Fabrice Popineau: changed ms-w32.h w32.c w32fns.c w32heap.c w32term.c
1767 configure.ac lisp.h unexw32.c buffer.c emacs.c image.c w32heap.h 1765 configure.ac lisp.h unexw32.c buffer.c emacs.c image.c w32heap.h
1768 w32proc.c w32term.h INSTALL addsection.c alloc.c dispextern.h 1766 w32proc.c w32term.h INSTALL addsection.c alloc.c dispextern.h
1769 emacs-regex.c emacs-x64.manifest emacs-x86.manifest and 25 other files 1767 emacs-x64.manifest emacs-x86.manifest etags.c and 24 other files
1770 1768
1771Fan Kai: changed esh-arg.el 1769Fan Kai: changed esh-arg.el
1772 1770
@@ -1821,7 +1819,7 @@ Florian Adamsky: changed recentf.el
1821 1819
1822Florian Beck: changed org.el 1820Florian Beck: changed org.el
1823 1821
1824Florian Ragwitz: changed gnus-html.el mail/sieve-manage.el 1822Florian Ragwitz: changed gnus-html.el sieve-manage.el
1825 1823
1826Florian V. Savigny: changed sql.el 1824Florian V. Savigny: changed sql.el
1827 1825
@@ -1949,7 +1947,7 @@ and changed edebug.el cl-print.el edebug.texi emacs-lisp/debug.el
1949 cl-print-tests.el debugging.texi cl-macs.el edebug-test-code.el subr.el 1947 cl-print-tests.el debugging.texi cl-macs.el edebug-test-code.el subr.el
1950 testcases.el testcover.el cl-generic.el ert-x.el eval.c eieio-compat.el 1948 testcases.el testcover.el cl-generic.el ert-x.el eval.c eieio-compat.el
1951 elisp.texi ert.el ert.texi eval-tests.el generator.el print.c 1949 elisp.texi ert.el ert.texi eval-tests.el generator.el print.c
1952 and 24 other files 1950 and 23 other files
1953 1951
1954Geoff Gole: changed align.el ibuffer.el whitespace.el 1952Geoff Gole: changed align.el ibuffer.el whitespace.el
1955 1953
@@ -1960,9 +1958,9 @@ Geoff Kuenning: changed gnus-art.el gnus.texi
1960Geoff Voelker: wrote ms-w32.h w32-fns.el w32.c w32.h w32heap.c w32heap.h 1958Geoff Voelker: wrote ms-w32.h w32-fns.el w32.c w32.h w32heap.c w32heap.h
1961 w32inevt.c w32proc.c w32term.c 1959 w32inevt.c w32proc.c w32term.c
1962and changed makefile.nt w32fns.c fileio.c makefile.def callproc.c 1960and changed makefile.nt w32fns.c fileio.c makefile.def callproc.c
1963 s/ms-w32.h emacs.bat.in unexw32.c w32term.h dos-w32.el loadup.el 1961 emacs.bat.in unexw32.c w32term.h dos-w32.el loadup.el w32-win.el
1964 w32-win.el emacs.c keyboard.c ntterm.c process.c w32console.c addpm.c 1962 emacs.c keyboard.c ntterm.c process.c w32console.c addpm.c cmdproxy.c
1965 cmdproxy.c comint.el files.el and 100 other files 1963 comint.el files.el sysdep.c and 97 other files
1966 1964
1967Georg C. F. Greve: changed pgg-gpg.el 1965Georg C. F. Greve: changed pgg-gpg.el
1968 1966
@@ -1980,7 +1978,7 @@ Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el tooltip.el
1980and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c 1978and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c
1981 window.c keyboard.c lisp.h faces.el alloc.c buffer.c startup.el xterm.h 1979 window.c keyboard.c lisp.h faces.el alloc.c buffer.c startup.el xterm.h
1982 fns.c simple.el term.c configure.ac frame.c xmenu.c emacs.c 1980 fns.c simple.el term.c configure.ac frame.c xmenu.c emacs.c
1983 and 607 other files 1981 and 610 other files
1984 1982
1985Gergely Nagy: changed erc.el 1983Gergely Nagy: changed erc.el
1986 1984
@@ -2008,7 +2006,7 @@ and changed configure.ac Makefile.in src/Makefile.in calendar.el
2008 lisp/Makefile.in diary-lib.el files.el make-dist rmail.el 2006 lisp/Makefile.in diary-lib.el files.el make-dist rmail.el
2009 progmodes/f90.el bytecomp.el admin.el misc/Makefile.in simple.el 2007 progmodes/f90.el bytecomp.el admin.el misc/Makefile.in simple.el
2010 authors.el startup.el emacs.texi lib-src/Makefile.in display.texi 2008 authors.el startup.el emacs.texi lib-src/Makefile.in display.texi
2011 ack.texi subr.el and 1790 other files 2009 ack.texi subr.el and 1789 other files
2012 2010
2013Glynn Clements: wrote gamegrid.el snake.el tetris.el 2011Glynn Clements: wrote gamegrid.el snake.el tetris.el
2014 2012
@@ -2232,7 +2230,7 @@ Ilya Shlyakhter: changed org.el ob-lilypond.el org-clock.el
2232Ilya Zakharevich: wrote tmm.el 2230Ilya Zakharevich: wrote tmm.el
2233and co-wrote cperl-mode.el 2231and co-wrote cperl-mode.el
2234and changed w32fns.c syntax.c intervals.c syntax.h textprop.c dired.c 2232and changed w32fns.c syntax.c intervals.c syntax.h textprop.c dired.c
2235 emacs-regex.c emacs-regex.h font-lock.el intervals.h search.c 2233 font-lock.el intervals.h regex-emacs.c regex-emacs.h search.c
2236 2234
2237Ilya Zonov: changed org-mouse.el 2235Ilya Zonov: changed org-mouse.el
2238 2236
@@ -2276,7 +2274,8 @@ Itai Y. Efrat: changed browse-url.el
2276Itai Zukerman: changed mm-decode.el 2274Itai Zukerman: changed mm-decode.el
2277 2275
2278Ivan Andrus: changed editfns.c epg.el ffap.el find-file.el ibuf-ext.el 2276Ivan Andrus: changed editfns.c epg.el ffap.el find-file.el ibuf-ext.el
2279 ibuffer.el newcomment.el nxml-mode.el progmodes/python.el 2277 ibuffer.el newcomment.el nextstep/templates/Info.plist.in nxml-mode.el
2278 progmodes/python.el
2280 2279
2281Ivan Boldyrev: changed mml1991.el 2280Ivan Boldyrev: changed mml1991.el
2282 2281
@@ -2456,7 +2455,7 @@ Jason Rumney: wrote w32-vars.el
2456and changed w32fns.c w32term.c w32font.c w32menu.c w32-win.el w32term.h 2455and changed w32fns.c w32term.c w32font.c w32menu.c w32-win.el w32term.h
2457 w32.c w32uniscribe.c w32-fns.el makefile.nt w32console.c w32bdf.c 2456 w32.c w32uniscribe.c w32-fns.el makefile.nt w32console.c w32bdf.c
2458 configure.bat keyboard.c w32proc.c w32select.c font.c image.c w32font.h 2457 configure.bat keyboard.c w32proc.c w32select.c font.c image.c w32font.h
2459 w32gui.h xdisp.c and 153 other files 2458 w32gui.h xdisp.c and 152 other files
2460 2459
2461Jason S. Cornez: changed keyboard.c 2460Jason S. Cornez: changed keyboard.c
2462 2461
@@ -2573,8 +2572,8 @@ Jesper Harder: wrote yenc.el
2573and changed gnus-sum.el gnus-art.el message.el gnus-group.el gnus-msg.el 2572and changed gnus-sum.el gnus-art.el message.el gnus-group.el gnus-msg.el
2574 gnus.el gnus-util.el rfc2047.el mm-bodies.el mm-util.el mml.el 2573 gnus.el gnus-util.el rfc2047.el mm-bodies.el mm-util.el mml.el
2575 mm-decode.el nnrss.el gnus-srvr.el gnus-topic.el nnmail.el 2574 mm-decode.el nnrss.el gnus-srvr.el gnus-topic.el nnmail.el
2576 gnus-start.el gnus-uu.el spam-stat.el gnus-score.el gnus.texi 2575 gnus-start.el gnus-uu.el gnus.texi spam-stat.el gnus-score.el
2577 and 202 other files 2576 and 200 other files
2578 2577
2579Jhair Tocancipa Triana: changed gnus-audio.el 2578Jhair Tocancipa Triana: changed gnus-audio.el
2580 2579
@@ -2610,10 +2609,10 @@ Jimmy Yuen Ho Wong: changed nsm.el gnutls.c gnutls.el disass.el
2610Jim Paris: changed process.c 2609Jim Paris: changed process.c
2611 2610
2612Jim Porter: changed delsel.el ansi-color-tests.el ansi-color.el 2611Jim Porter: changed delsel.el ansi-color-tests.el ansi-color.el
2613 bindings.el term-tests.el term.el tramp.el callproc.c 2612 bindings.el esh-var.el term-tests.el term.el tramp.el callproc.c
2614 dichromacy-theme.el diff-mode.el files-tests.el gdb-mi.el grep-tests.el 2613 dichromacy-theme.el diff-mode.el eshell-tests.el eshell.texi
2615 ispell.el leuven-theme.el man.el menu-bar.el misterioso-theme.el 2614 files-tests.el gdb-mi.el grep-tests.el ispell.el leuven-theme.el man.el
2616 process.c process.h progmodes/grep.el and 6 other files 2615 menu-bar.el misterioso-theme.el and 9 other files
2617 2616
2618Jim Radford: changed gnus-start.el 2617Jim Radford: changed gnus-start.el
2619 2618
@@ -2796,7 +2795,7 @@ and changed epa.el epa-file.el lisp-mnt.el tips.texi dired-aux.el
2796 dired-x.el dired.el eieio.el epa-dired.el font-lock.el 2795 dired-x.el dired.el eieio.el epa-dired.el font-lock.el
2797 progmodes/compile.el simple.el allout.el button.el comint.el 2796 progmodes/compile.el simple.el allout.el button.el comint.el
2798 cus-edit.el eldoc.el emacs-module-tests.el epa-hook.el epg-config.el 2797 cus-edit.el eldoc.el emacs-module-tests.el epa-hook.el epg-config.el
2799 epg.el and 9 other files 2798 epg.el and 11 other files
2800 2799
2801Jonas Hoersch: changed org-inlinetask.el org.el 2800Jonas Hoersch: changed org-inlinetask.el org.el
2802 2801
@@ -2858,7 +2857,7 @@ Jorge P. De Morais Neto: changed TUTORIAL cl.texi
2858 2857
2859Jose A. Ortega Ruiz: changed mixal-mode.el gnus-sum.el url-http.el 2858Jose A. Ortega Ruiz: changed mixal-mode.el gnus-sum.el url-http.el
2860 2859
2861Jose E. Marchesi: changed gomoku.el simple.el smtpmail.el 2860Jose E. Marchesi: changed ada-mode.el gomoku.el simple.el smtpmail.el
2862 2861
2863José L. Doménech: changed dired-aux.el 2862José L. Doménech: changed dired-aux.el
2864 2863
@@ -2903,7 +2902,7 @@ and co-wrote help-tests.el keymap-tests.el
2903and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c 2902and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c
2904 files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c 2903 files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c
2905 buffer.c keyboard.c ido.el image.c window.c eval.c allout.el 2904 buffer.c keyboard.c ido.el image.c window.c eval.c allout.el
2906 and 1226 other files 2905 and 1225 other files
2907 2906
2908Juan Pechiar: changed ob-octave.el 2907Juan Pechiar: changed ob-octave.el
2909 2908
@@ -2926,7 +2925,7 @@ Julien Danjou: wrote erc-desktop-notifications.el gnus-gravatar.el
2926and co-wrote color.el 2925and co-wrote color.el
2927and changed shr.el org-agenda.el gnus-art.el nnimap.el gnus-html.el 2926and changed shr.el org-agenda.el gnus-art.el nnimap.el gnus-html.el
2928 gnus.el message.el gnus-group.el gnus-sum.el gnus-util.el mm-decode.el 2927 gnus.el message.el gnus-group.el gnus-sum.el gnus-util.el mm-decode.el
2929 mm-view.el org.el gnus.texi mail/sieve-manage.el nnir.el mm-uu.el 2928 mm-view.el org.el gnus.texi nnir.el sieve-manage.el mm-uu.el
2930 color-lab.el gnus-demon.el gnus-int.el gnus-msg.el and 96 other files 2929 color-lab.el gnus-demon.el gnus-int.el gnus-msg.el and 96 other files
2931 2930
2932Julien Gilles: wrote gnus-ml.el 2931Julien Gilles: wrote gnus-ml.el
@@ -2950,7 +2949,7 @@ Juri Linkov: wrote compose.el files-x.el misearch.el repeat-tests.el
2950and changed isearch.el simple.el info.el replace.el dired.el dired-aux.el 2949and changed isearch.el simple.el info.el replace.el dired.el dired-aux.el
2951 progmodes/grep.el subr.el window.el image-mode.el mouse.el diff-mode.el 2950 progmodes/grep.el subr.el window.el image-mode.el mouse.el diff-mode.el
2952 files.el menu-bar.el minibuffer.el progmodes/compile.el startup.el 2951 files.el menu-bar.el minibuffer.el progmodes/compile.el startup.el
2953 faces.el vc.el display.texi search.texi and 444 other files 2952 faces.el vc.el display.texi search.texi and 445 other files
2954 2953
2955Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h 2954Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h
2956 w32console.c w32heap.c w32inevt.c w32term.h 2955 w32console.c w32heap.c w32inevt.c w32term.h
@@ -3018,7 +3017,7 @@ and changed simple.el files.el CONTRIBUTE doc-view.el image-mode.el
3018Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c 3017Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c
3019 alloc.c files.el frame.c configure.ac window.c data.c minibuf.c 3018 alloc.c files.el frame.c configure.ac window.c data.c minibuf.c
3020 editfns.c fns.c process.c Makefile.in fileio.c simple.el keymap.c 3019 editfns.c fns.c process.c Makefile.in fileio.c simple.el keymap.c
3021 indent.c and 446 other files 3020 indent.c and 447 other files
3022 3021
3023Karl Kleinpaste: changed gnus-sum.el gnus-art.el gnus-picon.el 3022Karl Kleinpaste: changed gnus-sum.el gnus-art.el gnus-picon.el
3024 gnus-score.el gnus-uu.el gnus-xmas.el gnus.el mm-uu.el mml.el nnmail.el 3023 gnus-score.el gnus-uu.el gnus-xmas.el gnus.el mm-uu.el mml.el nnmail.el
@@ -3048,7 +3047,7 @@ Katsumi Yamaoka: wrote canlock.el
3048and changed gnus-art.el gnus-sum.el message.el mm-decode.el gnus.texi 3047and changed gnus-art.el gnus-sum.el message.el mm-decode.el gnus.texi
3049 mm-util.el mm-view.el gnus-group.el gnus-util.el gnus-msg.el mml.el 3048 mm-util.el mm-view.el gnus-group.el gnus-util.el gnus-msg.el mml.el
3050 shr.el rfc2047.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el 3049 shr.el rfc2047.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el
3051 mm-uu.el nnmail.el emacs-mime.texi and 161 other files 3050 mm-uu.el nnmail.el emacs-mime.texi and 159 other files
3052 3051
3053Kaushal Modi: changed dired-aux.el files.el isearch.el apropos.el 3052Kaushal Modi: changed dired-aux.el files.el isearch.el apropos.el
3054 calc-yank.el custom.texi desktop.el dired.el dired.texi ediff-diff.el 3053 calc-yank.el custom.texi desktop.el dired.el dired.texi ediff-diff.el
@@ -3062,7 +3061,7 @@ Kaveh R. Ghazi: changed delta88k.h xterm.c
3062Kayvan Sylvan: changed supercite.el 3061Kayvan Sylvan: changed supercite.el
3063 3062
3064Kazuhiro Ito: changed coding.c uudecode.el flow-fill.el font.c 3063Kazuhiro Ito: changed coding.c uudecode.el flow-fill.el font.c
3065 japan-util.el keyboard.c make-mode.el net/starttls.el xdisp.c 3064 japan-util.el keyboard.c make-mode.el starttls.el xdisp.c
3066 3065
3067Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c 3066Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c
3068 3067
@@ -3147,7 +3146,7 @@ and changed edt.texi
3147Kevin Gallo: wrote w32-win.el 3146Kevin Gallo: wrote w32-win.el
3148and changed makefile.nt dispnew.c addpm.c config.w95 dispextern.h emacs.c 3147and changed makefile.nt dispnew.c addpm.c config.w95 dispextern.h emacs.c
3149 facemenu.el faces.el fns.c frame.c frame.h keyboard.c makefile.def 3148 facemenu.el faces.el fns.c frame.c frame.h keyboard.c makefile.def
3150 mouse.el ntterm.c process.c s/ms-w32.h scroll.c startup.el sysdep.c 3149 mouse.el ms-w32.h ntterm.c process.c scroll.c startup.el sysdep.c
3151 term.c and 18 other files 3150 term.c and 18 other files
3152 3151
3153Kevin Greiner: wrote legacy-gnus-agent.el 3152Kevin Greiner: wrote legacy-gnus-agent.el
@@ -3182,7 +3181,7 @@ Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el
3182and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c 3181and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c
3183 xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi 3182 xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi
3184 macterm.c alloc.c fns.c xfaces.c keymap.c xfns.c xterm.h .gdbinit 3183 macterm.c alloc.c fns.c xfaces.c keymap.c xfns.c xterm.h .gdbinit
3185 and 248 other files 3184 and 249 other files
3186 3185
3187Kimit Yada: changed copyright.el 3186Kimit Yada: changed copyright.el
3188 3187
@@ -3221,10 +3220,10 @@ Konrad Hinsen: wrote ol-eshell.el
3221and changed ob-python.el 3220and changed ob-python.el
3222 3221
3223Konstantin Kharlamov: changed smerge-mode.el diff-mode.el files.el 3222Konstantin Kharlamov: changed smerge-mode.el diff-mode.el files.el
3224 autorevert.el calc-aent.el calc-ext.el calc-lang.el cc-mode.el 3223 ada-mode.el autorevert.el calc-aent.el calc-ext.el calc-lang.el
3225 cperl-mode.el css-mode.el cua-rect.el dnd.el ebnf-abn.el ebnf-dtd.el 3224 cc-mode.el cperl-mode.el css-mode.el cua-rect.el dnd.el ebnf-abn.el
3226 ebnf-ebx.el emacs-module-tests.el epg.el faces.el gnus-art.el gtkutil.c 3225 ebnf-dtd.el ebnf-ebx.el emacs-module-tests.el epg.el faces.el
3227 hideif.el and 26 other files 3226 gnus-art.el gtkutil.c and 27 other files
3228 3227
3229Konstantin Kliakhandler: changed org-agenda.el 3228Konstantin Kliakhandler: changed org-agenda.el
3230 3229
@@ -3306,8 +3305,8 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el
3306 rfc2047.el svg.el time-date.el 3305 rfc2047.el svg.el time-date.el
3307and changed gnus.texi simple.el subr.el files.el process.c text.texi 3306and changed gnus.texi simple.el subr.el files.el process.c text.texi
3308 display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el 3307 display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el
3309 auth-source.el url-http.el edebug.el gnus-cite.el image.el pop3.el 3308 auth-source.el url-http.el edebug.el image.el gnus-cite.el pop3.el
3310 dired-aux.el fns.c image.c and 860 other files 3309 dired-aux.el fns.c image.c and 859 other files
3311 3310
3312Lars Rasmusson: changed ebrowse.c 3311Lars Rasmusson: changed ebrowse.c
3313 3312
@@ -3337,11 +3336,11 @@ Lele Gaifax: changed TUTORIAL.it progmodes/python.el flymake.el
3337 python-tests.el flymake-proc.el flymake.texi isearch.el 3336 python-tests.el flymake-proc.el flymake.texi isearch.el
3338 3337
3339Lennart Borgman: co-wrote ert-x.el 3338Lennart Borgman: co-wrote ert-x.el
3340and changed nxml-mode.el tutorial.el re-builder.el window.el buff-menu.el 3339and changed nxml-mode.el tutorial.el re-builder.el window.el ada-xref.el
3341 emacs-lisp/debug.el emacsclient.c filesets.el flymake.el help-fns.el 3340 buff-menu.el emacs-lisp/debug.el emacsclient.c filesets.el flymake.el
3342 isearch.el linum.el lisp-mode.el lisp.el mouse.el progmodes/grep.el 3341 help-fns.el isearch.el linum.el lisp-mode.el lisp.el mouse.el
3343 recentf.el remember.el replace.el reveal.el ruby-mode.el 3342 progmodes/grep.el recentf.el remember.el replace.el reveal.el
3344 and 5 other files 3343 and 6 other files
3345 3344
3346Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c 3345Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
3347 3346
@@ -3379,6 +3378,8 @@ Liang Wang: changed etags.el
3379 3378
3380Liāu, Kiong-Gē 廖宮毅: changed comp.c mingw-cfg.site 3379Liāu, Kiong-Gē 廖宮毅: changed comp.c mingw-cfg.site
3381 3380
3381Lin Zhou: changed w32fns.c w32term.h
3382
3382Lixin Chin: changed bibtex.el 3383Lixin Chin: changed bibtex.el
3383 3384
3384Lloyd Zusman: changed mml.el pgg-gpg.el 3385Lloyd Zusman: changed mml.el pgg-gpg.el
@@ -3428,7 +3429,7 @@ Lute Kamstra: changed modes.texi emacs-lisp/debug.el generic-x.el
3428 generic.el font-lock.el simple.el subr.el battery.el debugging.texi 3429 generic.el font-lock.el simple.el subr.el battery.el debugging.texi
3429 easy-mmode.el elisp.texi emacs-lisp/generic.el hl-line.el info.el 3430 easy-mmode.el elisp.texi emacs-lisp/generic.el hl-line.el info.el
3430 octave.el basic.texi bindings.el calc.el cmdargs.texi diff-mode.el 3431 octave.el basic.texi bindings.el calc.el cmdargs.texi diff-mode.el
3431 doclicense.texi and 288 other files 3432 doclicense.texi and 289 other files
3432 3433
3433Lynn Slater: wrote help-macro.el 3434Lynn Slater: wrote help-macro.el
3434 3435
@@ -3550,7 +3551,7 @@ Mark Oteiza: wrote mailcap-tests.el md4-tests.el xdg-tests.el xdg.el
3550and changed image-dired.el dunnet.el mpc.el eww.el json.el calc-units.el 3551and changed image-dired.el dunnet.el mpc.el eww.el json.el calc-units.el
3551 lcms.c subr-x.el subr.el message.el tex-mode.el cl-macs.el cl.texi 3552 lcms.c subr-x.el subr.el message.el tex-mode.el cl-macs.el cl.texi
3552 ibuffer.el lcms-tests.el mailcap.el progmodes/python.el cl-print.el 3553 ibuffer.el lcms-tests.el mailcap.el progmodes/python.el cl-print.el
3553 eldoc.el emacs-lisp/chart.el files.el and 173 other files 3554 eldoc.el emacs-lisp/chart.el files.el and 172 other files
3554 3555
3555Mark Plaksin: changed nnrss.el term.el 3556Mark Plaksin: changed nnrss.el term.el
3556 3557
@@ -3573,7 +3574,7 @@ and changed cus-edit.el files.el progmodes/compile.el rmail.el
3573 tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el 3574 tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el
3574 mule-cmds.el rmailout.el checkdoc.el configure.ac custom.el emacsbug.el 3575 mule-cmds.el rmailout.el checkdoc.el configure.ac custom.el emacsbug.el
3575 gnus.el help-fns.el ls-lisp.el mwheel.el sendmail.el 3576 gnus.el help-fns.el ls-lisp.el mwheel.el sendmail.el
3576 and 125 other files 3577 and 126 other files
3577 3578
3578Markus Sauermann: changed lisp-mode.el 3579Markus Sauermann: changed lisp-mode.el
3579 3580
@@ -3618,7 +3619,7 @@ Martin Pohlack: changed iimage.el pc-select.el
3618Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c 3619Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c
3619 xterm.c frames.texi w32fns.c w32term.c xfns.c frame.el display.texi 3620 xterm.c frames.texi w32fns.c w32term.c xfns.c frame.el display.texi
3620 frame.h cus-start.el help.el buffer.c window.h mouse.el dispnew.c 3621 frame.h cus-start.el help.el buffer.c window.h mouse.el dispnew.c
3621 nsfns.m gtkutil.c and 212 other files 3622 nsfns.m gtkutil.c and 213 other files
3622 3623
3623Martin Stjernholm: wrote cc-bytecomp.el 3624Martin Stjernholm: wrote cc-bytecomp.el
3624and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el 3625and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el
@@ -3775,7 +3776,7 @@ and co-wrote tramp-cache.el tramp-sh.el tramp.el
3775and changed tramp.texi tramp-adb.el trampver.el trampver.texi dbusbind.c 3776and changed tramp.texi tramp-adb.el trampver.el trampver.texi dbusbind.c
3776 files.el ange-ftp.el file-notify-tests.el files.texi dbus.texi 3777 files.el ange-ftp.el file-notify-tests.el files.texi dbus.texi
3777 autorevert.el tramp-fish.el kqueue.c tramp-gw.el os.texi shell.el 3778 autorevert.el tramp-fish.el kqueue.c tramp-gw.el os.texi shell.el
3778 tramp-imap.el gitlab-ci.yml lisp.h README xesam.el and 280 other files 3779 tramp-imap.el gitlab-ci.yml lisp.h README xesam.el and 278 other files
3779 3780
3780Michael Ben-Gershon: changed acorn.h configure.ac riscix1-1.h riscix1-2.h 3781Michael Ben-Gershon: changed acorn.h configure.ac riscix1-1.h riscix1-2.h
3781 unexec.c 3782 unexec.c
@@ -3878,8 +3879,8 @@ Michael Staats: wrote pc-select.el
3878Michael Vehrs: changed quail.el woman.el 3879Michael Vehrs: changed quail.el woman.el
3879 3880
3880Michael Welsh Duggan: changed nnimap.el lisp.h sh-script.el w32term.c 3881Michael Welsh Duggan: changed nnimap.el lisp.h sh-script.el w32term.c
3881 buffer.c gnus-spec.el gud.el keyboard.c mail/sieve-manage.el nnir.el 3882 buffer.c gnus-spec.el gud.el keyboard.c nnir.el nnmail.el print.c
3882 nnmail.el print.c termhooks.h url-http.el w32-win.el w32fns.c w32menu.c 3883 sieve-manage.el termhooks.h url-http.el w32-win.el w32fns.c w32menu.c
3883 w32term.h woman.el xdisp.c xterm.c 3884 w32term.h woman.el xdisp.c xterm.c
3884 3885
3885Michael Weylandt: changed ox-latex.el 3886Michael Weylandt: changed ox-latex.el
@@ -3897,11 +3898,11 @@ Michał Krzywkowski: changed elide-head.el
3897Michal Nazarewicz: wrote cc-mode-tests.el descr-text-tests.el 3898Michal Nazarewicz: wrote cc-mode-tests.el descr-text-tests.el
3898 tildify-tests.el 3899 tildify-tests.el
3899and co-wrote tildify.el 3900and co-wrote tildify.el
3900and changed emacs-regex.c casefiddle.c simple.el 3901and changed regex-emacs.c casefiddle.c regex-emacs-tests.el simple.el
3901 test/src/regex-emacs-tests.el casefiddle-tests.el emacs-regex.h 3902 casefiddle-tests.el message.el regex-emacs.h search.c buffer.h
3902 message.el search.c buffer.h cc-mode.el cc-mode.texi ert-x.el files.el 3903 cc-mode.el cc-mode.texi ert-x.el files.el frame.c remember.el
3903 frame.c remember.el sgml-mode.el unidata-gen.el README 3904 sgml-mode.el unidata-gen.el README SpecialCasing.txt bindings.el
3904 SpecialCasing.txt bindings.el buffer.c and 41 other files 3905 buffer.c and 41 other files
3905 3906
3906Michal Nowak: changed gnutls.el 3907Michal Nowak: changed gnutls.el
3907 3908
@@ -3977,7 +3978,7 @@ Miles Bader: wrote button.el face-remap.el image-file.el macroexp.el
3977and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c 3978and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c
3978 info.el minibuf.c display.texi quick-install-emacs wid-edit.el xterm.c 3979 info.el minibuf.c display.texi quick-install-emacs wid-edit.el xterm.c
3979 dispextern.h subr.el window.el cus-edit.el diff-mode.el xfns.c 3980 dispextern.h subr.el window.el cus-edit.el diff-mode.el xfns.c
3980 bytecomp.el help.el lisp.h and 271 other files 3981 bytecomp.el help.el lisp.h and 272 other files
3981 3982
3982Milton Wulei: changed gdb-ui.el 3983Milton Wulei: changed gdb-ui.el
3983 3984
@@ -4168,7 +4169,7 @@ Nils Ackermann: changed message.el nnmh.el reftex-vars.el
4168 4169
4169Nitish Chinta: changed progmodes/python.el sendmail.el simple.el 4170Nitish Chinta: changed progmodes/python.el sendmail.el simple.el
4170 4171
4171N. Jackson: changed emacs.texi forms.texi os.texi 4172N. Jackson: changed emacs.texi forms.texi gnus.info os.texi
4172 4173
4173Noah Evans: changed follow.el 4174Noah Evans: changed follow.el
4174 4175
@@ -4187,7 +4188,7 @@ Noam Postavsky: changed progmodes/python.el lisp-mode.el bytecomp.el
4187 lisp-mode-tests.el term.el xdisp.c cl-macs.el eval.c simple.el data.c 4188 lisp-mode-tests.el term.el xdisp.c cl-macs.el eval.c simple.el data.c
4188 emacs-lisp/debug.el modes.texi help-fns.el subr.el elisp-mode.el ert.el 4189 emacs-lisp/debug.el modes.texi help-fns.el subr.el elisp-mode.el ert.el
4189 isearch.el processes.texi search.c cl-print.el diff-mode.el 4190 isearch.el processes.texi search.c cl-print.el diff-mode.el
4190 and 363 other files 4191 and 362 other files
4191 4192
4192Nobuyoshi Nakada: co-wrote ruby-mode.el 4193Nobuyoshi Nakada: co-wrote ruby-mode.el
4193and changed ruby-mode-tests.el 4194and changed ruby-mode-tests.el
@@ -4307,7 +4308,7 @@ and co-wrote cal-dst.el
4307and changed lisp.h configure.ac alloc.c fileio.c process.c editfns.c 4308and changed lisp.h configure.ac alloc.c fileio.c process.c editfns.c
4308 sysdep.c xdisp.c fns.c image.c keyboard.c data.c emacs.c lread.c 4309 sysdep.c xdisp.c fns.c image.c keyboard.c data.c emacs.c lread.c
4309 xterm.c eval.c gnulib-comp.m4 callproc.c Makefile.in frame.c buffer.c 4310 xterm.c eval.c gnulib-comp.m4 callproc.c Makefile.in frame.c buffer.c
4310 and 1854 other files 4311 and 1849 other files
4311 4312
4312Paul Fisher: changed fns.c 4313Paul Fisher: changed fns.c
4313 4314
@@ -4333,7 +4334,7 @@ Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.ac
4333 lwlib/Makefile.in mail/rmailmm.el rmailedit.el rmailkwd.el 4334 lwlib/Makefile.in mail/rmailmm.el rmailedit.el rmailkwd.el
4334 and 10 other files 4335 and 10 other files
4335 4336
4336Paul Rivier: changed mixal-mode.el reftex-vars.el reftex.el 4337Paul Rivier: changed ada-mode.el mixal-mode.el reftex-vars.el reftex.el
4337 4338
4338Paul Rubin: changed config.h sun2.h texinfmt.el window.c 4339Paul Rubin: changed config.h sun2.h texinfmt.el window.c
4339 4340
@@ -4354,7 +4355,7 @@ Pavel Janík: co-wrote eudc-bob.el eudc-export.el eudc-hotlist.el
4354and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h 4355and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h
4355 menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c 4356 menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c
4356 flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el 4357 flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el
4357 and 699 other files 4358 and 702 other files
4358 4359
4359Pavel Kobiakov: wrote flymake-proc.el flymake.el 4360Pavel Kobiakov: wrote flymake-proc.el flymake.el
4360and changed flymake.texi 4361and changed flymake.texi
@@ -4508,9 +4509,9 @@ Philipp Stephani: wrote callint-tests.el checkdoc-tests.el
4508 cl-preloaded-tests.el ediff-diff-tests.el eval-tests.el ido-tests.el 4509 cl-preloaded-tests.el ediff-diff-tests.el eval-tests.el ido-tests.el
4509 lread-tests.el mouse-tests.el startup-tests.el xt-mouse-tests.el 4510 lread-tests.el mouse-tests.el startup-tests.el xt-mouse-tests.el
4510and changed emacs-module.c emacs-module-tests.el configure.ac json.c 4511and changed emacs-module.c emacs-module-tests.el configure.ac json.c
4511 process.c eval.c json-tests.el process-tests.el internals.texi alloc.c 4512 process.c eval.c internals.texi json-tests.el process-tests.el alloc.c
4512 emacs-module.h.in emacs.c lread.c nsterm.m lisp.h pdumper.c bytecomp.el 4513 emacs-module.h.in emacs.c lread.c nsterm.m lisp.h pdumper.c bytecomp.el
4513 callproc.c seccomp-filter.c gtkutil.c files.el and 179 other files 4514 callproc.c seccomp-filter.c gtkutil.c files.el and 184 other files
4514 4515
4515Phillip Lord: wrote ps-print-tests.el w32-feature.el 4516Phillip Lord: wrote ps-print-tests.el w32-feature.el
4516and changed build-zips.sh build-dep-zips.py lisp/Makefile.in undo.c 4517and changed build-zips.sh build-dep-zips.py lisp/Makefile.in undo.c
@@ -4567,6 +4568,7 @@ and changed xdisp.c comp.c fns.c pdumper.c alloc.c byte-opt.el
4567Po Lu: changed xdisp.c browse-url.el callproc.c cc-compat.el config.bat 4568Po Lu: changed xdisp.c browse-url.el callproc.c cc-compat.el config.bat
4568 esh-cmd.el fileio.c langinfo.h loadup.el msdos.c msdos.h nsfns.m 4569 esh-cmd.el fileio.c langinfo.h loadup.el msdos.c msdos.h nsfns.m
4569 nsterm.m process.c sed1v2.inp sed2v2.inp sed3v2.inp sedlibmk.inp 4570 nsterm.m process.c sed1v2.inp sed2v2.inp sed3v2.inp sedlibmk.inp
4571 tooltip.el xterm.c
4570 4572
4571Pontus Michael: changed simple.el 4573Pontus Michael: changed simple.el
4572 4574
@@ -4662,7 +4664,7 @@ Reiner Steib: wrote gmm-utils.el
4662and changed message.el gnus.texi gnus-art.el gnus-sum.el gnus-group.el 4664and changed message.el gnus.texi gnus-art.el gnus-sum.el gnus-group.el
4663 gnus.el mml.el gnus-faq.texi mm-util.el gnus-score.el message.texi 4665 gnus.el mml.el gnus-faq.texi mm-util.el gnus-score.el message.texi
4664 gnus-msg.el gnus-start.el gnus-util.el spam-report.el mm-uu.el spam.el 4666 gnus-msg.el gnus-start.el gnus-util.el spam-report.el mm-uu.el spam.el
4665 mm-decode.el files.el gnus-agent.el nnmail.el and 172 other files 4667 mm-decode.el files.el gnus-agent.el nnmail.el and 171 other files
4666 4668
4667Remek Trzaska: changed gnus-ems.el 4669Remek Trzaska: changed gnus-ems.el
4668 4670
@@ -4682,8 +4684,9 @@ and changed vhdl-mode.texi
4682 4684
4683Reuben Thomas: changed ispell.el whitespace.el dired-x.el files.el 4685Reuben Thomas: changed ispell.el whitespace.el dired-x.el files.el
4684 sh-script.el emacsclient-tests.el remember.el README emacsclient.c 4686 sh-script.el emacsclient-tests.el remember.el README emacsclient.c
4685 misc.texi msdos.c simple.el INSTALL alloc.c arc-mode.el authors.el 4687 misc.texi msdos.c simple.el INSTALL ada-mode.el ada-xref.el alloc.c
4686 config.bat copyright dired-x.texi dired.el dosfns.c and 35 other files 4688 arc-mode.el authors.el config.bat copyright dired-x.texi
4689 and 37 other files
4687 4690
4688Ricardo Wurmus: changed xwidget.el xwidget.c configure.ac xwidget.h 4691Ricardo Wurmus: changed xwidget.el xwidget.c configure.ac xwidget.h
4689 4692
@@ -4776,7 +4779,7 @@ Robert Pluim: wrote nsm-tests.el
4776and changed configure.ac process.c blocks.awk network-stream-tests.el 4779and changed configure.ac process.c blocks.awk network-stream-tests.el
4777 font.c processes.texi ftfont.c gtkutil.c vc-git.el process-tests.el 4780 font.c processes.texi ftfont.c gtkutil.c vc-git.el process-tests.el
4778 emoji-zwj.awk gnutls.el network-stream.el nsm.el tramp.texi mml-sec.el 4781 emoji-zwj.awk gnutls.el network-stream.el nsm.el tramp.texi mml-sec.el
4779 nsterm.m unicode xfns.c auth.texi composite.c and 134 other files 4782 nsterm.m unicode xfns.c auth.texi composite.c and 135 other files
4780 4783
4781Robert Thorpe: changed cus-start.el indent.el rmail.texi 4784Robert Thorpe: changed cus-start.el indent.el rmail.texi
4782 4785
@@ -4844,9 +4847,10 @@ Roy Liu: changed ns-win.el
4844 4847
4845Rüdiger Sonderfeld: wrote inotify-tests.el reftex-tests.el 4848Rüdiger Sonderfeld: wrote inotify-tests.el reftex-tests.el
4846and changed eww.el octave.el shr.el bibtex.el configure.ac 4849and changed eww.el octave.el shr.el bibtex.el configure.ac
4847 misc/Makefile.in reftex-vars.el vc-git.el TUTORIAL.de autoinsert.el 4850 misc/Makefile.in reftex-vars.el vc-git.el TUTORIAL.de ada-mode.el
4848 building.texi bytecomp.el calc-lang.el cc-langs.el dired.texi editfns.c 4851 autoinsert.el building.texi bytecomp.el calc-lang.el cc-langs.el
4849 emacs.c emacs.texi epa.el erc.el eww.texi and 39 other files 4852 dired.texi editfns.c emacs.c emacs.texi epa.el erc.el
4853 and 40 other files
4850 4854
4851Rui-Tao Dong: changed nnweb.el 4855Rui-Tao Dong: changed nnweb.el
4852 4856
@@ -4905,7 +4909,7 @@ Sam Steingold: wrote gulp.el midnight.el
4905and changed progmodes/compile.el cl-indent.el simple.el vc-cvs.el vc.el 4909and changed progmodes/compile.el cl-indent.el simple.el vc-cvs.el vc.el
4906 mouse.el vc-hg.el etags.el files.el font-lock.el tex-mode.el 4910 mouse.el vc-hg.el etags.el files.el font-lock.el tex-mode.el
4907 ange-ftp.el gnus-sum.el message.el sgml-mode.el vc-git.el window.el 4911 ange-ftp.el gnus-sum.el message.el sgml-mode.el vc-git.el window.el
4908 add-log.el bindings.el bookmark.el bug-reference.el and 186 other files 4912 add-log.el bindings.el bookmark.el bug-reference.el and 188 other files
4909 4913
4910Samuel Bronson: changed custom.el emacsclient.c keyboard.c 4914Samuel Bronson: changed custom.el emacsclient.c keyboard.c
4911 progmodes/grep.el semantic/format.el unexmacosx.c 4915 progmodes/grep.el semantic/format.el unexmacosx.c
@@ -5009,8 +5013,9 @@ Sébastien Vauban: changed org.el org-agenda.el ox-latex.el ob-core.el
5009 org-clock.el ox-ascii.el ox-html.el 5013 org-clock.el ox-ascii.el ox-html.el
5010 5014
5011Seiji Zenitani: changed nsfns.m frame.c xterm.c PkgInfo document.icns 5015Seiji Zenitani: changed nsfns.m frame.c xterm.c PkgInfo document.icns
5012 find-func.el frame.h help-fns.el macfns.c nsfont.m nsterm.m w32fns.c 5016 find-func.el frame.h help-fns.el macfns.c
5013 xdisp.c xfns.c 5017 nextstep/templates/Info.plist.in nsfont.m nsterm.m w32fns.c xdisp.c
5018 xfns.c
5014 5019
5015Sen Nagata: wrote crm.el rfc2368.el 5020Sen Nagata: wrote crm.el rfc2368.el
5016 5021
@@ -5032,6 +5037,7 @@ Sergey Poznyakoff: changed rmail.el mh-mime.el rmail.texi smtpmail.el
5032Sergey Trofimov: changed window.el 5037Sergey Trofimov: changed window.el
5033 5038
5034Sergey Vinokurov: changed emacs-module-tests.el emacs-module.c 5039Sergey Vinokurov: changed emacs-module-tests.el emacs-module.c
5040 memory-report.el
5035 5041
5036Sergio Durigan Junior: changed eudcb-bbdb.el gdb-mi.el 5042Sergio Durigan Junior: changed eudcb-bbdb.el gdb-mi.el
5037 5043
@@ -5113,9 +5119,8 @@ and co-wrote gnus-sieve.el gssapi.el mml1991.el nnfolder.el nnimap.el
5113 nnml.el rot13.el sieve-manage.el 5119 nnml.el rot13.el sieve-manage.el
5114and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el 5120and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el
5115 pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el mm-decode.el 5121 pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el mm-decode.el
5116 gnus-msg.el gnus.texi mail/sieve-manage.el pgg-pgp5.el browse-url.el 5122 gnus-msg.el gnus.texi pgg-pgp5.el browse-url.el gnus-int.el gnus.el
5117 gnus-int.el gnus.el hashcash.el mm-view.el password.el 5123 hashcash.el mm-view.el password.el gnus-cache.el and 99 other files
5118 and 101 other files
5119 5124
5120Simon Lang: changed building.texi icomplete.el misterioso-theme.el 5125Simon Lang: changed building.texi icomplete.el misterioso-theme.el
5121 progmodes/grep.el 5126 progmodes/grep.el
@@ -5170,7 +5175,7 @@ and co-wrote help-tests.el keymap-tests.el
5170and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el 5175and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el
5171 help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el 5176 help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el
5172 time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el edebug.el 5177 time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el edebug.el
5173 emacs-lisp-intro.texi flyspell.el ibuffer.el and 1337 other files 5178 emacs-lisp-intro.texi flyspell.el ibuffer.el and 1334 other files
5174 5179
5175Stefan Merten: co-wrote rst.el 5180Stefan Merten: co-wrote rst.el
5176 5181
@@ -5187,7 +5192,7 @@ and co-wrote font-lock.el gitmerge.el pcvs.el
5187and changed subr.el simple.el keyboard.c bytecomp.el cl-macs.el files.el 5192and changed subr.el simple.el keyboard.c bytecomp.el cl-macs.el files.el
5188 lisp.h vc.el xdisp.c alloc.c eval.c sh-script.el progmodes/compile.el 5193 lisp.h vc.el xdisp.c alloc.c eval.c sh-script.el progmodes/compile.el
5189 keymap.c buffer.c window.c tex-mode.el lisp-mode.el newcomment.el 5194 keymap.c buffer.c window.c tex-mode.el lisp-mode.el newcomment.el
5190 help-fns.el lread.c and 1616 other files 5195 help-fns.el lread.c and 1615 other files
5191 5196
5192Stefano Facchini: changed gtkutil.c 5197Stefano Facchini: changed gtkutil.c
5193 5198
@@ -5247,11 +5252,11 @@ and changed time-stamp.el time-stamp-tests.el mh-e.el mh-junk.el
5247Stephen J. Turnbull: changed ediff-init.el strings.texi subr.el 5252Stephen J. Turnbull: changed ediff-init.el strings.texi subr.el
5248 5253
5249Stephen Leake: wrote elisp-mode-tests.el 5254Stephen Leake: wrote elisp-mode-tests.el
5250and changed elisp-mode.el xref.el window.el mode-local.el CONTRIBUTE 5255and changed ada-mode.el ada-xref.el elisp-mode.el xref.el window.el
5251 project.el vc-mtn.el ada-stmt.el cedet-global.el ede/generic.el 5256 mode-local.el CONTRIBUTE ada-prj.el project.el vc-mtn.el ada-stmt.el
5252 simple.el autoload.el bytecomp.el cl-generic.el ede/locate.el 5257 cedet-global.el ede/generic.el simple.el autoload.el bytecomp.el
5253 files.texi functions.texi package.el progmodes/grep.el windows.texi 5258 cl-generic.el ede/locate.el files.texi functions.texi package.el
5254 INSTALL.REPO and 32 other files 5259 and 35 other files
5255 5260
5256Stephen Pegoraro: changed xterm.c 5261Stephen Pegoraro: changed xterm.c
5257 5262
@@ -5335,10 +5340,9 @@ Svante Carl V. Erichsen: changed cl-indent.el
5335Svend Tollak Munkejord: changed deuglify.el 5340Svend Tollak Munkejord: changed deuglify.el
5336 5341
5337Sven Joachim: changed files.el de-refcard.tex dired-aux.el emacs.1 5342Sven Joachim: changed files.el de-refcard.tex dired-aux.el emacs.1
5338 arc-mode.el dired-x.el doc/misc/gnus.texi em-cmpl.el em-hist.el 5343 gnus.texi arc-mode.el dired-x.el em-cmpl.el em-hist.el em-ls.el
5339 em-ls.el esh-cmd.el esh-ext.el esh-io.el files.texi gnus-sum.el 5344 esh-cmd.el esh-ext.el esh-io.el files.texi gnus-sum.el help.el
5340 gnus.texi help.el make-dist message.el movemail.c mule.texi 5345 make-dist message.el movemail.c mule.texi sed3v2.inp and 8 other files
5341 and 9 other files
5342 5346
5343Sylvain Chouleur: changed gnus-icalendar.el icalendar.el 5347Sylvain Chouleur: changed gnus-icalendar.el icalendar.el
5344 5348
@@ -5365,7 +5369,7 @@ Takahashi Naoto: wrote ethio-util.el language/ethiopic.el latin-post.el
5365and co-wrote latin-ltx.el quail.el 5369and co-wrote latin-ltx.el quail.el
5366and changed ethiopic.el fontset.el mule-conf.el 5370and changed ethiopic.el fontset.el mule-conf.el
5367 5371
5368Takai Kousuke: changed ccl.el image/compface.el 5372Takai Kousuke: changed ccl.el compface.el
5369 5373
5370Takeshi Yamada: changed fns.c 5374Takeshi Yamada: changed fns.c
5371 5375
@@ -5442,7 +5446,7 @@ and co-wrote hideshow.el
5442and changed ewoc.el vc.el info.el processes.texi zone.el lisp-mode.el 5446and changed ewoc.el vc.el info.el processes.texi zone.el lisp-mode.el
5443 scheme.el text.texi vc-rcs.el display.texi fileio.c files.el vc-git.el 5447 scheme.el text.texi vc-rcs.el display.texi fileio.c files.el vc-git.el
5444 TUTORIAL.it bindat.el cc-vars.el configure.ac dcl-mode.el diff-mode.el 5448 TUTORIAL.it bindat.el cc-vars.el configure.ac dcl-mode.el diff-mode.el
5445 dired.el elisp.texi and 168 other files 5449 dired.el elisp.texi and 169 other files
5446 5450
5447Thierry Banel: co-wrote ob-C.el 5451Thierry Banel: co-wrote ob-C.el
5448and changed calc-arith.el 5452and changed calc-arith.el
@@ -5470,7 +5474,7 @@ Thomas Dye: changed org.texi org-bibtex.el ob-R.el org.el
5470 5474
5471Thomas Fitzsimmons: wrote soap-client.el 5475Thomas Fitzsimmons: wrote soap-client.el
5472and changed soap-inspect.el ldap.el eudc.texi eudc-vars.el eudc.el 5476and changed soap-inspect.el ldap.el eudc.texi eudc-vars.el eudc.el
5473 ntlm.el url-http.el eudcb-ldap.el eudcb-bbdb.el ntlm-tests.el 5477 ntlm.el url-http.el eudcb-bbdb.el eudcb-ldap.el ntlm-tests.el
5474 eudc-bob.el eudc-export.el eudcb-ph.el package.el README authinfo 5478 eudc-bob.el eudc-export.el eudcb-ph.el package.el README authinfo
5475 diary-lib.el display.texi eudc-hotlist.el eudcb-macos-contacts.el 5479 diary-lib.el display.texi eudc-hotlist.el eudcb-macos-contacts.el
5476 icalendar.el and 3 other files 5480 icalendar.el and 3 other files
@@ -5652,6 +5656,8 @@ Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c
5652 5656
5653Toshiaki Nomura: changed uxpds.h 5657Toshiaki Nomura: changed uxpds.h
5654 5658
5659Travis Jeffery: changed nextstep/templates/Info.plist.in
5660
5655Trent W. Buck: changed rcirc.el remember.el rx.el 5661Trent W. Buck: changed rcirc.el remember.el rx.el
5656 5662
5657Trevor Murphy: changed find-dired.el gnus.texi nnimap.el org.el window.el 5663Trevor Murphy: changed find-dired.el gnus.texi nnimap.el org.el window.el
@@ -5675,8 +5681,8 @@ Tsuchiya Masatoshi: changed gnus-art.el mm-view.el gnus-sum.el
5675 5681
5676Tsugutomo Enami: changed frame.c keyboard.c configure.ac dispnew.c 5682Tsugutomo Enami: changed frame.c keyboard.c configure.ac dispnew.c
5677 fileio.c process.c simple.el sysdep.c xdisp.c add-log.el bytecomp.el 5683 fileio.c process.c simple.el sysdep.c xdisp.c add-log.el bytecomp.el
5678 editfns.c emacs-regex.c emacs-regex.h emacs.c frame.h gnus-group.el 5684 editfns.c emacs.c frame.h gnus-group.el netbsd.h nnheader.el nnimap.el
5679 netbsd.h nnheader.el nnimap.el perl-mode.el and 6 other files 5685 perl-mode.el regex-emacs.c regex-emacs.h and 6 other files
5680 5686
5681Tsuyoshi Akiho: changed gnus-sum.el nnrss.el 5687Tsuyoshi Akiho: changed gnus-sum.el nnrss.el
5682 5688
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 6a4a15c037c..78d6bb52017 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -6697,7 +6697,7 @@ Customize all loaded groups matching REGEXP.
6697 6697
6698(autoload 'custom-prompt-customize-unsaved-options "cus-edit" "\ 6698(autoload 'custom-prompt-customize-unsaved-options "cus-edit" "\
6699Prompt user to customize any unsaved customization options. 6699Prompt user to customize any unsaved customization options.
6700Return non-nil if user chooses to customize, for use in 6700Return nil if user chooses to customize, for use in
6701`kill-emacs-query-functions'." nil nil) 6701`kill-emacs-query-functions'." nil nil)
6702 6702
6703(autoload 'custom-buffer-create "cus-edit" "\ 6703(autoload 'custom-buffer-create "cus-edit" "\
@@ -13203,7 +13203,7 @@ lines.
13203 13203
13204;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) 13204;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0))
13205;;; Generated autoloads from progmodes/flymake.el 13205;;; Generated autoloads from progmodes/flymake.el
13206(push (purecopy '(flymake 1 2 1)) package--builtin-versions) 13206(push (purecopy '(flymake 1 2 2)) package--builtin-versions)
13207 13207
13208(autoload 'flymake-log "flymake" "\ 13208(autoload 'flymake-log "flymake" "\
13209Log, at level LEVEL, the message MSG formatted with ARGS. 13209Log, at level LEVEL, the message MSG formatted with ARGS.
@@ -13365,6 +13365,9 @@ Flyspell mode is a buffer-local minor mode. When enabled, it
13365spawns a single Ispell process and checks each word. The default 13365spawns a single Ispell process and checks each word. The default
13366flyspell behavior is to highlight incorrect words. 13366flyspell behavior is to highlight incorrect words.
13367 13367
13368This mode is geared toward text modes. In buffers that contain
13369code, `flyspell-prog-mode' is usually a better choice.
13370
13368Bindings: 13371Bindings:
13369\\[ispell-word]: correct words (using Ispell). 13372\\[ispell-word]: correct words (using Ispell).
13370\\[flyspell-auto-correct-word]: automatically correct word. 13373\\[flyspell-auto-correct-word]: automatically correct word.
@@ -32437,8 +32440,8 @@ The mode's hook is called both when the mode is enabled and when it is
32437disabled. 32440disabled.
32438 32441
32439Superword mode is a buffer-local minor mode. Enabling it changes 32442Superword mode is a buffer-local minor mode. Enabling it changes
32440the definition of words such that symbols characters are treated 32443the definition of words such that characters which have symbol
32441as parts of words: e.g., in `superword-mode', 32444syntax are treated as parts of words: e.g., in `superword-mode',
32442\"this_is_a_symbol\" counts as one word. 32445\"this_is_a_symbol\" counts as one word.
32443 32446
32444\\{superword-mode-map} 32447\\{superword-mode-map}
@@ -39508,11 +39511,21 @@ Zone out, completely." t nil)
39508;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" 39511;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el"
39509;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el" 39512;;;;;; "eshell/em-xtra.el" "faces.el" "files.el" "font-core.el"
39510;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" 39513;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el"
39511;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el" 39514;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el"
39512;;;;;; "international/cp51932.el" "international/emoji-zwj.el" "international/eucjp-ms.el" 39515;;;;;; "international/charscript.el" "international/cp51932.el"
39516;;;;;; "international/emoji-zwj.el" "international/eucjp-ms.el"
39513;;;;;; "international/iso-transl.el" "international/mule-cmds.el" 39517;;;;;; "international/iso-transl.el" "international/mule-cmds.el"
39514;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" 39518;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el"
39515;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" 39519;;;;;; "international/uni-brackets.el" "international/uni-category.el"
39520;;;;;; "international/uni-combining.el" "international/uni-comment.el"
39521;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
39522;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
39523;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
39524;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
39525;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el"
39526;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el"
39527;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el"
39528;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
39516;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" 39529;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el"
39517;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" 39530;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
39518;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" 39531;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 9345a7efd63..c2bb17c5460 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -67,7 +67,7 @@
67/^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ 67/^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
68/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ 68/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
69/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 69/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
70/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "28.0.91"/ 70/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "28.0.92"/
71/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ 71/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
72/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 72/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
73/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 73/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
diff --git a/nt/README.W32 b/nt/README.W32
index 4fd9b6097c0..57c87e9c4b5 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -1,7 +1,7 @@
1Copyright (C) 2001-2022 Free Software Foundation, Inc. 1Copyright (C) 2001-2022 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 Emacs version 28.0.91 for MS-Windows 4 Emacs version 28.0.92 for MS-Windows
5 5
6 This README file describes how to set up and run a precompiled 6 This README file describes how to set up and run a precompiled
7 distribution of the latest version of GNU Emacs for MS-Windows. You 7 distribution of the latest version of GNU Emacs for MS-Windows. You