diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -31,6 +31,11 @@ may or may not be useful. By default, these warnings are not generated. | |||
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | * Startup Changes in Emacs 24.2 | 33 | * Startup Changes in Emacs 24.2 |
| 34 | |||
| 35 | ** Emacs no longer searches for `leim-list.el' files beneath the standard | ||
| 36 | lisp/ directory. There should not be any there anyway. If you have | ||
| 37 | been adding them there, put them somewhere else, eg site-lisp. | ||
| 38 | |||
| 34 | 39 | ||
| 35 | * Changes in Emacs 24.2 | 40 | * Changes in Emacs 24.2 |
| 36 | 41 | ||
| @@ -45,6 +50,13 @@ may or may not be useful. By default, these warnings are not generated. | |||
| 45 | * New Modes and Packages in Emacs 24.2 | 50 | * New Modes and Packages in Emacs 24.2 |
| 46 | 51 | ||
| 47 | * Incompatible Lisp Changes in Emacs 24.2 | 52 | * Incompatible Lisp Changes in Emacs 24.2 |
| 53 | |||
| 54 | +++ | ||
| 55 | ** Docstrings starting with `*' no longer indicate user options. | ||
| 56 | Only variables defined using `defcustom' are considered user options. | ||
| 57 | The function `user-variable-p' is now an obsolete alias for | ||
| 58 | `custom-variable-p'. | ||
| 59 | |||
| 48 | 60 | ||
| 49 | * Lisp changes in Emacs 24.2 | 61 | * Lisp changes in Emacs 24.2 |
| 50 | 62 | ||