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

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

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

2002-12-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang 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:slang.c -- To

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

2002-11-30 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang who:barbier time: Sat Nov 30 08:57:58 MST 2002 Log Message: When pressing Enter in a boolean/select/multiselect question, selection is made but not validated, i.e. cursor must be moved to the Next button

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

2002-11-29 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang 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:slang.c -- To UNSUBSCRIBE,

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

2002-11-27 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang who:barbier time: Wed Nov 27 17:41:22 MST 2002 Log Message: improve slang frontend, in order to make it more dialog-like. Files: changed:slang.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

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

2002-11-26 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang who:barbier time: Tue Nov 26 16:59:33 MST 2002 Log Message: Fix slang frontend: Tab do no more select items on select/multiselect mode. When entering text or password, 'Enter' key was inactive, it now moves

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

2002-11-24 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang 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:slang.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

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

2002-11-21 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang who:barbier time: Thu Nov 21 15:40:12 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/slang by barbier

2002-11-19 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang 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/slang by barbier

2002-11-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang who:barbier time: Sun Nov 17 17:01:36 MST 2002 Log Message: Fix select/multiselect types Files: changed:slang.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

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

2002-11-17 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/src/modules/frontend/slang 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