summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-13 23:18:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-13 23:18:03 +0000
commit73b15ba391b3a533786e2a2f4f80274b80866822 (patch)
tree818fcfa22f617b7b5e1bdfe61980b7beb2e07f2d /ChangeLog.pre-2-2
parent8c22e8065e52a3d3d2c1157b0e5d5c827557debc (diff)
downloadgdk-pixbuf-73b15ba391b3a533786e2a2f4f80274b80866822.tar.gz
System fnmatch wasn't going to be UTF-8 clean, neither was our version.
Fri Dec 13 17:45:40 2002 Owen Taylor <otaylor@redhat.com> * gtk/fnmatch.c gtk/gtkprivate.h gtk/gtkfilesel.c: System fnmatch wasn't going to be UTF-8 clean, neither was our version. Redo our fnmatch.c to be UTF-8, add test cases, fix all sorts of bugs inherited from the antique GNU fnmatch code. Change interface to get rid of fnmatch.h constants. Fixes basic non-workingness of filesel with non-ASCII filenames. * gtk/fnmatch.h: No longer needed.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-218
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index f2fa7fb01..6cf2be7b6 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,21 @@
+Fri Dec 13 17:45:40 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/fnmatch.c gtk/gtkprivate.h gtk/gtkfilesel.c:
+ System fnmatch wasn't going to be UTF-8 clean, neither
+ was our version. Redo our fnmatch.c to be UTF-8, add
+ test cases, fix all sorts of bugs inherited
+ from the antique GNU fnmatch code. Change interface
+ to get rid of fnmatch.h constants. Fixes basic
+ non-workingness of filesel with non-ASCII filenames.
+
+ * gtk/fnmatch.h: No longer needed.
+
+Fri Dec 13 12:15:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfilesel.c (find_parent_dir_fullname): If
+ getting the parent of the directory name, make
+ an attempt to change back to the original directory.
+
Thu Dec 12 20:07:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilesel.c (cmpl_completion_fullname): Const