diff options
| author | Joakim Verona | 2012-06-19 19:19:07 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-06-19 19:19:07 +0200 |
| commit | abef2047941f87ae4baa34b3a8675de4d0068b7a (patch) | |
| tree | 63042e6c3037100412816200e03c04affc7fe071 /etc | |
| parent | 58a90697e8f15a2722100ac489df200ad31d3086 (diff) | |
| parent | 68f12411893785de1cfc2c24ec36059e49af5d55 (diff) | |
| download | emacs-abef2047941f87ae4baa34b3a8675de4d0068b7a.tar.gz emacs-abef2047941f87ae4baa34b3a8675de4d0068b7a.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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'. |
| 433 | The interpretation of the DECLS is determined by `defun-declarations-alist'. | 435 | The interpretation of the DECLS is determined by `defun-declarations-alist'. |
| 434 | 436 | ||
| @@ -471,6 +473,8 @@ is detected. | |||
| 471 | Emacs now supports mouse highlight, help-echo (in the echo area), and | 473 | Emacs now supports mouse highlight, help-echo (in the echo area), and |
| 472 | mouse-autoselect-window. | 474 | mouse-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 | ||