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, 11 Nov 2004 23:27:34 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.51 emacs/etc/NEWS:1.690.2.52
*** emacs/etc/NEWS:1.690.2.51   Thu Nov  4 13:12:46 2004
--- emacs/etc/NEWS      Fri Nov 12 04:21:24 2004
***************
*** 98,108 ****
  
  * 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
--- 98,113 ----
  
  * Changes in Emacs 21.4
  
+ ** line-move-ignore-invisible now defaults to t.
+ 
+ ** In Outline mode, hide-body no longer hides lines at the top
+ of the file that precede the first header line.
+ 
  +++
  ** `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, based on the new var
! `magic-mode-alist'.
  
  +++
  ** New function `looking-back' checks whether a regular expression matches
***************
*** 931,943 ****
  
  ---
  ** The pop up menus for Lucid now stay up if you do a fast click and can
! be navigated with the arrow keys (like Gtk+ and W32).
  
  ---
! ** Dialogs for Lucid/Athena and Lesstif/Motif pops down when pressing ESC.
  
  +++
! ** The file selection dialog for Gtk+, W32 and Motif/Lesstif can be
  disabled by customizing the variable `use-file-dialog'.
  
  +++
--- 936,954 ----
  
  ---
  ** The pop up menus for Lucid now stay up if you do a fast click and can
! be navigated with the arrow keys (like Gtk+, Mac and W32).
  
  ---
! ** Dialogs for Lucid/Athena and Lesstif/Motif now pops down when pressing
! ESC, like they do for Gtk+, Mac and W32.
! 
! ---
! ** The menu item "Open File..." has been split into two items, "New File..."
! and "Open File...".  "Open File..." now opens only existing files.  This is
! to support existing GUI file selection dialogs better.
  
  +++
! ** The file selection dialog for Gtk+, Mac, W32 and Motif/Lesstif can be
  disabled by customizing the variable `use-file-dialog'.
  
  +++
***************
*** 2080,2085 ****
--- 2091,2103 ----
  
  * New modes and packages in Emacs 21.4
  
+ ** The new package conf-mode.el handles thousands of configuration files, with
+ varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
+ var : value, var value or keyword var value) and sections ([section] or
+ section { }).  Many files under /etc/, or with suffixes like .cf through
+ .config, .properties (Java), .desktop (KDE/Gnome), .ini and many others are
+ recognized.
+ 
  ** 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.
***************
*** 2318,2323 ****
--- 2336,2353 ----
  * Lisp Changes in Emacs 21.4
  
  +++
+ ** The new function syntax-after returns the syntax code
+ of the character after a specified buffer position, taking account
+ of text properties as well as the character code.
+ It returns the value compatibly with char-syntax, except
+ that the value can be a list (SYNTAX . MATCHER) which says
+ what the matching character is.
+ 
+ +++
+ ** The new primitive `get-internal-run-time' returns the processor
+ run time used by Emacs since start-up.
+ 
+ +++
  ** The new function `called-interactively-p' does what many people
  have mistakenly believed `interactively-p' did: it returns t if the
  calling function was called through `call-interactively'.




reply via email to

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