aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-09-04 15:09:22 +0200
committerMichael Albinus2020-09-04 15:09:22 +0200
commit93d8ee1d6b2de28396e35ae9687f4bf66d19c5a7 (patch)
treeb9d99b8301fdc2d79f76b8906d519b82c9ee0cb7
parenta418b0a92090624e2c7beea3681f0a179ade837a (diff)
downloademacs-93d8ee1d6b2de28396e35ae9687f4bf66d19c5a7.tar.gz
emacs-93d8ee1d6b2de28396e35ae9687f4bf66d19c5a7.zip
* etc/NEWS: Add changes for D-Bus; fix typos.
-rw-r--r--etc/NEWS46
1 files changed, 26 insertions, 20 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e88eaa7167c..e0ea8f53cc8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,7 +43,7 @@ still a valid backend.
43 43
44--- 44---
45** Building without double buffering support. 45** Building without double buffering support.
46configure --with-xdbe=no can now be used to disable double buffering 46'configure --with-xdbe=no' can now be used to disable double buffering
47at build time. 47at build time.
48 48
49--- 49---
@@ -99,14 +99,14 @@ box if the point is on an image larger than 'SIZE' pixels in any
99dimension. 99dimension.
100 100
101+++ 101+++
102** New custom option 'word-wrap-by-category'. 102** New user option 'word-wrap-by-category'.
103When word-wrap is enabled, and this option is non-nil, that allows 103When word-wrap is enabled, and this option is non-nil, that allows
104Emacs to break lines after more characters than just whitespace 104Emacs to break lines after more characters than just whitespace
105characters. In particular, this significantly improves word-wrapping 105characters. In particular, this significantly improves word-wrapping
106for CJK text mixed with Latin text. 106for CJK text mixed with Latin text.
107 107
108--- 108---
109*** Improved language transliteration in Malayalam input methods. 109** Improved language transliteration in Malayalam input methods.
110Added a new Mozhi scheme. The inapplicable ITRANS scheme is now 110Added a new Mozhi scheme. The inapplicable ITRANS scheme is now
111deprecated. Errors in the Inscript method were corrected. 111deprecated. Errors in the Inscript method were corrected.
112 112
@@ -176,8 +176,10 @@ it is still logged to the *Messages* buffer), or the warning can be
176disabled entirely. 176disabled entirely.
177 177
178** mspool.el 178** mspool.el
179
179--- 180---
180*** Autoload the main entry point 'mspool-show' 181*** Autoload the main entry point 'mspool-show'.
182
181** Windows 183** Windows
182 184
183*** The key prefix 'C-x 4 1' displays next command buffer in the same window. 185*** The key prefix 'C-x 4 1' displays next command buffer in the same window.
@@ -307,7 +309,7 @@ invoke 'C-u C-x v s' ('vc-create-tag').
307*** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers. 309*** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers.
308 310
309--- 311---
310*** New variable 'vc-git-revision-complete-only-branches'. 312*** New user option 'vc-git-revision-complete-only-branches'.
311If non-nil, only branches and remotes are considered when doing 313If non-nil, only branches and remotes are considered when doing
312completion over Git branch names. The default is nil, which causes 314completion over Git branch names. The default is nil, which causes
313tags to be considered as well. 315tags to be considered as well.
@@ -315,7 +317,7 @@ tags to be considered as well.
315** Gnus 317** Gnus
316 318
317+++ 319+++
318*** New option 'gnus-dbus-close-on-sleep' 320*** New user option 'gnus-dbus-close-on-sleep'.
319On systems with D-Bus support, it is now possible to register a signal 321On systems with D-Bus support, it is now possible to register a signal
320to close all Gnus servers before the system sleeps. 322to close all Gnus servers before the system sleeps.
321 323
@@ -390,7 +392,6 @@ In Message mode buffers, the 'C-c C-p' ('message-insert-screenshot')
390command has been added. It depends on using an external program to 392command has been added. It depends on using an external program to
391take the actual screenshot, and defaults to "ImageMagick import". 393take the actual screenshot, and defaults to "ImageMagick import".
392 394
393
394** Smtpmail 395** Smtpmail
395 396
396+++ 397+++
@@ -918,17 +919,16 @@ based on the current window size. In previous versions of Emacs, this
918was always done (and that could lead to odd displays when resizing the 919was always done (and that could lead to odd displays when resizing the
919window after starting). This variable defaults to nil. 920window after starting). This variable defaults to nil.
920 921
921
922** Miscellaneous 922** Miscellaneous
923 923
924+++ 924+++
925*** The user can now customize how \"default\" values are prompted for. 925*** The user can now customize how "default" values are prompted for.
926The new utility function 'format-prompt' has been added which uses the 926The new utility function 'format-prompt' has been added which uses the
927new 'minibuffer-default-prompt-format' variable to format \"default\" 927new 'minibuffer-default-prompt-format' user option to format "default"
928prompts. This means that prompts that look like "Enter a number 928prompts. This means that prompts that look like "Enter a number
929(default 10)" can be customized to look like, for instance, "Enter a 929(default 10)" can be customized to look like, for instance, "Enter a
930number [10]", or not have the default displayed at all, like "Enter a 930number [10]", or not have the default displayed at all, like "Enter a
931number". (This requires that all callers are altered to user 931number". (This requires that all callers are altered to use
932'format-prompt', though.) 932'format-prompt', though.)
933 933
934--- 934---
@@ -936,7 +936,7 @@ number". (This requires that all callers are altered to user
936This face is used for error messages from diff. 936This face is used for error messages from diff.
937 937
938+++ 938+++
939*** New global mode 'global-goto-address-mode' 939*** New global mode 'global-goto-address-mode'.
940This will enable 'goto-address-mode' in all buffers. 940This will enable 'goto-address-mode' in all buffers.
941 941
942--- 942---
@@ -987,7 +987,6 @@ never be narrower than 19 characters.
987When the bookmark.el library is loaded, a customize choice is added 987When the bookmark.el library is loaded, a customize choice is added
988to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list. 988to 'tab-bar-new-tab-choice' for new tabs to show the bookmark list.
989 989
990
991** xwidget-webkit mode 990** xwidget-webkit mode
992 991
993*** New xwidget functions. 992*** New xwidget functions.
@@ -1045,6 +1044,14 @@ The following user options have been renamed:
1045 1044
1046The old names are now obsolete. 1045The old names are now obsolete.
1047 1046
1047** D-Bus
1048
1049+++
1050*** Registered properties can have the new access type ':write'.
1051
1052+++
1053*** In case of problems, handlers can emit proper D-Bus error messages now.
1054
1048 1055
1049* New Modes and Packages in Emacs 28.1 1056* New Modes and Packages in Emacs 28.1
1050 1057
@@ -1134,12 +1141,12 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el.
1134'allout-init', 'bookmark-jump-noselect', 1141'allout-init', 'bookmark-jump-noselect',
1135'bookmark-read-annotation-text-func', 'buffer-menu-mode-hook', 1142'bookmark-read-annotation-text-func', 'buffer-menu-mode-hook',
1136'c-forward-into-nomenclature', 'char-coding-system-table', 1143'c-forward-into-nomenclature', 'char-coding-system-table',
1137'char-valid-p', 'charset-bytes', 'charset-id', 'charset-list' 1144'char-valid-p', 'charset-bytes', 'charset-id', 'charset-list',
1138(function), 'choose-completion-delete-max-match', 'complete-in-turn', 1145'choose-completion-delete-max-match', 'complete-in-turn',
1139'completion-base-size', 'completion-common-substring', 1146'completion-base-size', 'completion-common-substring',
1140'crm-minibuffer-complete', 'crm-minibuffer-complete-and-exit', 1147'crm-minibuffer-complete', 'crm-minibuffer-complete-and-exit',
1141'crm-minibuffer-completion-help', 'custom-mode', 'custom-mode-hook', 1148'crm-minibuffer-completion-help', 'custom-mode', 'custom-mode-hook',
1142'detect-coding-with-priority', 'dirtrack-debug' (function), 1149'detect-coding-with-priority', 'dirtrack-debug',
1143'dirtrack-debug-toggle', 'dynamic-completion-table', 1150'dirtrack-debug-toggle', 'dynamic-completion-table',
1144'easy-menu-precalculate-equivalent-keybindings', 1151'easy-menu-precalculate-equivalent-keybindings',
1145'epa-display-verify-result', 'epg-passphrase-callback-function', 1152'epa-display-verify-result', 'epg-passphrase-callback-function',
@@ -1159,10 +1166,9 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el.
1159'nonascii-translation-table', 'password-read-and-add', 1166'nonascii-translation-table', 'password-read-and-add',
1160'pre-abbrev-expand-hook', 'princ-list', 'print-help-return-message', 1167'pre-abbrev-expand-hook', 'princ-list', 'print-help-return-message',
1161'process-filter-multibyte-p', 'read-file-name-predicate', 1168'process-filter-multibyte-p', 'read-file-name-predicate',
1162'remember-buffer' (function), 'rmail-highlight-face', 1169'remember-buffer', 'rmail-highlight-face', 'rmail-message-filter',
1163'rmail-message-filter', 'set-coding-priority', 1170'set-coding-priority', 'set-process-filter-multibyte',
1164'set-process-filter-multibyte', 'shadows-compare-text-p', 1171'shadows-compare-text-p', 'shell-dirtrack-toggle', 't-mouse-mode',
1165'shell-dirtrack-toggle', 't-mouse-mode',
1166'term-dynamic-simple-complete', 'tooltip-hook', 'tpu-have-ispell', 1172'term-dynamic-simple-complete', 'tooltip-hook', 'tpu-have-ispell',
1167'url-generate-unique-filename', 'url-temporary-directory', 1173'url-generate-unique-filename', 'url-temporary-directory',
1168'vc-arch-command', 'vc-default-working-revision' (variable), 1174'vc-arch-command', 'vc-default-working-revision' (variable),