aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 08017df8a5b..ab47da65601 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
38OS-X-style icons (an application icon and a relevant document icon)
39were contributed by Kentaro Ohkouchi.
40Source 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
38that is not a prompt string. If the `intspec' parameter of a `DEFUN' 43that is not a prompt string. If the `intspec' parameter of a `DEFUN'
39starts with a `(', the string is evaluated as a Lisp form. 44starts with a `(', the string is evaluated as a Lisp form.