Mercurial > emacs
diff etc/NEWS @ 90519:138ce2701550
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 320-342)
- Update from CVS
- Merge from gnus--rel--5.10
- lisp/play/cookie1.el (cookie): Work properly when there's only one entry
- Add note about "link" button-class to etc/TODO
* gnus--rel--5.10 (patch 108-112)
- Merge from emacs--devo--0
- Clean up merge mistakes
- Update from CVS
- Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 06 Jul 2006 08:59:39 +0000 |
parents | 138027c8c982 94186fc5fd79 |
children | 8a8e69664178 |
line wrap: on
line diff
--- a/etc/NEWS Wed Jul 05 17:38:31 2006 +0000 +++ b/etc/NEWS Thu Jul 06 08:59:39 2006 +0000 @@ -99,6 +99,15 @@ * 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. @@ -212,6 +221,10 @@ --- ** 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 @@ -454,10 +467,6 @@ ** The default for the paper size (variable ps-paper-type) is taken from the locale. -** The command `list-faces-display' now accepts a prefix arg. -When passed, the function prompts for a regular expression and lists -only faces matching this regexp. - ** Mark command changes: +++ @@ -2018,6 +2027,7 @@ instead and point will be kept vertically fixed relative to window boundaries during scrolling. ++++ ** The file t-mouse.el is now part of Emacs and provides access to mouse events from the console. It still requires gpm to work but has been updated for Emacs 22. In particular, the mode-line is now position sensitive. @@ -3226,7 +3236,7 @@ --- ** MH-E changes. -Upgraded to MH-E version 8.0. There have been major changes since +Upgraded to MH-E version 8.0.2. There have been major changes since version 5.0.2; see MH-E-NEWS for details. ** Calendar changes: @@ -3572,6 +3582,15 @@ (defun PP (data) (insert (format "%S\n" data))) (ewoc-create 'PP "start\n\n" "\n" t) +** Locate changes + +--- +*** By default, reverting the *Locate* buffer now just runs the last +`locate' command back over again without offering to update the locate +database (which normally only works if you have root privileges). If +you prefer the old behavior, set the new customizable option +`locate-update-when-revert' to t. + * Changes in Emacs 22.1 on non-free operating systems @@ -4803,12 +4822,6 @@ header line. +++ -*** New function `window-body-height'. - -This is like `window-height' but does not count the mode line -or the header line. - -+++ *** You can now make a window as short as one line. A window that is just one line tall does not display either a mode @@ -5256,6 +5269,12 @@ ** Face changes +++ +*** The variable `facemenu-unlisted-faces' has been removed. +Emacs has a lot more faces than in the past, and nearly all of them +needed to be excluded. The new variable `facemenu-listed-faces' lists +the faces to include in the face menu. + ++++ *** The new face attribute condition `min-colors' can be used to tailor the face color to the number of colors supported by a display, and define the foreground and background colors accordingly so that they