diff options
author | Alexander Larsson <alexl@redhat.com> | 2001-03-12 15:39:19 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-03-12 15:39:19 +0000 |
commit | 7f1b6c2ab135c7ea5f296b473b6d56295804b0b2 (patch) | |
tree | fa32e1c4d1d0f7766301c96439aef43a146f6207 /ChangeLog.pre-2-0 | |
parent | b08437e00ea2c21f157af05482ce67ff8d5ef28d (diff) | |
download | gtk+-7f1b6c2ab135c7ea5f296b473b6d56295804b0b2.tar.gz |
Add more test when converting filenames from/to utf-8. Don't allow
2001-03-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkfilesel.c:
Add more test when converting filenames from/to utf-8.
Don't allow entering text in the filename entry which isn't allowed in
a filename. Just beep instead.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 1ec10cf097..c0bb00239a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,4 +1,11 @@ -2001-03-12 Alexander Larsson <alla@lysator.liu.se> +2001-03-12 Alexander Larsson <alexl@redhat.com> + + * gtk/gtkfilesel.c: + Add more test when converting filenames from/to utf-8. + Don't allow entering text in the filename entry which isn't allowed in + a filename. Just beep instead. + +2001-03-12 Alexander Larsson <alexl@redhat.com> * gtk/gtkclist.c: Scroll using gdk_window_scroll(). Don't wait for exposes. |