diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-12 09:07:15 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-12 09:07:15 +0800 |
commit | 88dec7a2580f336ae11d805839ce3204c67ac07a (patch) | |
tree | db6d7e16fb92d9dde82ee389b56a129316e8bdc3 /ChangeLog | |
parent | 04bb0a4fb01448394533a80850370448a2f3aadf (diff) | |
download | gsoc2013-evolution-88dec7a2580f336ae11d805839ce3204c67ac07a.tar.gz gsoc2013-evolution-88dec7a2580f336ae11d805839ce3204c67ac07a.tar.zst gsoc2013-evolution-88dec7a2580f336ae11d805839ce3204c67ac07a.zip |
Made a click on a text widget set the cursor properly.
2000-02-11 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-text/e-text.c (e_text_event): Made a click on a text
widget set the cursor properly.
svn path=/trunk/; revision=1740
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-02-11 Christopher James Lahey <clahey@helixcode.com> + * widgets/e-text/e-text.c (e_text_event): Made a click on a text + widget set the cursor properly. + +2000-02-11 Christopher James Lahey <clahey@helixcode.com> + * widgets/e-text/e-text.h: Removed some arguments from the .h that will never be implemented. |