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

2002-12-18 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Dec 18 03:02:02 MST 2002 Log Message: The seen_questions member was not initialized Files: changed:confmodule.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

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

2002-12-18 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Dec 18 03:06:25 MST 2002 Log Message: Rename seen_action choices Files: changed:commands.c confmodule.c confmodule.h debconf.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

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

2002-12-18 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Dec 18 03:41:44 MST 2002 Log Message: Free seen_questions when backing up at first question Files: changed:confmodule.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

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

2002-12-18 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Dec 18 15:56:25 MST 2002 Log Message: When reading templates files, newlines at the end of lines which are not reformatted were gobbled Files: changed:template.c -- To UNSUBSCRIBE, email to [EMAIL

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

2002-12-18 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Dec 18 17:38:44 MST 2002 Log Message: Always initialize to 0 after NEW. Fix 2 memory allocation errors in confmodule.c Files: changed:configuration.c confmodule.c database.c frontend.c question.c

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

2002-12-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Tue Dec 17 15:59:57 MST 2002 Log Message: Replace free by DELETE. Files: changed:template.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

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

2002-12-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src 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:frontend.h -- To UNSUBSCRIBE, email to

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

2002-12-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Tue Dec 17 16:23:12 MST 2002 Log Message: In update_seen_questions, replace -1/0/1 by an enum. Files: changed:commands.c confmodule.c confmodule.h debconf.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

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

2002-12-16 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Mon Dec 16 02:11:26 MST 2002 Log Message: Question name is currently debian-installer/language and not debconf/language. Files: changed:debconf.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

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

2002-12-15 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sun Dec 15 07:44:01 MST 2002 Log Message: Finish support for backing up; names of seen questions are stored in a new member of confmodule, these questions are only marked as seen when session is over. No need to

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

2002-12-08 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sun Dec 8 16:21:27 MST 2002 Log Message: A superfluous space was added between paragraphs. Files: changed:template.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

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

2002-12-08 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sun Dec 8 16:23:54 MST 2002 Log Message: In databases encode strings as debconf does Files: changed:configuration.c strutl.c strutl.h -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

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

2002-11-29 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Fri Nov 29 13:08:07 MST 2002 Log Message: Change messages so that they are similar to debconf ones. Some argument checks are also added. Files: changed:commands.c -- To UNSUBSCRIBE, email to [EMAIL

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

2002-11-29 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Fri Nov 29 15:19:33 MST 2002 Log Message: Add support for backing up; it is only activated when script invoke the backup debconf command. Files: changed:commands.c frontend.c -- To UNSUBSCRIBE, email to

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

2002-11-24 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sun Nov 24 11:40:07 MST 2002 Log Message: cdebconf did gobble everything in extended descriptions after a paragraph or a line beginning with a leading space. Files: changed:strutl.c -- To UNSUBSCRIBE,

Re: cvs commit to debian-installer/tools/cdebconf/src by barbier

2002-11-24 Thread Bastian Blank
On Sun, Nov 24, 2002 at 11:40:07AM -0700, Debian Boot CVS Master wrote: Log Message: cdebconf did gobble everything in extended descriptions after a paragraph or a line beginning with a leading space. this patch isn't complete. debconf-devel say: | Text in the extended description will be

Re: cvs commit to debian-installer/tools/cdebconf/src by barbier

2002-11-24 Thread Denis Barbier
On Sun, Nov 24, 2002 at 08:37:21PM +0100, Bastian Blank wrote: On Sun, Nov 24, 2002 at 11:40:07AM -0700, Debian Boot CVS Master wrote: Log Message: cdebconf did gobble everything in extended descriptions after a paragraph or a line beginning with a leading space. this patch isn't

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

2002-11-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sat Nov 23 13:45:53 MST 2002 Log Message: When DEBCONF_SHOWOLD was set to false, questions were never displayed Files: changed:database.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

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

2002-11-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sat Nov 23 15:02:18 MST 2002 Log Message: Surround some macro expansion with do {...} while (0) in order to prevent trouble if macro appears after an if statement. Files: changed:common.h -- To

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

2002-11-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sat Nov 23 15:03:12 MST 2002 Log Message: Improve readability Files: changed:database.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

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

2002-11-22 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Fri Nov 22 14:12:41 MST 2002 Log Message: LANGUAGE is now a colon separated list of languages, translations are returned for the first one encountered. Files: changed:template.c -- To UNSUBSCRIBE, email

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

2002-11-22 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Fri Nov 22 15:33:16 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 question_get_field(q,l,value) always

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

2002-11-22 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Fri Nov 22 17:37:25 MST 2002 Log Message: - Add support for the DEBCONF_SHOWOLD environment variable. Its default is currently true. - Improve support of the 'seen' flag; dixit joeyh, flags should be set

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

2002-11-21 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Thu Nov 21 15:40:04 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 default. Frontends have

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

2002-11-21 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Thu Nov 21 16:21:48 MST 2002 Log Message: Add a missing const Files: changed:commands.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

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

2002-11-20 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Nov 20 16:47:16 MST 2002 Log Message: Remove a superfluous trailing space in extended descriptions Files: changed:template.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

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

2002-11-20 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Nov 20 16:50:04 MST 2002 Log Message: Use LANGUAGE environment variable instead of DEBCONF_LANG Files: changed:template.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

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

2002-11-20 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Wed Nov 20 17:32:21 MST 2002 Log Message: Support localized Default fields. In localized fields, a single test on field name replaces checks about ll and ll_LL formats. Files: changed:template.c -- To

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

2002-11-19 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src 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 accessors. It should

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

2002-11-19 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Tue Nov 19 16:18:44 MST 2002 Log Message: Partially revert previous patch, so that there is no change in template.h with cdebconf 0.26: newer 'set' and 'get' members are renamed into older 'lset' and 'lget' which

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

2002-11-18 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Mon Nov 18 16:06:00 MST 2002 Log Message: When a localized field is missing, a NULL pointer was returned by template_lget instead of original value. Files: changed:template.c -- To UNSUBSCRIBE, email to

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

2002-11-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src who:barbier time: Sun Nov 17 17:44:14 MST 2002 Log Message: Remove defaultval member in question structure Files: changed:commands.c question.c question.h -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of