From c4d38ab4691fb72891ea38458b6e1afe455fa860 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 5 Jan 2003 13:26:00 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 45259fb97..3945927e2 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,52 @@ +2003/01/05 Pixel + + * any.pm: in bootloader configuration, add return values to Add and Remove + callbacks + + * interactive.pm: + - callbacks "Add", "Modify" and "Remove" return undef when they fail + - callback "Add" return the new added element (not handled by + interactive emulation, but correctly handled by interactive::gtk native + ask_from__add_modify_removeW) + + * interactive/gtk.pm: add ask_from__add_modify_removeW gtk handling + +2003/01/04 Pixel + + * install_steps_interactive.pm: fix missing "use modules::interactive" + (thanks to David Eastcott) + +2003/01/03 Guillaume Cottenceau + + * c/stuff.xs.pl: dgettext needs to have previous behaviour in standalone + mode (fixes #736) + +2003/01/03 Pixel + + * interactive.pm: fix call to method ask_from__add_modify_removeW + + * interactive/gtk.pm (create_treeview_list): fix setter + - factorize the creation of the {formatted_list} from {list} for + create_boxradio, create_treeview_list, create_treeview_tree + - an added advantage for create_treeview_list is the ability to easily + change + {list}, {formatted_list} and Gtk2::ListStore without breaking keyboard + acceleration (see next commit for a usage of this feature) + + * ugtk2.pm (create_packtable): ScrolledWindow are not the only one allowed + to grow, + widgets with get_data('must_grow') set are allowed too + + * printer/printerdrake.pm (first_time_dialog): much cleanup (but not + tested) + + * mdk-stage1/minilibc.c: add symbols __libc_csu_fini and __libc_csu_init + to be compatible with new glibc (?) + +2003/01/02 Pixel + + * Xconfig/test.pm: X test is now working :) + 2003/01/03 Pixel * interactive.pm: fix call to method ask_from__add_modify_removeW @@ -7352,7 +7401,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.759 2002/09/22 00:31:27 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.760 2003/01/03 00:06:08 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than -- cgit v1.2.1