diff options
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | mac/ChangeLog | 9 |
2 files changed, 14 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. |
diff --git a/mac/ChangeLog b/mac/ChangeLog index 28bfb19a2a5..326a844b638 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-09-13 Seiji Zenitani <zenitani@mac.com> | ||
| 2 | Takanori Yamamoto <takanori.yamamoto@gmail.com> | ||
| 3 | Kentaro Ohkouchi <nanasess@fsm.ne.jp> | ||
| 4 | |||
| 5 | * Emacs.app/Contents/Info.plist: Add | ||
| 6 | filetype/extension entries for the document icon. | ||
| 7 | * Emacs.app/Contents/Resources/Emacs.icns: Update. | ||
| 8 | * Emacs.app/Contents/Resources/document.icns: New file. | ||
| 9 | |||
| 1 | 2007-08-29 Glenn Morris <rgm@gnu.org> | 10 | 2007-08-29 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: | 12 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: |