]> git.eshelyaron.com Git - emacs.git/commitdiff
Added read-directory-name.
authorKim F. Storm <storm@cua.dk>
Tue, 11 Jun 2002 22:33:52 +0000 (22:33 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 11 Jun 2002 22:33:52 +0000 (22:33 +0000)
Added format-mode-line.

etc/NEWS

index 953d5da46c7f916fa3f808a327e62b6ef1cb78f4..fb40e25868efa0e49c374c2d901981f8f90f45b7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -835,6 +835,10 @@ variable is used by read-file-name-internal to filter the completion list.
 ** 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 @@ and the latter now controls scrolling down.
 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