# HG changeset patch # User Eli Zaretskii # Date 1014117736 0 # Node ID afa0b133a05611c79f3ae561078501f107b66c79 # Parent b563c818c2b9a76c1312fb716ad60ec986de6785 *** empty log message *** diff -r b563c818c2b9 -r afa0b133a056 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 19 11:21:23 2002 +0000 +++ b/lisp/ChangeLog Tue Feb 19 11:22:16 2002 +0000 @@ -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 -r b563c818c2b9 -r afa0b133a056 src/ChangeLog --- a/src/ChangeLog Tue Feb 19 11:21:23 2002 +0000 +++ b/src/ChangeLog Tue Feb 19 11:22:16 2002 +0000 @@ -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.