# HG changeset patch # User Stefan Monnier # Date 1102262859 0 # Node ID 12756b0ec526413a65ed72af6542fd3613279f9a # Parent 4de7ab2c086e5b0c38d7b2390da7bc5dffe83c76 *** empty log message *** diff -r 4de7ab2c086e -r 12756b0ec526 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 05 16:06:39 2004 +0000 +++ b/lisp/ChangeLog Sun Dec 05 16:07:39 2004 +0000 @@ -1,3 +1,15 @@ +2004-12-05 Roland Winkler + + * textmodes/bibtex.el (bibtex-font-lock-url-regexp): + Use delete-dups when calculating the initial value. + (bibtex-autokey-get-title): Use <=. + (bibtex-goto-line): New function. + (bibtex-reposition-window): Use line numbers instead of point + positions. Use window-body-height. + (bibtex-find-crossref): Use bibtex-reposition-window. + (bibtex-find-entry): Use bibtex-reposition-window. Always return + position of entry if key is found or nil if not found. + 2004-12-05 Luc Teirlinck * cus-edit.el (custom-file): Escape double-quotes in docstring.