diff options
| author | Eli Zaretskii | 2022-04-03 08:26:02 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2022-04-03 08:26:02 -0400 |
| commit | 5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7 (patch) | |
| tree | 87117b08e5ae76076a05d6e2fae107bb09d2e4d8 | |
| parent | de7901abbc21114721057c907cc52455e228f826 (diff) | |
| download | emacs-28.1.tar.gz emacs-28.1.zip | |
Update logs and HISTORY for Emacs 28.1emacs-28.1
* ChangeLog.3:
* etc/HISTORY:
* etc/AUTHORS: Update for Emacs 28.1 release.
| -rw-r--r-- | ChangeLog.3 | 115 | ||||
| -rw-r--r-- | etc/AUTHORS | 22 | ||||
| -rw-r--r-- | etc/HISTORY | 2 |
3 files changed, 127 insertions, 12 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 778c01b5e5f..52c6300f1f9 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -1,3 +1,116 @@ | |||
| 1 | 2022-03-30 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | dired: implement feature from 7b50ed553f differently | ||
| 4 | |||
| 5 | * lisp/dired.el (dired-buffers-for-dir): Restore to emacs-27 version. | ||
| 6 | (dired-buffers-for-dir-or-subdir): New function. | ||
| 7 | (dired-clean-up-after-deletion): Use dired-buffers-for-dir-or-subdir | ||
| 8 | instead dired-buffers-for-dir. | ||
| 9 | |||
| 10 | 2022-03-30 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | Fix regression in 'dired-buffers-for-dir' | ||
| 13 | |||
| 14 | * lisp/dired.el (dired-buffers-for-dir): Fix inadvertently swapped | ||
| 15 | arguments. (Bug#54636) | ||
| 16 | |||
| 17 | 2022-03-27 Eli Zaretskii <eliz@gnu.org> | ||
| 18 | |||
| 19 | * lisp/desktop.el (desktop-read): Clarify warning text. | ||
| 20 | |||
| 21 | 2022-03-26 Po Lu <luangruo@yahoo.com> | ||
| 22 | |||
| 23 | * doc/emacs/anti.texi (Antinews): Unannounce removal of Motif. | ||
| 24 | |||
| 25 | 2022-03-25 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 26 | |||
| 27 | Fix eshell-explicit-command-char doc string typo | ||
| 28 | |||
| 29 | * lisp/eshell/esh-ext.el (eshell-explicit-command-char): Fix typo | ||
| 30 | in doc string (bug#54567). | ||
| 31 | |||
| 32 | 2022-03-24 Eli Zaretskii <eliz@gnu.org> | ||
| 33 | |||
| 34 | Clarify the description of "selected tags table" | ||
| 35 | |||
| 36 | * doc/emacs/maintaining.texi (Select Tags Table): Clarify the | ||
| 37 | distinction between the "selected tags table" and the "current | ||
| 38 | list of tags tables". (Bug#54543) | ||
| 39 | |||
| 40 | 2022-03-21 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 41 | |||
| 42 | Add notes about command modes and nativecomp interaction | ||
| 43 | |||
| 44 | * doc/lispref/commands.texi (Command Modes): Note interaction with | ||
| 45 | native-compile (bug#54437). | ||
| 46 | |||
| 47 | * src/data.c: Add comment about not being supported. | ||
| 48 | |||
| 49 | Do not merge to master. | ||
| 50 | |||
| 51 | 2022-03-20 Kyle Meyer <kyle@kyleam.com> | ||
| 52 | |||
| 53 | Update to Org 9.5.2-25-gaf6f12 | ||
| 54 | |||
| 55 | 2022-03-20 Eli Zaretskii <eliz@gnu.org> | ||
| 56 | |||
| 57 | Improve doc strings of read-char-from-minibuffer-insert-* commands | ||
| 58 | |||
| 59 | * lisp/subr.el (read-char-from-minibuffer-insert-char) | ||
| 60 | (read-char-from-minibuffer-insert-other): Clarify the doc strings. | ||
| 61 | (Bug#54479) | ||
| 62 | |||
| 63 | 2022-03-19 Eli Zaretskii <eliz@gnu.org> | ||
| 64 | |||
| 65 | Fix region highlight in non-selected windows | ||
| 66 | |||
| 67 | * src/xdisp.c (prepare_menu_bars): Include in the windows passed | ||
| 68 | to pre-redisplay-functions windows whose point was moved from the | ||
| 69 | last recorded position. (Bug#54450) | ||
| 70 | |||
| 71 | 2022-03-18 Eli Zaretskii <eliz@gnu.org> | ||
| 72 | |||
| 73 | Fix a regression in 'decipher-digram-list' | ||
| 74 | |||
| 75 | * lisp/play/decipher.el (decipher-stats-buffer): Don't assume the | ||
| 76 | statistics buffer always exists. (Bug#54443) | ||
| 77 | |||
| 78 | 2022-03-17 Karl Fogel <kfogel@red-bean.com> | ||
| 79 | |||
| 80 | Improve documentation of bookmark default sorting | ||
| 81 | |||
| 82 | * lisp/bookmark.el (bookmark-alist, bookmark-store, | ||
| 83 | bookmark-maybe-sort-alist): Update doc strings and comments. | ||
| 84 | |||
| 85 | 2022-03-15 Juri Linkov <juri@linkov.net> | ||
| 86 | |||
| 87 | * doc/misc/transient.texi: Fix @dircategory to "Emacs misc features" for dir. | ||
| 88 | |||
| 89 | 2022-03-13 Jim Porter <jporterbugs@gmail.com> | ||
| 90 | |||
| 91 | Fix evaluation of negated argument predicates in Eshell | ||
| 92 | |||
| 93 | * lisp/eshell/em-pred.el (eshell-add-pred-func): Let-bind 'pred' so | ||
| 94 | the lambdas see the original value (bug#54369). | ||
| 95 | |||
| 96 | Committed on the wrong branch. | ||
| 97 | |||
| 98 | Do not merge to master. | ||
| 99 | |||
| 100 | 2022-03-12 Eli Zaretskii <eliz@gnu.org> | ||
| 101 | |||
| 102 | Emacs pretest 28.0.92 | ||
| 103 | |||
| 104 | * README: | ||
| 105 | * configure.ac: | ||
| 106 | * nt/README.W32: | ||
| 107 | * msdos/sed2v2.inp: Bump Emacs version to 28.0.92. | ||
| 108 | |||
| 109 | * etc/AUTHORS: | ||
| 110 | * lisp/ldefs-boot.el: Update for pretest 28.0.92. | ||
| 111 | |||
| 112 | * ChangeLog.3: Regenerate. | ||
| 113 | |||
| 1 | 2022-03-10 Eli Zaretskii <eliz@gnu.org> | 114 | 2022-03-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 115 | ||
| 3 | Fix regression in 'custom-prompt-customize-unsaved-options' | 116 | Fix regression in 'custom-prompt-customize-unsaved-options' |
| @@ -234865,7 +234978,7 @@ | |||
| 234865 | 234978 | ||
| 234866 | This file records repository revisions from | 234979 | This file records repository revisions from |
| 234867 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 234980 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 234868 | commit dbe6a3ecf74536cbfb7ca59630b48020ae4e732a (inclusive). | 234981 | commit f2ae39829812098d8269eafbc0fcb98959ee5bb7 (inclusive). |
| 234869 | See ChangeLog.2 for earlier changes. | 234982 | See ChangeLog.2 for earlier changes. |
| 234870 | 234983 | ||
| 234871 | ;; Local Variables: | 234984 | ;; Local Variables: |
diff --git a/etc/AUTHORS b/etc/AUTHORS index 8281aa96927..61bdf936619 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -1573,7 +1573,7 @@ and co-wrote help-tests.el | |||
| 1573 | and changed xdisp.c display.texi w32.c msdos.c w32fns.c simple.el | 1573 | and changed xdisp.c display.texi w32.c msdos.c w32fns.c simple.el |
| 1574 | 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 |
| 1575 | w32proc.c files.texi frames.texi configure.ac dispextern.h lisp.h | 1575 | w32proc.c files.texi frames.texi configure.ac dispextern.h lisp.h |
| 1576 | process.c ms-w32.h and 1235 other files | 1576 | process.c ms-w32.h and 1236 other files |
| 1577 | 1577 | ||
| 1578 | Eliza Velasquez: changed server.el | 1578 | Eliza Velasquez: changed server.el |
| 1579 | 1579 | ||
| @@ -2610,9 +2610,9 @@ Jim Paris: changed process.c | |||
| 2610 | 2610 | ||
| 2611 | Jim Porter: changed delsel.el ansi-color-tests.el ansi-color.el | 2611 | Jim Porter: changed delsel.el ansi-color-tests.el ansi-color.el |
| 2612 | bindings.el esh-var.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 |
| 2613 | dichromacy-theme.el diff-mode.el eshell-tests.el eshell.texi | 2613 | dichromacy-theme.el diff-mode.el em-pred.el eshell-tests.el eshell.texi |
| 2614 | files-tests.el gdb-mi.el grep-tests.el ispell.el leuven-theme.el man.el | 2614 | files-tests.el gdb-mi.el grep-tests.el ispell.el leuven-theme.el man.el |
| 2615 | menu-bar.el misterioso-theme.el and 9 other files | 2615 | menu-bar.el and 10 other files |
| 2616 | 2616 | ||
| 2617 | Jim Radford: changed gnus-start.el | 2617 | Jim Radford: changed gnus-start.el |
| 2618 | 2618 | ||
| @@ -2949,7 +2949,7 @@ Juri Linkov: wrote compose.el files-x.el misearch.el repeat-tests.el | |||
| 2949 | and changed isearch.el simple.el info.el replace.el dired.el dired-aux.el | 2949 | and changed isearch.el simple.el info.el replace.el dired.el dired-aux.el |
| 2950 | 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 |
| 2951 | 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 |
| 2952 | faces.el vc.el display.texi search.texi and 445 other files | 2952 | faces.el vc.el display.texi search.texi and 446 other files |
| 2953 | 2953 | ||
| 2954 | Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h | 2954 | Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h |
| 2955 | w32console.c w32heap.c w32inevt.c w32term.h | 2955 | w32console.c w32heap.c w32inevt.c w32term.h |
| @@ -3306,7 +3306,7 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el | |||
| 3306 | and changed gnus.texi simple.el subr.el files.el process.c text.texi | 3306 | and changed gnus.texi simple.el subr.el files.el process.c text.texi |
| 3307 | 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 |
| 3308 | auth-source.el url-http.el edebug.el image.el gnus-cite.el pop3.el | 3308 | auth-source.el url-http.el edebug.el image.el gnus-cite.el pop3.el |
| 3309 | dired-aux.el fns.c image.c and 859 other files | 3309 | dired-aux.el fns.c image.c and 860 other files |
| 3310 | 3310 | ||
| 3311 | Lars Rasmusson: changed ebrowse.c | 3311 | Lars Rasmusson: changed ebrowse.c |
| 3312 | 3312 | ||
| @@ -4565,10 +4565,10 @@ and changed xdisp.c comp.c fns.c pdumper.c alloc.c byte-opt.el | |||
| 4565 | ccl-tests.el ccl.c ccl.el cmds.c comint.el comp-test-funcs.el | 4565 | ccl-tests.el ccl.c ccl.el cmds.c comint.el comp-test-funcs.el |
| 4566 | comp-tests.el comp.el composite.c and 28 other files | 4566 | comp-tests.el comp.el composite.c and 28 other files |
| 4567 | 4567 | ||
| 4568 | Po Lu: changed xdisp.c browse-url.el callproc.c cc-compat.el config.bat | 4568 | Po Lu: changed xdisp.c anti.texi browse-url.el callproc.c cc-compat.el |
| 4569 | esh-cmd.el fileio.c langinfo.h loadup.el msdos.c msdos.h nsfns.m | 4569 | config.bat esh-cmd.el fileio.c langinfo.h loadup.el msdos.c msdos.h |
| 4570 | nsterm.m process.c sed1v2.inp sed2v2.inp sed3v2.inp sedlibmk.inp | 4570 | nsfns.m nsterm.m process.c sed1v2.inp sed2v2.inp sed3v2.inp |
| 4571 | tooltip.el xterm.c | 4571 | sedlibmk.inp tooltip.el xterm.c |
| 4572 | 4572 | ||
| 4573 | Pontus Michael: changed simple.el | 4573 | Pontus Michael: changed simple.el |
| 4574 | 4574 | ||
| @@ -5389,8 +5389,8 @@ and co-wrote ol-gnus.el | |||
| 5389 | and changed bug-reference.el reftex-vars.el tex-mode.el browse-url.el | 5389 | and changed bug-reference.el reftex-vars.el tex-mode.el browse-url.el |
| 5390 | gnus.texi reftex-cite.el tsdh-dark-theme.el tsdh-light-theme.el | 5390 | gnus.texi reftex-cite.el tsdh-dark-theme.el tsdh-light-theme.el |
| 5391 | gnus-sum.el maintaining.texi file-notify-tests.el gnus-art.el misc.texi | 5391 | gnus-sum.el maintaining.texi file-notify-tests.el gnus-art.el misc.texi |
| 5392 | reftex.el org-gnus.el prog-mode.el subword.el image-mode.el json.el | 5392 | reftex.el org-gnus.el prog-mode.el subword.el dired.el image-mode.el |
| 5393 | lisp-mode.el rcirc.el and 99 other files | 5393 | json.el lisp-mode.el and 99 other files |
| 5394 | 5394 | ||
| 5395 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el | 5395 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el |
| 5396 | 5396 | ||
diff --git a/etc/HISTORY b/etc/HISTORY index 1d6425e9380..bb4e3e38e1b 100644 --- a/etc/HISTORY +++ b/etc/HISTORY | |||
| @@ -224,6 +224,8 @@ GNU Emacs 27.1 (2020-08-10) emacs-27.1 | |||
| 224 | 224 | ||
| 225 | GNU Emacs 27.2 (2021-03-25) emacs-27.2 | 225 | GNU Emacs 27.2 (2021-03-25) emacs-27.2 |
| 226 | 226 | ||
| 227 | GNU Emacs 28.1 (2022-04-04) emacs-28.1 | ||
| 228 | |||
| 227 | 229 | ||
| 228 | ---------------------------------------------------------------------- | 230 | ---------------------------------------------------------------------- |
| 229 | This file is part of GNU Emacs. | 231 | This file is part of GNU Emacs. |