aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLeo Liu2013-10-07 11:34:26 +0800
committerLeo Liu2013-10-07 11:34:26 +0800
commitc8af480df782d6ff2d99f34a1672b8640dfb673f (patch)
tree8a9602e146f54631c100a06e0e3a9265e5e31ac9 /etc
parent85698d63495d7bb22997eedbb74cef7f20d18ffd (diff)
downloademacs-c8af480df782d6ff2d99f34a1672b8640dfb673f.tar.gz
emacs-c8af480df782d6ff2d99f34a1672b8640dfb673f.zip
* etc/NEWS: Mention new feature of register commands.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 49765c5c873..bb601d1e8ac 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-10-07 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention new feature of register commands.
4
12013-10-02 Fabrice Niessen <fni@missioncriticalit.com> 52013-10-02 Fabrice Niessen <fni@missioncriticalit.com>
2 6
3 * themes/leuven-theme.el: Add Commentary and some headers, update 7 * themes/leuven-theme.el: Add Commentary and some headers, update
diff --git a/etc/NEWS b/etc/NEWS
index 4539f5f00d1..560c54c0f83 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,6 +181,8 @@ visual order of characters on the screen: <left> always moves to the
181left, <right> always moves to the right, disregarding the surrounding 181left, <right> always moves to the right, disregarding the surrounding
182bidirectional context. 182bidirectional context.
183 183
184** All register commands can now show help with preview.
185
184** New command `kmacro-to-register' to store keyboard macros in registers. 186** New command `kmacro-to-register' to store keyboard macros in registers.
185 187
186** Shell Script mode 188** Shell Script mode