# HG changeset patch # User Juanma Barranquero # Date 1049385465 0 # Node ID 365b2582e6d731f284c7e78556a4710b9183c40f # Parent 27e134f431711248d96635da20bfef7b90227ae4 *** empty log message *** diff -r 27e134f43171 -r 365b2582e6d7 lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 03 15:55:37 2003 +0000 +++ b/lisp/ChangeLog Thu Apr 03 15:57:45 2003 +0000 @@ -1,4 +1,12 @@ -2003-04-03 Kenichi Handa +2003-04-03 Masatake YAMATO + + * progmodes/etags.el: Require button.el. + (etags-tags-apropos): Use `make-text-button' instead of + `add-text-properties'. Use `snarf-tag-function' and + `etags-goto-tag-location' instead of `find-tag-other-window' (it's + too simple). + +2003-04-03 Kenichi Handa * subr.el (number-sequence): New function.