changeset 58773:12756b0ec526

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 05 Dec 2004 16:07:39 +0000
parents 4de7ab2c086e
children 212ad195d26f
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <Roland.Winkler@physik.uni-erlangen.de>
+
+	* 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  <teirllm@auburn.edu>
 
 	* cus-edit.el (custom-file): Escape double-quotes in docstring.