summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-03-03 21:03:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-03-03 21:03:52 +0000
commita859fa13aff7c2ceb848847d58eedf2cfafef54c (patch)
tree9d597fa475ca374b8f417b9bc377b44246725317 /ChangeLog.pre-2-4
parent8db8ee7455c9e7110c45ddf0bdce9d82cbc72c71 (diff)
downloadgtk+-a859fa13aff7c2ceb848847d58eedf2cfafef54c.tar.gz
Add shift-clicking to extend the selection. (Roughly based on patch from
Sat Mar 3 15:39:49 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking to extend the selection. (Roughly based on patch from Jay Cox, #50939) * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking to properly handle previous GDK_BUTTON_PRESS. (Patch from Jay Cox, #50938) * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the '\0' back along with the deleted text. (#51148)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-413
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 27b701c63e..9c25cb1724 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,16 @@
+Sat Mar 3 15:39:49 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
+ to extend the selection. (Roughly based on patch
+ from Jay Cox, #50939)
+
+ * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
+ to properly handle previous GDK_BUTTON_PRESS.
+ (Patch from Jay Cox, #50938)
+
+ * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
+ '\0' back along with the deleted text. (#51148)
+
Mon Jan 22 14:31:29 2001 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift