summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-04-23 10:17:30 +0000
committerGerd Moellmann <gerd@gnu.org>2001-04-23 10:17:30 +0000
commitb5eeaa1d09b812b070d3011d93a56bcfc9522d2f (patch)
treedd791e3e771426106d60d7753455e381d8e8547d /lisp
parent67ac0f7ae4a598b10507f8b25e03abe96962ea17 (diff)
downloademacs-b5eeaa1d09b812b070d3011d93a56bcfc9522d2f.tar.gz
emacs-b5eeaa1d09b812b070d3011d93a56bcfc9522d2f.tar.bz2
emacs-b5eeaa1d09b812b070d3011d93a56bcfc9522d2f.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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.