[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Fri, 31 Jan 2003 10:10:50 -0500 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.782 emacs/etc/NEWS:1.783
*** emacs/etc/NEWS:1.782 Thu Jan 30 09:19:26 2003
--- emacs/etc/NEWS Fri Jan 31 10:10:50 2003
***************
*** 58,63 ****
--- 58,65 ----
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,692 ****
** 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.
--- 688,694 ----
** 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,1195 ****
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'.
+++
--- 1191,1197 ----
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,1314 ****
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'.
It was renamed to follow the naming conventions for abnormal hooks. The old
name remains available as an alias, but has been marked obsolete.
--- 1310,1316 ----
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'.
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,1539 ****
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.
FUNCTION may set `yank-undo-function' to override the UNDO value.
*** The functions kill-new, kill-append, and kill-region now has an
--- 1535,1541 ----
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.
FUNCTION may set `yank-undo-function' to override the UNDO value.
*** The functions kill-new, kill-append, and kill-region now has an
***************
*** 1573,1579 ****
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.
The new functions process-get and process-put are used to access, add,
and modify elements on this property list.
--- 1575,1581 ----
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.
The new functions process-get and process-put are used to access, add,
and modify elements on this property list.
- [Emacs-diffs] Changes to emacs/etc/NEWS, (continued)
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kenichi Handa, 2003/01/21
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kenichi Handa, 2003/01/21
- [Emacs-diffs] Changes to emacs/etc/NEWS, Jason Rumney, 2003/01/25
- [Emacs-diffs] Changes to emacs/etc/NEWS, Jason Rumney, 2003/01/25
- [Emacs-diffs] Changes to emacs/etc/NEWS, Eli Zaretskii, 2003/01/26
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2003/01/26
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/01/27
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2003/01/29
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2003/01/29
- [Emacs-diffs] Changes to emacs/etc/NEWS, Dave Love, 2003/01/30
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Juanma Barranquero <=