comparison etc/NEWS @ 87289:1a0cb9242365

Update due to renaming of macemacs_*.png to emacs*_mac.png.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 Dec 2007 10:29:16 +0000
parents c12a7d068bf6
children 7fb15af635f4 2fcaae6177a5
comparison
equal deleted inserted replaced
87288:8b01c7aafdb0 87289:1a0cb9242365
53 53
54 ** Emacs comes with a new set of icons for Mac OS X. 54 ** Emacs comes with a new set of icons for Mac OS X.
55 OS-X-style icons (an application icon and a relevant document icon) 55 OS-X-style icons (an application icon and a relevant document icon)
56 were contributed by Kentaro Ohkouchi. 56 were contributed by Kentaro Ohkouchi.
57 Source files for these icons can be found in Emacs.app/Contents/Resources. 57 Source files for these icons can be found in Emacs.app/Contents/Resources.
58 PNG versions are available as etc/images/icons/macemacs_*.png. 58 PNG versions are available as etc/images/icons/emacs*_mac.png.
59 59
60 ** Built-in functions (subr) can now have an interactive specification 60 ** Built-in functions (subr) can now have an interactive specification
61 that is not a prompt string. If the `intspec' parameter of a `DEFUN' 61 that is not a prompt string. If the `intspec' parameter of a `DEFUN'
62 starts with a `(', the string is evaluated as a Lisp form. 62 starts with a `(', the string is evaluated as a Lisp form.
63 63