summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-10 21:30:22 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-10 21:30:22 +0000
commitcfe29d9ad04761e7a97964af5e8f20fca7d22cfc (patch)
tree49791765012f5b821c208663320db9a354aaae6f /ChangeLog
parent98772744e904127cda466f1b5be3969ae5fbdcc2 (diff)
Allow /t and /n in dialog text. Some code cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3476015..82888be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-06-10 Mike Newman <mikegtn@gnome.org>
+
+ * src/fileselection.c, src/main.c, src/tree.c, TODO: Allow the use
+ of '\t' and '\n' in dialog text. Also, g_strcompress the separator
+ strings in --list and --file-selection so code declared as 'arse'
+ by Glynn can be removed :)
+
+ Also removed some completed tasks from TODO.
+
+2003-06-10 Mike Newman <mikegtn@gnome.org>
+
+ * src/main.c: allow use of /t and /n in dialog text.
+
2003-06-09 Kevin C. Krinke <kckrinke@opendoorsoftware.com>
* src/gdialog.in: wrap gdialog.real/dialog when not in X-Window