comparison etc/NEWS @ 39849:10b9480202e8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 21:21:17 +0000
parents d74cde9e5e55
children fba70cf81a87
comparison
equal deleted inserted replaced
39848:c5544bd5437d 39849:10b9480202e8
12 in line with the output of other GNU tools. 12 in line with the output of other GNU tools.
13 13
14 ** Lisp-mode now uses font-lock-docstring-face for the docstrings. 14 ** Lisp-mode now uses font-lock-docstring-face for the docstrings.
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
18 ** `special-display-buffer-names' and `special-display-regexps' now
19 understand two new boolean pseudo-frame-parameters `same-frame' and
20 `same-window'.
17 21
18 ** When pure storage overflows while dumping, Emacs now prints how 22 ** When pure storage overflows while dumping, Emacs now prints how
19 much pure storage it will approximately need. 23 much pure storage it will approximately need.
20 24
21 ** M-x setenv now expands environment variables of the form `$foo' and 25 ** M-x setenv now expands environment variables of the form `$foo' and
69 ** `define-key-after' now accepts keys longer than 1. 73 ** `define-key-after' now accepts keys longer than 1.
70 74
71 ** `define-derived-mode' now accept nil as the parent. 75 ** `define-derived-mode' now accept nil as the parent.
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.
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
84 searching for an executable resp. an elisp file.
74 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
78 89