emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Roland Winkler
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 23 Jun 2007 22:05:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Roland Winkler <winkler>        07/06/23 22:05:33

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11255
retrieving revision 1.11256
diff -u -b -r1.11255 -r1.11256
--- ChangeLog   23 Jun 2007 20:31:33 -0000      1.11255
+++ ChangeLog   23 Jun 2007 22:05:33 -0000      1.11256
@@ -1,3 +1,25 @@
+2007-06-23  Roland Winkler  <address@hidden>
+
+       * 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  <address@hidden>
 
        * emacs-lisp/autoload.el (autoload-generated-file): New function.




reply via email to

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