comparison etc/NEWS @ 86860:984f95b103ba

png versions of mac icons.
author Glenn Morris <rgm@gnu.org>
date Fri, 30 Nov 2007 08:16:28 +0000
parents 9c38f723c526
children 6787c1b3cc6e
comparison
equal deleted inserted replaced
86859:9d6a26b3fbd1 86860:984f95b103ba
51 51
52 ** Emacs comes with a new set of icons for Mac OS X. 52 ** Emacs comes with a new set of icons for Mac OS X.
53 OS-X-style icons (an application icon and a relevant document icon) 53 OS-X-style icons (an application icon and a relevant document icon)
54 were contributed by Kentaro Ohkouchi. 54 were contributed by Kentaro Ohkouchi.
55 Source files for these icons can be found in Emacs.app/Contents/Resources. 55 Source files for these icons can be found in Emacs.app/Contents/Resources.
56 PNG versions are available as etc/images/icons/macemacs_*.png.
56 57
57 ** Built-in functions (subr) can now have an interactive specification 58 ** Built-in functions (subr) can now have an interactive specification
58 that is not a prompt string. If the `intspec' parameter of a `DEFUN' 59 that is not a prompt string. If the `intspec' parameter of a `DEFUN'
59 starts with a `(', the string is evaluated as a Lisp form. 60 starts with a `(', the string is evaluated as a Lisp form.
60 61