diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-10 21:30:22 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-10 21:30:22 +0000 |
commit | cfe29d9ad04761e7a97964af5e8f20fca7d22cfc (patch) | |
tree | 49791765012f5b821c208663320db9a354aaae6f /ChangeLog | |
parent | Committing patch to fall back to dialog if DISPLAY not set from (diff) | |
download | zenity-cfe29d9ad04761e7a97964af5e8f20fca7d22cfc.tar.gz zenity-cfe29d9ad04761e7a97964af5e8f20fca7d22cfc.tar.bz2 zenity-cfe29d9ad04761e7a97964af5e8f20fca7d22cfc.zip |
Allow /t and /n in dialog text. Some code cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |