diff etc/NEWS @ 49549:99be3a1e2589

Cygwin support patch.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 31 Jan 2003 15:24:20 +0000
parents 4746ab25c458
children ca56eac8c658
line wrap: on
line diff
--- a/etc/NEWS	Fri Jan 31 15:05:24 2003 +0000
+++ b/etc/NEWS	Fri Jan 31 15:24:20 2003 +0000
@@ -58,6 +58,8 @@
 item was added to the menu bar that makes it easy accessible
 (Help->More Manuals->Introduction to Emacs Lisp).
 
+** Support for Cygwin was added.
+
 ---
 ** Support for AIX 5.1 was added.
 
@@ -686,7 +688,7 @@
 
 ** The variable `cursor-in-non-selected-windows' can now be set to any
 of the recognized cursor types.
-  
+
 +++
 ** The default values of `tooltip-delay' and `tooltip-hide-delay'
 were changed.
@@ -1189,7 +1191,7 @@
 unbound.  The test must be in exactly one of the above forms (after
 macro expansion), but such tests may be nested.  Note that `when' and
 `unless' expand to `if', but `cond' doesn't.
-  
+
 ** New translation table `translation-table-for-input'.
 
 +++
@@ -1308,7 +1310,7 @@
 write-contents-hooks to write-contents-functions.
 Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
 
-** The new variable `delete-frame-functions' replaces `delete-frame-hook'. 
+** The new variable `delete-frame-functions' replaces `delete-frame-hook'.
 It was renamed to follow the naming conventions for abnormal hooks.  The old
 name remains available as an alias, but has been marked obsolete.
 
@@ -1533,7 +1535,7 @@
 if FUNCTION adjusts point before or after inserting the object.
   If UNDO is present and non-nil, it is a function that will be called
 by `yank-pop' to undo the insertion of the current object.  It is
-called with two arguments, the start and end of the current region. 
+called with two arguments, the start and end of the current region.
 FUNCTION may set `yank-undo-function' to override the UNDO value.
 
 *** The functions kill-new, kill-append, and kill-region now has an
@@ -1573,7 +1575,7 @@
 name in addition to a process id to identify the signalled process.
 
 *** Processes now have an associated property list where programs can
-maintain process state and other per-process related information.  
+maintain process state and other per-process related information.
 
 The new functions process-get and process-put are used to access, add,
 and modify elements on this property list.