aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-01-14 00:04:04 +0100
committerJoakim Verona2013-01-14 00:04:04 +0100
commit132fdce3d2530db5a6edeaf4242257ff01ea4760 (patch)
tree75638977b562d18c4cb2b20fab58262bbbe4c2be /etc
parentec43cd5d7289dd1a994dc3517fccce1611966f89 (diff)
parentb35b088608a02d43b39bbfd3240547d3d9de7366 (diff)
downloademacs-132fdce3d2530db5a6edeaf4242257ff01ea4760.tar.gz
emacs-132fdce3d2530db5a6edeaf4242257ff01ea4760.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 52429a3e21d..0471683fa9b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -58,6 +58,8 @@ entries of a file. On GNU/Linux, the POSIX ACL interface is used via
58libacl. On MS-Windows, the NT Security APIs are used to emulate the 58libacl. On MS-Windows, the NT Security APIs are used to emulate the
59POSIX ACL interfaces. 59POSIX ACL interfaces.
60 60
61** New option `scroll-bar-adjust-thumb-portion'.
62
61* Editing Changes in Emacs 24.4 63* Editing Changes in Emacs 24.4
62 64
63** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', 65** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized',
@@ -66,6 +68,8 @@ bound to <f11> and M-<f10>, respectively.
66 68
67* Changes in Specialized Modes and Packages in Emacs 24.4 69* Changes in Specialized Modes and Packages in Emacs 24.4
68 70
71** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock.
72
69** completing-read-multiple's separator can now be a regexp. 73** completing-read-multiple's separator can now be a regexp.
70The default separator is changed to allow surrounding spaces around the comma. 74The default separator is changed to allow surrounding spaces around the comma.
71 75