diff options
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a620838d845..cd9bee3d932 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-02-10 Kenichi Handa <handa@m17n.org> + + * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings + instead of while loop. + 2004-02-10 Miles Bader <miles@gnu.org> * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'. |