Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
49548:8b1c605f8c9b | 49549:99be3a1e2589 |
---|---|
55 | 55 |
56 This manual is now part of the standard distribution and is installed, | 56 This manual is now part of the standard distribution and is installed, |
57 together with the Emacs User Manual, into the Info directory. A menu | 57 together with the Emacs User Manual, into the Info directory. A menu |
58 item was added to the menu bar that makes it easy accessible | 58 item was added to the menu bar that makes it easy accessible |
59 (Help->More Manuals->Introduction to Emacs Lisp). | 59 (Help->More Manuals->Introduction to Emacs Lisp). |
60 | |
61 ** Support for Cygwin was added. | |
60 | 62 |
61 --- | 63 --- |
62 ** Support for AIX 5.1 was added. | 64 ** Support for AIX 5.1 was added. |
63 | 65 |
64 --- | 66 --- |
684 of `cursor-in-non-selected-windows' in the buffer that the cursor | 686 of `cursor-in-non-selected-windows' in the buffer that the cursor |
685 appears in. | 687 appears in. |
686 | 688 |
687 ** The variable `cursor-in-non-selected-windows' can now be set to any | 689 ** The variable `cursor-in-non-selected-windows' can now be set to any |
688 of the recognized cursor types. | 690 of the recognized cursor types. |
689 | 691 |
690 +++ | 692 +++ |
691 ** The default values of `tooltip-delay' and `tooltip-hide-delay' | 693 ** The default values of `tooltip-delay' and `tooltip-hide-delay' |
692 were changed. | 694 were changed. |
693 | 695 |
694 --- | 696 --- |
1187 won't produce a warning if it's not defined as a function, and in the | 1189 won't produce a warning if it's not defined as a function, and in the |
1188 second case, using `foo' as a variable won't produce a warning if it's | 1190 second case, using `foo' as a variable won't produce a warning if it's |
1189 unbound. The test must be in exactly one of the above forms (after | 1191 unbound. The test must be in exactly one of the above forms (after |
1190 macro expansion), but such tests may be nested. Note that `when' and | 1192 macro expansion), but such tests may be nested. Note that `when' and |
1191 `unless' expand to `if', but `cond' doesn't. | 1193 `unless' expand to `if', but `cond' doesn't. |
1192 | 1194 |
1193 ** New translation table `translation-table-for-input'. | 1195 ** New translation table `translation-table-for-input'. |
1194 | 1196 |
1195 +++ | 1197 +++ |
1196 ** `load-history' can now have elements of the form (t . FUNNAME), | 1198 ** `load-history' can now have elements of the form (t . FUNNAME), |
1197 which means FUNNAME was previously defined as an autoload (before the | 1199 which means FUNNAME was previously defined as an autoload (before the |
1306 find-file-not-found-hooks to find-file-not-found-functions, | 1308 find-file-not-found-hooks to find-file-not-found-functions, |
1307 write-file-hooks to write-file-functions, | 1309 write-file-hooks to write-file-functions, |
1308 write-contents-hooks to write-contents-functions. | 1310 write-contents-hooks to write-contents-functions. |
1309 Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook'). | 1311 Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook'). |
1310 | 1312 |
1311 ** The new variable `delete-frame-functions' replaces `delete-frame-hook'. | 1313 ** The new variable `delete-frame-functions' replaces `delete-frame-hook'. |
1312 It was renamed to follow the naming conventions for abnormal hooks. The old | 1314 It was renamed to follow the naming conventions for abnormal hooks. The old |
1313 name remains available as an alias, but has been marked obsolete. | 1315 name remains available as an alias, but has been marked obsolete. |
1314 | 1316 |
1315 ** The `read-file-name' function now takes an additional argument which | 1317 ** The `read-file-name' function now takes an additional argument which |
1316 specifies a predicate which the file name read must satify. The | 1318 specifies a predicate which the file name read must satify. The |
1531 yank-excluded-properties is not performed; instead FUNCTION is | 1533 yank-excluded-properties is not performed; instead FUNCTION is |
1532 responsible for removing those properties. This may be necessary | 1534 responsible for removing those properties. This may be necessary |
1533 if FUNCTION adjusts point before or after inserting the object. | 1535 if FUNCTION adjusts point before or after inserting the object. |
1534 If UNDO is present and non-nil, it is a function that will be called | 1536 If UNDO is present and non-nil, it is a function that will be called |
1535 by `yank-pop' to undo the insertion of the current object. It is | 1537 by `yank-pop' to undo the insertion of the current object. It is |
1536 called with two arguments, the start and end of the current region. | 1538 called with two arguments, the start and end of the current region. |
1537 FUNCTION may set `yank-undo-function' to override the UNDO value. | 1539 FUNCTION may set `yank-undo-function' to override the UNDO value. |
1538 | 1540 |
1539 *** The functions kill-new, kill-append, and kill-region now has an | 1541 *** The functions kill-new, kill-append, and kill-region now has an |
1540 optional third argument to specify the yank-handler text property | 1542 optional third argument to specify the yank-handler text property |
1541 to put on the killed text. | 1543 to put on the killed text. |
1571 | 1573 |
1572 *** Function signal-process now accepts a process object or process | 1574 *** Function signal-process now accepts a process object or process |
1573 name in addition to a process id to identify the signalled process. | 1575 name in addition to a process id to identify the signalled process. |
1574 | 1576 |
1575 *** Processes now have an associated property list where programs can | 1577 *** Processes now have an associated property list where programs can |
1576 maintain process state and other per-process related information. | 1578 maintain process state and other per-process related information. |
1577 | 1579 |
1578 The new functions process-get and process-put are used to access, add, | 1580 The new functions process-get and process-put are used to access, add, |
1579 and modify elements on this property list. | 1581 and modify elements on this property list. |
1580 | 1582 |
1581 The new low-level functions process-plist and set-process-plist are | 1583 The new low-level functions process-plist and set-process-plist are |