comparison etc/NEWS @ 45614:8f47aa4a587a

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sat, 01 Jun 2002 21:57:54 +0000
parents e9b72e7f6062
children 77cb605109fc
comparison
equal deleted inserted replaced
45613:b1f7bf23b76d 45614:8f47aa4a587a
290 290
291 ** Info-index finally offers completion. 291 ** Info-index finally offers completion.
292 292
293 ** shell-mode now supports programmable completion using `pcomplete'. 293 ** shell-mode now supports programmable completion using `pcomplete'.
294 294
295 ** Emacs now tries to set up buffer coding systems for XML files
296 automatically. This is accomplished using the general mechanism of a
297 new variable called `auto-coding-functions', which you may add to.
298
295 ** The new command `comint-input-previous-argument' in comint-derived 299 ** The new command `comint-input-previous-argument' in comint-derived
296 modes (shell-mode etc) inserts arguments from previous command lines, 300 modes (shell-mode etc) inserts arguments from previous command lines,
297 like bash's `ESC .' binding. It is bound by default to `C-c .', but 301 like bash's `ESC .' binding. It is bound by default to `C-c .', but
298 otherwise behaves quite similarly to the bash version. 302 otherwise behaves quite similarly to the bash version.
299 303
364 M-x font-lock-mode to toggle fontification. The variable 368 M-x font-lock-mode to toggle fontification. The variable
365 `Info-fontify' is no longer applicable; to disable fontification, 369 `Info-fontify' is no longer applicable; to disable fontification,
366 remove `turn-on-font-lock' from `Info-mode-hook'. 370 remove `turn-on-font-lock' from `Info-mode-hook'.
367 371
368 ** The Emacs Lisp byte-compiler now displays the actual line and 372 ** The Emacs Lisp byte-compiler now displays the actual line and
369 character position of errors. 373 character position of errors, where possible. Additionally, the form
374 of its warning and error messages have been brought more in line with
375 the output of other GNU tools.
370 376
371 ** M-x grep now tries to avoid appending `/dev/null' to the command line 377 ** M-x grep now tries to avoid appending `/dev/null' to the command line
372 by using GNU grep `-H' option instead. M-x grep will automatically 378 by using GNU grep `-H' option instead. M-x grep will automatically
373 detect whether this is possible or not the first time it is invoked. 379 detect whether this is possible or not the first time it is invoked.
374 When `-H' is used, the grep command line supplied by the user is passed 380 When `-H' is used, the grep command line supplied by the user is passed
599 When this option is enabled, SGML tags are inserted in XML style, 605 When this option is enabled, SGML tags are inserted in XML style,
600 i.e., there is always a closing tag. 606 i.e., there is always a closing tag.
601 When not customized, it becomes buffer-local when it can be inferred 607 When not customized, it becomes buffer-local when it can be inferred
602 from the file name or buffer contents. 608 from the file name or buffer contents.
603 609
610 ** `xml-mode' is now an alias for `smgl-mode', which has XML support.
611
604 ** New user option `isearch-resume-enabled'. 612 ** New user option `isearch-resume-enabled'.
605 This option can be disabled, to avoid the normal behaviour of isearch 613 This option can be disabled, to avoid the normal behaviour of isearch
606 which puts calls to `isearch-resume' in the command history. 614 which puts calls to `isearch-resume' in the command history.
607 615
608 --- 616 ---
609 ** When the *scratch* buffer is recreated, its mode is set from 617 ** When the *scratch* buffer is recreated, its mode is set from
610 initial-major-mode, which normally is lisp-interaction-mode, 618 initial-major-mode, which normally is lisp-interaction-mode,
611 instead of using default-major-mode. 619 instead of using default-major-mode.
612
613 ---
614 ** Byte compiler warning and error messages have been brought more
615 in line with the output of other GNU tools.
616 620
617 --- 621 ---
618 ** Lisp-mode now uses font-lock-doc-face for the docstrings. 622 ** Lisp-mode now uses font-lock-doc-face for the docstrings.
619 623
620 ** perl-mode has a new variable `perl-indent-continued-arguments'. 624 ** perl-mode has a new variable `perl-indent-continued-arguments'.
1276 ** New function `describe-buffer-bindings'. 1280 ** New function `describe-buffer-bindings'.
1277 1281
1278 ** New vars `exec-suffixes' and `load-suffixes' used when 1282 ** New vars `exec-suffixes' and `load-suffixes' used when
1279 searching for an executable resp. an elisp file. 1283 searching for an executable resp. an elisp file.
1280 1284
1281 ** Variable aliases have been implemented 1285 ** Variable aliases have been implemented:
1282 1286
1283 - Macro: defvaralias ALIAS-VAR BASE-VAR 1287 - Macro: defvaralias ALIAS-VAR BASE-VAR
1284 1288
1285 This defines the symbol ALIAS-VAR as a variable alias for symbol 1289 This defines the symbol ALIAS-VAR as a variable alias for symbol
1286 BASE-VAR. This means that retrieving the value of ALIAS-VAR returns 1290 BASE-VAR. This means that retrieving the value of ALIAS-VAR returns