diff man/widget.texi @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 28f395d8dc7a
children 85ec50267440
line wrap: on
line diff
--- a/man/widget.texi	Mon Aug 13 09:42:28 2007 +0200
+++ b/man/widget.texi	Mon Aug 13 09:43:35 2007 +0200
@@ -13,7 +13,7 @@
 @comment  node-name,  next,  previous,  up
 @top The Emacs Widget Library
 
-Version: 1.9916
+Version: 1.9931
 
 @menu
 * Introduction::                
@@ -1605,6 +1605,20 @@
 @item 
 A mailto widget.
 
+@item 
+@kbd{C-e e} in a fixed size field should go to the end of the text in
+the field, not the end of the field itself. 
+
+@item
+Use and overlay instead of markers to delimit the widget.  Create
+accessors for the end points.
+
+@item
+Clicking on documentation links should call @code{describe-function} or
+@code{widget-browse-other-window} and friends directly, instead of going
+through @code{apropos}.  If more than one function is valid for the
+symbol, it should pop up a menu.
+
 @end itemize
 
 @contents