Mercurial > emacs
changeset 43419:afa0b133a056
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 19 Feb 2002 11:22:16 +0000 |
parents | b563c818c2b9 |
children | 33c54ecf6602 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.