]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sat, 23 Jun 2007 22:09:20 +0000 (22:09 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sat, 23 Jun 2007 22:09:20 +0000 (22:09 +0000)
etc/NEWS
lisp/ChangeLog

index 84a43248a6902bd2f8b4210983f951769ef59e1f..8c01002f9401d269fb6a3b5e507fd4ba4ca32ef6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,16 @@ considered for update.
 
 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
 
+** BibTeX mode:
+
+*** New `bibtex-entry-format' options `whitespace', `braces', and
+`string', disabled by default.
+
+*** New variable `bibtex-cite-matcher-alist' contains rules to
+identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
+
+*** Command `bibtex-url' now allows multiple URLs per entry.
+
 \f
 * Changes in Emacs 23.1 on non-free operating systems
 
index 75e593c1e956ba9b4270881772ab828bb9cdf4f5..b809757a9dedeefa1cf2ecd54c36d6ecbf72391b 100644 (file)
@@ -1,3 +1,25 @@
+2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-entry-format): New options
+       `whitespace', `braces', and `string'.
+       (bibtex-field-braces-alist, bibtex-field-strings-alist)
+       (bibtex-field-braces-opt, bibtex-field-strings-opt)
+       (bibtex-cite-matcher-alist): New variables.
+       (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
+       (bibtex-flash-head): Use blink-matching-delay.
+       (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
+       (bibtex-format-entry, bibtex-reformat): Handle new options of
+       bibtex-entry-format.
+       (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist): New
+       functions.
+       (bibtex-complete-internal): Do not display messages while
+       minibuffer is used.  Do not leave around a completions buffer
+       that is out of date.
+       (bibtex-copy-summary-as-kill): New optional arg.
+       (bibtex-font-lock-url): New optional arg no-button.
+       (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
+       (bibtex-url): Allow multiple URLs per entry.
+       
 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/autoload.el (autoload-generated-file): New function.