diff options
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/ChangeLog | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 035ac249722..2e6cbb0bdb3 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2001-04-23 Gerd Moellmann <gerd@gnu.org> + + * quail/latin-ltx.el: Add more translations. From + jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). + 2001-04-19 Eli Zaretskii <eliz@is.elta.co.il> * quail/hangul.el <korean-hangul>: Doc fix. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08d8fd2c980..3fc5d2bdf94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2001-04-23 Alex Schroeder <alex@gnu.org> + + * goto-addr.el: Instead of defining line-beginning-position and + line-end-position a defalias is used for point-at-bol and + point-at-eol. + +2001-04-23 Alex Schroeder <alex@gnu.org> + + * goto-addr.el: Added XEmacs compatibility code. + (goto-address-highlight-keymap): Made keybindings XEmacs + compatible. + 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il> * textmodes/paragraphs.el (sentence-end): Doc fix. |