summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-10-12 21:21:17 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-10-12 21:21:17 +0000
commit026f408dc81a8cbfa78916b5757252d966730d8a (patch)
treea2cfb6729c7b010e49915a60294240981e18e897 /etc
parentbe5fc59bde20008088764f072b71e36dd616cfd8 (diff)
downloademacs-026f408dc81a8cbfa78916b5757252d966730d8a.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b720c2bfc67..b00cf122f7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,6 +15,10 @@ in line with the output of other GNU tools.
** perl-mode has a new variable `perl-indent-continued-arguments'.
+** `special-display-buffer-names' and `special-display-regexps' now
+understand two new boolean pseudo-frame-parameters `same-frame' and
+`same-window'.
+
** When pure storage overflows while dumping, Emacs now prints how
much pure storage it will approximately need.
@@ -72,6 +76,13 @@ accepts a float as UID parameter.
** The local variable `no-byte-compile' in elisp files is now obeyed.
+** New functions `keymap-prompt' and `current-active-maps'.
+
+** New function `describe-buffer-bindings'.
+
+** New vars `exec-suffixes' and `load-suffixes' used when
+searching for an executable resp. an elisp file.
+
** Variable aliases have been implemented
- Macro: defvaralias ALIAS-VAR BASE-VAR