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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]
Date: Mon, 25 Oct 2004 00:41:52 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.48 emacs/etc/NEWS:1.690.2.49
*** emacs/etc/NEWS:1.690.2.48   Mon Oct 25 04:19:38 2004
--- emacs/etc/NEWS      Mon Oct 25 04:22:28 2004
***************
*** 2052,2057 ****
--- 2052,2059 ----
  
  * 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.
***************
*** 2287,2292 ****
--- 2289,2297 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** 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.
***************
*** 3503,3508 ****
--- 3508,3518 ----
  +++
  ** 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]