emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sat, 01 Jun 2002 17:57:55 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.680 emacs/etc/NEWS:1.681
*** emacs/etc/NEWS:1.680        Sat Jun  1 13:49:22 2002
--- emacs/etc/NEWS      Sat Jun  1 17:57:54 2002
***************
*** 292,297 ****
--- 292,301 ----
  
  ** shell-mode now supports programmable completion using `pcomplete'.
  
+ ** Emacs now tries to set up buffer coding systems for XML files
+ automatically.  This is accomplished using the general mechanism of a
+ new variable called `auto-coding-functions', which you may add to.
+ 
  ** The new command `comint-input-previous-argument' in comint-derived
  modes (shell-mode etc) inserts arguments from previous command lines,
  like bash's `ESC .' binding.  It is bound by default to `C-c .', but
***************
*** 366,372 ****
  remove `turn-on-font-lock' from `Info-mode-hook'.
  
  ** The Emacs Lisp byte-compiler now displays the actual line and
! character position of errors.
  
  ** M-x grep now tries to avoid appending `/dev/null' to the command line
  by using GNU grep `-H' option instead.  M-x grep will automatically
--- 370,378 ----
  remove `turn-on-font-lock' from `Info-mode-hook'.
  
  ** The Emacs Lisp byte-compiler now displays the actual line and
! character position of errors, where possible.  Additionally, the form
! of its warning and error messages have been brought more in line with
! the output of other GNU tools.
  
  ** M-x grep now tries to avoid appending `/dev/null' to the command line
  by using GNU grep `-H' option instead.  M-x grep will automatically
***************
*** 601,606 ****
--- 607,614 ----
  When not customized, it becomes buffer-local when it can be inferred
  from the file name or buffer contents.
  
+ ** `xml-mode' is now an alias for `smgl-mode', which has XML support.
+ 
  ** New user option `isearch-resume-enabled'.
  This option can be disabled, to avoid the normal behaviour of isearch
  which puts calls to `isearch-resume' in the command history.
***************
*** 611,620 ****
  instead of using default-major-mode.
  
  ---
- ** Byte compiler warning and error messages have been brought more
- in line with the output of other GNU tools.
- 
- ---
  ** Lisp-mode now uses font-lock-doc-face for the docstrings.
  
  ** perl-mode has a new variable `perl-indent-continued-arguments'.
--- 619,624 ----
***************
*** 1278,1284 ****
  ** New vars `exec-suffixes' and `load-suffixes' used when
  searching for an executable resp. an elisp file.
  
! ** Variable aliases have been implemented
  
  - Macro: defvaralias ALIAS-VAR BASE-VAR
  
--- 1282,1288 ----
  ** New vars `exec-suffixes' and `load-suffixes' used when
  searching for an executable resp. an elisp file.
  
! ** Variable aliases have been implemented:
  
  - Macro: defvaralias ALIAS-VAR BASE-VAR
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]