comparison etc/NEWS @ 90046:b637c617432f

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-693 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-695 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-697 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-702 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-704 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-708 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-73 Merge from emacs--cvs-trunk--0
author Miles Bader <miles@gnu.org>
date Fri, 19 Nov 2004 06:55:13 +0000
parents cb7f41387eb3 b9d98918e0ac
children f2ebccfa87d4
comparison
equal deleted inserted replaced
90045:dfd72aa2c4e2 90046:b637c617432f
2407 2407
2408 ** `cfengine-mode' is a major mode for editing GNU Cfengine 2408 ** `cfengine-mode' is a major mode for editing GNU Cfengine
2409 configuration files. 2409 configuration files.
2410 2410
2411 * Lisp Changes in Emacs 21.4 2411 * Lisp Changes in Emacs 21.4
2412
2413 ---
2414 ** list-buffers-noselect now takes an additional argument, BUFFER-LIST.
2415 If it is non-nil, it specifies which buffers to list.
2416
2417 ---
2418 ** set-buffer-file-coding-system now takes an additional argument,
2419 NOMODIFY. If it is non-nil, it means don't mark the buffer modified.
2412 2420
2413 +++ 2421 +++
2414 ** The new function syntax-after returns the syntax code 2422 ** The new function syntax-after returns the syntax code
2415 of the character after a specified buffer position, taking account 2423 of the character after a specified buffer position, taking account
2416 of text properties as well as the character code. 2424 of text properties as well as the character code.
3711 +++ 3719 +++
3712 ** New function format-mode-line. 3720 ** New function format-mode-line.
3713 3721
3714 This returns the mode-line or header-line of the selected (or a 3722 This returns the mode-line or header-line of the selected (or a
3715 specified) window as a string with or without text properties. 3723 specified) window as a string with or without text properties.
3724
3725 +++
3726 ** New function safe-plist-get.
3727
3728 This function is like plist-get, but never signals an error for
3729 a malformed property list.
3716 3730
3717 +++ 3731 +++
3718 ** New functions `lax-plist-get' and `lax-plist-put'. 3732 ** New functions `lax-plist-get' and `lax-plist-put'.
3719 3733
3720 These functions are like `plist-get' and `plist-put' except that they 3734 These functions are like `plist-get' and `plist-put' except that they