changeset 50420:365b2582e6d7

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 03 Apr 2003 15:57:45 +0000
parents 27e134f43171
children 713cf8885bc9
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@etlken2>
+2003-04-03  Masatake YAMATO  <jet@gyve.org>
+
+	* 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  <handa@m17n.org>
 
 	* subr.el (number-sequence): New function.