From: Eli Zaretskii Date: Tue, 19 Feb 2002 11:22:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8565280371147cbc1555b546500d961c3b8c921;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e87561ad08e..b679bd218e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-02-19 Eli Zaretskii + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index a9816b649b7..ab27f83b46b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-02-19 Eli Zaretskii + + * floatfns.c (Fatan): Accept an optional second arg and call + atan2 if passed 2 args. + 2002-02-18 Jason Rumney * w32term.c (glyph_rect): Determine the row and glyph more precisely.