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, 15 Sep 2004 05:23:27 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.14 emacs/etc/NEWS:1.841.2.15
*** emacs/etc/NEWS:1.841.2.14   Thu Sep  9 09:36:27 2004
--- emacs/etc/NEWS      Wed Sep 15 08:59:53 2004
***************
*** 692,697 ****
--- 692,699 ----
  'sql-sqlite'.
  
  ** BibTeX mode:
+ *** The new command bibtex-url browses a URL for the BibTeX entry at
+ point (bound to C-c C-l and mouse-2 on clickable fields).
  *** The new command bibtex-entry-update (bound to C-c C-u) updates
  an existing BibTeX entry.
  *** New `bibtex-entry-format' option `required-fields', enabled by default.
***************
*** 1247,1255 ****
  search string used as the string to replace.
  
  +++
! ** New user option `isearch-resume-enabled'.
! This option can be disabled, to avoid the normal behavior of isearch
! which puts calls to `isearch-resume' in the command history.
  
  +++
  ** New user option `history-delete-duplicates'.
--- 1249,1257 ----
  search string used as the string to replace.
  
  +++
! ** Isearch no longer adds `isearch-resume' commands to the command
! history by default.  To enable this feature, customize the new
! user option `isearch-resume-in-command-history'.
  
  +++
  ** New user option `history-delete-duplicates'.
***************
*** 1569,1597 ****
  **** The `::' qualifier triggers C++ parsing in C file.
  Previously, only the `template' and `class' keywords had this effect.
  
  **** In Perl, packages are tags.
  Subroutine tags are named from their package.  You can jump to sub tags
  as you did before, by the sub name, or additionally by looking for
  package::sub.
  
  **** New language PHP.
  Tags are functions, classes and defines.
  If the --members option is specified to etags, tags are vars also.
  
- **** New language HTML.
- Title and h1, h2, h3 are tagged.  Also, tags are generated when name= is
- used inside an anchor and whenever id= is used.
- 
  **** New default keywords for TeX.
  The new keywords are def, newcommand, renewcommand, newenvironment and
  renewenvironment.
  
- **** In Makefiles, constants are tagged.
- If you want the old behavior instead, thus avoiding to increase the
- size of the tags file, use the --no-globals option.
- 
- **** In Prolog, etags creates tags for rules in addition to predicates.
- 
  *** Honour #line directives.
  When Etags parses an input file that contains C preprocessor's #line
  directives, it creates tags using the file name and line number
--- 1571,1601 ----
  **** The `::' qualifier triggers C++ parsing in C file.
  Previously, only the `template' and `class' keywords had this effect.
  
+ **** New language HTML.
+ Title and h1, h2, h3 are tagged.  Also, tags are generated when name= is
+ used inside an anchor and whenever id= is used.
+ 
+ **** In Makefiles, constants are tagged.
+ If you want the old behavior instead, thus avoiding to increase the
+ size of the tags file, use the --no-globals option.
+ 
+ **** In Lua, all functions are tagged.
+ 
  **** In Perl, packages are tags.
  Subroutine tags are named from their package.  You can jump to sub tags
  as you did before, by the sub name, or additionally by looking for
  package::sub.
  
+ **** In Prolog, etags creates tags for rules in addition to predicates.
+ 
  **** New language PHP.
  Tags are functions, classes and defines.
  If the --members option is specified to etags, tags are vars also.
  
  **** New default keywords for TeX.
  The new keywords are def, newcommand, renewcommand, newenvironment and
  renewenvironment.
  
  *** Honour #line directives.
  When Etags parses an input file that contains C preprocessor's #line
  directives, it creates tags using the file name and line number
***************
*** 1602,1608 ****
  *** New option --parse-stdin=FILE.
  This option is mostly useful when calling etags from programs.  It can
  be used (only once) in place of a file name on the command line.  Etags
! reads from standard input and mark the produced tags as belonging to
  the file FILE.
  
  +++
--- 1606,1612 ----
  *** New option --parse-stdin=FILE.
  This option is mostly useful when calling etags from programs.  It can
  be used (only once) in place of a file name on the command line.  Etags
! reads from standard input and marks the produced tags as belonging to
  the file FILE.
  
  +++
***************
*** 2075,2080 ****
--- 2079,2088 ----
  
  * New modes and packages in Emacs 21.4
  
+ ** 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.
+ 
  ** The new package flymake.el does on-the-fly syntax checking of program
  source files.  See the Flymake's Info manual for more details.
  




reply via email to

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