diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-02-19 18:06:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-02-19 18:06:29 +0000 |
commit | 22a9a454af7d5f6f582b87394d336c5c37becb73 (patch) | |
tree | 36854f93fe014dd955b03c49bc11f3283ca1d5f9 /ChangeLog.pre-2-10 | |
parent | 62dba86c81debf2677230c674902ddb98ba8e4c2 (diff) | |
download | gtk+-22a9a454af7d5f6f582b87394d336c5c37becb73.tar.gz |
Use POINTER_MOTION_HINT when dragging shapes around. (gtk-wille-980203-0
Thu Feb 19 12:18:24 1998 Owen Taylor <owt1@cornell.edu>
* gtk/testgtk.c : Use POINTER_MOTION_HINT when dragging
shapes around.
(gtk-wille-980203-0
Stefan Wille <1wille@vsys1.informatik.uni-hamburg.de>)
* gtk/gtktext.c : Fixes to inserting and deleting characters
on line breaks.
(gtk-magnus-980210-0 Magnus Hulthen <magnus@axiom.se>)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e69796fde9..934f43e735 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,22 @@ +Thu Feb 19 12:18:24 1998 Owen Taylor <owt1@cornell.edu> + + * gtk/testgtk.c : Use POINTER_MOTION_HINT when dragging + shapes around. + (gtk-wille-980203-0 + Stefan Wille <1wille@vsys1.informatik.uni-hamburg.de>) + + * gtk/gtktext.c : Fixes to inserting and deleting characters + on line breaks. + (gtk-magnus-980210-0 Magnus Hulthen <magnus@axiom.se>) + + * glib/configure.in glib/glibconfig.h.in: the value of + ---enable_debug is written into glibconfig.h so everything + is recompiled when it changes. (HACK) + + * gtk/gtkmain.c gdk/gdk.c docs/debugging.txt: + Added --gdk-no-debug and --gtk-no-debug switches. Effect + of switches is no cumulative. + Thu Feb 19 06:56:52 1998 Tim Janik <timj@gimp.org> * gtkbox.c: |