Mercurial > emacs
comparison etc/NEWS @ 97594:4ccedc648995
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 21 Aug 2008 05:48:32 +0000 |
parents | f6261a5c241f |
children | 6e46e4dadd74 |
comparison
equal
deleted
inserted
replaced
97593:f6261a5c241f | 97594:4ccedc648995 |
---|---|
1208 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. | 1208 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. |
1209 IDENTIFICATION specifies which part of the remote identifier has to be | 1209 IDENTIFICATION specifies which part of the remote identifier has to be |
1210 returned. With CONNECTED passed non-nil, it is checked whether a | 1210 returned. With CONNECTED passed non-nil, it is checked whether a |
1211 remote connection has been established already. | 1211 remote connection has been established already. |
1212 | 1212 |
1213 +++ | |
1213 ** The new macro `declare-function' suppresses compiler warnings about | 1214 ** The new macro `declare-function' suppresses compiler warnings about |
1214 undefined functions. | 1215 undefined functions. |
1215 | 1216 |
1216 ** Changes to interactive function handling | 1217 ** Changes to interactive function handling |
1217 | 1218 |
1633 | 1634 |
1634 * New Packages for Lisp Programming in Emacs 23.1 | 1635 * New Packages for Lisp Programming in Emacs 23.1 |
1635 | 1636 |
1636 ** The new package avl-tree.el deals with the AVL tree data structure. | 1637 ** The new package avl-tree.el deals with the AVL tree data structure. |
1637 | 1638 |
1639 +++ | |
1638 ** The new package check-declare.el verifies the accuracy of | 1640 ** The new package check-declare.el verifies the accuracy of |
1639 declare-function macros (see Lisp Changes, above). | 1641 declare-function macros (see Lisp Changes, above). |
1640 | 1642 |
1641 ** find-cmd.el can build `find' commands using lisp syntax. | 1643 ** find-cmd.el can build `find' commands using lisp syntax. |
1642 | 1644 |