diff options
| author | Joakim Verona | 2013-04-02 08:27:06 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-04-02 08:27:06 +0200 |
| commit | 39667649e3bcf9b9de7b70ee7dd2df7bfb9ac972 (patch) | |
| tree | 3a4e52c3ada312618e94abd078e384e3a6223708 /etc | |
| parent | 86dc02fe08b1a2d26d380ba67d6a165ead70bc79 (diff) | |
| parent | 5584cae0be16d1188dbe4943e71b4954a9a028d0 (diff) | |
| download | emacs-39667649e3bcf9b9de7b70ee7dd2df7bfb9ac972.tar.gz emacs-39667649e3bcf9b9de7b70ee7dd2df7bfb9ac972.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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 | ||
| 259 | symbol_words as a single word, similar to what `subword-mode' does and | ||
| 260 | using 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. |
| 258 | It is layered as: | 263 | It 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. |
| 301 | Emacs now supports notifications of filesystem changes, such as | 308 | Emacs now supports notifications of filesystem changes, such as |
| 302 | creation, modification, and deletion of files. This requires the | 309 | creation, modification, and deletion of files. This requires the |