comparison etc/OONEWS @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
2401 lisp source files in various useful ways. To learn more, read the 2401 lisp source files in various useful ways. To learn more, read the
2402 source; if you're going to use this, you'd better be able to. 2402 source; if you're going to use this, you'd better be able to.
2403 *** utils/bench.el 2403 *** utils/bench.el
2404 Commentary: 2404 Commentary:
2405 2405
2406 Adapted from Shane Holder's bench.el by steve@xemacs.org. 2406 Adapted from Shane Holder's bench.el by steve@altair.xemacs.org.
2407 2407
2408 To run 2408 To run
2409 Extract the shar file in /tmp, or modify bench-lisp-file to 2409 Extract the shar file in /tmp, or modify bench-lisp-file to
2410 point to the gnus.el file. 2410 point to the gnus.el file.
2411 At the shell prompt emacs -q --no-site-file <= don't load users .emacs or site- 2411 At the shell prompt emacs -q --no-site-file <= don't load users .emacs or site-
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-plist' 4571 yet implemented). They are joined by a new function `object-props'
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).