changeset 39678:f4bcbd3b2222

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 08 Oct 2001 06:58:32 +0000
parents 05b7a0e7b426
children a6d0c76cc76c
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 08 06:54:07 2001 +0000
+++ b/lisp/ChangeLog	Mon Oct 08 06:58:32 2001 +0000
@@ -4,8 +4,19 @@
 	parameters.  Don't pay attention to `skip' properties.
 	(forward-button): Implement wrapping, iterating, and skipping here
 	instead.
+	(button-activate): USE-MOUSE-ACTION is optional.
+
 	* apropos.el (apropos-next-label-button): Update arguments to
 	`next-button'.
+	(apropos-symbol): Add `skip' property.
+	(apropos-function, apropos-macro, apropos-command) 
+	(apropos-variable, apropos-face, apropos-group, apropos-widget) 
+	(apropos-plist): New button types.
+	(apropos-label-properties): Variable removed.
+	(apropos-print): Pass button-type to apropos-print-doc, rather
+	than help function and label text.
+	(apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
+	Get button label from TYPE.
 
 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>