Changeset 4131 for trunk/etc/NEWS
- Timestamp:
- 07/29/06 07:48:34 (2 years ago)
- Files:
-
- trunk/etc/NEWS (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4111 r4131 239 239 can do this either silently or asking for confirmation first, 240 240 according to the value of `save-abbrevs'. 241 242 +++ 243 ** If the environment variable EMAIL is defined, Emacs now uses its value 244 to compute the default value of `use-mail-address', in preference to 245 concatenation of `user-login-name' with the name of your host machine. 241 246 242 247 * Incompatible Editing Changes in Emacs 22.1 … … 3841 3846 `booleanp' returns non-nil iff OBJECT is a t or nil. 3842 3847 3848 +++ 3849 *** New hook `command-error-function'. 3850 3851 By setting this variable to a function, you can control 3852 how the editor command loop shows the user an error message. 3853 3843 3854 ** Lisp code indentation features: 3844 3855 … … 4399 4410 4400 4411 +++ 4412 *** The functions `read-event', `read-char', and `read-char-exclusive' 4413 have a new optional argument SECONDS. If non-nil, this specifies a 4414 maximum time to wait for input, in seconds. If no input arrives after 4415 this time elapses, the functions stop waiting and return nil. 4416 4417 +++ 4401 4418 *** An interactive specification can now use the code letter 'U' to get 4402 4419 the up-event that was discarded in case the last key sequence read for a … … 4607 4624 keymap alist to this list. 4608 4625 4626 *** The definition of a key-binding passed to define-key can use XEmacs-style 4627 key-sequences, such as [(control a)]. 4609 4628 ** Abbrev changes: 4610 4629
