aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2001-10-12 21:21:17 +0000
committerStefan Monnier2001-10-12 21:21:17 +0000
commit026f408dc81a8cbfa78916b5757252d966730d8a (patch)
treea2cfb6729c7b010e49915a60294240981e18e897 /etc
parentbe5fc59bde20008088764f072b71e36dd616cfd8 (diff)
downloademacs-026f408dc81a8cbfa78916b5757252d966730d8a.tar.gz
emacs-026f408dc81a8cbfa78916b5757252d966730d8a.zip
*** 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.
15 15
16** perl-mode has a new variable `perl-indent-continued-arguments'. 16** perl-mode has a new variable `perl-indent-continued-arguments'.
17 17
18** `special-display-buffer-names' and `special-display-regexps' now
19understand two new boolean pseudo-frame-parameters `same-frame' and
20`same-window'.
21
18** When pure storage overflows while dumping, Emacs now prints how 22** When pure storage overflows while dumping, Emacs now prints how
19much pure storage it will approximately need. 23much pure storage it will approximately need.
20 24
@@ -72,6 +76,13 @@ accepts a float as UID parameter.
72 76
73** The local variable `no-byte-compile' in elisp files is now obeyed. 77** The local variable `no-byte-compile' in elisp files is now obeyed.
74 78
79** New functions `keymap-prompt' and `current-active-maps'.
80
81** New function `describe-buffer-bindings'.
82
83** New vars `exec-suffixes' and `load-suffixes' used when
84searching for an executable resp. an elisp file.
85
75** Variable aliases have been implemented 86** Variable aliases have been implemented
76 87
77- Macro: defvaralias ALIAS-VAR BASE-VAR 88- Macro: defvaralias ALIAS-VAR BASE-VAR