cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-12-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Tue Dec 17 16:04:33 MST 2002 Log Message: Fix some frontend messages Files: changed:gtk.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-12-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Tue Dec 17 16:07:44 MST 2002 Log Message: As translatable messages are only meaningful in frontends, move definition of the _ macro to frontend.h Files: changed:gtk.c -- To

cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-11-24 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Sun Nov 24 10:51:32 MST 2002 Log Message: when a select has a single choice, let it be the default. Files: changed:gtk.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-11-22 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Fri Nov 22 15:33:17 MST 2002 Log Message: There are now 2 ways to retrieve question values, question_getvalue(q,l) return either NULL or question value if it exists, and

cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-11-21 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Thu Nov 21 15:40:09 MST 2002 Log Message: The 'default' field was misused; in order to mimic debconf, question values must be retrived by calling question_get_field(q,l,value), and not

cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-11-19 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Tue Nov 19 14:54:12 MST 2002 Log Message: - Clean up function interface with l10n'ed fields: remove lget and lset members in the template structure, and change prototype of the 2 other

cvs commit to debian-installer/tools/cdebconf/src/modules/frontend/gtk by barbier

2002-11-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/gtk who:barbier time: Sun Nov 17 17:37:10 MST 2002 Log Message: - partially handle localized fields, only UTF-8 templates files are considered - change internal template structure in src/template.h