diff options
| author | Colin Walters | 2002-06-01 21:57:54 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-06-01 21:57:54 +0000 |
| commit | cb8d4d07073f91dd7d2c849797e22921e0daa908 (patch) | |
| tree | 1eab07eb72d6a8a4c58a28b2da4402358456302c | |
| parent | bbbbb15b5cd93167b2ed901c0862d6ac24baebaf (diff) | |
| download | emacs-cb8d4d07073f91dd7d2c849797e22921e0daa908.tar.gz emacs-cb8d4d07073f91dd7d2c849797e22921e0daa908.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 10 insertions, 6 deletions
| @@ -292,6 +292,10 @@ screen size. (For now, this does not work with some window managers.) | |||
| 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 |
| @@ -366,7 +370,9 @@ M-x font-lock-mode to toggle fontification. The variable | |||
| 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 |
| @@ -601,6 +607,8 @@ 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. |
| @@ -611,10 +619,6 @@ initial-major-mode, which normally is lisp-interaction-mode, | |||
| 611 | instead of using default-major-mode. | 619 | instead of using default-major-mode. |
| 612 | 620 | ||
| 613 | --- | 621 | --- |
| 614 | ** Byte compiler warning and error messages have been brought more | ||
| 615 | in line with the output of other GNU tools. | ||
| 616 | |||
| 617 | --- | ||
| 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'. |
| @@ -1278,7 +1282,7 @@ accepts a float as UID parameter. | |||
| 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 | ||