diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-07-04 14:32:15 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-07-04 14:32:15 +0000 |
commit | c58dccad6b628da65e3f90fcca2a42f906ede689 (patch) | |
tree | 61c190b346fa4e7abe2110590a9da0ce9403475a | |
parent | 4fbd0f6db18b65a664808fee7d5adab67e2c00ad (diff) | |
download | emacs-c58dccad6b628da65e3f90fcca2a42f906ede689.tar.gz emacs-c58dccad6b628da65e3f90fcca2a42f906ede689.tar.bz2 emacs-c58dccad6b628da65e3f90fcca2a42f906ede689.zip |
Mention consolidation of images in etc/images, and the new icons.
-rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -24,6 +24,15 @@ so we will look at it and add it to the manual. * Installation Changes in Emacs 22.1 --- +** Emacs comes with a new set of icons. +These icons are displayed on the taskbar and/or titlebar when Emacs +runs in a graphical environment. Source files for these icons can be +found in etc/images/icons. (You can't change the icons displayed by +Emacs by changing these files directly. On X, the icon is compiled +into the Emacs executable; see gnu.h in the source tree. On MS +Windows, see nt/icons/emacs.ico.) + +--- ** Emacs now supports new configure options `--program-prefix', `--program-suffix' and `--program-transform-name' that affect the names of installed programs. @@ -137,6 +146,10 @@ terminfo name, since term.el now supports color. --- ** Emacs Lisp source files are compressed by default if `gzip' is available. +--- +** All images used in Emacs have been consolidated in etc/images and subdirs. +See also the changes to `find-image', documented below. + * Startup Changes in Emacs 22.1 |