Commit Graph

13 Commits

Author SHA1 Message Date
Glynn Foster 0e37613d25 Update to add Mike. Update for new release. Add lots of people, probably
2004-03-07  Glynn Foster  <glynn.foster@sun.com>

	* AUTHORS: Update to add Mike.
	* NEWS: Update for new release.
	* THANKS, src/about.c: Add lots of people, probably get heaps
	of bug reports complaining their name is spelled wrongly - darn
	those weird characters.
	* configure.in: Release 2.5.90
2004-03-06 18:50:14 +00:00
Glynn Foster f3ea9c41a2 Update. Update. Patch from Toshi to fix encoding of passed text strings.
2003-09-04  Glynn Foster  <glynn.foster@sun.com>

	* THANKS: Update.
	* src/about.c: Update.
	* src/main.c: Patch from Toshi to fix encoding of passed
	text strings. Fixes #121389.
2003-09-04 10:33:00 +00:00
Glynn Foster 751d9a7bec Documentation updates from Nicholas Curran. Add Nicholas.
2003-09-01  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Documentation updates from Nicholas Curran.
	* THANKS, src/about.c: Add Nicholas.
2003-09-01 08:27:59 +00:00
Kevin C. Krinke 652c90596e user input data output to STDOUT via g_print instead of outputting to
2003-07-11  Kevin C. Krinke  <kckrinke@opendoorsoftware.com>

       * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c,
       src/tree.c: user input data output to STDOUT via g_print instead
       of outputting to STDERR via g_printerr. This makes it possible to
       destinguish user input data from GTK+ warnings / errors.
       * THANKS, src/about.c: I figure this is my second patch submission
       so I belong in the credits...
2003-07-13 23:03:18 +00:00
Glynn Foster 1acd9cfed8 Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs
2003-05-24  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Patch from Dagmar d'Surreal
	<dagmar@speakeasy.net> to correct help docs and
	script examples for the change from --dialog-title to
	--title.

	* THANKS, src/about.c: Add Dagmar.

	* src/progress.c: For now, just send a SIGHUP to the
	parent process - not entirely sure if this is the best thing
	to do right now.
2003-05-24 01:36:24 +00:00
Glynn Foster e5149948ec Add Ross.
2003-02-05  Glynn Foster  <glynn.foster@sun.com>

	* THANKS, src/about.c: Add Ross.
2003-02-05 10:37:08 +00:00
Glynn Foster 00e48cb2b5 Add spec file, thanks to Mihai T. Lazarescu.
2003-02-03  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, configure.in, zenity.spec.in: Add
	spec file, thanks to Mihai T. Lazarescu.

	* THANKS, src/about.c: Update.
2003-02-03 01:56:42 +00:00
Glynn Foster 452c3426fb Fix Jonathan's name - I suck.
2003-02-01  Glynn Foster  <glynn.foster@sun.com>

	* NEWS, THANKS, src/about.c: Fix Jonathan's
	name - I suck.
2003-02-01 20:07:25 +00:00
Glynn Foster 8f85e68421 Okay, I'm a glory hunter. Seperate out the about dialog entries a little.
2003-02-01  Glynn Foster  <glynn.foster@sun.com>

	* src/about.c: Okay, I'm a glory hunter. Seperate out the
	about dialog entries a little.

	* THANKS: Update.
2003-02-01 11:43:32 +00:00
Glynn Foster 2c9e227432 Update
2003-01-26  Glynn Foster  <glynn.foster@sun.com>

	* THANKS, src/about.c: Update
2003-01-26 20:25:44 +00:00
Glynn Foster 89255c3b35 Provide correct help URL.
2003-01-24  Glynn Foster  <glynn.foster@sun.com>

	* src/about.c: Provide correct help URL.

	* src/util.h, src/util.c: Add functions from
	libgnome/gnome-i18n so that we can correctly find the
	apropriate help file.

	* xmldocs.make: Install help into $(datadir)/help/$(lang)/

	* THANKS: Update from the code I stole from libgnome
2003-01-24 16:16:40 +00:00
Glynn Foster f182d9f7fc Some new window icons.
2003-01-18  Glynn Foster  <glynn.foster@sun.com>

	* data/Makefile.am, data/zenity-calendar.png,
	data/zenity-entry.png, data/zenity-progress.png,
	data/zenity-text.png: Some new window icons.

	* src/text.c: Fix crash where the GladeXML ref was getting
	unref'd before we wanted to use it.

	* src/main.c: Fix up commandline parsing a little, although we
	should really add the parsing options for gtk+.

	* src/zenity.glade: Give some saner defaults.

	* THANKS, src/about.c: Update for all the people I stole icons
	and code from.

	* TODO: Update accordingly.
2003-01-18 13:35:13 +00:00
Glynn Foster 1e0ff80be4 Re-structure the code to pass in the ZenityData structure into the
2003-01-13  Glynn Foster  <glynn.foster@sun.com>

	* src/calendar.c: Re-structure the code to pass in the
	ZenityData structure into the response_callback instead.

	* src/main.c: Fix the screwups in the commandline parser
	due to popt being teh suck.

	* src/msg.c: Don't unref the GladeXML before you use it.

	* THANKS: New file.
2003-01-13 18:16:50 +00:00