Changeset 4111 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/NEWS

    r4098 r4111  
    2323  
    2424* Installation Changes in Emacs 22.1 
     25 
     26--- 
     27** Emacs comes with a new set of icons. 
     28These icons are displayed on the taskbar and/or titlebar when Emacs 
     29runs in a graphical environment.  Source files for these icons can be 
     30found in etc/images/icons.  (You can't change the icons displayed by 
     31Emacs by changing these files directly.  On X, the icon is compiled 
     32into the Emacs executable; see gnu.h in the source tree.  On MS 
     33Windows, see nt/icons/emacs.ico.) 
    2534 
    2635--- 
     
    137146--- 
    138147** Emacs Lisp source files are compressed by default if `gzip' is available. 
     148 
     149--- 
     150** All images used in Emacs have been consolidated in etc/images and subdirs. 
     151See also the changes to `find-image', documented below. 
    139152 
    140153  
     
    438451 
    439452C-h d runs apropos-documentation. 
     453 
     454C-h r visits the Emacs Manual in Info. 
    440455 
    441456C-h followed by a control character is used for displaying files 
     
    19972012   - refuse to create "containment discontinuities", where a 
    19982013     topic is shifted deeper than the offspring-depth of its' container 
     2014   - auto-fill-mode is now left inactive when allout-mode starts, if it 
     2015     already was inactive.  also, `allout-inhibit-auto-fill' custom 
     2016     configuration variable makes it easy to disable auto fill in allout 
     2017     outlines in general or on a per-buffer basis. 
     2018   - new hook `allout-mode-deactivate-hook', for coordinating with 
     2019     deactivation of allout-mode. 
    19992020   - bulleting variation is simpler and more accommodating, both in the 
    20002021     default behavior and in ability to vary when creating new topics 
    2001    - many internal fixes and refinements 
    2002    - many module and function docstring clarifications 
     2022   - mode deactivation now does cleans up effectively, more properly 
     2023     restoring affected variables and hooks to former state, removing 
     2024     overlays, etc. 
     2025   - included a few unit-tests for interior functionality.  developers can 
     2026     have them automatically run at the end of module load by customizing 
     2027     the option `allout-run-unit-tests-on-load'. 
     2028   - many, many minor tweaks and fixes.  many internal fixes and 
     2029     refinements of docstrings. 
    20032030   - version number incremented to 2.2 
    20042031 
     
    30353062renewenvironment. 
    30363063 
     3064**** In C and derived languages, etags creates tags for #undef 
     3065 
    30373066*** Honor #line directives. 
    30383067 
     
    31493178** MH-E changes. 
    31503179 
    3151 Upgraded to MH-E version 8.0.1.  There have been major changes since 
     3180Upgraded to MH-E version 8.0.2.  There have been major changes since 
    31523181version 5.0.2; see MH-E-NEWS for details. 
    31533182 
     
    34953524(ewoc-create 'PP "start\n\n" "\n" t) 
    34963525 
     3526** Locate changes 
     3527 
     3528--- 
     3529*** By default, reverting the *Locate* buffer now just runs the last 
     3530`locate' command back over again without offering to update the locate 
     3531database (which normally only works if you have root privileges).  If 
     3532you prefer the old behavior, set the new customizable option 
     3533`locate-update-when-revert' to t. 
     3534 
    34973535  
    34983536* Changes in Emacs 22.1 on non-free operating systems 
     
    36463684there is no longer a shortage of memory. 
    36473685 
     3686** When Emacs receives a USR1 or USR2 signal, this generates 
     3687an input event: usr1-signal or usr2-signal. 
    36483688  
    36493689* Lisp Changes in Emacs 22.1 
     
    44794519(kbd "C-x C-f") => "\^x\^f" 
    44804520 
     4521Actually, this format has existed since Emacs 20.1. 
     4522 
    44814523*** Interactive commands can be remapped through keymaps. 
    44824524 
     
    48754917 
    48764918+++ 
    4877 *** `sit-for' called with a negative SECONDS value now forces an 
    4878 immediate redisplay even if input is pending. 
     4919*** Iconifying or deiconifying a frame no longer makes sit-for return. 
     4920 
     4921+++ 
     4922*** New function `redisplay' causes an immediate redisplay if no input is 
     4923available, equivalent to (sit-for 0).  The call (redisplay t) forces 
     4924an immediate redisplay even if input is pending. 
    48794925 
    48804926+++ 
     
    51715217 
    51725218** Face changes 
     5219 
     5220+++ 
     5221*** The variable `facemenu-unlisted-faces' has been removed. 
     5222Emacs has a lot more faces than in the past, and nearly all of them 
     5223needed to be excluded.  The new variable `facemenu-listed-faces' lists 
     5224the faces to include in the face menu. 
    51735225 
    51745226+++