aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-06-01 21:57:54 +0000
committerColin Walters2002-06-01 21:57:54 +0000
commitcb8d4d07073f91dd7d2c849797e22921e0daa908 (patch)
tree1eab07eb72d6a8a4c58a28b2da4402358456302c
parentbbbbb15b5cd93167b2ed901c0862d6ac24baebaf (diff)
downloademacs-cb8d4d07073f91dd7d2c849797e22921e0daa908.tar.gz
emacs-cb8d4d07073f91dd7d2c849797e22921e0daa908.zip
*** empty log message ***
-rw-r--r--etc/NEWS16
1 files changed, 10 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6bbb71f7479..33b42d4994a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
296automatically. This is accomplished using the general mechanism of a
297new 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
296modes (shell-mode etc) inserts arguments from previous command lines, 300modes (shell-mode etc) inserts arguments from previous command lines,
297like bash's `ESC .' binding. It is bound by default to `C-c .', but 301like 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
366remove `turn-on-font-lock' from `Info-mode-hook'. 370remove `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
369character position of errors. 373character position of errors, where possible. Additionally, the form
374of its warning and error messages have been brought more in line with
375the 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
372by using GNU grep `-H' option instead. M-x grep will automatically 378by using GNU grep `-H' option instead. M-x grep will automatically
@@ -601,6 +607,8 @@ i.e., there is always a closing tag.
601When not customized, it becomes buffer-local when it can be inferred 607When not customized, it becomes buffer-local when it can be inferred
602from the file name or buffer contents. 608from 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'.
605This option can be disabled, to avoid the normal behaviour of isearch 613This option can be disabled, to avoid the normal behaviour of isearch
606which puts calls to `isearch-resume' in the command history. 614which puts calls to `isearch-resume' in the command history.
@@ -611,10 +619,6 @@ initial-major-mode, which normally is lisp-interaction-mode,
611instead of using default-major-mode. 619instead of using default-major-mode.
612 620
613--- 621---
614** Byte compiler warning and error messages have been brought more
615in 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
1279searching for an executable resp. an elisp file. 1283searching 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