aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPo Lu2021-12-09 10:30:18 +0800
committerPo Lu2021-12-09 10:30:18 +0800
commit47cd820d93d282da484ae91e68021736ed7994bc (patch)
treea24229d1df8547dfd427ef97cf9968b7f5a1e7a8 /etc
parent41b1d223c6ab7bca1b626a4c07a4f2dda2855feb (diff)
parent63f07ea22f3954c2154d831017caf494911cb515 (diff)
downloademacs-47cd820d93d282da484ae91e68021736ed7994bc.tar.gz
emacs-47cd820d93d282da484ae91e68021736ed7994bc.zip
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 12 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e8e0c910ef0..9eee04b3399 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,8 +85,8 @@ To get the old monospaced mode line back, customize the
85'mode-line-active' and 'mode-line-inactive' faces not to inherit from 85'mode-line-active' and 'mode-line-inactive' faces not to inherit from
86the 'variable-pitch' face, or add this to your "~/.emacs": 86the 'variable-pitch' face, or add this to your "~/.emacs":
87 87
88 (set-face-attribute 'mode-line-active nil :inherit 'mode-line) 88 (set-face-attribute 'mode-line-active nil :inherit 'mode-line)
89 (set-face-attribute 'mode-line-inactive nil :inherit 'mode-line) 89 (set-face-attribute 'mode-line-inactive nil :inherit 'mode-line)
90 90
91 91
92* Changes in Emacs 29.1 92* Changes in Emacs 29.1
@@ -556,8 +556,8 @@ user options that are no longer needed are now obsolete:
556*** Navigation and marking commands now work in image display buffer. 556*** Navigation and marking commands now work in image display buffer.
557The following new bindings have been added: 557The following new bindings have been added:
558 558
559 n / SPC image-dired-display-previous-thumbnail-original 559 n / SPC image-dired-display-next-thumbnail-original
560 p / DEL image-dired-display-next-thumbnail-original 560 p / DEL image-dired-display-previous-thumbnail-original
561 m image-dired-mark-thumb-original-file 561 m image-dired-mark-thumb-original-file
562 d image-dired-flag-thumb-original-file 562 d image-dired-flag-thumb-original-file
563 u image-dired-unmark-thumb-original-file 563 u image-dired-unmark-thumb-original-file
@@ -610,6 +610,12 @@ The command 'bookmark-set' (bound to 'C-x r m') is now supported in
610the thumbnail view, and will create a bookmark that opens the current 610the thumbnail view, and will create a bookmark that opens the current
611directory in Image-Dired. 611directory in Image-Dired.
612 612
613---
614*** New user option 'image-dired-marking-shows-next'.
615If this option is non-nil (the default), marking, unmarking or
616flagging an image in either the thumbnail or display buffer shows the
617next image.
618
613+++ 619+++
614*** 'image-dired-show-all-from-dir-max-files' has been increased to 500. 620*** 'image-dired-show-all-from-dir-max-files' has been increased to 500.
615This option controls asking for confirmation when starting Image-Dired 621This option controls asking for confirmation when starting Image-Dired
@@ -718,10 +724,11 @@ Emacs buffers, like indentation and the like. The new ert function
718 724
719* Incompatible Lisp Changes in Emacs 29.1 725* Incompatible Lisp Changes in Emacs 29.1
720 726
721** User option 'mail-source-ignore-errors' is now obsolete 727** User option 'mail-source-ignore-errors' is now obsolete.
722The whole mechanism for prompting users to continue in case of 728The whole mechanism for prompting users to continue in case of
723mail-source errors has been removed, so this option is no longer 729mail-source errors has been removed, so this option is no longer
724needed. 730needed.
731
725** Fonts 732** Fonts
726 733
727--- 734---