aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-06-19 19:19:07 +0200
committerJoakim Verona2012-06-19 19:19:07 +0200
commitabef2047941f87ae4baa34b3a8675de4d0068b7a (patch)
tree63042e6c3037100412816200e03c04affc7fe071 /etc
parent58a90697e8f15a2722100ac489df200ad31d3086 (diff)
parent68f12411893785de1cfc2c24ec36059e49af5d55 (diff)
downloademacs-abef2047941f87ae4baa34b3a8675de4d0068b7a.tar.gz
emacs-abef2047941f87ae4baa34b3a8675de4d0068b7a.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c469c7951ed..a2f3b95fe41 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -429,6 +429,8 @@ still be supported for Emacs 24.x.
429 429
430* Lisp changes in Emacs 24.2 430* Lisp changes in Emacs 24.2
431 431
432** The return value of `defalias' has changed and is now undefined.
433
432** `defun' also accepts a (declare DECLS) form, like `defmacro'. 434** `defun' also accepts a (declare DECLS) form, like `defmacro'.
433The interpretation of the DECLS is determined by `defun-declarations-alist'. 435The interpretation of the DECLS is determined by `defun-declarations-alist'.
434 436
@@ -471,6 +473,8 @@ is detected.
471Emacs now supports mouse highlight, help-echo (in the echo area), and 473Emacs now supports mouse highlight, help-echo (in the echo area), and
472mouse-autoselect-window. 474mouse-autoselect-window.
473 475
476** New function `tty-top-frame' returns the topmost frame of a text terminal.
477
474 478
475* Installation Changes in Emacs 24.1 479* Installation Changes in Emacs 24.1
476 480