This is the README for the addition of a few useful features in the
GtkEditable hierarchy.

gtk_editable_set_position and get_editable_get_position set and get
respectively the current position (meaning cursor in gtktext.)  For a
GtkText widget, gtk_editable_set_position scrolls the window if
neccessary.

The second change is the addition of two new signals, "insert_text" and
"delete_text".  They are now used instead of the virtual functions
whose names and parameters they match exactly. The default handlers
are the old virtual functions.

The final change is the addition of a password mode for the entry
widget.  gtk_entry_set_password sets a boolean which makes the
characters appear as asterisks if it is true.

Christopher James Lahey <clahey@umich.edu>
This patch generated against CVS head.

Suggested ChangeLog entry:

Tue May 19 06:30:00 1998  Chris Lahey  <clahey@umich.edu>

	* gtk/gtkeditable.c, gtk/gtkeditable.h,
	  gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
	  and set_position functions.

        * gtk/gtkeditable.c: Added "insert_text" and
	  "delete_text" signals
