summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-05-16 07:22:00 +0000
committerTim Janik <timj@src.gnome.org>1998-05-16 07:22:00 +0000
commit5aa450f97bcba05855364a24f1fe1050467729b6 (patch)
treea52866bfcdf22b97f442d2bd639770a7e42e7710 /ChangeLog.pre-2-0
parentdc93f21ffe52d42c6e99e7b5976fc7a89df4d4f3 (diff)
downloadgtk+-5aa450f97bcba05855364a24f1fe1050467729b6.tar.gz
g_strdup() the text retrived from GtkEntry. only intercept the Tab key if
Sat May 16 09:04:32 1998 Tim Janik <timj@gtk.org> * gtk/gtkfilesel.c (gtk_file_selection_key_press): g_strdup() the text retrived from GtkEntry. only intercept the Tab key if there was some text to complete.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-06
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 5bc1fa0030..df4c69d7f2 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+Sat May 16 09:04:32 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkfilesel.c (gtk_file_selection_key_press): g_strdup() the
+ text retrived from GtkEntry. only intercept the Tab key if there
+ was some text to complete.
+
Fri May 15 21:16:54 1998 Owen Taylor <otaylor@gtk.org>
Basic thread-awareness: