diff options
| author | Joakim Verona | 2013-02-14 00:04:38 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-14 00:04:38 +0100 |
| commit | 694d759a9dd8fcbd23078bab33f84ff399d58971 (patch) | |
| tree | 7b9f2b697ffa06f315be78cd84b94d84659d02c2 /etc | |
| parent | e46029ad6dda065541c8de40de0fe9d5800ac770 (diff) | |
| parent | fe3362617385f936576ba0acdac66e2f7da38391 (diff) | |
| download | emacs-694d759a9dd8fcbd23078bab33f84ff399d58971.tar.gz emacs-694d759a9dd8fcbd23078bab33f84ff399d58971.zip | |
auto upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 11 insertions, 4 deletions
| @@ -120,6 +120,10 @@ on the given date. | |||
| 120 | 120 | ||
| 121 | *** Support for ISO 8601 dates. | 121 | *** Support for ISO 8601 dates. |
| 122 | 122 | ||
| 123 | ** Dired | ||
| 124 | |||
| 125 | *** New minor mode `dired-hide-details-mode' hides details. | ||
| 126 | |||
| 123 | ** ERC | 127 | ** ERC |
| 124 | 128 | ||
| 125 | *** New option `erc-accidental-paste-threshold-seconds'. | 129 | *** New option `erc-accidental-paste-threshold-seconds'. |
| @@ -201,6 +205,9 @@ are obsolete. Customize the `woman-* faces instead. | |||
| 201 | 205 | ||
| 202 | *** terminal.el is obsolete; use term.el instead. | 206 | *** terminal.el is obsolete; use term.el instead. |
| 203 | 207 | ||
| 208 | +++ | ||
| 209 | *** yow.el is obsolete; use fortune.el or cookie1.el instead. | ||
| 210 | |||
| 204 | 211 | ||
| 205 | * New Modes and Packages in Emacs 24.4 | 212 | * New Modes and Packages in Emacs 24.4 |
| 206 | ** New nadvice.el package offering lighter-weight advice facilities. | 213 | ** New nadvice.el package offering lighter-weight advice facilities. |
| @@ -996,7 +1003,7 @@ are deprecated and will be removed eventually. | |||
| 996 | *** `vc-checkout-carefully' | 1003 | *** `vc-checkout-carefully' |
| 997 | 1004 | ||
| 998 | 1005 | ||
| 999 | * Lisp changes in Emacs 24.3 | 1006 | * Lisp Changes in Emacs 24.3 |
| 1000 | 1007 | ||
| 1001 | ** CL-style generalized variables are now in core Elisp. | 1008 | ** CL-style generalized variables are now in core Elisp. |
| 1002 | `setf' is autoloaded; `push' and `pop' accept generalized variables. | 1009 | `setf' is autoloaded; `push' and `pop' accept generalized variables. |
| @@ -1169,7 +1176,7 @@ takes precedence over most other maps for a short while (normally one key). | |||
| 1169 | *** `font-list-limit' (has had no effect since Emacs < 23) | 1176 | *** `font-list-limit' (has had no effect since Emacs < 23) |
| 1170 | 1177 | ||
| 1171 | 1178 | ||
| 1172 | * Changes in Emacs 24.3 on non-free operating systems | 1179 | * Changes in Emacs 24.3 on Non-Free Operating Systems |
| 1173 | 1180 | ||
| 1174 | ** Cygwin builds can use the native MS Windows user interface. | 1181 | ** Cygwin builds can use the native MS Windows user interface. |
| 1175 | Pass `--with-w32' to configure. The default remains the X11 interface. | 1182 | Pass `--with-w32' to configure. The default remains the X11 interface. |
| @@ -2241,7 +2248,7 @@ assumes every inspected file is in your `load-path'. It instead | |||
| 2241 | generates relative names according to the current `load-path'. | 2248 | generates relative names according to the current `load-path'. |
| 2242 | 2249 | ||
| 2243 | 2250 | ||
| 2244 | * Lisp changes in Emacs 24.1 | 2251 | * Lisp Changes in Emacs 24.1 |
| 2245 | 2252 | ||
| 2246 | ** Code can now use lexical scoping by default instead of dynamic scoping. | 2253 | ** Code can now use lexical scoping by default instead of dynamic scoping. |
| 2247 | The `lexical-binding' variable enables lexical scoping for local | 2254 | The `lexical-binding' variable enables lexical scoping for local |
| @@ -2628,7 +2635,7 @@ Use `post-command-hook' instead. | |||
| 2628 | *** `font-lock-maximum-size' is obsolete. | 2635 | *** `font-lock-maximum-size' is obsolete. |
| 2629 | 2636 | ||
| 2630 | 2637 | ||
| 2631 | * Changes in Emacs 24.1 on non-free operating systems | 2638 | * Changes in Emacs 24.1 on Non-Free Operating Systems |
| 2632 | 2639 | ||
| 2633 | ** On MS Windows, Emacs warns when using the obsolete init file _emacs, | 2640 | ** On MS Windows, Emacs warns when using the obsolete init file _emacs, |
| 2634 | and also when HOME is set to C:\ by default. | 2641 | and also when HOME is set to C:\ by default. |