Mercurial > hg > xemacs-beta
comparison etc/OONEWS @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 5d2981eee77e |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
799 This package replaces the standard Emacs Lisp reader (implemented | 799 This package replaces the standard Emacs Lisp reader (implemented |
800 as a set of built-in Lisp function in C) by a flexible and | 800 as a set of built-in Lisp function in C) by a flexible and |
801 customizable Common Lisp like one (implemented entirely in Emacs | 801 customizable Common Lisp like one (implemented entirely in Emacs |
802 Lisp). During reading of Emacs Lisp source files, it is about 40% | 802 Lisp). During reading of Emacs Lisp source files, it is about 40% |
803 slower than the built-in reader, but there is no difference in | 803 slower than the built-in reader, but there is no difference in |
804 loading byte compiled files - they dont contain any syntactic sugar | 804 loading byte compiled files - they don't contain any syntactic sugar |
805 and are loaded with the built in subroutine `load'. | 805 and are loaded with the built in subroutine `load'. |
806 | 806 |
807 ** ediff - Compare and merge files with graphical difference display | 807 ** ediff - Compare and merge files with graphical difference display |
808 *** ediff/ediff.el | 808 *** ediff/ediff.el |
809 Commentary: | 809 Commentary: |
4566 whether a symbol begins with a colon. | 4566 whether a symbol begins with a colon. |
4567 | 4567 |
4568 `get', `put', and `remprop' have been generalized to allow you to set | 4568 `get', `put', and `remprop' have been generalized to allow you to set |
4569 and retrieve properties on many different kinds of objects: symbols, | 4569 and retrieve properties on many different kinds of objects: symbols, |
4570 strings, faces, glyphs, and extents (for extents, however, this is not | 4570 strings, faces, glyphs, and extents (for extents, however, this is not |
4571 yet implemented). They are joined by a new function `object-props' | 4571 yet implemented). They are joined by a new function `object-plist' |
4572 that returns all of the properties that have been set on an object. | 4572 that returns all of the properties that have been set on an object. |
4573 | 4573 |
4574 New functions `plists-eq' and `plists-equal' are provided for | 4574 New functions `plists-eq' and `plists-equal' are provided for |
4575 comparing property lists (a property list is an alternating list | 4575 comparing property lists (a property list is an alternating list |
4576 of keys and values). | 4576 of keys and values). |