]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Tue, 19 Feb 2002 11:22:16 +0000 (11:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 19 Feb 2002 11:22:16 +0000 (11:22 +0000)
lisp/ChangeLog
src/ChangeLog

index e87561ad08e54f8c97d1b133e3fb4e3bfc77a2bc..b679bd218e3c2dd0477d2e4738f65cd41f2ae77c 100644 (file)
@@ -1,5 +1,8 @@
 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
+       around function body.
+
        * net/browse-url.el (browse-url-maybe-new-window): Reverse the
        sense of the comparison, to match the doc strings of functions
        that use this macro.
index a9816b649b78f0c228061f850346aff0a3571be4..ab27f83b46b7011e71d78612060ab1b4940594ba 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * floatfns.c (Fatan): Accept an optional second arg and call
+       atan2 if passed 2 args.
+
 2002-02-18  Jason Rumney  <jasonr@gnu.org>
 
        * w32term.c (glyph_rect): Determine the row and glyph more precisely.