diff options
| author | Thien-Thi Nguyen | 2007-09-13 05:51:02 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2007-09-13 05:51:02 +0000 |
| commit | 251ad2de75d9cd11d3ca1ccd2e89124bfb933bd0 (patch) | |
| tree | 559535721d74a58d168dab68a9c990becc0c8736 /etc | |
| parent | 4795c40fabbe405b91d46f6bd49e185203fc0d08 (diff) | |
| download | emacs-251ad2de75d9cd11d3ca1ccd2e89124bfb933bd0.tar.gz emacs-251ad2de75d9cd11d3ca1ccd2e89124bfb933bd0.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -34,6 +34,11 @@ a GIF library. | |||
| 34 | 34 | ||
| 35 | * Changes in Emacs 23.1 | 35 | * Changes in Emacs 23.1 |
| 36 | 36 | ||
| 37 | ** Emacs comes with a new set of icons for Mac OS X. | ||
| 38 | OS-X-style icons (an application icon and a relevant document icon) | ||
| 39 | were contributed by Kentaro Ohkouchi. | ||
| 40 | Source files for these icons can be found in Emacs.app/Contents/Resources. | ||
| 41 | |||
| 37 | ** Built-in functions (subr) can now have an interactive specification | 42 | ** Built-in functions (subr) can now have an interactive specification |
| 38 | that is not a prompt string. If the `intspec' parameter of a `DEFUN' | 43 | that is not a prompt string. If the `intspec' parameter of a `DEFUN' |
| 39 | starts with a `(', the string is evaluated as a Lisp form. | 44 | starts with a `(', the string is evaluated as a Lisp form. |