aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-04-02 08:27:06 +0200
committerJoakim Verona2013-04-02 08:27:06 +0200
commit39667649e3bcf9b9de7b70ee7dd2df7bfb9ac972 (patch)
tree3a4e52c3ada312618e94abd078e384e3a6223708 /etc
parent86dc02fe08b1a2d26d380ba67d6a165ead70bc79 (diff)
parent5584cae0be16d1188dbe4943e71b4954a9a028d0 (diff)
downloademacs-39667649e3bcf9b9de7b70ee7dd2df7bfb9ac972.tar.gz
emacs-39667649e3bcf9b9de7b70ee7dd2df7bfb9ac972.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1947797bd34..74badc6bbef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -254,6 +254,11 @@ has not been relevant for some time.
254 254
255 255
256* New Modes and Packages in Emacs 24.4 256* New Modes and Packages in Emacs 24.4
257** New `superword-mode' in subword.el
258`superword-mode' overrides the default word motion commands to treat
259symbol_words as a single word, similar to what `subword-mode' does and
260using the same internal functions.
261
257** New nadvice.el package offering lighter-weight advice facilities. 262** New nadvice.el package offering lighter-weight advice facilities.
258It is layered as: 263It is layered as:
259- add-function/remove-function which can be used to add/remove code on any 264- add-function/remove-function which can be used to add/remove code on any
@@ -297,6 +302,8 @@ file using `set-file-extended-attributes'.
297 302
298** `dont-compile' is declared obsolete. 303** `dont-compile' is declared obsolete.
299 304
305** `get-upcase-table' is obsoleted by the new `case-table-get-table'.
306
300** Support for filesystem notifications. 307** Support for filesystem notifications.
301Emacs now supports notifications of filesystem changes, such as 308Emacs now supports notifications of filesystem changes, such as
302creation, modification, and deletion of files. This requires the 309creation, modification, and deletion of files. This requires the