aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-02-12 20:31:09 -0800
committerGlenn Morris2013-02-12 20:31:09 -0800
commit01fcc3a532872b29784a4d888ab9cc1aef0eed01 (patch)
treee1fba1dfe3ec5b61ddc3e5e3824e4536b2c39429 /etc
parentd0009c7351874e853c63ce67cea6103f33afa60b (diff)
parent1a359750bbac95fd6bf8fe1233e747a1d26f0082 (diff)
downloademacs-01fcc3a532872b29784a4d888ab9cc1aef0eed01.tar.gz
emacs-01fcc3a532872b29784a4d888ab9cc1aef0eed01.zip
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bbee14d2ac9..6891f1019bd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -996,7 +996,7 @@ are deprecated and will be removed eventually.
996*** `vc-checkout-carefully' 996*** `vc-checkout-carefully'
997 997
998 998
999* Lisp changes in Emacs 24.3 999* Lisp Changes in Emacs 24.3
1000 1000
1001** CL-style generalized variables are now in core Elisp. 1001** CL-style generalized variables are now in core Elisp.
1002`setf' is autoloaded; `push' and `pop' accept generalized variables. 1002`setf' is autoloaded; `push' and `pop' accept generalized variables.
@@ -1169,7 +1169,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) 1169*** `font-list-limit' (has had no effect since Emacs < 23)
1170 1170
1171 1171
1172* Changes in Emacs 24.3 on non-free operating systems 1172* Changes in Emacs 24.3 on Non-Free Operating Systems
1173 1173
1174** Cygwin builds can use the native MS Windows user interface. 1174** Cygwin builds can use the native MS Windows user interface.
1175Pass `--with-w32' to configure. The default remains the X11 interface. 1175Pass `--with-w32' to configure. The default remains the X11 interface.
@@ -2241,7 +2241,7 @@ assumes every inspected file is in your `load-path'. It instead
2241generates relative names according to the current `load-path'. 2241generates relative names according to the current `load-path'.
2242 2242
2243 2243
2244* Lisp changes in Emacs 24.1 2244* Lisp Changes in Emacs 24.1
2245 2245
2246** Code can now use lexical scoping by default instead of dynamic scoping. 2246** Code can now use lexical scoping by default instead of dynamic scoping.
2247The `lexical-binding' variable enables lexical scoping for local 2247The `lexical-binding' variable enables lexical scoping for local
@@ -2628,7 +2628,7 @@ Use `post-command-hook' instead.
2628*** `font-lock-maximum-size' is obsolete. 2628*** `font-lock-maximum-size' is obsolete.
2629 2629
2630 2630
2631* Changes in Emacs 24.1 on non-free operating systems 2631* Changes in Emacs 24.1 on Non-Free Operating Systems
2632 2632
2633** On MS Windows, Emacs warns when using the obsolete init file _emacs, 2633** On MS Windows, Emacs warns when using the obsolete init file _emacs,
2634and also when HOME is set to C:\ by default. 2634and also when HOME is set to C:\ by default.