File: ChangeLog

package info (click to toggle)
gnome-utils 1.4.1.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 18,304 kB
  • ctags: 4,935
  • sloc: ansic: 47,093; sh: 3,076; makefile: 1,580; lisp: 577; yacc: 318
file content (32 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Sat Aug 25 11:50:37 MDT 2001 John Fleck <jfleck@inkstain.net>

	* adding docs by Patanjali Somayaji
	Makefile.am
	doc/Makefile.am
	doc/C/Makefile.am
	doc/C/gdialog.sgml
	doc/C/gdialog-C.omf
	doc/C/figures/example-dialog.png,gdialog-msgbox.png,gdialog-yesno.png

Wed Jun 06 16:51:52 2001  George Lebl <jirka@5z.com>

	* menubox.c: Apply patch from voss@debian.org (Jochen Voss) and
	  also apply the change to the non-gnome portion.  Basically
	  standard dialog has one 3 return values and we were returning
	  really bogus ones, that is, we returned the number of the menu item
	  but that's not standard.

Thu Apr 26 14:31:06 2001  George Lebl <jirka@5z.com>

	* dialog.c: do the gettext voodoo to get actual translations

	* rc.c: fix a warning.

Wed Sep 06 00:06:25 2000  George Lebl <jirka@5z.com>

	* inputbox.c, textbox.c, menubox.c: Fix focus issues and basically
	  make it work more like the standard dialog and actually the
	  same as the console dialog version.

	* guage.c, rc.c:  use g_snprintf instead of sprintf