aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-06-11 22:33:52 +0000
committerKim F. Storm2002-06-11 22:33:52 +0000
commit21b6d966e98511dec3e720b1ca45749c23ec7895 (patch)
tree09761946a88b0d3913434fec81022a8fd02e3825
parent8143e6ab150e6eaa1ff982c4eaf85819f3dfc793 (diff)
downloademacs-21b6d966e98511dec3e720b1ca45749c23ec7895.tar.gz
emacs-21b6d966e98511dec3e720b1ca45749c23ec7895.zip
Added read-directory-name.
Added format-mode-line.
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 953d5da46c7..fb40e25868e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -835,6 +835,10 @@ variable is used by read-file-name-internal to filter the completion list.
835** The new variable `read-file-name-function' can be used by lisp code 835** The new variable `read-file-name-function' can be used by lisp code
836to override the internal read-file-name function. 836to override the internal read-file-name function.
837 837
838** The new function `read-directory-name' can be used instead of
839`read-file-name' to read a directory name; when used, completion
840will only show directories.
841
838** The New lisp library fringe.el controls the apperance of fringes. 842** The New lisp library fringe.el controls the apperance of fringes.
839 843
840** The `defmacro' form may contain declarations specifying how to 844** The `defmacro' form may contain declarations specifying how to
@@ -1114,6 +1118,11 @@ and the latter now controls scrolling down.
1114This is like window-height but does not count the mode line 1118This is like window-height but does not count the mode line
1115or the header line. 1119or the header line.
1116 1120
1121** New function format-mode-line.
1122
1123This returns the mode-line or header-line of the selected (or a
1124specified) window as a string without text properties.
1125
1117** New functions `lax-plist-get' and `lax-plist-put'. 1126** New functions `lax-plist-get' and `lax-plist-put'.
1118 1127
1119These functions are like `plist-get' and `plist-put' except that they 1128These functions are like `plist-get' and `plist-put' except that they