diff options
| author | Po Lu | 2021-12-09 10:30:18 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-09 10:30:18 +0800 |
| commit | 47cd820d93d282da484ae91e68021736ed7994bc (patch) | |
| tree | a24229d1df8547dfd427ef97cf9968b7f5a1e7a8 /etc | |
| parent | 41b1d223c6ab7bca1b626a4c07a4f2dda2855feb (diff) | |
| parent | 63f07ea22f3954c2154d831017caf494911cb515 (diff) | |
| download | emacs-47cd820d93d282da484ae91e68021736ed7994bc.tar.gz emacs-47cd820d93d282da484ae91e68021736ed7994bc.zip | |
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 12 insertions, 5 deletions
| @@ -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 |
| 86 | the 'variable-pitch' face, or add this to your "~/.emacs": | 86 | the '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. |
| 557 | The following new bindings have been added: | 557 | The 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 | |||
| 610 | the thumbnail view, and will create a bookmark that opens the current | 610 | the thumbnail view, and will create a bookmark that opens the current |
| 611 | directory in Image-Dired. | 611 | directory in Image-Dired. |
| 612 | 612 | ||
| 613 | --- | ||
| 614 | *** New user option 'image-dired-marking-shows-next'. | ||
| 615 | If this option is non-nil (the default), marking, unmarking or | ||
| 616 | flagging an image in either the thumbnail or display buffer shows the | ||
| 617 | next 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. |
| 615 | This option controls asking for confirmation when starting Image-Dired | 621 | This 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. |
| 722 | The whole mechanism for prompting users to continue in case of | 728 | The whole mechanism for prompting users to continue in case of |
| 723 | mail-source errors has been removed, so this option is no longer | 729 | mail-source errors has been removed, so this option is no longer |
| 724 | needed. | 730 | needed. |
| 731 | |||
| 725 | ** Fonts | 732 | ** Fonts |
| 726 | 733 | ||
| 727 | --- | 734 | --- |