source: trunk/third/zenity/ChangeLog @ 21554

Revision 21554, 37.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21553, which included commits to RCS files with non-trunk default branches.
Line 
12004-12-08  Glynn Foster  <glynn.foster@sun.com>
2
3        * src/util.c: Seems that using a (GtkIconSize) -1 arg to
4        gtk_widget_render_icon crashes. Let's try GTK_ICON_SIZE_BUTTON
5        instead and see how we get on.
6
72004-10-12  Glynn Foster  <glynn.foster@sun.com>
8       
9        * configure.in: post release bump
10
112004-10-12  Glynn Foster  <glynn.foster@sun.com>
12
13        * configure.in: Release 2.8.1
14
152004-09-21  Kjartan Maraas  <kmaraas@gnome.org>
16
17        * src/progress.c:
18        * src/tree.c:
19        * src/util.c: (transient_get_xterm),
20        (transient_get_xterm_toplevel): Merge fix
21        for 152851 from HEAD.
22
232004-09-13  Glynn Foster  <glynn.foster@sun.com>
24
25        * configure.in: Post release bump.
26
272004-09-13  Glynn Foster  <glynn.foster@sun.com>
28
29        * configure.in: Release 2.8.0
30
312004-09-11  Abel Cheung  <maddog@linuxhall.org>
32
33        * configure.in: Added "kn" "mk" "tr" to ALL_LINGUAS.
34
352004-08-30  Glynn Foster  <glynn.foster@sun.com>
36
37        * configure.in: Post release bump.
38
392004-08-30  Glynn Foster  <glynn.foster@sun.com>
40
41        * configure.in: Release 2.7.91
42
432004-08-22  Glynn Foster  <glynn.foster@sun.com>
44
45        * help/C/zenity.xml: Update the documentation after
46        Breda's commit, to add the new --print-column option for the
47        list dialog.
48
492004-08-18  Kjartan Maraas  <kmaraas@gnome.org>
50
51        * configure.in: Add «nb» to ALL_LINGUAS.
52
532004-08-18  Breda McColgan <breda.mccolgan@sun.com>
54
55        * Updated the following files:
56                * help/C/zenity.xml
57                * help/C/zenity-C.omf
58                * help/C/figures/zenity-calendar-screenshot.png
59                * help/C/figures/zenity-entry-screenshot.png
60                * help/C/figures/zenity-error-screenshot.png
61                * help/C/figures/zenity-fileselection-screenshot.png
62                * help/C/figures/zenity-information-screenshot.png
63                * help/C/figures/zenity-list-screenshot.png
64                * help/C/figures/zenity-progress-screenshot.png
65                * help/C/figures/zenity-question-screenshot.png
66                * help/C/figures/zenity-text-screenshot.png
67                * help/C/figures/zenity-warning-screenshot.png
68
69        * Added the following files:
70                * help/C/l10n.txt
71                * help/C/l10n_scripts/
72                * help/C/l10n_scripts/calendar.sh
73                * help/C/l10n_scripts/cvs.txt
74                * help/C/l10n_scripts/error.sh
75                * help/C/l10n_scripts/filesel.sh
76                * help/C/l10n_scripts/info.sh
77                * help/C/l10n_scripts/list.sh
78                * help/C/l10n_scripts/progress.sh
79                * help/C/l10n_scripts/question.sh
80                * help/C/l10n_scripts/text_entry.sh
81                * help/C/l10n_scripts/text_info.sh
82                * help/C/l10n_scripts/warning.sh
83          See the help/C/l10n.txt file for information about l10n_scripts.
84
852004-08-17  Glynn Foster  <glynn.foster@sun.com>
86
87        * src/about.c: Add translator comment from Christian Rose,
88        and fix up strcmp's for untranslated translator-credits.
89
902004-08-16  Christian Rose  <menthos@menthos.com>
91
92        * configure.in: Added "bs" to ALL_LINGUAS.
93
942004-08-11  Glynn Foster  <glynn.foster@sun.com>
95
96        * src/about.c: Use 'translator-credits' rather than the
97        underscore version which makes things easier for the translation
98        dudes.
99
1002004-08-03  Glynn Foster  <glynn.foster@sun.com>
101
102        * data/zenity.1: Update the man page for the --print-column
103        option added.
104
1052004-08-03  Glynn Foster  <glynn.foster@sun.com>
106
107        * TODO: Updates.
108
1092004-08-03  Glynn Foster  <glynn.foster@sun.com>
110
111        * configure.in: Post release bump.
112
1132004-08-03  Glynn Foster  <glynn.foster@sun.com>
114
115        * configure.in: Release 2.7.90
116
1172004-07-19  Glynn Foster  <glynn.foster@sun.com>
118
119        * configure.in: Post release bump.
120
1212004-07-19  Glynn Foster  <glynn.foster@sun.com>
122
123        * configure.in: Release 2.7.0
124
1252004-07-19  Glynn Foster  <glynn.foster@sun.com>
126
127        * src/calendar.c, src/entry.c, src/fileselection.c,
128        * src/msg.c, src/progress.c, src/text.c, src/tree.c: Cleanup
129        fixes from Paul Bolle.
130
1312004-07-19  Glynn Foster  <glynn.foster@sun.com>
132
133        * src/main.c, src/tree.c, src/zenity.h,
134        help/C/zenity.xml: Add new option for --print-column, based
135        on a patch by Paul Bolle.  Fixes #144496.
136
1372004-07-19  Glynn Foster  <glynn.foster@sun.com>
138
139        * src/main.c: Remove duplicate locale.h include. Patch
140        from Leonardo Boshell. Partly fixes #137993.
141
1422004-07-19  Glynn Foster  <glynn.foster@sun.com>
143
144        * help/C/zenity.xml, help/sr/zenity.xml: Fix up
145        documentation for correct usage of the Text Entry
146        dialog. Patch from Baptiste Mille-Mathias. Fixes #141513.
147
1482004-07-19  Glynn Foster  <glynn.foster@sun.com>
149
150        * src/msg.c: Make sure the text can take markup, so
151        that people can create nice HIG compliant message
152        dialogs. Patch from Sebastian Heinlein. Fixes #140748.
153
1542004-07-19  Glynn Foster  <glynn.foster@sun.com>
155
156        * configure.in, src/Makefile.am: Fix up compilation
157        using Forte compiler. Based on patch from Ivan Noris.
158        Fixes #143041.
159
1602004-06-18  Glynn Foster  <glynn.foster@sun.com>
161
162        * THANKS, src/about.c, src/progress.c: Patch
163        from Luke Suchocki to send HUP to parent
164        instead of itself. Fixes #144542.
165
1662004-06-17  Glynn Foster  <glynn.foster@sun.com>
167
168        * src/main.c: Fix parsing errors. Patch from
169        Paull Bolle. Fixes #144501.
170
1712004-06-08  Glynn Foster  <glynn.foster@sun.com>
172
173        * THANKS, src/about.c: Add Paul.
174        * src/main.c:  fix tyops in parsing.
175
1762004-05-27  Mohammad DAMT  <mdamt@bisnisweb.com>
177
178        * po/id.po: Added Indonesian translation by Ahmad
179        Riza H Nst <rizahnst@eriagempita.co.id>
180        * configure.in: Added id to ALL_LINGUAS
181
1822004-05-26  Alexander Shopov <ash@contact.bg>
183
184        * po/bg.po:
185        * configure.in: Added Bulgarian translation
186        by Rostislav Raykov <zbrox@dir.bg>
187
1882004-04-29  Glynn Foster  <glynn.foster@sun.com>
189
190        * configure.in: Post release bump.
191
1922004-04-29  Glynn Foster  <glynn.foster@sun.com>
193
194        * configure.in: Release 2.6.2
195        * NEWS: Update.
196
1972004-04-29  Glynn Foster  <glynn.foster@sun.com>
198
199        * src/main.c, src/tree.c: Fix the list dialog not being
200        able to handle --text to change the text. It was also
201        intentional but must have fallen through the gaps.
202        * data/zenity.1: Update
203        * help/C/zenity.xml: Update.
204
2052004-04-27  Glynn Foster  <glynn.foster@sun.com>
206
207        * src/zenity.glade: Untranslate 3 strings again. Thanks
208        to Christian for pointing this out.
209
2102004-04-26  Glynn Foster  <glynn.foster@sun.com>
211
212        * THANKS, src/about.c: Add from the 2 Sebastian's, and make
213        email addresses more spam proof.
214        * src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c,
215        * src/progress.c, src/text.c, src/tree.c, src/util.c,
216        * src/util.h: Patch from Sebastian Kapfer to make all zenity
217        dialogs transients of the parent xterm. Fixes #136226.
218        * src/zenity.glade: Patch from Sebastian Heinlein to
219        improve things HIG wise. Fixes #140745.
220
2212004-04-20  Glynn Foster  <glynn.foster@sun.com>
222
223        * configure.in: Post version bump.
224
2252004-04-20  Glynn Foster  <glynn.foster@sun.com>
226
227        * configure.in: Release 2.6.1
228        * NEWS: Update.
229
2302004-04-20  Ross Burton  <ross@burtonini.com>
231
232        * help/C/zenity.xml: Fix a typo, "Calender". Patch from Matt Kraai
233        <kraai@ftbfs.org>.
234
2352004-04-20  Glynn Foster  <glynn.foster@sun.com>
236
237        * help/C/zenity.xml: Fix documentation for text-info
238        as pointed out by the grand master of the zenity man
239        page, Ross Burton.
240
2412004-04-10  Guntupalli Karunakar  <karunakar@freedomink.org>
242
243        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
244
2452004-03-30  Adam Weinberger  <adamw@gnome.org>
246
247        * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS
248
2492004-03-28  Jesus Bravo Alvarez  <jba@pobox.com>
250
251        * configure.in: Added Galician (gl) to ALL_LINGUAS
252
2532004-03-23  Glynn Foster  <glynn.foster@sun.com>
254
255        * Makefile.am: Add workaround to scrollkeeper-update not
256        cleaning up after itself, as copied from gnome-panel.
257
2582004-03-23  Glynn Foster  <glynn.foster@sun.com>
259
260        * configure.in: Post release bump.
261
2622004-03-23  Glynn Foster  <glynn.foster@sun.com>
263
264        * NEWS, THANKS, src/about.c: Update.
265        * configure.in: Release 2.6.0
266
2672004-03-21  Mugurel Tudor  <mugurelu@go.ro>
268
269        * configure.in: Added "ro" to ALL_LINGUAS
270
2712004-03-21  Danilo Segan  <dsegan@gmx.net>
272
273        * configure.in: Removed "en_CA" because the po/en_CA.po is missing.
274
2752004-03-21  Danilo Segan  <dsegan@gmx.net>
276
277        * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS.
278        * configure.in: Add help/sr/Makefile to AC_OUTPUT.
279
2802004-03-21  Danilo Segan  <dsegan@gmx.net>
281
282        * help/sr/*: Added Serbian translation of documentation (with
283        screenshots); build system not adjusted yet.
284
2852004-03-19  Glynn Foster  <glynn.foster@sun.com>
286
287        * src/calendar.c, src/entry.c, src/fileselection.c,
288        src/msg.c, src/progress.c, src/text.c, src/tree.c:
289        Patch from Darren Adams <darrenadams@dsl.pipex.com> to make
290        sure the new file chooser resizes nicely. Sanitize the default
291        setting of the other widgets.
292        * configure.in, src/util.c: Lose gconf dependancy since we
293        don't currently use it, although arguably we should to detect
294        which help browser we're supposed to run :/
295        * THANKS, src/about.c: Add Darren to the list.
296
2972004-03-16  Alexander Winston  <alexander.winston@comcast.net>
298
299        * configure.in: Added "en_CA" (Canadian English) to ALL_LINGUAS.
300
3012004-03-15  Glynn Foster  <glynn.foster@sun.com>
302
303        * NEWS: Update.
304        * autogen.sh: Use automake 1.7 since everyone has it by now.
305        * configure.in: Release 2.5.91
306
3072004-03-07  Glynn Foster  <glynn.foster@sun.com>
308
309        * src/util.c: Remove some unused code.
310
3112004-03-07  Glynn Foster  <glynn.foster@sun.com>
312
313        * AUTHORS: Update to add Mike.
314        * NEWS: Update for new release.
315        * THANKS, src/about.c: Add lots of people, probably get heaps
316        of bug reports complaining their name is spelled wrongly - darn
317        those weird characters.
318        * configure.in: Release 2.5.90
319
3202004-03-04  Guntupalli Karunakar  <karunakar@freedomink.org>
321
322        * configure.in: Added "pa" for Punjabi to ALL_LINGUAS.
323
3242004-02-29  Glynn Foster  <glynn.foster@sun.com>
325
326        * src/about.c, src/util.c, src/util.h: Remove all the
327        stupid duplicated code to do the help stuff, and instead
328        do a simple call for 'yelp ghelp:zenity'. -418, +23. Eeek.
329        Fixes #135607.
330
3312004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>
332
333        * configure.in: Added Thai (th) to ALL_LINGUAS.
334
3352004-02-04  Tomasz K³oczko <kloczek@pld.org.pl>
336
337        * configure.in: Trival cleanup: remove AC_SUBST(CFLAGS),
338          AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are
339          substed by default.
340
3412004-02-03  Glynn Foster  <glynn.foster@sun.com>
342
343        * configure.in: Release 2.5.2
344
3452004-01-26  Glynn Foster  <glynn.foster@sun.com>
346
347        * src/text.c: Handle stdin. Fixes #132517.
348
3492004-01-20  Åsmund Skjæveland  <aasmunds@fys.uio.no>
350
351        * configure.in: Added 'nn' to ALL_LINGUAS.
352        * po/nn.po: Added Norwegian Nynorsk translation.
353
3542004-01-06  Glynn Foster  <glynn.foster@sun.com>
355
356        * Makefile.am: Back out the intltool stuff.
357        * configure.in: Require 0.29
358
3592004-01-05  Roozbeh Pournader  <roozbeh@sharif.edu>
360
361        * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
362
3632004-01-04  Glynn Foster  <glynn.foster@sun.com>
364
365        * Makefile.am: Do the intltool-modules extra dist
366        foo.
367
3682004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
369
370        * configure.in: Added "hr" in ALL_LINGUAS.
371
3722003-12-30  Glynn Foster  <glynn.foster@sun.com>
373
374        * configure.in: Release 2.5.1, a ridiculous bump
375        so that we sync with the GNOME desktop releases.
376
3772003-12-30  Jan Arne Petersen  <jpetersen@uni-bonn.de>
378
379        * src/fileselection.c: (zenity_fileselection),
380        (zenity_fileselection_dialog_response): Replace
381        GtkFileSelection with GtkFileChooser.
382
3832003-12-30  Glynn Foster  <glynn.foster@sun.com>
384
385        * configure.in: Release 1.8
386
3872003-12-28  Christian Rose  <menthos@menthos.com>
388
389        * configure.in: Added "ne" to ALL_LINGUAS.
390
3912003-12-20  Arafat Medini <lumina@silverpen.de>
392                                                                               
393        * configure.in: Added Arabic locale "ar" to ALL_LINGUAS.
394
3952003-12-11  Tõivo Leedjärv  <toivo@linux.ee>
396
397        * configure.in: Added et to ALL_LINGUAS.
398
3992003-12-04  Sanlig Badral  <badral@openmn.org>
400
401        * configure.in: Added "mn" to ALL_LINGUAS.
402
4032003-12-02  Christian Mönneckes < c-w-m@gmx.de>
404
405        * src/gdialog.in: Fix quote and output bugs
406        in the gdialog wrapper #128149.
407
4082003-11-12  Glynn Foster  <glynn.foster@sun.com>
409
410        * configure.in: Release 1.7
411
4122003-11-12  Glynn Foster  <glynn.foster@sun.com>
413
414        * src/gdialog.in: Fix radiolist returning the
415        wrong argument. Patch from Peter Åstrand
416        <astrand@lysator.liu.se>. Fixes #125672.
417
4182003-11-12  Glynn Foster  <glynn.foster@sun.com>
419
420        * src/gdialog.in: Make sure the gdialog wrapper
421        handles spaces. Patch from Peter Åstrand
422        <astrand@lysator.liu.se>. Fixes #125337.
423
4242003-10-29  Glynn Foster  <glynn.foster@sun.com>
425
426        * src/zenity.glade: Unmark translation messages,
427        as reported by Christian. Fixes #125717.
428
4292003-10-28  Glynn Foster  <glynn.foster@sun.com>
430
431        * src/zenity.glade: Make the dialogs resizable
432        so that --height/--width works. Reported by
433        Ingo van Lil <inguin@gmx.de>.
434
4352003-10-27  Glynn Foster  <glynn.foster@sun.com>
436
437        * src/main.c: Patch from Leonardo Boshell to add the
438        locale.h header.
439
4402003-10-13  Sami Pesonen  <sampeson@iki.fi>
441
442        * configure.in: Added "fi" to ALL_LINGUAS.
443
4442003-10-06  Žygimantas Beručka  <uid0@tuxfamily.org>
445
446        * configure.in: Added "lt" to ALL_LINGUAS.
447
4482003-09-30  Christian Rose  <menthos@menthos.com>
449
450        * configure.in: Added "eu" to ALL_LINGUAS.
451
4522003-09-17  Fatih Demir <kabalak@gtranslator.org>
453
454        * configure.in: Added "ta" (Tamil) to the languages' list.
455
4562003-09-12  Glynn Foster  <glynn.foster@sun.com>
457
458        * zenity.spec.in: Fix up spec file. Fixes #122040.
459
4602003-09-12  Glynn Foster  <glynn.foster@sun.com>
461
462        * src/entry.c, src/zenity.glade: Better patch from
463        raf@noduck.net to fix the activate on the entry dialog.
464
4652003-09-12  Damien Carbery <damien.carbery@sun.com>
466
467        * src/main.c: Make zenity compile on solaris. Whoops :)
468
4692003-09-11  Glynn Foster  <glynn.foster@sun.com>
470
471        * src/entry.c: Hook up the 'activate' signal on
472        the entry dialog. Fixes Debian bug #202332.
473
4742003-09-08  Glynn Foster  <glynn.foster@sun.com>
475
476        * configure.in: Release 1.6
477
4782003-09-08  Marcel Telka  <marcel@telka.sk>
479
480        * configure.in (ALL_LINGUAS): Added sk.
481
4822003-09-05  Taneem Ahmed  <taneem@bengalinux.org>
483
484        * configure.in: Added "bn" to ALL_LINGUAS.
485
4862003-09-04  Glynn Foster  <glynn.foster@sun.com>
487
488        * THANKS: Update.
489        * src/about.c: Update.
490        * src/main.c: Patch from Toshi to fix encoding of passed
491        text strings. Fixes #121389.
492
4932003-09-01  Glynn Foster  <glynn.foster@sun.com>
494
495        * src/gdialog.in: Add patch from Buchan Milne to fix the gdialog
496        wrapper.
497
4982003-09-01  Glynn Foster  <glynn.foster@sun.com>
499
500        * help/C/zenity.xml: Documentation updates from Nicholas Curran.
501        * THANKS, src/about.c: Add Nicholas.
502
5032003-08-27  Glynn Foster  <glynn.foster@sun.com>
504
505        * src/tree.c:  Put horizontal scrolling on automatic, otherwise
506        we expand off the edge of the screen.
507
5082003-08-25  Mike Newman  <mikegtn@gnome.org>
509
510        * src/entry.c: s/g_printerr/g_print/ - last part of Kevin's patch
511        applied on 2003-07-11.
512
5132003-08-24  Glynn Foster  <glynn.foster@sun.com>
514
515        * configure.in: Release 1.5
516
5172003-08-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>
518
519        * configure.in: Added "is" to ALL_LINGUAS.
520       
5212003-08-22 Paul Duffy <dubhthach@frink.nuigalway.ie>
522
523        * configure.in: Added ga to ALL_LINGUAS
524
5252003-08-22  Mike Newman <mikegtn@gnome.org>
526
527        * src/main.c: added call to setlocale to fix i18n of --help
528
5292003-08-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
530
531        * configure.in: Added Russian to ALL_LINGUAS.
532
5332003-08-15  Glynn Foster  <glynn.foster@sun.com>
534
535        * COPYING: Add.
536
5372003-08-13  Guntupalli Karunakar  <karunakar@freedomink.org>
538
539        * configure.in: Added "hi" (Hindi) in ALL_LINGUAS.
540
5412003-08-07  Glynn Foster  <glynn.foster@sun.com>
542
543        * configure.in: Release 1.4.
544
5452003-08-06  Metin Amiroff <metin@karegen.com>
546
547        * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS
548
5492003-07-30  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
550
551        * configure.in: Added Belarusian to ALL_LINGUAS.
552
5532003-07-26  Wang Jian  <lark@linux.net.cn>
554
555        * configure.in: Added "zh_CN" to ALL_LINGUAS.
556
5572003-07-19  Christophe Merlet  <redfox@redfoxcenter.org>
558
559        * configure.in: Added "fr" (French) to ALL_LINGUAS.
560
5612003-07-11  Kevin C. Krinke  <kckrinke@opendoorsoftware.com>
562
563       * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c,
564       src/tree.c: user input data output to STDOUT via g_print instead
565       of outputting to STDERR via g_printerr. This makes it possible to
566       destinguish user input data from GTK+ warnings / errors.
567       * THANKS, src/about.c: I figure this is my second patch submission
568       so I belong in the credits...
569
5702003-07-10 John Fleck <jfleck@inkstain.net>
571
572        * autogen.sh
573        remove
574        * xmldocs.make
575        * omf.make
576        Set up new docs build system
577
5782003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>
579                                                                               
580        * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
581        * po/ms.po: Added Malay translation.
582
5832003-07-09  Andras Timar  <timar@gnome.hu>
584
585        * configure.in: Added "hu" (Hungarian) to ALL_LINGUAS.
586
5872003-07-09  Dafydd Harries  <daf@parnassus.ath.cx>
588
589        * configure.in: Added "cy" (Welsh) to ALL_LINGUAS.
590
5912003-07-01  Laurent Dhima  <laurenti@alblinux.net>
592
593        * configure.in: Added "sq" to ALL_LINGUAS.
594
5952003-06-20  Mike Newman  <mikegtn@gnome.org>
596
597        * src/gdialog.in: fix return value with patch from Yann
598        <bloch@iie.cnam.fr>. Thanks!
599
6002003-06-21  Mike Newman  <mikegtn@gnome.org>
601
602        * configure.in: Added en_GB to ALL_LINGUAS
603        * src/main.c: Fixed a typo s/in/is/ in error msg.
604
6052003-06-13  Mike Newman  <mikegtn@gnome.org>
606
607        * src/progress.c: allow \t and \n in text updated via '#' lines.
608        * src/about.c: fixed my email address.
609
6102003-06-10  Mike Newman  <mikegtn@gnome.org>
611
612        * src/fileselection.c, src/main.c, src/tree.c, TODO: Allow the use
613        of '\t' and '\n' in dialog text. Also, g_strcompress the separator
614        strings in --list and --file-selection so code declared as 'arse'
615        by Glynn can be removed :)
616
617        Also removed some completed tasks from TODO.
618
6192003-06-10  Mike Newman  <mikegtn@gnome.org>
620
621        * src/main.c: allow use of /t and /n in dialog text.
622
6232003-06-09  Kevin C. Krinke  <kckrinke@opendoorsoftware.com>
624
625        * src/gdialog.in: wrap gdialog.real/dialog when not in X-Window
626
6272003-06-09  Mike Newman  <mikegtn@gnome.org>
628
629        * data/zenity.1, help/C/zenity.xml: Update docs for new file selection
630        options.
631
6322003-06-09  Mike Newman  <mikegtn@gnome.org>
633
634        * src/fileselection.c, src/main.c, src/zenity.h: Add --multiple
635        mode to file selection, with --separator to divide returned filenames.
636        Change default separator for lists and file-sel to '|'.
637
6382003-06-07  Mike Newman  <mikegtn@gnome.org>
639
640        * src/calendar.c, src/entry.c, src/fileselection.c, src/msg.c
641        src/progress.c, src/text.c, src/tree.c, src/util.c, src/util.h
642        src/zenity.h: Allow user-defined return values via env vars.
643        Prefer ZENITY_OK etc, but also check for DIALOG_OK and fall through
644        to original zenity behaviour.
645
6462003-06-07  Glynn Foster  <glynn.foster@sun.com>
647
648        * src/zenity.glade: Untranslate silly strings pointed out by
649        Kjartan Maraas.
650
6512003-06-04  Glynn Foster  <glynn.foster@sun.com>
652
653        * src/about.c, src/main.c, src/msg.c,
654        src/progress.c, src/tree.c, src/util.c: Fix up some build warnings
655        as reported by Ross Burton and his amazing gcc 3.3 techno machine.
656
6572003-06-04  Jordi Mallach  <jordi@sindominio.net>
658
659        * src/main.c: Add a "no-c-format" xgettext header to unbreak po files
660        in the new auto-close string.
661
6622003-06-03  Mike Newman  <mikegtn@gnome.org>
663
664        * data/zenity.1: Update docs for --auto-close progress dialog
665        * help/C/zenity.xml: option.
666
6672003-06-03  Mike Newman  <mikegtn@gnome.org>
668
669        * src/gdialog.in: add a --help option, pointing to
670        zenity docs. Fixes #114338
671
6722003-06-03  Changwoo Ryu  <cwryu@debian.org>
673
674        * configure.in: Added "ko" to ALL_LINGUAS.
675
6762003-06-01  Mike Newman <mikegtn@gnome.org>
677
678        * src/main.c: Implement --auto-close for --progress, which
679        * src/progress.c: behaves as if OK was clicked when reaching 100%
680        * src/zenity.h: Fixes #114125
681
6822003-05-29  Glynn Foster  <glynn.foster@sun.com>
683
684        * configure.in: release 1.3
685        * NEWS: Updated for new release
686
6872003-05-29  Glynn Foster  <glynn.foster@sun.com>
688
689        * TODO: More updates for suggestions from Kevin.
690
6912003-05-29  Glynn Foster  <glynn.foster@sun.com>
692
693        * TODO: Update with more suggestions.
694
6952003-05-29  Glynn Foster  <glynn.foster@sun.com>
696
697        * TODO: Update some more items.
698        * data/zenity.1: Update man page a little, although it still
699        should contain more useful information I guess.
700
7012003-05-27  Glynn Foster  <glynn.foster@sun.com>
702
703        * src/zenity.glade: Make the progress dialog resize. Lamely
704        fixes #113706.
705
7062003-05-27  Glynn Foster  <glynn.foster@sun.com>
707
708        * HACKING: Update information for submitting patches to bugzilla.
709
7102003-05-27  Mike Newman  <mikegtn@gnome.org>
711
712        * configure.in: Enable the gdialog compat wrapper script. Check for
713        * src/Makefile.am: path to perl, build the gdialog wrapper script
714        and install it in bindir. Also add it to distclean files.
715        Warning - this will overwrite gdialog from gnome-utils!
716
7172003-05-27  Mike Newman  <mikegtn@gnome.org>
718
719        * src/calendar.c: clean up some inconsistent indentation.
720        * src/gdialog: take notice of height and width args in textbox
721        because gdialog did.
722
7232003-05-24  Mike Newman <mikegtn@gnome.org>
724
725        * src/progress.c: Make "OK" sensitive if progress bar has
726        reached 100%, and give it focus.
727
7282003-05-24  Glynn Foster  <glynn.foster@sun.com>
729
730        * help/C/zenity.xml: Patch from Dagmar d'Surreal
731        <dagmar@speakeasy.net> to correct help docs and
732        script examples for the change from --dialog-title to
733        --title.
734
735        * THANKS, src/about.c: Add Dagmar.
736
737        * src/progress.c: For now, just send a SIGHUP to the
738        parent process - not entirely sure if this is the best thing
739        to do right now.
740
7412003-05-23  Mike Newman <mikegtn@gnome.org>
742
743        * src/gdialog: fixed --textbox to actually load filename
744        specified. Added --separate-output support. Make sure we get
745        output from list widgets.
746
7472003-05-20  Mike Newman <mikegtn@gnome.org>
748
749        * src/gdialog: fixed --checklist and --radiolist and
750        added support for --menu
751
7522003-05-19  Glynn Foster  <glynn.foster@sun.com>
753
754        * configure.in: release 1.2
755        * NEWS: Updated for new release
756
7572003-05-19  Glynn Foster  <glynn.foster@sun.com>
758
759        * src/Makefile.am, src/gdialog: Compatibility wrapper script
760        from Mike Newman <mikegtn@gnome.org>. Disabled for the present
761        until I have a chance to review the code.
762
7632003-05-19  Glynn Foster  <glynn.foster@sun.com>
764
765        * src/progress.c: Make the progress dialog actually work
766        and now uses g_io_channel. Woot! Need to be able to cancel
767        the dialog, which currently doesn't work too well.
768
769        * TODO: Update.
770
771        * help/C/zenity.xml: Update help documentation.
772
7732003-05-06  Glynn Foster  <glynn.foster@sun.com>
774
775        * src/main.c: Update commandline error message, needs updating
776        of translations.
777        * src/tree.c: Remove some commented out code.
778        * src/zenity.glade: Updated error and info dialogs to do
779        wrapping.
780
7812003-05-06  Glynn Foster  <glynn.foster@sun.com>
782
783        * src/tree.c: Fix up the stdin list dialog stuff.
784        * NEWS: Updated to actually include the updated
785        translations as well.
786
7872003-05-06  Danilo Å egan  <dsegan@gmx.net>
788
789        * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
790
7912003-05-05  Glynn Foster  <glynn.foster@sun.com>
792
793        * help/C/zenity.xml: Update docs for new commandline
794        options.
795
7962003-05-05  Glynn Foster  <glynn.foster@sun.com>
797
798        * configure.in: release 1.1
799        NEWS: Updated for new release.
800
8012003-05-05  Glynn Foster  <glynn.foster@sun.com>
802
803        * src/tree.c, src/util.c, src/util.h: Make the list dialog
804        handle stdin - a little bit buggy still.
805        * TODO: Update
806
8072003-04-16  Jordi Mallach  <jordi@sindominio.net>
808
809        * configure.in: Added "ca" (Catalan) to ALL_LINGUAS.
810
8112003-04-13  Glynn Foster  <glynn.foster@sun.com>
812
813        * src/calendar.c, src/entry.c, src/fileselection.c,
814        src/main.c, src/msg.c, src/progress.c, src/text.c,
815        src/tree.c, src/zenity.h: Finish off the indentation cleanup.
816        Add new '--width' and '--height' options to the general options.
817        Fix up the radio list view, so that we can now act like a radio
818        button group.
819
820        * TODO: Update
821
8222003-04-08  Alessio Frusciante  <algol@firenze.linux.it>
823
824        * configure.in: Added "it" (Italian) to ALL_LINGUAS.
825
8262003-03-10  Glynn Foster  <glynn.foster@sun.com>
827
828        * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c,
829        src/main.c, src/msg.c, src/progress.c, src/text.c, src/tree.c,
830        src/util.c, src/util.h, src/zenity.glade, src/zenity.h:
831
832        Mass indentation cleanup. Make sure the glade dialogs aren't initially
833        visible because this avoids a visibility jump. Apparently == TRUE is
834        bad mojo. Fix up.
835
8362003-03-08  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
837
838        * configure.in(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese).
839
8402003-03-07  Glynn Foster  <glynn.foster@sun.com>
841
842        * zenity.spec.in: More updates.
843
8442003-03-06  Glynn Foster  <glynn.foster@sun.com>
845
846        * zenity.spec.in: Fix up the %defines to include
847        automatic versioning.
848
8492003-03-03  Zbigniew Chyla  <cyba@gnome.pl>
850
851        * configure.in (ALL_LINGUAS): Added pl (Polish).
852
8532003-03-01  Duarte Loreto <happyguy_pt@hotmail.com>
854
855        * configure.in: Added "pt" to ALL_LINGUAS.
856
8572003-02-28  Takeshi AIHANA <aihana@gnome.gr.jp>
858
859        * configure.in: Added ja into ALL_LINGUAS.
860
8612003-02-25  Miloslav Trmac  <mitr@volny.cz>
862
863        * configure.in: Added cs (Czech) to ALL_LINGUAS.
864
8652003-02-12  Yuriy Syrota  <rasta renome.rovno.ua>
866
867        * configure.in: Added uk (Ukrainian) to ALL_LINGUAS.
868
8692003-02-09  Christian Neumair  <chris@gnome-de.org>
870
871        * .cvsignore: Added missing file.
872        * configure.in: Added de (German) to ALL_LINGUAS.
873
8742003-02-05  Glynn Foster  <glynn.foster@sun.com>
875       
876        * THANKS, src/about.c: Add Ross.
877
8782003-02-05  Ross Burton  <ross@burtonini.com>
879
880        * data/zenity.1: Added a simple man page.
881        * data/Makefile.am: Install the man page.
882
8832003-02-03  Glynn Foster  <glynn.foster@sun.com>
884
885        * src/about.c: Raise on mouse click
886
8872003-02-03  Glynn Foster  <glynn.foster@sun.com>
888
889        * data/Makefile.am, data/hawaii-shirt.png,
890        data/surfboard.png, src/about.c: Um, you don't really
891        want to know.
892
8932003-02-03  Glynn Foster  <glynn.foster@sun.com>
894
895        * Makefile.am, configure.in, zenity.spec.in: Add
896        spec file, thanks to Mihai T. Lazarescu.
897       
898        * THANKS, src/about.c: Update.
899
9002003-02-02  Daniel Yacob  <locales@geez.org>
901
902        * configure.in: Added Amharic (am) to ALL_LINGUAS
903
9042003-02-01  Glynn Foster  <glynn.foster@sun.com>
905
906        * NEWS, THANKS, src/about.c: Fix Jonathan's
907        name - I suck.
908
9092003-02-01  Glynn Foster  <glynn.foster@sun.com>
910
911        * configure.in: Release 1.0
912        * NEWS: Updated for new release.
913
9142003-02-01  Glynn Foster  <glynn.foster@sun.com>
915
916        * help/C/zenity.xml: Update the docs for new --editable
917        option in the List dialog.
918
9192003-02-01  Glynn Foster  <glynn.foster@sun.com>
920
921        * data/Makefile.am, data/sunglasses.png: Add new.
922        * src/about.c: Update coordinates.
923
9242003-02-01  Glynn Foster  <glynn.foster@sun.com>
925
926        * src/about.c: Okay, I'm a glory hunter. Seperate out the
927        about dialog entries a little.
928
929        * THANKS: Update.
930
9312003-01-30  Pablo Saratxaga  <pablo@mandrakesoft.com>
932
933        * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
934
9352003-01-29  Glynn Foster  <glynn.foster@sun.com>
936
937        * src/main.c: Don't do a g_assert_not_reached () if we don't have
938        any dialog types.
939
9402003-01-29  Glynn Foster  <glynn.foster@sun.com>
941
942        * README: Update
943
944        * configure.in: Remove some bogus configure checks that
945        we almost certainly don't need.
946
947        * src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for
948        about dialog.
949       
950        * TODO: Update accordingly
951
9522003-01-28  Glynn Foster  <glynn.foster@sun.com>
953
954        * src/about.c: Don't display the translators tab
955        unless there is stuff to show.
956
957        * src/entry.c: Add sanity NULL checking.
958
959        * src/tree.c, src/zenity.h: Add support for a new
960        --editable option.
961       
962        * src/main.c: Add support for new --editable option for
963        the List dialog. Merge in the list of Gtk+ options into
964        the popt table - ripped this from libbonoboui, thanks to
965        James for pointing this out.
966
967        * src/zenity.glade: Make the translatable strings less arse.
968
969        * TODO: Update accordingly.
970
9712003-01-26  Glynn Foster  <glynn.foster@sun.com>
972
973        * THANKS, src/about.c: Update
974
9752003-01-24 John Fleck <jfleck@inkstain.net>
976
977        * src/about.c: adding comma Glynn left out
978        that kept it from compiling
979
9802003-01-24  Glynn Foster  <glynn.foster@sun.com>
981
982        * src/about.c: Provide correct help URL.
983
984        * src/util.h, src/util.c: Add functions from
985        libgnome/gnome-i18n so that we can correctly find the
986        apropriate help file.
987
988        * xmldocs.make: Install help into $(datadir)/help/$(lang)/
989
990        * THANKS: Update from the code I stole from libgnome
991
9922003-01-24 John Fleck <jfleck@inkstain.net>
993
994        * help/C/zenity.xml: fix typo.
995       
9962003-01-23 John Fleck <jfleck@inkstain.net>
997
998        * help/C/zenity.xml: fixing tag mixup that made the
999        docbook not valid.
1000
10012003-01-24  Kjartan Maraas  <kmaraas@gnome.org>
1002
1003        * configure.in: Added "no" to ALL_LINGUAS.
1004       
10052003-01-23  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
1006
1007        * configure.in: Added es to ALL_LINGUAS.
1008
10092003-01-22  Glynn Foster  <glynn.foster@sun.com>
1010
1011        * src/main.c: Print out warning when we have no arguments to the
1012        commandline.
1013
1014        * TODO: Add another item
1015
10162003-01-22  Glynn Foster  <glynn.foster@sun.com>
1017
1018        * help/C/zenity.xml: Clarify some of the documentation a little. Add
1019        in a few example scripts and commandlines. I'm pretty useless at
1020        this though, since I don't know how to write scripts.
1021
1022        * TODO: Update accordingly. Only 2 things left.
1023
10242003-01-21  Mike Newman  <mike@gtnorthern.demon.co.uk>
1025
1026        * src/text.c: fix a bug where a textbuffer was only being
1027        associated with the textview if we had a filename to read in.
1028
10292003-01-21  Abel Cheung  <maddog@linux.org.hk>
1030
1031        * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
1032
10332003-01-20  Glynn Foster  <glynn.foster@sun.com>
1034
1035        * src/zenity.glade: Remove some strings for translation that
1036        should be done.
1037
10382003-01-20  Christian Rose  <menthos@menthos.com>
1039
1040        * configure.in: Added "sv" to ALL_LINGUAS.
1041
10422003-01-19  Mike Newman  <mike@gtnorthern.demon.co.uk>
1043
1044        * help/C/zenity.xml: s/data-format/date-format/ in calendar help.
1045
10462003-01-19  Glynn Foster  <glynn.foster@sun.com>
1047
1048        * src/about.c: Attempt to make things work after 2 bottles of
1049        wine last night. Harmless changes though, so I'll commit them
1050        for posterity.
1051
1052        * src/main.c: Add a new helper function for the error reporting
1053        that makes the translators life easier. Thanks to Ole for spotting
1054        this.
1055
1056        * src/text.c, src/zenity.h: Lame white spacing hacking.
1057
1058        * xmldocs.make: Put the docs in $(datadir)/help - not quite sure
1059        yet if yelp is going to like this or not.
1060
10612003-01-19  Mike Newman  <mike@gtnorthern.demon.co.uk>
1062
1063        * help/C/zenity.xml: fixed a missing closing tag.
1064
10652003-01-19  Mike Newman  <mike@gtnorthern.demon.co.uk>
1066
1067        * src/main.c, src/text.c, src/zenity.h: add an --editable
1068        option to --text-info. If set, return the contents of the
1069        text buffer on dialog close.
1070
10712003-01-19  Ole Laursen  <olau@hardworking.dk>
1072
1073        * configure.in: Added da to ALL_LINGUAS.
1074
10752003-01-18  Glynn Foster  <glynn.foster@sun.com>
1076
1077        * Makefile.am, configure.in, omf.make, xmldocs.make: Enable
1078        help documentation in the build.
1079
1080        * help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors.
1081
10822003-01-18  Glynn Foster  <glynn.foster@sun.com>
1083
1084        * help/C/zenity.xml: Add in references to the screenshots.
1085
10862003-01-18  Glynn Foster  <glynn.foster@sun.com>
1087
1088        * help/C/figures/zenity-calendar-screenshot.png,
1089        help/C/figures/zenity-entry-screenshot.png,
1090        help/C/figures/zenity-error-screenshot.png,
1091        help/C/figures/zenity-fileselection-screenshot.png,
1092        help/C/figures/zenity-information-screenshot.png,
1093        help/C/figures/zenity-list-screenshot.png,
1094        help/C/figures/zenity-progress-screenshot.png,
1095        help/C/figures/zenity-question-screenshot.png,
1096        help/C/figures/zenity-text-screenshot.png,
1097        help/C/figures/zenity-warning-screenshot.png: Add some
1098        screenshots for the help documentation.
1099
1100        * src/entry.c, src/msg.c: Don't set the text if it's NULL.
1101
11022003-01-18  Glynn Foster  <glynn.foster@sun.com>
1103
1104        * help/C/zenity.xml: Only some examples and some screenshots
1105        and we're mostly done for a first draft.
1106
1107        * src/calendar.c: Don't set the text if it's NULL.
1108
1109        * src/main.c: Swap the order of the commandline dialogs so
1110        that we're alphabetical.
1111
1112        * src/zenity.glade: Add some default strings.
1113
11142003-01-18  Glynn Foster  <glynn.foster@sun.com>
1115
1116        * data/Makefile.am, data/zenity.png, src/about.c: Hooray!
1117        Zenity now has an about window icon. It's very zen too.
1118
11192003-01-18  Glynn Foster  <glynn.foster@sun.com>
1120
1121        * help/C/zenity.xml: Update the docs a little. I have absolutely
1122        no clue how the doc people don't get tired of this.
1123
11242003-01-18  Glynn Foster  <glynn.foster@sun.com>
1125
1126        * data/Makefile.am, data/zenity-calendar.png,
1127        data/zenity-entry.png, data/zenity-progress.png,
1128        data/zenity-text.png: Some new window icons.
1129
1130        * src/text.c: Fix crash where the GladeXML ref was getting
1131        unref'd before we wanted to use it.
1132
1133        * src/main.c: Fix up commandline parsing a little, although we
1134        should really add the parsing options for gtk+.
1135
1136        * src/zenity.glade: Give some saner defaults.
1137
1138        * THANKS, src/about.c: Update for all the people I stole icons
1139        and code from.
1140
1141        * TODO: Update accordingly.
1142
11432003-01-16  Mike Newman  <mike@gtnorthern.demon.co.uk>
1144
1145        * src/tree.c: fix a segfault if a --list is constructed and there
1146        is no data to put in it. Since a list with no contents to select
1147        seemed pointless, return without showing dialog.
1148
11492003-01-15  Glynn Foster  <glynn.foster@sun.com>
1150
1151        * help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf,
1152        help/C/zenity.xml, help/Makefile.am: First initial template
1153        of the help documents. Still have to write the main bulk of
1154        it.
1155
11562003-01-14  Glynn Foster  <glynn.foster@sun.com>
1157
1158        * Makefile.am, src/Makefile.am: Updates to make
1159        distcheck. Wow, this is scarey, a 1.0 release is on the
1160        horizon. Applications like this shouldn't reach 1.0.
1161
11622003-01-14  Glynn Foster  <glynn.foster@sun.com>
1163
1164        * configure.in: Update to add new gconf requirement.
1165
1166        * src/zenity.h, src/about.c: Hurray for a new about box,
1167        although it lacks an icon. I wonder if people would actually
1168        like to see this as part of the dialog options. Can't think
1169        of any reason to do so at the moment though. Large chunks
1170        copied from libgnomeui/gnome-about.[ch]
1171
1172        * src/util.h, src/util.c: Add new helper functions because I
1173        don't want to touch gnome_program with a bargepole. Copied from
1174        libgnome/gnome-url.[ch]
1175
1176        * po/POTFILES.in: Add missing files. I think we have
1177        everything now.
1178
1179        * TODO: Update accordingly.
1180
11812003-01-14  Glynn Foster  <glynn.foster@sun.com>
1182
1183        * src/Makefile.am, src/about.c, src/main.c,
1184        src/zenity.glade: Add an about box. Still need to add
1185        an icon, and implement the callbacks for Help and Credits. Extra
1186        hassle for not linking against libgnomeui. Sigh.
1187
11882003-01-14  Glynn Foster  <glynn.foster@sun.com>
1189
1190        * src/tree.c, src/zenity.h, src/main.c: Add support to
1191        separate the selected rows output with a character
1192        with '/' used by default.
1193
11942003-01-13  Glynn Foster  <glynn.foster@sun.com>
1195
1196        * src/calendar.c: Re-structure the code to pass in the
1197        ZenityData structure into the response_callback instead.
1198
1199        * src/main.c: Fix the screwups in the commandline parser
1200        due to popt being teh suck.
1201
1202        * src/msg.c: Don't unref the GladeXML before you use it.
1203
1204        * THANKS: New file.
1205
12062003-01-13  Mike Newman  <mike@gtnorthern.demon.co.uk>
1207
1208        * src/calendar.c, src/main.c, src/zenity.h: Make the calendar
1209        return a localised date, and provide a means to override this with
1210        a --date-format option which takes a strftime style string -
1211        "%A %d/%m/%Y" for example.
1212
12132003-01-13  Glynn Foster  <glynn.foster@sun.com>
1214
1215        * src/main.c: Improve error handling.
1216        * src/tree.c: Make --list actually return something
1217        useful, although I still need to actually seperate
1218        things out so it's actually decipherable.
1219
1220        * TODO: Update accordingly.
1221
12222003-01-09  Glynn Foster  <glynn.foster@sun.com>
1223
1224        * src/calendar.c: Fix up the date string, although I guess
1225        this should be localized.
1226
1227        * src/main.c: Add a new --pulsate option, which reads from
1228        stdin and pulsates the progress bar until we reach EOF.
1229        * src/progress.c: Rewrite to actually work. Don't really need
1230        GIOChannels here.
1231       
1232        * TODO: Updated accordingly.
1233
12342003-01-07  Glynn Foster  <glynn.foster@sun.com>
1235
1236        * src/calendar.c, src/entry.c, src/fileselection.c,
1237        src/main.c, src/msg.c, src/progress.c, src/text.c,
1238        src/tree.c, src/zenity.glade, src/zenity.h: Fix up
1239        the response signal handlers. Use returns of 0 for
1240        'Ok' and 'Close', 1 for 'Cancel' and 'Escape' and
1241        -1 for 'Uh Oh'. Get stuff printing to stderr. Fix up
1242        the error handling that I thought was improved,
1243        although still have issues with popt callback getting
1244        called numerous times because of more than one instance
1245        of the same kind is being used in poptOption.
1246       
1247        * TODO: Update accordingly.
1248
12492003-01-07  Glynn Foster  <glynn.foster@sun.com>
1250
1251        * src/main.c: Fix up the error returns.
1252
1253        * TODO: Update accordingly.
1254
12552003-01-06  Glynn Foster  <glynn.foster@sun.com>
1256
1257        * src/calendar.c, src/main.c, src/progress.c,
1258        src/tree.c, src/zenity.h: Improve error handling...
1259        a lot.
1260
12612003-01-06  Glynn Foster  <glynn.foster@sun.com>
1262
1263        * src/main.c, src/tree.c, src/zenity.h: Finish off
1264        commandline parsing for the list dialog. Wow, this
1265        is almost approaching usable ;)
1266
1267        * TODO: Update accordingly
1268
12692003-01-06  Glynn Foster  <glynn.foster@sun.com>
1270
1271        * src/main.c, src/msg.c, src/zenity.glade,
1272        src/zenity.h: I love featuritis. Instead of fixing
1273        stuff so it actually works, I add more stuff. Add
1274        support for info dialog.
1275
12762003-01-06  Glynn Foster  <glynn.foster@sun.com>
1277
1278        * src/zenity.glade: Feeling stupid because I can't use
1279        glade. Thanks to jrb and jamesh for showing me the light.
1280        Update default strings to sensible stuff.
1281
12822003-01-06  Glynn Foster  <glynn.foster@sun.com>
1283
1284        * src/main.c: Add functions to init and free the
1285        parsing options. Still not terribly pretty though.
1286
1287        * src/tree.c, src/zenity.h: Handle --column
1288        argument.
1289       
1290        * TODO: Update accordingly.
1291
12922002-12-15  Glynn Foster  <glynn.foster@sun.com>
1293
1294        * zenity/*: Initial import into cvs.gnome.org. Don't
1295        expect things to work very well.
Note: See TracBrowser for help on using the repository browser.