changeset 55983:f1ae55d0e729

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 08 Jun 2004 09:54:37 +0000
parents de4c259f651b
children 6d619a8bd0ba
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 08 07:06:19 2004 +0000
+++ b/lisp/ChangeLog	Tue Jun 08 09:54:37 2004 +0000
@@ -1,9 +1,14 @@
+2004-06-08  Kim F. Storm  <storm@cua.dk>
+
+	* wid-edit.el (widget-specify-button): Use hand pointer rather
+	than mouse-face as visible mouse-over effect.
+
 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
 
 	* saveplace.el (save-place-alist-to-file): Bind `print-length'
-	and `print-level' to nil when writing out `save-place-alist'.  
+	and `print-level' to nil when writing out `save-place-alist'.
 	Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
-	
+
 2004-06-07  Juanma Barranquero  <lektu@terra.es>
 
 	* completion.el (completion-kill-region): Doc fix.