/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.782 by fx, Thu Jan 30 14:19:26 2003 UTC revision 1.783 by lektu, Fri Jan 31 15:10:50 2003 UTC
# Line 58  together with the Emacs User Manual, int Line 58  together with the Emacs User Manual, int
58  item was added to the menu bar that makes it easy accessible  item was added to the menu bar that makes it easy accessible
59  (Help->More Manuals->Introduction to Emacs Lisp).  (Help->More Manuals->Introduction to Emacs Lisp).
60    
61    ** Support for Cygwin was added.
62    
63  ---  ---
64  ** Support for AIX 5.1 was added.  ** Support for AIX 5.1 was added.
65    
# Line 686  appears in. Line 688  appears in.
688    
689  ** The variable `cursor-in-non-selected-windows' can now be set to any  ** The variable `cursor-in-non-selected-windows' can now be set to any
690  of the recognized cursor types.  of the recognized cursor types.
691      
692  +++  +++
693  ** The default values of `tooltip-delay' and `tooltip-hide-delay'  ** The default values of `tooltip-delay' and `tooltip-hide-delay'
694  were changed.  were changed.
# Line 1189  second case, using `foo' as a variable w Line 1191  second case, using `foo' as a variable w
1191  unbound.  The test must be in exactly one of the above forms (after  unbound.  The test must be in exactly one of the above forms (after
1192  macro expansion), but such tests may be nested.  Note that `when' and  macro expansion), but such tests may be nested.  Note that `when' and
1193  `unless' expand to `if', but `cond' doesn't.  `unless' expand to `if', but `cond' doesn't.
1194      
1195  ** New translation table `translation-table-for-input'.  ** New translation table `translation-table-for-input'.
1196    
1197  +++  +++
# Line 1308  write-file-hooks to write-file-functions Line 1310  write-file-hooks to write-file-functions
1310  write-contents-hooks to write-contents-functions.  write-contents-hooks to write-contents-functions.
1311  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
1312    
1313  ** The new variable `delete-frame-functions' replaces `delete-frame-hook'.  ** The new variable `delete-frame-functions' replaces `delete-frame-hook'.
1314  It was renamed to follow the naming conventions for abnormal hooks.  The old  It was renamed to follow the naming conventions for abnormal hooks.  The old
1315  name remains available as an alias, but has been marked obsolete.  name remains available as an alias, but has been marked obsolete.
1316    
# Line 1533  responsible for removing those propertie Line 1535  responsible for removing those propertie
1535  if FUNCTION adjusts point before or after inserting the object.  if FUNCTION adjusts point before or after inserting the object.
1536    If UNDO is present and non-nil, it is a function that will be called    If UNDO is present and non-nil, it is a function that will be called
1537  by `yank-pop' to undo the insertion of the current object.  It is  by `yank-pop' to undo the insertion of the current object.  It is
1538  called with two arguments, the start and end of the current region.  called with two arguments, the start and end of the current region.
1539  FUNCTION may set `yank-undo-function' to override the UNDO value.  FUNCTION may set `yank-undo-function' to override the UNDO value.
1540    
1541  *** The functions kill-new, kill-append, and kill-region now has an  *** The functions kill-new, kill-append, and kill-region now has an
# Line 1573  supported, but new code should use the n Line 1575  supported, but new code should use the n
1575  name in addition to a process id to identify the signalled process.  name in addition to a process id to identify the signalled process.
1576    
1577  *** Processes now have an associated property list where programs can  *** Processes now have an associated property list where programs can
1578  maintain process state and other per-process related information.    maintain process state and other per-process related information.
1579    
1580  The new functions process-get and process-put are used to access, add,  The new functions process-get and process-put are used to access, add,
1581  and modify elements on this property list.  and modify elements on this property list.

Legend:
Removed from v.1.782  
changed lines
  Added in v.1.783

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26