# HG changeset patch # User Kim F. Storm # Date 1023834832 0 # Node ID 3f48cd2eb90a0cdc4a4a7e48d934e83c90ed345e # Parent 112aea59a2774461181ea966e36b91fcf817983e Added read-directory-name. Added format-mode-line. diff -r 112aea59a277 -r 3f48cd2eb90a etc/NEWS --- a/etc/NEWS Tue Jun 11 22:27:11 2002 +0000 +++ b/etc/NEWS Tue Jun 11 22:33:52 2002 +0000 @@ -835,6 +835,10 @@ ** The new variable `read-file-name-function' can be used by lisp code to override the internal read-file-name function. +** The new function `read-directory-name' can be used instead of +`read-file-name' to read a directory name; when used, completion +will only show directories. + ** The New lisp library fringe.el controls the apperance of fringes. ** The `defmacro' form may contain declarations specifying how to @@ -1114,6 +1118,11 @@ This is like window-height but does not count the mode line or the header line. +** New function format-mode-line. + +This returns the mode-line or header-line of the selected (or a +specified) window as a string without text properties. + ** New functions `lax-plist-get' and `lax-plist-put'. These functions are like `plist-get' and `plist-put' except that they