comparison etc/NEWS @ 45757:3f48cd2eb90a lexbind-base

Added read-directory-name. Added format-mode-line.
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jun 2002 22:33:52 +0000
parents 75e9d527da2b
children d6822e2dafb3
comparison
equal deleted inserted replaced
45756:112aea59a277 45757:3f48cd2eb90a
833 variable is used by read-file-name-internal to filter the completion list. 833 variable is used by read-file-name-internal to filter the completion list.
834 834
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
836 to override the internal read-file-name function. 836 to 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
840 will 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
841 indent the macro in Lisp mode and how to debug it with Edebug. The 845 indent the macro in Lisp mode and how to debug it with Edebug. The
842 syntax of defmacro has been extended to 846 syntax of defmacro has been extended to
1111 +++ 1115 +++
1112 ** New function window-body-height. 1116 ** New function window-body-height.
1113 1117
1114 This is like window-height but does not count the mode line 1118 This is like window-height but does not count the mode line
1115 or the header line. 1119 or the header line.
1120
1121 ** New function format-mode-line.
1122
1123 This returns the mode-line or header-line of the selected (or a
1124 specified) window as a string without text properties.
1116 1125
1117 ** New functions `lax-plist-get' and `lax-plist-put'. 1126 ** New functions `lax-plist-get' and `lax-plist-put'.
1118 1127
1119 These functions are like `plist-get' and `plist-put' except that they 1128 These functions are like `plist-get' and `plist-put' except that they
1120 compare the property name using `equal' rather than `eq'. 1129 compare the property name using `equal' rather than `eq'.