emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 5a223c7f2e 3/3: Update logs and HISTORY for Emacs 28.1


From: Eli Zaretskii
Subject: emacs-28 5a223c7f2e 3/3: Update logs and HISTORY for Emacs 28.1
Date: Sun, 3 Apr 2022 08:55:48 -0400 (EDT)

branch: emacs-28
commit 5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Update logs and HISTORY for Emacs 28.1
    
    * ChangeLog.3:
    * etc/HISTORY:
    * etc/AUTHORS: Update for Emacs 28.1 release.
---
 ChangeLog.3 | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 etc/AUTHORS |  22 ++++++------
 etc/HISTORY |   2 ++
 3 files changed, 127 insertions(+), 12 deletions(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index 778c01b5e5..52c6300f1f 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:
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 8281aa9692..61bdf93661 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -1573,7 +1573,7 @@ and co-wrote help-tests.el
 and changed xdisp.c display.texi w32.c msdos.c w32fns.c simple.el
   files.el fileio.c keyboard.c emacs.c w32term.c text.texi dispnew.c
   w32proc.c files.texi frames.texi configure.ac dispextern.h lisp.h
-  process.c ms-w32.h and 1235 other files
+  process.c ms-w32.h and 1236 other files
 
 Eliza Velasquez: changed server.el
 
@@ -2610,9 +2610,9 @@ Jim Paris: changed process.c
 
 Jim Porter: changed delsel.el ansi-color-tests.el ansi-color.el
   bindings.el esh-var.el term-tests.el term.el tramp.el callproc.c
-  dichromacy-theme.el diff-mode.el eshell-tests.el eshell.texi
+  dichromacy-theme.el diff-mode.el em-pred.el eshell-tests.el eshell.texi
   files-tests.el gdb-mi.el grep-tests.el ispell.el leuven-theme.el man.el
-  menu-bar.el misterioso-theme.el and 9 other files
+  menu-bar.el and 10 other files
 
 Jim Radford: changed gnus-start.el
 
@@ -2949,7 +2949,7 @@ Juri Linkov: wrote compose.el files-x.el misearch.el 
repeat-tests.el
 and changed isearch.el simple.el info.el replace.el dired.el dired-aux.el
   progmodes/grep.el subr.el window.el image-mode.el mouse.el diff-mode.el
   files.el menu-bar.el minibuffer.el progmodes/compile.el startup.el
-  faces.el vc.el display.texi search.texi and 445 other files
+  faces.el vc.el display.texi search.texi and 446 other files
 
 Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h
   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
 and changed gnus.texi simple.el subr.el files.el process.c text.texi
   display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el
   auth-source.el url-http.el edebug.el image.el gnus-cite.el pop3.el
-  dired-aux.el fns.c image.c and 859 other files
+  dired-aux.el fns.c image.c and 860 other files
 
 Lars Rasmusson: changed ebrowse.c
 
@@ -4565,10 +4565,10 @@ and changed xdisp.c comp.c fns.c pdumper.c alloc.c 
byte-opt.el
   ccl-tests.el ccl.c ccl.el cmds.c comint.el comp-test-funcs.el
   comp-tests.el comp.el composite.c and 28 other files
 
-Po Lu: changed xdisp.c browse-url.el callproc.c cc-compat.el config.bat
-  esh-cmd.el fileio.c langinfo.h loadup.el msdos.c msdos.h nsfns.m
-  nsterm.m process.c sed1v2.inp sed2v2.inp sed3v2.inp sedlibmk.inp
-  tooltip.el xterm.c
+Po Lu: changed xdisp.c anti.texi browse-url.el callproc.c cc-compat.el
+  config.bat esh-cmd.el fileio.c langinfo.h loadup.el msdos.c msdos.h
+  nsfns.m nsterm.m process.c sed1v2.inp sed2v2.inp sed3v2.inp
+  sedlibmk.inp tooltip.el xterm.c
 
 Pontus Michael: changed simple.el
 
@@ -5389,8 +5389,8 @@ and co-wrote ol-gnus.el
 and changed bug-reference.el reftex-vars.el tex-mode.el browse-url.el
   gnus.texi reftex-cite.el tsdh-dark-theme.el tsdh-light-theme.el
   gnus-sum.el maintaining.texi file-notify-tests.el gnus-art.el misc.texi
-  reftex.el org-gnus.el prog-mode.el subword.el image-mode.el json.el
-  lisp-mode.el rcirc.el and 99 other files
+  reftex.el org-gnus.el prog-mode.el subword.el dired.el image-mode.el
+  json.el lisp-mode.el and 99 other files
 
 Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
 
diff --git a/etc/HISTORY b/etc/HISTORY
index 1d6425e938..bb4e3e38e1 100644
--- a/etc/HISTORY
+++ b/etc/HISTORY
@@ -224,6 +224,8 @@ GNU Emacs 27.1 (2020-08-10) emacs-27.1
 
 GNU Emacs 27.2 (2021-03-25) emacs-27.2
 
+GNU Emacs 28.1 (2022-04-04) emacs-28.1
+
 
 ----------------------------------------------------------------------
 This file is part of GNU Emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]