Changeset 4131 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
07/29/06 07:48:34 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4111 r4131  
    239239can do this either silently or asking for confirmation first, 
    240240according to the value of `save-abbrevs'. 
     241 
     242+++ 
     243** If the environment variable EMAIL is defined, Emacs now uses its value 
     244to compute the default value of `use-mail-address', in preference to 
     245concatenation of `user-login-name' with the name of your host machine. 
    241246  
    242247* Incompatible Editing Changes in Emacs 22.1 
     
    38413846`booleanp' returns non-nil iff OBJECT is a t or nil. 
    38423847 
     3848+++ 
     3849*** New hook `command-error-function'. 
     3850 
     3851By setting this variable to a function, you can control 
     3852how the editor command loop shows the user an error message. 
     3853 
    38433854** Lisp code indentation features: 
    38443855 
     
    43994410 
    44004411+++ 
     4412*** The functions `read-event', `read-char', and `read-char-exclusive' 
     4413have a new optional argument SECONDS.  If non-nil, this specifies a 
     4414maximum time to wait for input, in seconds.  If no input arrives after 
     4415this time elapses, the functions stop waiting and return nil. 
     4416 
     4417+++ 
    44014418*** An interactive specification can now use the code letter 'U' to get 
    44024419the up-event that was discarded in case the last key sequence read for a 
     
    46074624keymap alist to this list. 
    46084625 
     4626*** The definition of a key-binding passed to define-key can use XEmacs-style 
     4627key-sequences, such as [(control a)]. 
    46094628** Abbrev changes: 
    46104629