diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-05 13:26:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-05 13:26:00 +0000 |
commit | c4d38ab4691fb72891ea38458b6e1afe455fa860 (patch) | |
tree | adea8ab73b44744c9bb355b4d5cf7ccb71a58fde /perl-install/ChangeLog | |
parent | d4e6aab478e4bcc183ba0f26261e4587640aaf69 (diff) | |
download | drakx-c4d38ab4691fb72891ea38458b6e1afe455fa860.tar drakx-c4d38ab4691fb72891ea38458b6e1afe455fa860.tar.gz drakx-c4d38ab4691fb72891ea38458b6e1afe455fa860.tar.bz2 drakx-c4d38ab4691fb72891ea38458b6e1afe455fa860.tar.xz drakx-c4d38ab4691fb72891ea38458b6e1afe455fa860.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 51 |
1 files changed, 50 insertions, 1 deletions
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 <pixel@mandrakesoft.com> + + * 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 <pixel@mandrakesoft.com> + + * install_steps_interactive.pm: fix missing "use modules::interactive" + (thanks to David Eastcott) + +2003/01/03 Guillaume Cottenceau <gc@mandrakesoft.com> + + * c/stuff.xs.pl: dgettext needs to have previous behaviour in standalone + mode (fixes #736) + +2003/01/03 Pixel <pixel@mandrakesoft.com> + + * 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 <pixel@mandrakesoft.com> + + * Xconfig/test.pm: X test is now working :) + 2003/01/03 Pixel <pixel@mandrakesoft.com> * 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 |