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: Thu, 28 Oct 2004 22:10:45 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.49 emacs/etc/NEWS:1.690.2.50
*** emacs/etc/NEWS:1.690.2.49   Mon Oct 25 04:22:28 2004
--- emacs/etc/NEWS      Fri Oct 29 02:05:13 2004
***************
*** 99,104 ****
--- 99,110 ----
  * 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.
***************
*** 864,869 ****
--- 870,878 ----
  one-dimensional internal charsets, specifically the ISO-8859 ones.
  The utf-16 coding system is affected similarly.
  
+ ** New variable `utf-translate-cjk-unicode-range' controls which
+ Unicode characters to translate in `utf-translate-cjk-mode'.
+ 
  ** iso-10646-1 (`Unicode') fonts can be used to display any range of
  characters encodable by the utf-8 coding system.  Just specify the
  fontset appropriately.
***************
*** 2289,2294 ****
--- 2298,2308 ----
  
  * 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.
  
***************
*** 3092,3102 ****
  and scroll-bar settings if non-nil.
  
  +++
! ** Renamed file hooks to follow the convention:
  find-file-hooks to find-file-hook,
  find-file-not-found-hooks to find-file-not-found-functions,
  write-file-hooks to write-file-functions,
! write-contents-hooks to write-contents-functions.
  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
  
  +++
--- 3106,3118 ----
  and scroll-bar settings if non-nil.
  
  +++
! ** Renamed hooks to better follow the naming convention:
  find-file-hooks to find-file-hook,
  find-file-not-found-hooks to find-file-not-found-functions,
  write-file-hooks to write-file-functions,
! write-contents-hooks to write-contents-functions,
! x-lost-selection-hooks to x-lost-selection-functions,
! x-sent-selection-hooks to x-sent-selection-functions.
  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
  
  +++




reply via email to

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