diff options
author | Matthias Clasen <maclas@gmx.de> | 2002-12-27 02:04:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-27 02:04:01 +0000 |
commit | 0ff9554fc345ef3aff05da62526453e1a60820c5 (patch) | |
tree | b01a522d8582a00370bfc3af1f0d08a0ccc1b59b /ChangeLog.pre-2-4 | |
parent | ddf982804f3738795d9f9685edde7b8cd8215039 (diff) | |
download | gdk-pixbuf-0ff9554fc345ef3aff05da62526453e1a60820c5.tar.gz |
Place the cursor at drop point. (#72384) (gtk_text_view_size_allocate):
2002-12-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
cursor at drop point. (#72384)
(gtk_text_view_size_allocate): Update the horizontal adjustment
value. (#75694)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2c08f9e81..f09eb9101 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2002-12-27 Matthias Clasen <maclas@gmx.de> + + * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the + cursor at drop point. (#72384) + (gtk_text_view_size_allocate): Update the horizontal adjustment + value. (#75694) + 2002-12-25 Matthias Clasen <maclas@gmx.de> * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of |