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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [emacs-unicode-2]
Date: Wed, 27 Oct 2004 01:47:20 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.20 emacs/etc/NEWS:1.841.2.21
*** emacs/etc/NEWS:1.841.2.20   Thu Oct 14 08:49:58 2004
--- emacs/etc/NEWS      Wed Oct 27 05:42:03 2004
***************
*** 174,179 ****
--- 174,185 ----
  * Changes in Emacs 21.4
  
  +++
+ ** `set-auto-mode' now gives the interpreter magic line (if present)
+ precedence over the file name.  Likewise an <?xml or <!DOCTYPE declaration
+ will give the buffer XML or SGML mode, unless the file name leads to a mode in
+ `xml-based-modes'.
+ 
+ +++
  ** New function `looking-back' checks whether a regular expression matches
  the text before point.  Specifying the LIMIT argument bounds how far
  back the match can start; this is a way to keep it from taking too long.
***************
*** 2127,2132 ****
--- 2133,2140 ----
  
  * New modes and packages in Emacs 21.4
  
+ ** The new package password.el provide a password cache and expiring 
mechanism.
+ 
  ** The new package dns-mode.el add syntax highlight of DNS master files.
  The key binding C-c C-s (`dns-mode-soa-increment-serial') can be used
  to increment the SOA serial.
***************
*** 2363,2368 ****
--- 2371,2384 ----
  * Lisp Changes in Emacs 21.4
  
  +++
+ ** An interactive specification may now use the code letter 'U' to get
+ the up-event that was discarded in case the last key sequence read for a
+ previous 'k' or 'K' argument was a down-event; otherwise nil is used.
+ 
+ ** Function `translate-region' accepts also a char-table as TABLE
+ argument.
+ 
+ +++
  ** Major mode functions now run the new normal hook
  `after-change-major-mode-hook', at their very end, after the mode hooks.
  
***************
*** 3578,3583 ****
--- 3594,3604 ----
  +++
  ** New function `call-process-shell-command'.
  
+ ** New function `process-file'.
+ 
+ This is similar to `call-process', but obeys file handlers.  The file
+ handler is chosen based on default-directory.
+ 
  ---
  ** The dummy function keys made by easymenu
  are now always lower case.  If you specify the




reply via email to

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