summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-04-03 08:26:02 -0400
committerEli Zaretskii <eliz@gnu.org>2022-04-03 08:26:02 -0400
commit5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7 (patch)
tree87117b08e5ae76076a05d6e2fae107bb09d2e4d8 /ChangeLog.3
parentde7901abbc21114721057c907cc52455e228f826 (diff)
downloademacs-5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7.tar.gz
Update logs and HISTORY for Emacs 28.1emacs-28.1
* ChangeLog.3: * etc/HISTORY: * etc/AUTHORS: Update for Emacs 28.1 release.
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.3115
1 files changed, 114 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 778c01b5e5f..52c6300f1f9 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,116 @@
+2022-03-30 Tassilo Horn <tsdh@gnu.org>
+
+ dired: implement feature from 7b50ed553f differently
+
+ * lisp/dired.el (dired-buffers-for-dir): Restore to emacs-27 version.
+ (dired-buffers-for-dir-or-subdir): New function.
+ (dired-clean-up-after-deletion): Use dired-buffers-for-dir-or-subdir
+ instead dired-buffers-for-dir.
+
+2022-03-30 Eli Zaretskii <eliz@gnu.org>
+
+ Fix regression in 'dired-buffers-for-dir'
+
+ * lisp/dired.el (dired-buffers-for-dir): Fix inadvertently swapped
+ arguments. (Bug#54636)
+
+2022-03-27 Eli Zaretskii <eliz@gnu.org>
+
+ * lisp/desktop.el (desktop-read): Clarify warning text.
+
+2022-03-26 Po Lu <luangruo@yahoo.com>
+
+ * doc/emacs/anti.texi (Antinews): Unannounce removal of Motif.
+
+2022-03-25 Lars Ingebrigtsen <larsi@gnus.org>
+
+ Fix eshell-explicit-command-char doc string typo
+
+ * lisp/eshell/esh-ext.el (eshell-explicit-command-char): Fix typo
+ in doc string (bug#54567).
+
+2022-03-24 Eli Zaretskii <eliz@gnu.org>
+
+ Clarify the description of "selected tags table"
+
+ * doc/emacs/maintaining.texi (Select Tags Table): Clarify the
+ distinction between the "selected tags table" and the "current
+ list of tags tables". (Bug#54543)
+
+2022-03-21 Lars Ingebrigtsen <larsi@gnus.org>
+
+ Add notes about command modes and nativecomp interaction
+
+ * doc/lispref/commands.texi (Command Modes): Note interaction with
+ native-compile (bug#54437).
+
+ * src/data.c: Add comment about not being supported.
+
+ Do not merge to master.
+
+2022-03-20 Kyle Meyer <kyle@kyleam.com>
+
+ Update to Org 9.5.2-25-gaf6f12
+
+2022-03-20 Eli Zaretskii <eliz@gnu.org>
+
+ Improve doc strings of read-char-from-minibuffer-insert-* commands
+
+ * lisp/subr.el (read-char-from-minibuffer-insert-char)
+ (read-char-from-minibuffer-insert-other): Clarify the doc strings.
+ (Bug#54479)
+
+2022-03-19 Eli Zaretskii <eliz@gnu.org>
+
+ Fix region highlight in non-selected windows
+
+ * src/xdisp.c (prepare_menu_bars): Include in the windows passed
+ to pre-redisplay-functions windows whose point was moved from the
+ last recorded position. (Bug#54450)
+
+2022-03-18 Eli Zaretskii <eliz@gnu.org>
+
+ Fix a regression in 'decipher-digram-list'
+
+ * lisp/play/decipher.el (decipher-stats-buffer): Don't assume the
+ statistics buffer always exists. (Bug#54443)
+
+2022-03-17 Karl Fogel <kfogel@red-bean.com>
+
+ Improve documentation of bookmark default sorting
+
+ * lisp/bookmark.el (bookmark-alist, bookmark-store,
+ bookmark-maybe-sort-alist): Update doc strings and comments.
+
+2022-03-15 Juri Linkov <juri@linkov.net>
+
+ * doc/misc/transient.texi: Fix @dircategory to "Emacs misc features" for dir.
+
+2022-03-13 Jim Porter <jporterbugs@gmail.com>
+
+ Fix evaluation of negated argument predicates in Eshell
+
+ * lisp/eshell/em-pred.el (eshell-add-pred-func): Let-bind 'pred' so
+ the lambdas see the original value (bug#54369).
+
+ Committed on the wrong branch.
+
+ Do not merge to master.
+
+2022-03-12 Eli Zaretskii <eliz@gnu.org>
+
+ Emacs pretest 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.
+
2022-03-10 Eli Zaretskii <eliz@gnu.org>
Fix regression in 'custom-prompt-customize-unsaved-options'
@@ -234865,7 +234978,7 @@
This file records repository revisions from
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit dbe6a3ecf74536cbfb7ca59630b48020ae4e732a (inclusive).
+commit f2ae39829812098d8269eafbc0fcb98959ee5bb7 (inclusive).
See ChangeLog.2 for earlier changes.
;; Local Variables: