summaryrefslogtreecommitdiffstats
path: root/drakconf.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* 9.3-1mdkThierry Vignaud2003-11-061-2/+8
|
* last 9.2-4mdk bitsThierry Vignaud2003-09-121-0/+3
|
* 9.2-4mdkThierry Vignaud2003-09-121-1/+7
|
* 9.2-3mdkThierry Vignaud2003-09-041-1/+5
|
* 9.2-2mdkThierry Vignaud2003-09-031-3/+12
|
* do not requires drakcronat anymore since it's useless for nowThierry Vignaud2003-08-281-1/+2
|
* require a recent enough perl-Gtk2 so that we can embed again the rxvtThierry Vignaud2003-08-281-1/+1
| | | | | terminal emulator
* 9.2-1mdkThierry Vignaud2003-08-251-1/+7
|
* Update name in menu entryDavid Baudens2003-08-191-2/+5
|
* latest 9.2-0.13mdk bitsThierry Vignaud2003-08-191-0/+1
|
* 9.2-0.13mdkThierry Vignaud2003-08-191-2/+5
|
* 9.2-0.12mdkThierry Vignaud2003-08-181-1/+6
|
* 9.2-0.11mdkThierry Vignaud2003-07-251-1/+4
|
* 9.2-0.10mdkThierry Vignaud2003-07-251-1/+4
|
* 9.2-0.9mdkThierry Vignaud2003-07-211-1/+4
|
* 9.2-0.8mdkThierry Vignaud2003-07-171-1/+2
|
* 9.2-0.8mdk (distriblint fix)Thierry Vignaud2003-07-161-1/+5
|
* 9.2-0.7mdk (was not released so merge latest changes)Thierry Vignaud2003-07-161-5/+4
|
* 9.2-0.8mdkThierry Vignaud2003-07-161-1/+4
|
* 9.2-0.7mdkThierry Vignaud2003-07-161-1/+4
|
* 9.2-0.6mdkThierry Vignaud2003-07-151-1/+3
|
* - first bits of 9.2-0.6mdkThierry Vignaud2003-07-151-2/+5
| | | | | | - require a drakxtools recent enough for option menus instead of combos
* euse new std dialogs, thus simplify quite a lot splash_warning()Thierry Vignaud2003-07-141-3/+3
|
* 9.2-0.5mdkThierry Vignaud2003-07-101-1/+1
|
* embed userdrake againThierry Vignaud2003-07-101-2/+5
|
* 9.2-0.4mdkThierry Vignaud2003-07-091-4/+3
|
* switch from inline gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-2/+5
|
* requires a stock icons aware ugtk2Thierry Vignaud2003-07-061-2/+5
|
* 9.2-0.3mdkThierry Vignaud2003-07-011-2/+4
|
* latest gc's changes broke string alignmentsThierry Vignaud2003-07-011-2/+5
|
* fix typo in changelogThierry Vignaud2003-06-241-2/+5
|
* fix #3485Thierry Vignaud2003-05-221-4/+7
|
* 9.1-14mdkThierry Vignaud2003-04-221-3/+7
|
* 9.1-13mdkThierry Vignaud2003-03-311-1/+4
|
* next 9.1-12mdk bitsThierry Vignaud2003-03-271-2/+4
|
* 9.1-12mdk first bitsThierry Vignaud2003-03-241-1/+4
|
* UpdateDavid Baudens2003-03-141-1/+4
|
* 9.1-10mdkThierry Vignaud2003-03-121-1/+4
|
* Update specDavid Baudens2003-03-101-1/+4
|
* 9.1-8mdkThierry Vignaud2003-03-101-1/+4
|
* - only the parent can see that fork() has failled ...Thierry Vignaud2003-03-101-2/+5
| | | | | | | | | | | | | | | | | | | | - display a splash error message if the program to execute is not executable - prevent freeze if the program to exec() isn't executable. else exec() faillure will have side effects that will badly freeze mcc since child who should have overwrite mcc code will complete its execution by running forked gtk+ object destructors (which will confuse X11 and badly catch up its parent mcc). so use POSIX::_exit(1) to prevent that and immediately return. - sub processes faillures (such as those resulting from perl typos and the like) are already nicely catched by new plug-added/plug-removed scheme and SIG_CHILD handler - one perl_checker fix - package ChangeLog too
* update requires for ugtk2 moveThierry Vignaud2003-03-061-3/+3
|
* 9.1-6mdkThierry Vignaud2003-03-061-1/+9
|
* 9.1-5mdkThierry Vignaud2003-03-031-1/+5
|
* 9.1-4mdkThierry Vignaud2003-02-251-1/+14
|
* clean up embedding: since Gtk2::Socket emit "plug-added" when the embedded appThierry Vignaud2003-02-241-2/+2
| | | | | | | | | | | | realize a Gtk2::Plug, it's just cleaner to centralize/consolidate the child encapsulation in mcc: - (sig_usr2) move the child exit managment from USR2 signal handler to "plug-added" gtk+ signal handler what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" in drakxtools
* clean up embedding: since socket get automatically destroyed on child exit andThierry Vignaud2003-02-241-3/+3
| | | | | | | | | | | | | since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc: - (sig_usr1) rename it child_just_exited() - move the child exit managment from USR1 signal handler to "plug-removed" gtk+ signal what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" in drakxtools
* 9.1-2mdkThierry Vignaud2003-02-201-1/+5
|
* 9.1-1mdkThierry Vignaud2003-02-201-2/+5
|
* bump ugtk2 require for latest i18n fixesThierry Vignaud2003-02-191-1/+1
|