aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS23
1 files changed, 10 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b47fcd09536..fcd293781b6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,8 @@ define it as a scroll command affected by `scroll-preserve-screen-position.
88** Archive Mode has basic support to browse 7z archives. 88** Archive Mode has basic support to browse 7z archives.
89 89
90** partial-completion-mode is now obsolete. 90** partial-completion-mode is now obsolete.
91You can get the same behavior with
92(setq completion-styles '(partial-completion initials)).
91 93
92** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. 94** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags.
93** Customize 95** Customize
@@ -106,23 +108,18 @@ choose a color via list-colors-display.
106 108
107** VC and related modes 109** VC and related modes
108 110
109*** New VC commands: vc-log-incoming and vc-log-outgoing. 111*** New VC commands: vc-log-incoming, vc-log-outgoing, vc-find-conflicted-file.
110 112
111*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. 113*** vc-dir for Bzr supports viewing shelve contents and shelving snapshots.
112 114
113*** Special markup can be added to log-edit buffers. 115*** Special markup can be added to log-edit buffers.
114 116The log-edit buffers are expected to have a format similar to email messages
115**** For Bzr, adding an 117with headers of the form:
116Author: NAME 118 Author: <author of this change>
117line will add "--author NAME" to the "bzr commit" command. 119 Summary: <one line summary of this change>
118 120 Fixes: <reference to the bug fixed by this change>
119**** For Git, adding an 121Some backends handle some of those headers specially, but any unknown header
120Author: NAME 122is just left as is in the message, so it is not lost.
121line will add "--author NAME" to the "git commit" command.
122
123**** For Hg, adding an
124Author: NAME
125line will add "--user NAME" to the "hg commit" command.
126 123
127** Directory local variables can apply to file-less buffers. 124** Directory local variables can apply to file-less buffers.
128For example, adding "(diff-mode . ((mode . whitespace)))" to your 125For example, adding "(diff-mode . ((mode . whitespace)))" to your