Commit Graph

10 Commits

Author SHA1 Message Date
Glynn Foster 6abd93050f COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,
2005-04-25  Glynn Foster  <glynn.foster@sun.com>

	* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c,
	* src/entry.c, src/fileselection.c, src/main.c, src/msg.c,
	* src/notification.c, src/option.c, src/progress.c,
	* src/text.c, src/tree.c, src/util.c: Update the FSF address
	to point to 51 Franklin Street, Fifth Floor as per forwarded
	mail from Alvaro Lopez Ortega.
2005-04-25 03:20:45 +00:00
Glynn Foster 403c8104ae Clean up the code a little bit.
2005-04-20  Glynn Foster  <glynn.foster@sun.com>

	* src/entry.c, src/option.c, src/zenity.h: Clean
	up the code a little bit.
2005-04-20 03:00:57 +00:00
Glynn Foster 6e6eeaf79c Bug fix for #149290, based on contributions from Timo Aaltonen, Lucas
2005-04-20  Glynn Foster  <glynn.foster@sun.com>

	* src/msg.c, src/option.c, src/zenity.h: Bug fix for
	#149290, based on contributions from Timo Aaltonen,
	Lucas Rocha, and Carlos Parra.
	* THANKS: Update.
2005-04-20 01:59:42 +00:00
Glynn Foster 717b814028 Update docs to add the new goption help stuff. Update to be in line with
2005-02-07  Glynn Foster  <glynn.foster@sun.com>

	* help/C/zenity.xml: Update docs to add the new goption
	help stuff.
	* src/option.c: Update to be in line with the documentation
	descriptions.
2005-02-06 23:13:16 +00:00
Glynn Foster a4777781d1 Patch from Chris Lahey for #165456. Updated.
2005-02-01  Glynn Foster  <glynn.foster@sun.com>

	* src/notification.c, src/option.c: Patch from Chris
	Lahey for #165456.
	* src/about.c, THANKS: Updated.
2005-01-31 22:17:38 +00:00
Glynn Foster 516f994409 Really fix #162297, and preload the current dates if they aren't already
2005-01-07  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c, src/calendar.c: Really fix #162297, and
	preload the current dates if they aren't already set.
2005-01-09 20:04:30 +00:00
Glynn Foster 4643fbc3e7 Pre-load the year, because gtk_calendar* is dumb and you need to select
2005-01-07  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c: Pre-load the year, because gtk_calendar* is
	dumb and you need to select the year to change the month. Fixes
	#162297.
2005-01-07 01:55:11 +00:00
Glynn Foster c52435f748 Fix tyop for #161774, as reported by Christian.
2004-12-21  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c: Fix tyop for #161774, as reported by Christian.
2004-12-20 22:25:29 +00:00
Glynn Foster 6798192ed8 Fix spacing issue.
2004-12-07  Glynn Foster  <glynn.foster@sun.com>

	* src/option.c: Fix spacing issue.
2004-12-07 01:19:45 +00:00
Glynn Foster f57c93017b Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for the
2004-12-07  Glynn Foster  <glynn.foster@sun.com>

	Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption
	API for the zenity parsing options, with some spacing fixes
	from Glynn.

	* configure.in: zenity now requires glib-2.0 >= 2.5.3 to build
	because now it uses GOption. popt requirement removed.
	* src/Makefile.am: update for new files
	* src/main.c: use GOption API
	* src/option.c, src/option.h: New files to implement the new
	functionality.
	* src/zenity.h: Fix spacing.
2004-12-07 00:55:26 +00:00