aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dd302a052d6..2e11af4c1c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
36lisp/ directory. There should not be any there anyway. If you have
37been 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.
56Only variables defined using `defcustom' are considered user options.
57The 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