aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-03-07 14:05:52 +0200
committerEli Zaretskii2020-03-07 14:05:52 +0200
commit3103c01c3e41fe37afed908e9982a98ff9d31c94 (patch)
treeed8ad244562f660dfbb9a796f77d0a847f04acb3
parent98306fdfb8a59dc9ff6a077a00281ca02b2e5ba7 (diff)
downloademacs-3103c01c3e41fe37afed908e9982a98ff9d31c94.tar.gz
emacs-3103c01c3e41fe37afed908e9982a98ff9d31c94.zip
; * etc/NEWS: Formatting fixes.
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1936b252136..fcf9dbf0fec 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -759,20 +759,21 @@ network connection information (in addition to the host name).
759*** When called interactively with a prefix arg 'C-u', 'desktop-read' 759*** When called interactively with a prefix arg 'C-u', 'desktop-read'
760now prompts the user for the directory containing the desktop file. 760now prompts the user for the directory containing the desktop file.
761 761
762+++
763** display-line-numbers-mode 762** display-line-numbers-mode
764 763
764+++
765*** New faces 'line-number-major-tick' and 'line-number-minor-tick', 765*** New faces 'line-number-major-tick' and 'line-number-minor-tick',
766and user options 'display-line-numbers-major-tick' and 766and user options 'display-line-numbers-major-tick' and
767'display-line-numbers-minor-tick' can be used to highlight the line 767'display-line-numbers-minor-tick' can be used to highlight the line
768numbers of lines multiple of certain numbers. 768numbers of lines multiple of certain numbers.
769 769
770+++
770*** New variable 'display-line-numbers-offset', when non-zero, adds 771*** New variable 'display-line-numbers-offset', when non-zero, adds
771an offset to absolute line numbers. 772an offset to absolute line numbers.
772 773
773+++
774** winner 774** winner
775 775
776+++
776*** A new user option, 'winner-boring-buffers-regexp', has been added. 777*** A new user option, 'winner-boring-buffers-regexp', has been added.
777 778
778** table 779** table
@@ -781,9 +782,9 @@ an offset to absolute line numbers.
781*** 'table-generate-source' now supports wiki and mediawiki 782*** 'table-generate-source' now supports wiki and mediawiki
782This command can now output wiki and mediawiki format tables. 783This command can now output wiki and mediawiki format tables.
783 784
784---
785** telnet-mode 785** telnet-mode
786 786
787---
787*** Reverting a buffer in 'telnet-mode' will restart a closed connection. 788*** Reverting a buffer in 'telnet-mode' will restart a closed connection.
788 789
789** goto-addr 790** goto-addr
@@ -792,9 +793,9 @@ This command can now output wiki and mediawiki format tables.
792be ignored has been added via the 'goto-address-uri-schemes-ignored' 793be ignored has been added via the 'goto-address-uri-schemes-ignored'
793variable. 794variable.
794 795
795+++
796** tex-mode 796** tex-mode
797 797
798+++
798*** 'latex-noindent-commands' controls indentation of certain commands. 799*** 'latex-noindent-commands' controls indentation of certain commands.
799You can use this new user option to control indentation of arguments of 800You can use this new user option to control indentation of arguments of
800\emph, \footnote, and similar commands. 801\emph, \footnote, and similar commands.
@@ -1819,7 +1820,6 @@ keyboard macros.
1819'isearch-yank-symbol-or-char'. 'isearch-del-char' is now bound to 1820'isearch-yank-symbol-or-char'. 'isearch-del-char' is now bound to
1820'C-M-d'. 1821'C-M-d'.
1821 1822
1822+++
1823'M-s h l' invokes 'highlight-lines-matching-regexp' using the search 1823'M-s h l' invokes 'highlight-lines-matching-regexp' using the search
1824string to highlight lines matching the search string. This is similar 1824string to highlight lines matching the search string. This is similar
1825to the existing binding 'M-s h r' ('highlight-regexp') that highlights 1825to the existing binding 'M-s h r' ('highlight-regexp') that highlights
@@ -2650,6 +2650,7 @@ overrides all system and Emacs-provided defaults. To get the old
2650method back, set 'mailcap-prefer-mailcap-viewers' to nil. 2650method back, set 'mailcap-prefer-mailcap-viewers' to nil.
2651 2651
2652** MH-E 2652** MH-E
2653
2653+++ 2654+++
2654*** The hook 'mh-show-mode-hook' is now called before the message is inserted. 2655*** The hook 'mh-show-mode-hook' is now called before the message is inserted.
2655Functions that want to affect the message text (for example, to change 2656Functions that want to affect the message text (for example, to change