aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-09-07 00:20:57 +0200
committerStefan Kangas2022-09-07 00:20:57 +0200
commit395760dcd35ea116dc97dc09af1c4ce1704ef61a (patch)
treee90dff325aa22db5e8188b760cde2d8086fbd28a
parentddabb03a0176beb4b7fc8d4f2267d459fd2ebded (diff)
downloademacs-395760dcd35ea116dc97dc09af1c4ce1704ef61a.tar.gz
emacs-395760dcd35ea116dc97dc09af1c4ce1704ef61a.zip
Update ChangeLog and AUTHORS for Emacs 28.2
* ChangeLog.3: * etc/AUTHORS: * etc/NEWS: Update for Emacs 28.2.
-rw-r--r--ChangeLog.3313
-rw-r--r--etc/AUTHORS23
-rw-r--r--etc/NEWS18
3 files changed, 324 insertions, 30 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index eeae8101457..dda171be7ef 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,314 @@
12022-09-06 Stefan Kangas <stefankangas@gmail.com>
2
3 * doc/misc/idlwave.texi (Troubleshooting): Don't say "Emacsen".
4
52022-09-06 Stefan Kangas <stefankangas@gmail.com>
6
7 Don't mention very old Emacs versions in docs
8
9 * doc/misc/mh-e.texi (Conventions):
10 * doc/misc/reftex.texi (Problems and Work-Arounds):
11 * doc/misc/viper.texi (Loading Viper): Delete references to
12 very old versions of Emacs.
13
142022-09-05 Stefan Kangas <stefankangas@gmail.com>
15
16 * lisp/server.el: Improve Commentary.
17
182022-09-05 Gregory Heytings <gregory@heytings.org>
19
20 Explain how the font appearance can be fine-tuned in fbterm.
21
22 * doc/misc/efaq.texi (Emacs in a Linux console): Briefly document
23 Xft font specifications with which the font appearance can be
24 fine-tuned.
25
262022-09-04 Kyle Meyer <kyle@kyleam.com>
27
28 Update to Org 9.5.5
29
302022-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail more gracefully
33
34 Otherwise Emacs may fail to start if it can't find a writable
35 `~/.emacs.d/eln-cache` directory.
36 Fixes bug#57562. See also Debian's bug #1017739.
37
382022-09-03 Stefan Kangas <stefankangas@gmail.com>
39
40 Update acknowledgments
41
42 * doc/emacs/ack.texi (Acknowledgments): Update.
43 * doc/emacs/emacs.texi (Acknowledgments): Add several names from
44 Author: headers.
45
462022-09-01 Stefan Kangas <stefankangas@gmail.com>
47
48 Make some versions in docs match package version
49
50 * doc/emacs/misc.texi (Interactive Shell): Bump Emacs version.
51 * doc/misc/ediff.texi:
52 * doc/misc/flymake.texi:
53 * doc/misc/viper.texi: Fix version to match package.
54 * lisp/emulation/viper.el: Make version match variable.
55
562022-09-01 Stefan Kangas <stefankangas@gmail.com>
57
58 Minor doc fix; improve sorting of VC backends
59
60 * doc/emacs/maintaining.texi (Version Control Systems): Minor doc fix;
61 rearrange list to put git, cvs and subversion at the top.
62
632022-09-01 Eli Zaretskii <eliz@gnu.org>
64
65 Clarify the doc string of 'set-face-attribute'
66
67 * lisp/faces.el (set-face-attribute): Clarify the issue with
68 resetting attribute values to 'unspecified' for future frames.
69 (Bug#57499)
70
712022-08-30 Gregory Heytings <gregory@heytings.org>
72
73 Enable 256 colors in fbterm.
74
75 * lisp/term/fbterm.el: New file.
76
77 * doc/misc/efaq.texi (Emacs in a Linux console): Document the TERM
78 environment variable with which the new file is used.
79
802022-08-30 Eli Zaretskii <eliz@gnu.org>
81
82 One more fix for find-file.el
83
84 * lisp/find-file.el (ff-get-file-name): Use 'expand-file-name'
85 instead of 'concat', which doesn't DTRT with absolute file names.
86 (ff-other-file-alist): Yet another doc fix. (Bug#57325)
87
882022-08-29 Gregory Heytings <gregory@heytings.org>
89
90 Recommend using fbterm in the Linux console.
91
92 * doc/misc/efaq.texi (Emacs in a Linux console): New node.
93 (Common requests): Entry for the new node.
94
95 * etc/PROBLEMS (Linux console problems...): Mention the new FAQ node.
96
972022-08-29 Eli Zaretskii <eliz@gnu.org>
98
99 * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#57325)
100
1012022-08-28 Eli Zaretskii <eliz@gnu.org>
102
103 * lisp/info.el (Info-mode): Support the Linux console better.
104
1052022-08-28 Eli Zaretskii <eliz@gnu.org>
106
107 Improve the documentation of glyphless-character display
108
109 * lisp/international/characters.el (glyphless-char-display-control):
110 * src/xdisp.c (syms_of_xdisp) <glyphless-char-display>: Mention
111 the 'glyphless-char' face in the doc string.
112
113 * doc/lispref/display.texi (Glyphless Chars): Index
114 'glyphless-char' face.
115
1162022-08-27 Eli Zaretskii <eliz@gnu.org>
117
118 Fix documentation of 'glyphless-char-display'
119
120 * src/xdisp.c (syms_of_xdisp)<glyphless-char-display>: Doc fix.
121 (gui_produce_glyphs, lookup_glyphless_char_display): Fix
122 indentation.
123
1242022-08-25 Robert Pluim <rpluim@gmail.com>
125
126 Treat smtp-auth method from auth-info as a symbol
127
128 The lookup of the SMTP auth method is done based on symbols, but
129 sometimes the requested value comes from `auth-info', in which case it
130 is a string, so call `intern-soft' to convert it to a symbol (which
131 does nothing if it's already a symbol).
132
133 * lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call
134 `intern-soft' on the smtp-auth key's value. (Bug#57373)
135
136 Do not merge to master
137
1382022-08-25 Stefan Kangas <stefankangas@gmail.com>
139
140 * lisp/wdired.el: Improve "Commentary" section.
141
142 * lisp/wdired.el: Doc fix; don't mention obsolete variable.
143
144 * lisp/progmodes/etags.el (next-file): Minor doc fix.
145
1462022-08-25 Andreas Schwab <schwab@suse.de>
147
148 * configure.ac: Move AC_LANG_PUSH/POP out of AC_CACHE_CHECK. (Bug#57380)
149
150 (cherry picked from commit ce82300221f270241fdda1f5dfb567bdb1208543)
151
1522022-08-21 Kyle Meyer <kyle@kyleam.com>
153
154 Update to Org 9.5.4-19-g4dff42
155
1562022-08-21 Eli Zaretskii <eliz@gnu.org>
157
158 * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#57325)
159
1602022-08-19 Stefan Kangas <stefankangas@gmail.com>
161
162 Resurrect obsoletion warning for two functions
163
164 These were supposed to have been deleted, but never were. Resurrect
165 their obsoletion warning and let's delete them in Emacs 29 instead.
166
167 * lisp/subr.el (process-filter-multibyte-p)
168 (set-process-filter-multibyte): Resurrect obsoletion warning.
169 * etc/NEWS: Don't announce their deletion.
170
1712022-08-19 Alan Mackenzie <acm@muc.de>
172
173 * src/window.c (select_window): Fix assert for buffer = non-active minibuffer
174
1752022-08-19 Gerd Möllmann <gerd@gnu.org>
176
177 Find libgccjit on macOS with Homebrew differently
178
179 * configure.ac (MAC_LIBS): Find libgccjit's directory slightly
180 differently for brew installations.
181
1822022-08-18 Stefan Kangas <stefankangas@gmail.com>
183
184 Improve image-mode-as-hex docstring
185
186 * lisp/image-mode.el: Fix typos.
187 (image-mode-as-hex): Doc fix; say that it uses 'hexl-mode' and reflow.
188
1892022-08-18 Stefan Kangas <stefankangas@gmail.com>
190
191 * lisp/image-mode.el (image-mode-as-hex): Fix toggle instructions.
192
193 * lisp/image-mode.el: Improve commentary.
194
1952022-08-18 Colin Woodbury <colin@fosskers.ca>
196
197 cl-reduce doc string improvement
198
199 * lisp/emacs-lisp/cl-seq.el (cl-reduce): Explain what happens when
200 using :from-end (bug#57273).
201
2022022-08-18 Paul Eggert <eggert@cs.ucla.edu>
203
204 Backport tempname changes from master (bug#57129)
205
206 * lib/tempname.c: Backport from master, which uses current Gnulib.
207
2082022-08-16 Stefan Kangas <stefankangas@gmail.com>
209
210 Revert "; * doc/lispintro/emacs-lisp-intro.texi: Fix typo."
211
212 This reverts commit 9d0dba44da7ac83d018fff3c26d33dac12ebd806.
213
214 This was not a typo, but incorrectly matching parens in Info-mode.
215
2162022-08-16 Stefan Kangas <stefankangas@gmail.com>
217
218 * doc/misc/gnus.texi (Article Washing): Fix Links URL.
219
2202022-08-12 Stefan Kangas <stefan@marxist.se>
221
222 Delete references to deleted library hilit19.el
223
224 * doc/misc/gnus.texi (Compatibility):
225 * lisp/progmodes/f90.el:
226 * lisp/ps-print.el:
227 * lisp/vc/ediff.el: Delete references to hilit19.el.
228
2292022-08-12 Stefan Kangas <stefan@marxist.se>
230
231 Delete stale comments from Lisp Intro manual
232
233 * doc/lispintro/emacs-lisp-intro.texi (Args as Variable or List)
234 (print-elements-of-list, Miscellaneous): Delete some references to
235 Emacs 22.
236
2372022-08-11 Stefan Kangas <stefan@marxist.se>
238
239 Don't list Emacs as requirement for built-in package
240
241 * doc/misc/htmlfontify.texi (Requirements): Don't list Emacs as
242 requirement for built-in package.
243
2442022-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
245
246 Fix wrong metrics for bitmap-only fonts with HarfBuzz 5
247
248 * src/ftcrfont.c (ftcrhbfont_begin_hb_font): Always use the standard
249 position unit value on HarfBuzz 5 and later regardless of whether the
250 font is bitmap-only or not. (Bug#57066)
251
2522022-08-09 Stefan Kangas <stefan@marxist.se>
253
254 Improve wording when documenting other TRAMP syntaxes
255
256 * doc/misc/tramp.texi (Change file name syntax): Improve wording.
257 (Bug#57061)
258
2592022-08-08 Stefan Kangas <stefan@marxist.se>
260
261 * lisp/vc/diff-mode.el: Don't mention XEmacs.
262
2632022-08-08 Stefan Kangas <stefan@marxist.se>
264
265 Don't mention XEmacs toolbar in ediff manual
266
267 * doc/misc/ediff.texi (Other Session Commands): Don't mention XEmacs
268 specific toolbar support for now. This can be changed back once the
269 toolbar is ported to Emacs.
270
2712022-08-06 Eli Zaretskii <eliz@gnu.org>
272
273 * etc/PROBLEMS: Problems with Alacritty and Emoji. (Bug#56952)
274
2752022-08-06 Yuga Ego <yet@ego.team>
276
277 Link from (emacs)Init Syntax to (elisp)Introduction
278
279 * doc/emacs/custom.texi (Init Syntax): Link to the ELisp manual (Bug#56870)
280
2812022-08-06 Stefan Kangas <stefan@marxist.se>
282
283 Don't mention removed XEmacs support in reftex manual
284
285 * doc/misc/reftex.texi (Installation, Imprint): Don't mention
286 removed XEmacs support.
287
2882022-08-06 Stefan Kangas <stefan@marxist.se>
289
290 Don't mention removed XEmacs support in idlwave manual
291
292 * doc/misc/idlwave.texi (Lesson I---Development Cycle)
293 (Syntax Highlighting, Windows and macOS, Troubleshooting): Delete
294 most references to XEmacs. Support for it was deleted in 28.1.
295
2962022-08-05 Stefan Kangas <stefan@marxist.se>
297
298 * lisp/play/fortune.el: Doc fixes.
299
3002022-08-04 Stefan Kangas <stefan@marxist.se>
301
302 * doc/lispref/loading.texi (Autoload by Prefix): Fix typo.
303
3042022-08-03 Philipp Stephani <phst@google.com>
305
306 * lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe.
307
3082022-08-02 Stefan Kangas <stefan@marxist.se>
309
310 * lisp/term.el: Doc fix; don't mention rlogin.
311
12022-07-31 Eli Zaretskii <eliz@gnu.org> 3122022-07-31 Eli Zaretskii <eliz@gnu.org>
2 313
3 * src/lisp.h (CHECK_INTEGER): Fix the predicate. (Bug#56856) 314 * src/lisp.h (CHECK_INTEGER): Fix the predicate. (Bug#56856)
@@ -236607,7 +236918,7 @@
236607 236918
236608This file records repository revisions from 236919This file records repository revisions from
236609commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 236920commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
236610commit 78759ddcb0fc7dd75a7a8edfb2c19dc2f1d86ee2 (inclusive). 236921commit ddabb03a0176beb4b7fc8d4f2267d459fd2ebded (inclusive).
236611See ChangeLog.2 for earlier changes. 236922See ChangeLog.2 for earlier changes.
236612 236923
236613;; Local Variables: 236924;; Local Variables:
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 4ad8a54130d..4ad9fec05e8 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -103,8 +103,8 @@ Alakazam Petrofsky: changed hanoi.el
103Alan Mackenzie: wrote cc-awk.el 103Alan Mackenzie: wrote cc-awk.el
104and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el 104and 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 window.c edebug.el
107 window.c display.texi subr.el syntax.texi progmodes/compile.el 107 follow.el display.texi subr.el syntax.texi progmodes/compile.el
108 programs.texi eval.c keyboard.c lisp.h modes.texi window.el 108 programs.texi eval.c keyboard.c lisp.h modes.texi window.el
109 windows.texi cus-start.el font-lock.el frame.c isearch.el 109 windows.texi cus-start.el font-lock.el frame.c isearch.el
110 and 167 other files 110 and 167 other files
@@ -994,7 +994,8 @@ and changed calc.el replace.el update-game-score.c calc-ext.el
994 994
995Colin Williams: changed calc.texi 995Colin Williams: changed calc.texi
996 996
997Colin Woodbury: changed files.el files.texi macros.texi shortdoc.el 997Colin Woodbury: changed files.el cl-seq.el files.texi macros.texi
998 shortdoc.el
998 999
999Constantin Kulikov: changed server.el startup.el 1000Constantin Kulikov: changed server.el startup.el
1000 1001
@@ -2056,10 +2057,10 @@ Gregor Schmid: changed intervals.c intervals.h tcl-mode.el textprop.c
2056 2057
2057Gregory Chernov: changed nnslashdot.el 2058Gregory Chernov: changed nnslashdot.el
2058 2059
2059Gregory Heytings: changed isearch.el minibuffer.el mini.texi quail.el 2060Gregory Heytings: changed isearch.el minibuffer.el efaq.texi mini.texi
2060 search.texi simple.el HELLO buffers.texi diff-mode.el emake facemenu.el 2061 quail.el search.texi simple.el HELLO buffers.texi diff-mode.el emake
2061 files.el fringe.c help-macro.el icomplete.el keyboard.c misc-lang.el 2062 facemenu.el fbterm.el files.el fringe.c help-macro.el icomplete.el
2062 modula2.el pcmpl-gnu.el print.c pulse.el and 4 other files 2063 keyboard.c misc-lang.el modula2.el pcmpl-gnu.el and 6 other files
2063 2064
2064Grégory Mounié: changed display.texi hi-lock.el man.el xfns.c 2065Grégory Mounié: changed display.texi hi-lock.el man.el xfns.c
2065 2066
@@ -4518,7 +4519,7 @@ Philipp Stephani: wrote callint-tests.el checkdoc-tests.el
4518and changed emacs-module.c emacs-module-tests.el configure.ac json.c 4519and changed emacs-module.c emacs-module-tests.el configure.ac json.c
4519 process.c eval.c internals.texi json-tests.el process-tests.el alloc.c 4520 process.c eval.c internals.texi json-tests.el process-tests.el alloc.c
4520 emacs-module.h.in emacs.c lread.c nsterm.m lisp.h pdumper.c bytecomp.el 4521 emacs-module.h.in emacs.c lread.c nsterm.m lisp.h pdumper.c bytecomp.el
4521 callproc.c seccomp-filter.c gtkutil.c files.el and 184 other files 4522 callproc.c seccomp-filter.c gtkutil.c files.el and 185 other files
4522 4523
4523Phillip Lord: wrote ps-print-tests.el w32-feature.el 4524Phillip Lord: wrote ps-print-tests.el w32-feature.el
4524and changed build-zips.sh build-dep-zips.py lisp/Makefile.in undo.c 4525and changed build-zips.sh build-dep-zips.py lisp/Makefile.in undo.c
@@ -4787,7 +4788,7 @@ Robert Pluim: wrote nsm-tests.el
4787and changed configure.ac process.c blocks.awk network-stream-tests.el 4788and changed configure.ac process.c blocks.awk network-stream-tests.el
4788 font.c processes.texi ftfont.c gtkutil.c vc-git.el process-tests.el 4789 font.c processes.texi ftfont.c gtkutil.c vc-git.el process-tests.el
4789 emoji-zwj.awk gnutls.el network-stream.el nsm.el tramp.texi mml-sec.el 4790 emoji-zwj.awk gnutls.el network-stream.el nsm.el tramp.texi mml-sec.el
4790 nsterm.m unicode xfns.c auth.texi composite.c and 138 other files 4791 nsterm.m unicode xfns.c auth.texi composite.c and 139 other files
4791 4792
4792Robert Thorpe: changed cus-start.el indent.el rmail.texi 4793Robert Thorpe: changed cus-start.el indent.el rmail.texi
4793 4794
@@ -5180,8 +5181,8 @@ Stefan Kangas: wrote bookmark-tests.el cal-julian-tests.el
5180and co-wrote help-tests.el keymap-tests.el 5181and co-wrote help-tests.el keymap-tests.el
5181and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el 5182and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el
5182 help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el 5183 help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el
5183 time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el edebug.el 5184 time.el bytecomp-tests.el comp.el emacs-lisp-intro.texi speedbar.el
5184 emacs-lisp-intro.texi flyspell.el ibuffer.el and 1344 other files 5185 bytecomp.el edebug.el flyspell.el ibuffer.el and 1348 other files
5185 5186
5186Stefan Merten: co-wrote rst.el 5187Stefan Merten: co-wrote rst.el
5187 5188
diff --git a/etc/NEWS b/etc/NEWS
index aeddb071705..5be6a30c245 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -37,17 +37,11 @@ preloaded Lisp packages, and the relative name of that directory needs
37therefore to be recorded in the executable as part of the build. 37therefore to be recorded in the executable as part of the build.
38 38
39 39
40* Startup Changes in Emacs 28.2
41
42
43* Changes in Emacs 28.2 40* Changes in Emacs 28.2
44 41
45This is a bug-fix release with no new features. 42This is a bug-fix release with no new features.
46 43
47 44
48* Editing Changes in Emacs 28.2
49
50
51* Changes in Specialized Modes and Packages in Emacs 28.2 45* Changes in Specialized Modes and Packages in Emacs 28.2
52 46
53** The command 'kdb-macro-redisplay' was renamed to 'kmacro-redisplay'. 47** The command 'kdb-macro-redisplay' was renamed to 'kmacro-redisplay'.
@@ -66,18 +60,6 @@ terminate Emacs with 'save-buffers-kill-emacs', not with 'kill-emacs'.
66back then.) 60back then.)
67 61
68 62
69* New Modes and Packages in Emacs 28.2
70
71
72* Incompatible Lisp Changes in Emacs 28.2
73
74
75* Lisp Changes in Emacs 28.2
76
77
78* Changes in Emacs 28.2 on Non-Free Operating Systems
79
80
81* Installation Changes in Emacs 28.1 63* Installation Changes in Emacs 28.1
82 64
83** Emacs now optionally supports native compilation of Lisp files. 65** Emacs now optionally supports native compilation of Lisp files.