Merge lp:~jibel/synaptic/bug.597874 into lp:synaptic

Proposed by Jean-Baptiste Lallement
Status: Needs review
Proposed branch: lp:~jibel/synaptic/bug.597874
Merge into: lp:synaptic
Diff against target: 328985 lines (+326375/-0) (has conflicts)
460 files modified
.bzr-builddeb/default.conf (+2/-0)
ABOUT-NLS (+226/-0)
AUTHORS (+16/-0)
BUGS (+14/-0)
COPYING (+340/-0)
ChangeLog (+1416/-0)
DEBUG (+6/-0)
FAQ (+30/-0)
INSTALL (+236/-0)
Makefile.am (+11/-0)
Makefile.in (+730/-0)
NEWS (+370/-0)
README (+102/-0)
README.debtags (+45/-0)
README.supported (+55/-0)
README.tasks (+55/-0)
TODO (+249/-0)
TRANSLATORS (+86/-0)
acinclude.m4 (+394/-0)
aclocal.m4 (+1854/-0)
autogen.sh (+23/-0)
common/Makefile.am (+54/-0)
common/Makefile.in (+543/-0)
common/i18n.h (+58/-0)
common/indexcopy.cc (+511/-0)
common/indexcopy.h (+74/-0)
common/pkg_acqfile.cc (+150/-0)
common/pkg_acqfile.h (+32/-0)
common/raptoptions.cc (+318/-0)
common/raptoptions.h (+85/-0)
common/rcacheactor.cc (+199/-0)
common/rcacheactor.h (+123/-0)
common/rcdscanner.cc (+731/-0)
common/rcdscanner.h (+114/-0)
common/rconfiguration.cc (+310/-0)
common/rconfiguration.h (+61/-0)
common/rdependency.h (+44/-0)
common/rinstallprogress.cc (+147/-0)
common/rinstallprogress.h (+69/-0)
common/rpackage.cc (+1490/-0)
common/rpackage.h (+255/-0)
common/rpackagecache.cc (+164/-0)
common/rpackagecache.h (+76/-0)
common/rpackagefilter.cc (+948/-0)
common/rpackagefilter.h (+326/-0)
common/rpackagelistactor.cc (+37/-0)
common/rpackagelistactor.h (+71/-0)
common/rpackagelister.cc (+2072/-0)
common/rpackagelister.h (+355/-0)
common/rpackagemanager.h (+79/-0)
common/rpackagestatus.cc (+220/-0)
common/rpackagestatus.h (+96/-0)
common/rpackageview.cc (+604/-0)
common/rpackageview.h (+235/-0)
common/rpmindexcopy.cc (+233/-0)
common/rpmindexcopy.h (+39/-0)
common/rsources.cc (+563/-0)
common/rsources.h (+113/-0)
common/rswig.cc (+9/-0)
common/rswig.h (+80/-0)
common/rtagcollbuilder.cc (+23/-0)
common/rtagcollbuilder.h (+93/-0)
common/rtagcollfilter.cc (+23/-0)
common/rtagcollfilter.h (+64/-0)
common/ruserdialog.cc (+52/-0)
common/ruserdialog.h (+71/-0)
common/sections_trans.cc (+184/-0)
common/sections_trans.h (+18/-0)
config.h.in (+137/-0)
configure (+10291/-0)
configure.in (+238/-0)
data/Makefile.am (+14/-0)
data/Makefile.in (+440/-0)
data/synaptic-kde.desktop.in (+11/-0)
data/synaptic.desktop.in (+10/-0)
debian/NEWS.Debian (+50/-0)
debian/README.Debian (+10/-0)
debian/changelog (+2368/-0)
debian/compat (+1/-0)
debian/control (+33/-0)
debian/copyright (+13/-0)
debian/package-supported.png.uu (+20/-0)
debian/patches/00list (+6/-0)
debian/patches/00list.Ubuntu (+6/-0)
debian/patches/01_ubuntu_changelog.dpatch (+85/-0)
debian/patches/02_ubuntu_desktop_file.dpatch (+22/-0)
debian/patches/03_hide_browse_documentation.dpatch (+19/-0)
debian/patches/03_ubuntu_hide_browse_documentation.dpatch (+19/-0)
debian/patches/04_ubuntu_lpi.dpatch (+28/-0)
debian/patches/06_ubuntu_su_to_root.dpatch (+16/-0)
debian/patches/10_ubuntu_maintenance_gui.dpatch (+194/-0)
debian/rules (+133/-0)
debian/rules.debian (+114/-0)
debian/synaptic.dirs (+2/-0)
debian/synaptic.docs (+6/-0)
debian/synaptic.menu (+5/-0)
debian/synaptic_32x32.xpm (+551/-0)
depcomp (+630/-0)
doc/Makefile.am (+2/-0)
doc/Makefile.in (+562/-0)
doc/README (+2/-0)
doc/html/C/Makefile.am (+7/-0)
doc/html/C/Makefile.in (+432/-0)
doc/html/Makefile.am (+1/-0)
doc/html/Makefile.in (+562/-0)
doc/html/es/Makefile.am (+9/-0)
doc/html/es/Makefile.in (+369/-0)
doc/html/sv/Makefile.am (+1/-0)
doc/html/sv/Makefile.in (+361/-0)
gtk/Makefile.am (+85/-0)
gtk/Makefile.in (+779/-0)
gtk/glade/Makefile.am (+37/-0)
gtk/glade/Makefile.in (+442/-0)
gtk/glade/dialog_authentication.glade (+108/-0)
gtk/glade/dialog_change_version.glade (+183/-0)
gtk/glade/dialog_changelog.glade (+123/-0)
gtk/glade/dialog_columns.glade (+406/-0)
gtk/glade/dialog_conffile.glade (+351/-0)
gtk/glade/dialog_disc_label.glade (+185/-0)
gtk/glade/dialog_download_error.glade (+164/-0)
gtk/glade/dialog_example.glade (+138/-0)
gtk/glade/dialog_new_repositroy.glade (+274/-0)
gtk/glade/dialog_proposed_new_repositories.glade (+633/-0)
gtk/glade/dialog_quit.glade (+131/-0)
gtk/glade/dialog_task_descr.glade (+103/-0)
gtk/glade/dialog_unmet.glade (+156/-0)
gtk/glade/dialog_update_failed.glade (+156/-0)
gtk/glade/dialog_update_outdated.glade (+215/-0)
gtk/glade/dialog_upgrade.glade (+176/-0)
gtk/glade/dialog_welcome.glade (+427/-0)
gtk/glade/druid_repository.glade (+2381/-0)
gtk/glade/window_about.glade (+523/-0)
gtk/glade/window_changes.glade (+296/-0)
gtk/glade/window_details.glade (+1504/-0)
gtk/glade/window_disc_name.glade (+203/-0)
gtk/glade/window_fetch.glade (+227/-0)
gtk/glade/window_filters.glade (+1834/-0)
gtk/glade/window_find.glade (+402/-0)
gtk/glade/window_iconlegend.glade (+88/-0)
gtk/glade/window_install_progress.glade (+130/-0)
gtk/glade/window_logview.glade (+244/-0)
gtk/glade/window_main.glade (+3025/-0)
gtk/glade/window_preferences.glade (+3606/-0)
gtk/glade/window_procceed.glade (+128/-0)
gtk/glade/window_repositories.glade (+555/-0)
gtk/glade/window_rgdebinstall_progress.glade (+283/-0)
gtk/glade/window_rginstall_progress.glade (+145/-0)
gtk/glade/window_rginstall_progress_msgs.glade (+121/-0)
gtk/glade/window_setopt.glade (+285/-0)
gtk/glade/window_summary.glade (+556/-0)
gtk/glade/window_tasks.glade (+200/-0)
gtk/glade/window_zvtinstallprogress.glade (+185/-0)
gtk/gsynaptic.cc (+606/-0)
gtk/gsynaptic.h (+27/-0)
gtk/gtkpkglist.cc (+707/-0)
gtk/gtkpkglist.h (+98/-0)
gtk/gtktagtree.cc (+694/-0)
gtk/gtktagtree.h (+81/-0)
gtk/rgaboutpanel.cc (+91/-0)
gtk/rgaboutpanel.h (+46/-0)
gtk/rgcacheprogress.cc (+84/-0)
gtk/rgcacheprogress.h (+51/-0)
gtk/rgcdscanner.cc (+160/-0)
gtk/rgcdscanner.h (+52/-0)
gtk/rgchangeswindow.cc (+191/-0)
gtk/rgchangeswindow.h (+55/-0)
gtk/rgdebinstallprogress.cc (+776/-0)
gtk/rgdebinstallprogress.h (+142/-0)
gtk/rgdummyinstallprogress.cc (+52/-0)
gtk/rgdummyinstallprogress.h (+43/-0)
gtk/rgfetchprogress.cc (+458/-0)
gtk/rgfetchprogress.h (+93/-0)
gtk/rgfiltermanager.cc (+862/-0)
gtk/rgfiltermanager.h (+212/-0)
gtk/rgfindwindow.cc (+132/-0)
gtk/rgfindwindow.h (+50/-0)
gtk/rggladewindow.cc (+241/-0)
gtk/rggladewindow.h (+67/-0)
gtk/rgiconlegend.cc (+84/-0)
gtk/rgiconlegend.h (+37/-0)
gtk/rginstallprogress.cc (+413/-0)
gtk/rginstallprogress.h (+86/-0)
gtk/rglogview.cc (+346/-0)
gtk/rglogview.h (+63/-0)
gtk/rgmainwindow.cc (+3639/-0)
gtk/rgmainwindow.h (+304/-0)
gtk/rgpackagestatus.cc (+147/-0)
gtk/rgpackagestatus.h (+64/-0)
gtk/rgpkgcdrom.cc (+162/-0)
gtk/rgpkgcdrom.h (+56/-0)
gtk/rgpkgdetails.cc (+301/-0)
gtk/rgpkgdetails.h (+54/-0)
gtk/rgpreferenceswindow.cc (+1153/-0)
gtk/rgpreferenceswindow.h (+129/-0)
gtk/rgrepositorywin.cc (+749/-0)
gtk/rgrepositorywin.h (+97/-0)
gtk/rgsetoptwindow.cc (+63/-0)
gtk/rgsetoptwindow.h (+36/-0)
gtk/rgslideshow.cc (+49/-0)
gtk/rgslideshow.h (+51/-0)
gtk/rgsummarywindow.cc (+503/-0)
gtk/rgsummarywindow.h (+62/-0)
gtk/rgtaskswin.cc (+296/-0)
gtk/rgtaskswin.h (+57/-0)
gtk/rgterminstallprogress.cc (+264/-0)
gtk/rgterminstallprogress.h (+71/-0)
gtk/rguserdialog.cc (+269/-0)
gtk/rguserdialog.h (+94/-0)
gtk/rgutils.cc (+224/-0)
gtk/rgutils.h (+62/-0)
gtk/rgvendorswindow.cc (+297/-0)
gtk/rgvendorswindow.h (+38/-0)
gtk/rgwindow.cc (+110/-0)
gtk/rgwindow.h (+63/-0)
help/C/ChangeLog (+32/-0)
help/C/Makefile.am (+10/-0)
help/C/Makefile.in (+528/-0)
help/C/gpl.xml (+423/-0)
help/C/synaptic-C.omf (+27/-0)
help/C/synaptic.xml (+2768/-0)
help/Makefile.am (+3/-0)
help/Makefile.in (+562/-0)
help/es/Makefile.am (+7/-0)
help/es/Makefile.in (+525/-0)
help/es/gpl.xml (+423/-0)
help/es/synaptic-es.omf (+27/-0)
help/es/synaptic.xml (+3378/-0)
help/sv/Makefile.am (+7/-0)
help/sv/Makefile.in (+525/-0)
help/sv/gpl.xml (+423/-0)
help/sv/synaptic-sv.omf (+27/-0)
help/sv/synaptic.xml (+3001/-0)
install-sh (+520/-0)
intl/ChangeLog (+1027/-0)
intl/Makefile.in (+221/-0)
intl/bindtextdom.c (+199/-0)
intl/cat-compat.c (+262/-0)
intl/dcgettext.c (+593/-0)
intl/dgettext.c (+59/-0)
intl/explodename.c (+181/-0)
intl/finddomain.c (+189/-0)
intl/gettext.c (+70/-0)
intl/gettext.h (+105/-0)
intl/gettextP.h (+73/-0)
intl/hash-string.h (+63/-0)
intl/intl-compat.c (+76/-0)
intl/l10nflist.c (+409/-0)
intl/libgettext.h (+185/-0)
intl/linux-msg.sed (+100/-0)
intl/loadinfo.h (+58/-0)
intl/loadmsgcat.c (+199/-0)
intl/localealias.c (+378/-0)
intl/po2tbl.sed.in (+102/-0)
intl/textdomain.c (+106/-0)
intl/xopen-msg.sed (+104/-0)
macros/Makefile (+236/-0)
macros/Makefile.am (+43/-0)
macros/Makefile.in (+378/-0)
macros/aclocal-include.m4 (+16/-0)
macros/autogen.sh (+179/-0)
macros/compiler-flags.m4 (+109/-0)
macros/curses.m4 (+318/-0)
macros/gnome-bonobo-check.m4 (+150/-0)
macros/gnome-common.m4 (+14/-0)
macros/gnome-fileutils.m4 (+414/-0)
macros/gnome-gettext.m4 (+336/-0)
macros/gnome-ghttp-check.m4 (+14/-0)
macros/gnome-gnorba-check.m4 (+35/-0)
macros/gnome-guile-checks.m4 (+119/-0)
macros/gnome-libgtop-check.m4 (+182/-0)
macros/gnome-objc-checks.m4 (+79/-0)
macros/gnome-orbit-check.m4 (+33/-0)
macros/gnome-print-check.m4 (+171/-0)
macros/gnome-pthread-check.m4 (+16/-0)
macros/gnome-support.m4 (+68/-0)
macros/gnome-undelfs.m4 (+20/-0)
macros/gnome-vfs.m4 (+120/-0)
macros/gnome-x-checks.m4 (+80/-0)
macros/gnome-xml-check.m4 (+30/-0)
macros/gnome.m4 (+124/-0)
macros/gperf-check.m4 (+79/-0)
macros/gwqt.m4 (+217/-0)
macros/linger.m4 (+28/-0)
macros/need-declaration.m4 (+42/-0)
man/Makefile.am (+4/-0)
man/Makefile.in (+443/-0)
man/synaptic.8 (+70/-0)
man/synaptic.es.8 (+108/-0)
man/synaptic.fr.8 (+73/-0)
man/synaptic.ja.8 (+77/-0)
man/synaptic.pt_BR.8 (+48/-0)
man/synaptic.ru.8 (+123/-0)
man/synaptic.tr.8 (+46/-0)
missing (+376/-0)
mkinstalldirs (+162/-0)
omf.make (+53/-0)
pixmaps/Makefile.am (+68/-0)
pixmaps/Makefile.in (+743/-0)
pixmaps/alert.xpm (+19/-0)
pixmaps/alertM.xpm (+19/-0)
pixmaps/brokenM.xpm (+17/-0)
pixmaps/cdrom.xpm (+398/-0)
pixmaps/cnc.xpm (+109/-0)
pixmaps/cnc2.xpm (+492/-0)
pixmaps/deb.xpm (+129/-0)
pixmaps/distupgrade.xpm (+248/-0)
pixmaps/distupgrade_small.xpm (+546/-0)
pixmaps/down.xpm (+94/-0)
pixmaps/downgradeM.xpm (+14/-0)
pixmaps/filter.xpm (+22/-0)
pixmaps/find.xpm (+23/-0)
pixmaps/fixbroken.xpm (+262/-0)
pixmaps/heldM.xpm (+16/-0)
pixmaps/hicolor/16x16/Makefile.am (+5/-0)
pixmaps/hicolor/16x16/Makefile.in (+411/-0)
pixmaps/hicolor/24x24/Makefile.am (+4/-0)
pixmaps/hicolor/24x24/Makefile.in (+410/-0)
pixmaps/hicolor/Makefile.am (+1/-0)
pixmaps/hicolor/Makefile.in (+562/-0)
pixmaps/holdM.xpm (+14/-0)
pixmaps/installM.xpm (+15/-0)
pixmaps/keepM.xpm (+14/-0)
pixmaps/logo.xpm (+69/-0)
pixmaps/newM.xpm (+15/-0)
pixmaps/options.xpm (+163/-0)
pixmaps/pref_hpaned.xpm (+98/-0)
pixmaps/pref_vpaned.xpm (+98/-0)
pixmaps/proceed.xpm (+244/-0)
pixmaps/proceed_small.xpm (+526/-0)
pixmaps/removeM.xpm (+15/-0)
pixmaps/sources.xpm (+899/-0)
pixmaps/stop.xpm (+254/-0)
pixmaps/synaptic.xpm (+860/-0)
pixmaps/synaptic_mini.xpm (+860/-0)
pixmaps/tango-icons/scalable/package-available-locked.svg (+1295/-0)
pixmaps/tango-icons/scalable/package-available.svg (+2150/-0)
pixmaps/tango-icons/scalable/package-broken.svg (+466/-0)
pixmaps/tango-icons/scalable/package-downgrade.svg (+1309/-0)
pixmaps/tango-icons/scalable/package-install.svg (+1393/-0)
pixmaps/tango-icons/scalable/package-installed-locked.svg (+1210/-0)
pixmaps/tango-icons/scalable/package-installed-outdated.svg (+1183/-0)
pixmaps/tango-icons/scalable/package-installed-updated.svg (+1139/-0)
pixmaps/tango-icons/scalable/package-new.svg (+1377/-0)
pixmaps/tango-icons/scalable/package-purge.svg (+1355/-0)
pixmaps/tango-icons/scalable/package-reinstall.svg (+1291/-0)
pixmaps/tango-icons/scalable/package-remove.svg (+1302/-0)
pixmaps/tango-icons/scalable/package-supported.svg (+1325/-0)
pixmaps/tango-icons/scalable/package-upgrade.svg (+1381/-0)
pixmaps/tango-icons/scalable/supported/package-available-locked-supported.svg (+1515/-0)
pixmaps/tango-icons/scalable/supported/package-available-supported.svg (+1368/-0)
pixmaps/tango-icons/scalable/supported/package-broken-supported.svg (+686/-0)
pixmaps/tango-icons/scalable/supported/package-downgrade-supported.svg (+1529/-0)
pixmaps/tango-icons/scalable/supported/package-install-supported.svg (+1611/-0)
pixmaps/tango-icons/scalable/supported/package-installed-locked-supported.svg (+2359/-0)
pixmaps/tango-icons/scalable/supported/package-installed-outdated-supported.svg (+1403/-0)
pixmaps/tango-icons/scalable/supported/package-installed-updated-supported.svg (+1359/-0)
pixmaps/tango-icons/scalable/supported/package-new-supported.svg (+1597/-0)
pixmaps/tango-icons/scalable/supported/package-purge-supported.svg (+1575/-0)
pixmaps/tango-icons/scalable/supported/package-reinstall-supported.svg (+1511/-0)
pixmaps/tango-icons/scalable/supported/package-remove-supported.svg (+1522/-0)
pixmaps/tango-icons/scalable/supported/package-upgrade-supported.svg (+1601/-0)
pixmaps/up.xpm (+104/-0)
pixmaps/update.xpm (+197/-0)
pixmaps/update_small.xpm (+189/-0)
pixmaps/upgrade-old.xpm (+248/-0)
pixmaps/upgrade.xpm (+248/-0)
pixmaps/upgradeM.xpm (+14/-0)
pixmaps/upgrade_small.xpm (+522/-0)
po-manual/synaptic-manual.pot (+1477/-0)
po-manual/synaptic-manual.sv.po (+1557/-0)
po/ChangeLog (+9/-0)
po/Makefile.in.in (+217/-0)
po/POTFILES.in (+86/-0)
po/POTFILES.skip (+23/-0)
po/README (+9/-0)
po/ar.po (+3721/-0)
po/be.po (+5359/-0)
po/be@latin.po (+3757/-0)
po/bg.po (+3748/-0)
po/br.po (+3712/-0)
po/ca.po (+4458/-0)
po/cs.po (+3676/-0)
po/da.po (+3767/-0)
po/de.po (+3828/-0)
po/el.po (+3697/-0)
po/es.po (+3759/-0)
po/eu.po (+3662/-0)
po/fi.po (+3695/-0)
po/fr.po (+3694/-0)
po/gl.po (+3934/-0)
po/he.po (+3613/-0)
po/hi.po (+3715/-0)
po/hu.po (+3730/-0)
po/it.po (+3704/-0)
po/ja.po (+3667/-0)
po/ko.po (+3639/-0)
po/lt.po (+3698/-0)
po/mk.po (+3743/-0)
po/nb.po (+4333/-0)
po/nl.po (+3748/-0)
po/no.po (+3858/-0)
po/pl.po (+3725/-0)
po/pt.po (+3783/-0)
po/pt_BR.po (+3674/-0)
po/ro.po (+3750/-0)
po/ru.po (+3924/-0)
po/sk.po (+3658/-0)
po/sl.po (+3709/-0)
po/sr.po (+4782/-0)
po/sr@Latn.po (+4784/-0)
po/sv.po (+3673/-0)
po/th.po (+3619/-0)
po/tr.po (+3641/-0)
po/uk.po (+3701/-0)
po/xh.po (+3779/-0)
po/zh_CN.po (+5160/-0)
po/zh_HK.po (+4876/-0)
po/zh_TW.po (+5074/-0)
swig/apt-cat.py (+43/-0)
swig/apt-inst.py (+59/-0)
swig/build.sh (+4/-0)
swig/synaptic_common.i (+27/-0)
synaptic-redhat.spec (+275/-0)
synaptic-suse.spec (+109/-0)
synaptic.spec (+264/-0)
tests/Makefile.am (+18/-0)
tests/Makefile.in (+482/-0)
tests/test_rpackage.cc (+40/-0)
tests/test_rpackageview.cc (+26/-0)
wings/Makefile.am (+45/-0)
wings/rwaboutpanel.cc (+117/-0)
wings/rwaboutpanel.h (+38/-0)
wings/rwcacheprogress.cc (+80/-0)
wings/rwcacheprogress.h (+50/-0)
wings/rwconfigwindow.cc (+230/-0)
wings/rwconfigwindow.h (+46/-0)
wings/rwdummyinstallprogress.cc (+59/-0)
wings/rwdummyinstallprogress.h (+45/-0)
wings/rwfetchprogress.cc (+518/-0)
wings/rwfetchprogress.h (+69/-0)
wings/rwfiltereditor.cc (+503/-0)
wings/rwfiltereditor.h (+111/-0)
wings/rwfiltermanager.cc (+280/-0)
wings/rwfiltermanager.h (+75/-0)
wings/rwfilterwindow.cc (+164/-0)
wings/rwfilterwindow.h (+73/-0)
wings/rwinstallprogress.cc (+116/-0)
wings/rwinstallprogress.h (+53/-0)
wings/rwmainwindow.cc (+2121/-0)
wings/rwmainwindow.h (+203/-0)
wings/rwsourceswindow.cc (+168/-0)
wings/rwsourceswindow.h (+35/-0)
wings/rwsummarywindow.cc (+332/-0)
wings/rwsummarywindow.h (+58/-0)
wings/rwuserdialog.cc (+88/-0)
wings/rwuserdialog.h (+51/-0)
wings/rwwindow.cc (+96/-0)
wings/rwwindow.h (+58/-0)
wings/synaptic.cc (+125/-0)
xmldocs.make (+105/-0)
Conflict adding file .bzr-builddeb.  Moved existing file to .bzr-builddeb.moved.
Conflict adding file ABOUT-NLS.  Moved existing file to ABOUT-NLS.moved.
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file BUGS.  Moved existing file to BUGS.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file ChangeLog.  Moved existing file to ChangeLog.moved.
Conflict adding file DEBUG.  Moved existing file to DEBUG.moved.
Conflict adding file FAQ.  Moved existing file to FAQ.moved.
Conflict adding file INSTALL.  Moved existing file to INSTALL.moved.
Conflict adding file Makefile.am.  Moved existing file to Makefile.am.moved.
Conflict adding file NEWS.  Moved existing file to NEWS.moved.
Conflict adding file README.debtags.  Moved existing file to README.debtags.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file README.supported.  Moved existing file to README.supported.moved.
Conflict adding file README.tasks.  Moved existing file to README.tasks.moved.
Conflict adding file TODO.  Moved existing file to TODO.moved.
Conflict adding file TRANSLATORS.  Moved existing file to TRANSLATORS.moved.
Conflict adding file acinclude.m4.  Moved existing file to acinclude.m4.moved.
Conflict adding file autogen.sh.  Moved existing file to autogen.sh.moved.
Conflict adding file common.  Moved existing file to common.moved.
Conflict adding file config.h.in.  Moved existing file to config.h.in.moved.
Conflict adding file configure.in.  Moved existing file to configure.in.moved.
Conflict adding file data.  Moved existing file to data.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file doc.  Moved existing file to doc.moved.
Conflict adding file gtk.  Moved existing file to gtk.moved.
Conflict adding file help.  Moved existing file to help.moved.
Conflict adding file intl.  Moved existing file to intl.moved.
Conflict adding file macros.  Moved existing file to macros.moved.
Conflict adding file man.  Moved existing file to man.moved.
Conflict adding file omf.make.  Moved existing file to omf.make.moved.
Conflict adding file pixmaps.  Moved existing file to pixmaps.moved.
Conflict adding file po-manual.  Moved existing file to po-manual.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file swig.  Moved existing file to swig.moved.
Conflict adding file synaptic-redhat.spec.  Moved existing file to synaptic-redhat.spec.moved.
Conflict adding file synaptic-suse.spec.  Moved existing file to synaptic-suse.spec.moved.
Conflict adding file synaptic.spec.  Moved existing file to synaptic.spec.moved.
Conflict adding file tests.  Moved existing file to tests.moved.
Conflict adding file wings.  Moved existing file to wings.moved.
Conflict adding file xmldocs.make.  Moved existing file to xmldocs.make.moved.
To merge this branch: bzr merge lp:~jibel/synaptic/bug.597874
Reviewer Review Type Date Requested Status
synaptic-developers Pending
Review via email: mp+28710@code.launchpad.net

Description of the change

Fix FTBFS caused by the landing of libept 1.0 in maverick and thus breaking the API/ABI.

To post a comment you must log in.

Unmerged revisions

96. By Jean-Baptiste Lallement <j-lallement@black>

* rebuild against libept 1.0

95. By Michael Vogt

[ Michael Vogt ]
* po/uk.po:
  - updated, thanks to Serhij Dubyk

[ Jean-Baptiste Lallement ]
* Fix sorting issues of the package list
  - Fix sort by name and by section (LP: #518509)
  - Improve sort by column performance
* sort 'installed files' list in alphabetical order (LP: #32550)
* Set version labels selectable in package properties (LP: #76568)
* disable 'Lock Version' and 'Automatically installed' menu entries for a
  normal user (LP: #309906)
* common/rpackagelister.cc:
  - in RPackageLister::xapianSearch() catch xapian exception to
    prevent crash when xapian interprets search string as a syntax
    error
  - fix sorting in xapian search mode (LP: #508220)
* gtk/gsynaptic.cc
  - Start with focus set on fast search entry (LP: #326155)
* Select first subview on view change (LP: #403165)
* Fix Gtk-CRITICAL when the fast search entry is cleared (LP: #385739)
* Ignore DEL accelerator when fast search has focus (LP: #294178)
* Do not start help viewer as root but as SUDO_USER (LP: #110224)
* wrap lines in textarea of dialog_update_failed (LP: #237455)
* set textarea read-only in generic error dialog (LP: #403100)
* Change 'Icon Legend' dialog to fixed size (LP: #374376)
* add tooltip to 'properties' and 'search' buttons (LP: #202681)
* gtk/glade/window_main.glade:
  - put the fastsearch entry out of the toolbar (LP: #502582)
  - move the fastsearch entry to the upper-right (LP: #290524)
* gtk/rgfetchprogress.cc:
  - change "Download rate: unknown" to "Download rate: ..."
    (LP: #393358)
* Sort by relevancy when doing quicksearch and no search column is set.

94. By Michael Vogt

[ Michael Vogt ]
* common/rpackageview.cc:
  - silence debug output (thanks to Bob Huffman)

[ Jean-Baptiste Lallement ]
* gtk/rgmainwindow.cc, gtk/rgutils.{cc,h}:
  - un/escape markup when getting/setting subviews name to avoid markup
    insertion in GtkTree items (LP: #567172)
* gtk/rgmainwindow.cc:
  - fix force version. regression over beta2 (LP: #568925)
* gtk/rgmainwindow.cc:
  - fix double-click doesn't unmark a previously marked for install/upgrade
    package. regression over beta2 (LP: #566779)

93. By Michael Vogt

[ Jean-Baptiste Lallement ]
* gtk/rgmainwindow.cc:
  - fix 'broken package installation' regression over beta2 (LP: #565816)

92. By Michael Vogt

[ Jean-Baptiste Lallement ]
* gtk/rgmainwindow.cc:
  - Fix 'Mark for upgrade' regression over beta2 (LP: #564320)

91. By Michael Vogt

[ Michael Vogt ]
* po/it.po:
  - updated, thanks to Milo Casagrande (closes: #575685)

[ Jean-Baptiste Lallement ]
* common/rpackage.{cc,h}:
  - Use simplified URI for third party changelogs (LP: #45129)
* debian/patches/01_ubuntu_changelog.dpatch:
  - update patch to support third party changelogs
* common/rpackage.{cc,h}:
  - Support third party changelogs by using ArchiveURI() (LP: #153966)
  - Display LP links when changelog is not available for download
    (LP: #452564)
* gtk/rgmainwindow.cc:
  - check package flags when applying an action to a package list
    (LP: #513460)
* common/rpackagelister.cc
  - workaround to allow searching for terms with an hyphen (LP: #282995)
* common/rpackagelister.cc:
  - xapianSearch: do not expand the first term when replacing the hyphen
  to reduce size of the resultse

[ Oliver Joos ]
* common/rconfiguration.cc:
  - Fix to store setting "Consider recommended packages as dependencies"
    (closes debian #440027 and LP: #154349)

90. By Michael Vogt

[ Jean-Baptiste Lallement ]
* * gtk/rgpreferenceswindow.cc: escape '@/:%' in proxy auth string (LP: 130289)
* Sort by relevancy when doing quicksearch and no search column is set.
* debian/patches/10_ubuntu_maintenance_gui.dpatch:
- Fix mixed-language maintenance status when LC_TIME differs from LC_MESSAGES
  (LP: 511890)

89. By Michael Vogt

[ Michael Vogt ]
* po/uk.po:
  - updated, thanks to Serhij Dubyk
* build from the lp:~ubuntu-core-dev/synaptic/lucid branch

[ Jean-Baptiste Lallement ]
* Fix sorting issues of the package list
  - Fix sort by name and by section (LP: #518509)
  - Improve sort by column performance
* sort 'installed files' list in alphabetical order (LP: #32550)
* Set version labels selectable in package properties (LP: #76568)
* disable 'Lock Version' and 'Automatically installed' menu entries for a
  normal user (LP: #309906)
* common/rpackagelister.cc:
  - in RPackageLister::xapianSearch() catch xapian exception to
    prevent crash when xapian interprets search string as a syntax
    error
  - fix sorting in xapian search mode (LP: #508220)
* gtk/gsynaptic.cc
  - Start with focus set on fast search entry (LP: #326155)
* Select first subview on view change (LP: #403165)
* Fix Gtk-CRITICAL when the fast search entry is cleared (LP: #385739)
* Ignore DEL accelerator when fast search has focus (LP: #294178)
* Do not start help viewer as root but as SUDO_USER (LP: #110224)
* wrap lines in textarea of dialog_update_failed (LP: #237455)
* set textarea read-only in generic error dialog (LP: #403100)
* Change 'Icon Legend' dialog to fixed size (LP: #374376)

88. By Michael Vogt

[ Michael Vogt ]
* po/uk.po:
  - updated, thanks to Serhij Dubyk

[ Jean-Baptiste Lallement ]
* Fix sorting issues of the package list
  - Fix sort by name and by section (LP: #518509)
  - Improve sort by column performance
* sort 'installed files' list in alphabetical order (LP: #32550)

87. By Michael Vogt

* gtk/rgdebinstallprogress.cc:
  - make the dpkg progress code less cpu intensive
* po/uk.po
  - add ukrainian translation, thanks to Serhij Dubyk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
3=== added file '.bzr-builddeb/default.conf'
4--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
5+++ .bzr-builddeb/default.conf 2010-06-29 09:59:23 +0000
6@@ -0,0 +1,2 @@
7+[BUILDDEB]
8+native = True
9
10=== added file 'ABOUT-NLS'
11--- ABOUT-NLS 1970-01-01 00:00:00 +0000
12+++ ABOUT-NLS 2010-06-29 09:59:23 +0000
13@@ -0,0 +1,226 @@
14+Notes on the Free Translation Project
15+*************************************
16+
17+ Free software is going international! The Free Translation Project
18+is a way to get maintainers of free software, translators, and users all
19+together, so that will gradually become able to speak many languages.
20+A few packages already provide translations for their messages.
21+
22+ If you found this `ABOUT-NLS' file inside a distribution, you may
23+assume that the distributed package does use GNU `gettext' internally,
24+itself available at your nearest GNU archive site. But you do *not*
25+need to install GNU `gettext' prior to configuring, installing or using
26+this package with messages translated.
27+
28+ Installers will find here some useful hints. These notes also
29+explain how users should proceed for getting the programs to use the
30+available translations. They tell how people wanting to contribute and
31+work at translations should contact the appropriate team.
32+
33+ When reporting bugs in the `intl/' directory or bugs which may be
34+related to internationalization, you should tell about the version of
35+`gettext' which is used. The information can be found in the
36+`intl/VERSION' file, in internationalized packages.
37+
38+One advise in advance
39+=====================
40+
41+ If you want to exploit the full power of internationalization, you
42+should configure it using
43+
44+ ./configure --with-included-gettext
45+
46+to force usage of internationalizing routines provided within this
47+package, despite the existence of internationalizing capabilities in the
48+operating system where this package is being installed. So far, only
49+the `gettext' implementation in the GNU C library version 2 provides as
50+many features (such as locale alias or message inheritance) as the
51+implementation here. It is also not possible to offer this additional
52+functionality on top of a `catgets' implementation. Future versions of
53+GNU `gettext' will very likely convey even more functionality. So it
54+might be a good idea to change to GNU `gettext' as soon as possible.
55+
56+ So you need not provide this option if you are using GNU libc 2 or
57+you have installed a recent copy of the GNU gettext package with the
58+included `libintl'.
59+
60+INSTALL Matters
61+===============
62+
63+ Some packages are "localizable" when properly installed; the
64+programs they contain can be made to speak your own native language.
65+Most such packages use GNU `gettext'. Other packages have their own
66+ways to internationalization, predating GNU `gettext'.
67+
68+ By default, this package will be installed to allow translation of
69+messages. It will automatically detect whether the system provides
70+usable `catgets' (if using this is selected by the installer) or
71+`gettext' functions. If neither is available, the GNU `gettext' own
72+library will be used. This library is wholly contained within this
73+package, usually in the `intl/' subdirectory, so prior installation of
74+the GNU `gettext' package is *not* required. Installers may use
75+special options at configuration time for changing the default
76+behaviour. The commands:
77+
78+ ./configure --with-included-gettext
79+ ./configure --with-catgets
80+ ./configure --disable-nls
81+
82+will respectively bypass any pre-existing `catgets' or `gettext' to use
83+the internationalizing routines provided within this package, enable
84+the use of the `catgets' functions (if found on the locale system), or
85+else, *totally* disable translation of messages.
86+
87+ When you already have GNU `gettext' installed on your system and run
88+configure without an option for your new package, `configure' will
89+probably detect the previously built and installed `libintl.a' file and
90+will decide to use this. This might be not what is desirable. You
91+should use the more recent version of the GNU `gettext' library. I.e.
92+if the file `intl/VERSION' shows that the library which comes with this
93+package is more recent, you should use
94+
95+ ./configure --with-included-gettext
96+
97+to prevent auto-detection.
98+
99+ By default the configuration process will not test for the `catgets'
100+function and therefore they will not be used. The reasons are already
101+given above: the emulation on top of `catgets' cannot provide all the
102+extensions provided by the GNU `gettext' library. If you nevertheless
103+want to use the `catgets' functions use
104+
105+ ./configure --with-catgets
106+
107+to enable the test for `catgets' (this causes no harm if `catgets' is
108+not available on your system). If you really select this option we
109+would like to hear about the reasons because we cannot think of any
110+good one ourself.
111+
112+ Internationalized packages have usually many `po/LL.po' files, where
113+LL gives an ISO 639 two-letter code identifying the language. Unless
114+translations have been forbidden at `configure' time by using the
115+`--disable-nls' switch, all available translations are installed
116+together with the package. However, the environment variable `LINGUAS'
117+may be set, prior to configuration, to limit the installed set.
118+`LINGUAS' should then contain a space separated list of two-letter
119+codes, stating which languages are allowed.
120+
121+Using This Package
122+==================
123+
124+ As a user, if your language has been installed for this package, you
125+only have to set the `LANG' environment variable to the appropriate
126+ISO 639 `LL' two-letter code prior to using the programs in the
127+package. For example, let's suppose that you speak German. At the
128+shell prompt, merely execute `setenv LANG de' (in `csh'),
129+`export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash'). This
130+can be done from your `.login' or `.profile' file, once and for all.
131+
132+ An operating system might already offer message localization for
133+many of its programs, while other programs have been installed locally
134+with the full capabilities of GNU `gettext'. Just using `gettext'
135+extended syntax for `LANG' would break proper localization of already
136+available operating system programs. In this case, users should set
137+both `LANGUAGE' and `LANG' variables in their environment, as programs
138+using GNU `gettext' give preference to `LANGUAGE'. For example, some
139+Swedish users would rather read translations in German than English for
140+when Swedish is not available. This is easily accomplished by setting
141+`LANGUAGE' to `sv:de' while leaving `LANG' to `sv'.
142+
143+Translating Teams
144+=================
145+
146+ For the Free Translation Project to be a success, we need interested
147+people who like their own language and write it well, and who are also
148+able to synergize with other translators speaking the same language.
149+Each translation team has its own mailing list, courtesy of Linux
150+International. You may reach your translation team at the address
151+`LL@li.org', replacing LL by the two-letter ISO 639 code for your
152+language. Language codes are *not* the same as the country codes given
153+in ISO 3166. The following translation teams exist, as of December
154+1997:
155+
156+ Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en',
157+ Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian
158+ `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja',
159+ Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish
160+ `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es',
161+ Swedish `sv', and Turkish `tr'.
162+
163+For example, you may reach the Chinese translation team by writing to
164+`zh@li.org'.
165+
166+ If you'd like to volunteer to *work* at translating messages, you
167+should become a member of the translating team for your own language.
168+The subscribing address is *not* the same as the list itself, it has
169+`-request' appended. For example, speakers of Swedish can send a
170+message to `sv-request@li.org', having this message body:
171+
172+ subscribe
173+
174+ Keep in mind that team members are expected to participate
175+*actively* in translations, or at solving translational difficulties,
176+rather than merely lurking around. If your team does not exist yet and
177+you want to start one, or if you are unsure about what to do or how to
178+get started, please write to `translation@iro.umontreal.ca' to reach the
179+coordinator for all translator teams.
180+
181+ The English team is special. It works at improving and uniformizing
182+the terminology in use. Proven linguistic skill are praised more than
183+programming skill, here.
184+
185+Available Packages
186+==================
187+
188+ Languages are not equally supported in all packages. The following
189+matrix shows the current state of internationalization, as of December
190+1997. The matrix shows, in regard of each package, for which languages
191+PO files have been submitted to translation coordination.
192+
193+ Ready PO files cs da de en es fi fr it ja ko nl no pl pt ru sl sv
194+ .----------------------------------------------------.
195+ bash | [] [] [] | 3
196+ bison | [] [] [] | 3
197+ clisp | [] [] [] [] | 4
198+ cpio | [] [] [] [] [] [] | 6
199+ diffutils | [] [] [] [] [] | 5
200+ enscript | [] [] [] [] [] [] | 6
201+ fileutils | [] [] [] [] [] [] [] [] [] [] | 10
202+ findutils | [] [] [] [] [] [] [] [] [] | 9
203+ flex | [] [] [] [] | 4
204+ gcal | [] [] [] [] [] | 5
205+ gettext | [] [] [] [] [] [] [] [] [] [] [] | 12
206+ grep | [] [] [] [] [] [] [] [] [] [] | 10
207+ hello | [] [] [] [] [] [] [] [] [] [] [] | 11
208+ id-utils | [] [] [] | 3
209+ indent | [] [] [] [] [] | 5
210+ libc | [] [] [] [] [] [] [] | 7
211+ m4 | [] [] [] [] [] [] | 6
212+ make | [] [] [] [] [] [] | 6
213+ music | [] [] | 2
214+ ptx | [] [] [] [] [] [] [] [] | 8
215+ recode | [] [] [] [] [] [] [] [] [] | 9
216+ sh-utils | [] [] [] [] [] [] [] [] | 8
217+ sharutils | [] [] [] [] [] [] | 6
218+ tar | [] [] [] [] [] [] [] [] [] [] [] | 11
219+ texinfo | [] [] [] | 3
220+ textutils | [] [] [] [] [] [] [] [] [] | 9
221+ wdiff | [] [] [] [] [] [] [] [] | 8
222+ `----------------------------------------------------'
223+ 17 languages cs da de en es fi fr it ja ko nl no pl pt ru sl sv
224+ 27 packages 6 4 25 1 18 1 26 2 1 12 20 9 19 7 4 7 17 179
225+
226+ Some counters in the preceding matrix are higher than the number of
227+visible blocks let us expect. This is because a few extra PO files are
228+used for implementing regional variants of languages, or language
229+dialects.
230+
231+ For a PO file in the matrix above to be effective, the package to
232+which it applies should also have been internationalized and
233+distributed as such by its maintainer. There might be an observable
234+lag between the mere existence a PO file and its wide availability in a
235+distribution.
236+
237+ If December 1997 seems to be old, you may fetch a more recent copy
238+of this `ABOUT-NLS' file on most GNU archive sites.
239+
240
241=== renamed file 'ABOUT-NLS' => 'ABOUT-NLS.moved'
242=== added file 'AUTHORS'
243--- AUTHORS 1970-01-01 00:00:00 +0000
244+++ AUTHORS 2010-06-29 09:59:23 +0000
245@@ -0,0 +1,16 @@
246+Principal author:
247+Alfredo Kojima <kojima@groovynet.org>
248+
249+Current Maintainer(s):
250+Michael Vogt <mvo@debian.org>
251+Gustavo Niemeyer <niemeyer@conectiva.com>
252+
253+Debtag support:
254+Enrico Zini <enrico@debian.org>
255+
256+Lots of improvements with the glade interface and usability:
257+Sebastian Heinlein <sebastian.heinlein@web.de>
258+
259+Lots of small fixes/improvements:
260+Panu Matilainen <pmatilai@welho.com>
261+
262
263=== renamed file 'AUTHORS' => 'AUTHORS.moved'
264=== added file 'BUGS'
265--- BUGS 1970-01-01 00:00:00 +0000
266+++ BUGS 2010-06-29 09:59:23 +0000
267@@ -0,0 +1,14 @@
268+* "<,>" charackters in section of a pkg make the pkgsection view fail
269+
270+* the intro dialog is non-modal but blocks interface
271+
272+* reinstall, setCanidateVersion() installs not supported by
273+ RPackageLister::{read,write}Selections()
274+
275+> I think there is a bug (debian-specific ?):
276+> In preferences I told Synaptic to completely remove packages
277+> including configuration files, but when the removal or installation of a
278+> package marks another package to be removed, the configuration files are
279+> always left on the system (residual config). Marking a package for
280+> complete removal works as expected. No big deal...
281+
282
283=== renamed file 'BUGS' => 'BUGS.moved'
284=== added file 'COPYING'
285--- COPYING 1970-01-01 00:00:00 +0000
286+++ COPYING 2010-06-29 09:59:23 +0000
287@@ -0,0 +1,340 @@
288+ GNU GENERAL PUBLIC LICENSE
289+ Version 2, June 1991
290+
291+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
292+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
293+ Everyone is permitted to copy and distribute verbatim copies
294+ of this license document, but changing it is not allowed.
295+
296+ Preamble
297+
298+ The licenses for most software are designed to take away your
299+freedom to share and change it. By contrast, the GNU General Public
300+License is intended to guarantee your freedom to share and change free
301+software--to make sure the software is free for all its users. This
302+General Public License applies to most of the Free Software
303+Foundation's software and to any other program whose authors commit to
304+using it. (Some other Free Software Foundation software is covered by
305+the GNU Library General Public License instead.) You can apply it to
306+your programs, too.
307+
308+ When we speak of free software, we are referring to freedom, not
309+price. Our General Public Licenses are designed to make sure that you
310+have the freedom to distribute copies of free software (and charge for
311+this service if you wish), that you receive source code or can get it
312+if you want it, that you can change the software or use pieces of it
313+in new free programs; and that you know you can do these things.
314+
315+ To protect your rights, we need to make restrictions that forbid
316+anyone to deny you these rights or to ask you to surrender the rights.
317+These restrictions translate to certain responsibilities for you if you
318+distribute copies of the software, or if you modify it.
319+
320+ For example, if you distribute copies of such a program, whether
321+gratis or for a fee, you must give the recipients all the rights that
322+you have. You must make sure that they, too, receive or can get the
323+source code. And you must show them these terms so they know their
324+rights.
325+
326+ We protect your rights with two steps: (1) copyright the software, and
327+(2) offer you this license which gives you legal permission to copy,
328+distribute and/or modify the software.
329+
330+ Also, for each author's protection and ours, we want to make certain
331+that everyone understands that there is no warranty for this free
332+software. If the software is modified by someone else and passed on, we
333+want its recipients to know that what they have is not the original, so
334+that any problems introduced by others will not reflect on the original
335+authors' reputations.
336+
337+ Finally, any free program is threatened constantly by software
338+patents. We wish to avoid the danger that redistributors of a free
339+program will individually obtain patent licenses, in effect making the
340+program proprietary. To prevent this, we have made it clear that any
341+patent must be licensed for everyone's free use or not licensed at all.
342+
343+ The precise terms and conditions for copying, distribution and
344+modification follow.
345+
346
347+ GNU GENERAL PUBLIC LICENSE
348+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
349+
350+ 0. This License applies to any program or other work which contains
351+a notice placed by the copyright holder saying it may be distributed
352+under the terms of this General Public License. The "Program", below,
353+refers to any such program or work, and a "work based on the Program"
354+means either the Program or any derivative work under copyright law:
355+that is to say, a work containing the Program or a portion of it,
356+either verbatim or with modifications and/or translated into another
357+language. (Hereinafter, translation is included without limitation in
358+the term "modification".) Each licensee is addressed as "you".
359+
360+Activities other than copying, distribution and modification are not
361+covered by this License; they are outside its scope. The act of
362+running the Program is not restricted, and the output from the Program
363+is covered only if its contents constitute a work based on the
364+Program (independent of having been made by running the Program).
365+Whether that is true depends on what the Program does.
366+
367+ 1. You may copy and distribute verbatim copies of the Program's
368+source code as you receive it, in any medium, provided that you
369+conspicuously and appropriately publish on each copy an appropriate
370+copyright notice and disclaimer of warranty; keep intact all the
371+notices that refer to this License and to the absence of any warranty;
372+and give any other recipients of the Program a copy of this License
373+along with the Program.
374+
375+You may charge a fee for the physical act of transferring a copy, and
376+you may at your option offer warranty protection in exchange for a fee.
377+
378+ 2. You may modify your copy or copies of the Program or any portion
379+of it, thus forming a work based on the Program, and copy and
380+distribute such modifications or work under the terms of Section 1
381+above, provided that you also meet all of these conditions:
382+
383+ a) You must cause the modified files to carry prominent notices
384+ stating that you changed the files and the date of any change.
385+
386+ b) You must cause any work that you distribute or publish, that in
387+ whole or in part contains or is derived from the Program or any
388+ part thereof, to be licensed as a whole at no charge to all third
389+ parties under the terms of this License.
390+
391+ c) If the modified program normally reads commands interactively
392+ when run, you must cause it, when started running for such
393+ interactive use in the most ordinary way, to print or display an
394+ announcement including an appropriate copyright notice and a
395+ notice that there is no warranty (or else, saying that you provide
396+ a warranty) and that users may redistribute the program under
397+ these conditions, and telling the user how to view a copy of this
398+ License. (Exception: if the Program itself is interactive but
399+ does not normally print such an announcement, your work based on
400+ the Program is not required to print an announcement.)
401+
402
403+These requirements apply to the modified work as a whole. If
404+identifiable sections of that work are not derived from the Program,
405+and can be reasonably considered independent and separate works in
406+themselves, then this License, and its terms, do not apply to those
407+sections when you distribute them as separate works. But when you
408+distribute the same sections as part of a whole which is a work based
409+on the Program, the distribution of the whole must be on the terms of
410+this License, whose permissions for other licensees extend to the
411+entire whole, and thus to each and every part regardless of who wrote it.
412+
413+Thus, it is not the intent of this section to claim rights or contest
414+your rights to work written entirely by you; rather, the intent is to
415+exercise the right to control the distribution of derivative or
416+collective works based on the Program.
417+
418+In addition, mere aggregation of another work not based on the Program
419+with the Program (or with a work based on the Program) on a volume of
420+a storage or distribution medium does not bring the other work under
421+the scope of this License.
422+
423+ 3. You may copy and distribute the Program (or a work based on it,
424+under Section 2) in object code or executable form under the terms of
425+Sections 1 and 2 above provided that you also do one of the following:
426+
427+ a) Accompany it with the complete corresponding machine-readable
428+ source code, which must be distributed under the terms of Sections
429+ 1 and 2 above on a medium customarily used for software interchange; or,
430+
431+ b) Accompany it with a written offer, valid for at least three
432+ years, to give any third party, for a charge no more than your
433+ cost of physically performing source distribution, a complete
434+ machine-readable copy of the corresponding source code, to be
435+ distributed under the terms of Sections 1 and 2 above on a medium
436+ customarily used for software interchange; or,
437+
438+ c) Accompany it with the information you received as to the offer
439+ to distribute corresponding source code. (This alternative is
440+ allowed only for noncommercial distribution and only if you
441+ received the program in object code or executable form with such
442+ an offer, in accord with Subsection b above.)
443+
444+The source code for a work means the preferred form of the work for
445+making modifications to it. For an executable work, complete source
446+code means all the source code for all modules it contains, plus any
447+associated interface definition files, plus the scripts used to
448+control compilation and installation of the executable. However, as a
449+special exception, the source code distributed need not include
450+anything that is normally distributed (in either source or binary
451+form) with the major components (compiler, kernel, and so on) of the
452+operating system on which the executable runs, unless that component
453+itself accompanies the executable.
454+
455+If distribution of executable or object code is made by offering
456+access to copy from a designated place, then offering equivalent
457+access to copy the source code from the same place counts as
458+distribution of the source code, even though third parties are not
459+compelled to copy the source along with the object code.
460+
461
462+ 4. You may not copy, modify, sublicense, or distribute the Program
463+except as expressly provided under this License. Any attempt
464+otherwise to copy, modify, sublicense or distribute the Program is
465+void, and will automatically terminate your rights under this License.
466+However, parties who have received copies, or rights, from you under
467+this License will not have their licenses terminated so long as such
468+parties remain in full compliance.
469+
470+ 5. You are not required to accept this License, since you have not
471+signed it. However, nothing else grants you permission to modify or
472+distribute the Program or its derivative works. These actions are
473+prohibited by law if you do not accept this License. Therefore, by
474+modifying or distributing the Program (or any work based on the
475+Program), you indicate your acceptance of this License to do so, and
476+all its terms and conditions for copying, distributing or modifying
477+the Program or works based on it.
478+
479+ 6. Each time you redistribute the Program (or any work based on the
480+Program), the recipient automatically receives a license from the
481+original licensor to copy, distribute or modify the Program subject to
482+these terms and conditions. You may not impose any further
483+restrictions on the recipients' exercise of the rights granted herein.
484+You are not responsible for enforcing compliance by third parties to
485+this License.
486+
487+ 7. If, as a consequence of a court judgment or allegation of patent
488+infringement or for any other reason (not limited to patent issues),
489+conditions are imposed on you (whether by court order, agreement or
490+otherwise) that contradict the conditions of this License, they do not
491+excuse you from the conditions of this License. If you cannot
492+distribute so as to satisfy simultaneously your obligations under this
493+License and any other pertinent obligations, then as a consequence you
494+may not distribute the Program at all. For example, if a patent
495+license would not permit royalty-free redistribution of the Program by
496+all those who receive copies directly or indirectly through you, then
497+the only way you could satisfy both it and this License would be to
498+refrain entirely from distribution of the Program.
499+
500+If any portion of this section is held invalid or unenforceable under
501+any particular circumstance, the balance of the section is intended to
502+apply and the section as a whole is intended to apply in other
503+circumstances.
504+
505+It is not the purpose of this section to induce you to infringe any
506+patents or other property right claims or to contest validity of any
507+such claims; this section has the sole purpose of protecting the
508+integrity of the free software distribution system, which is
509+implemented by public license practices. Many people have made
510+generous contributions to the wide range of software distributed
511+through that system in reliance on consistent application of that
512+system; it is up to the author/donor to decide if he or she is willing
513+to distribute software through any other system and a licensee cannot
514+impose that choice.
515+
516+This section is intended to make thoroughly clear what is believed to
517+be a consequence of the rest of this License.
518+
519
520+ 8. If the distribution and/or use of the Program is restricted in
521+certain countries either by patents or by copyrighted interfaces, the
522+original copyright holder who places the Program under this License
523+may add an explicit geographical distribution limitation excluding
524+those countries, so that distribution is permitted only in or among
525+countries not thus excluded. In such case, this License incorporates
526+the limitation as if written in the body of this License.
527+
528+ 9. The Free Software Foundation may publish revised and/or new versions
529+of the General Public License from time to time. Such new versions will
530+be similar in spirit to the present version, but may differ in detail to
531+address new problems or concerns.
532+
533+Each version is given a distinguishing version number. If the Program
534+specifies a version number of this License which applies to it and "any
535+later version", you have the option of following the terms and conditions
536+either of that version or of any later version published by the Free
537+Software Foundation. If the Program does not specify a version number of
538+this License, you may choose any version ever published by the Free Software
539+Foundation.
540+
541+ 10. If you wish to incorporate parts of the Program into other free
542+programs whose distribution conditions are different, write to the author
543+to ask for permission. For software which is copyrighted by the Free
544+Software Foundation, write to the Free Software Foundation; we sometimes
545+make exceptions for this. Our decision will be guided by the two goals
546+of preserving the free status of all derivatives of our free software and
547+of promoting the sharing and reuse of software generally.
548+
549+ NO WARRANTY
550+
551+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
552+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
553+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
554+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
555+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
556+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
557+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
558+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
559+REPAIR OR CORRECTION.
560+
561+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
562+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
563+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
564+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
565+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
566+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
567+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
568+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
569+POSSIBILITY OF SUCH DAMAGES.
570+
571+ END OF TERMS AND CONDITIONS
572+
573
574+ How to Apply These Terms to Your New Programs
575+
576+ If you develop a new program, and you want it to be of the greatest
577+possible use to the public, the best way to achieve this is to make it
578+free software which everyone can redistribute and change under these terms.
579+
580+ To do so, attach the following notices to the program. It is safest
581+to attach them to the start of each source file to most effectively
582+convey the exclusion of warranty; and each file should have at least
583+the "copyright" line and a pointer to where the full notice is found.
584+
585+ <one line to give the program's name and a brief idea of what it does.>
586+ Copyright (C) <year> <name of author>
587+
588+ This program is free software; you can redistribute it and/or modify
589+ it under the terms of the GNU General Public License as published by
590+ the Free Software Foundation; either version 2 of the License, or
591+ (at your option) any later version.
592+
593+ This program is distributed in the hope that it will be useful,
594+ but WITHOUT ANY WARRANTY; without even the implied warranty of
595+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
596+ GNU General Public License for more details.
597+
598+ You should have received a copy of the GNU General Public License
599+ along with this program; if not, write to the Free Software
600+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
601+
602+
603+Also add information on how to contact you by electronic and paper mail.
604+
605+If the program is interactive, make it output a short notice like this
606+when it starts in an interactive mode:
607+
608+ Gnomovision version 69, Copyright (C) year name of author
609+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
610+ This is free software, and you are welcome to redistribute it
611+ under certain conditions; type `show c' for details.
612+
613+The hypothetical commands `show w' and `show c' should show the appropriate
614+parts of the General Public License. Of course, the commands you use may
615+be called something other than `show w' and `show c'; they could even be
616+mouse-clicks or menu items--whatever suits your program.
617+
618+You should also get your employer (if you work as a programmer) or your
619+school, if any, to sign a "copyright disclaimer" for the program, if
620+necessary. Here is a sample; alter the names:
621+
622+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
623+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
624+
625+ <signature of Ty Coon>, 1 April 1989
626+ Ty Coon, President of Vice
627+
628+This General Public License does not permit incorporating your program into
629+proprietary programs. If your program is a subroutine library, you may
630+consider it more useful to permit linking proprietary applications with the
631+library. If this is what you want to do, use the GNU Library General
632+Public License instead of this License.
633
634=== renamed file 'COPYING' => 'COPYING.moved'
635=== added file 'ChangeLog'
636--- ChangeLog 1970-01-01 00:00:00 +0000
637+++ ChangeLog 2010-06-29 09:59:23 +0000
638@@ -0,0 +1,1416 @@
639+2003-01-21 12:47 mvogt
640+
641+ * po/: zh_CN.po, zh_HK.po, zh_TW.po: * some po updates from Anthony
642+ Fok
643+
644+2003-01-21 12:41 mvogt
645+
646+ * gtk/rgfetchprogress.cc: * progress bar uses the same font as the
647+ rest of the window now
648+
649+2003-01-21 12:28 mvogt
650+
651+ * TODO, common/rpackage.cc, common/rpackage.h,
652+ gtk/rgconfigwindow.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
653+ gtk/rgwindow.cc, gtk/window_main.glade,
654+ gtk/window_main.glade.strings, po/cat-id-tbl.c: * toolbar can now
655+ be: pixmap, text, both, hide * some minor bugfixes
656+
657+2003-01-21 11:03 svd
658+
659+ * gtk/rgwindow.cc: Fixed segfault in RGWindow::RGWindow on
660+ gfree(filename)
661+
662+2003-01-20 17:47 yeupou
663+
664+ * ChangeLog, po/fr.po: update french i18n
665+
666+2003-01-20 14:40 svd
667+
668+ * common/rpackagecache.cc, common/rpackagelister.cc,
669+ common/rpackagelister.h, gtk/gsynaptic.cc, gtk/rgmainwindow.cc,
670+ gtk/rgmainwindow.h: Fixed behaviour when pkglist broken on
671+ rpm-based systems
672+
673+2003-01-20 13:44 mvogt
674+
675+ * po/: zh_CN.po, zh_HK.po, zh_TW.po: * updated po files
676+
677+2003-01-20 13:28 svd
678+
679+ * common/: rpackagecache.cc, rpackagecache.h, rpackagelister.cc:
680+ Fix segfault in operations with sourcelist on rpm-based systems
681+
682+2003-01-20 13:24 svd
683+
684+ * gtk/rgmainwindow.cc: Allow use RGZvtInstallProgress for rpm
685+ systems
686+
687+2003-01-20 12:14 mvogt
688+
689+ * configure.in, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
690+ po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po,
691+ po/zh_TW.po: * added libpango to configure.in test
692+
693+2003-01-19 21:55 mvogt
694+
695+ * gtk/: rgfetchprogress.cc, rgfetchprogress.h: * fixed a small
696+ resource leak with the new pango code
697+
698+2003-01-19 21:40 mvogt
699+
700+ * gtk/: rgaboutpanel.cc, rgfetchprogress.cc, rgmainwindow.cc,
701+ window_options.glade, window_options.glade.strings: * removed some
702+ dead code from rgaboutpanel * converted some code from
703+ gdk_draw_string to pango * fixed a typo (thanks Anthony Fok)
704+
705+2003-01-17 23:55 mvogt
706+
707+ * gtk/: synaptic.glade, synaptic.glade.strings, synaptic.gladep: *
708+ big synaptic.glade is replaced with multiple small glade files
709+
710+2003-01-17 23:50 mvogt
711+
712+ * NEWS, common/rpackage.cc, common/rpackage.h, gtk/Makefile.am,
713+ gtk/rgmainwindow.cc, gtk/rgsummarywindow.cc, gtk/rgwindow.cc,
714+ gtk/window_about.glade, gtk/window_about.glade.strings,
715+ gtk/window_about.gladep, gtk/window_fetch.glade,
716+ gtk/window_fetch.glade.strings, gtk/window_fetch.gladep,
717+ gtk/window_find.glade, gtk/window_find.glade.strings,
718+ gtk/window_find.gladep, gtk/window_install_progress.glade,
719+ gtk/window_install_progress.glade.strings,
720+ gtk/window_install_progress.gladep, gtk/window_main.glade,
721+ gtk/window_main.glade.strings, gtk/window_main.gladep,
722+ gtk/window_options.glade, gtk/window_options.glade.strings,
723+ gtk/window_options.gladep, gtk/window_procceed.glade,
724+ gtk/window_procceed.glade.strings, gtk/window_procceed.gladep,
725+ po/POTFILES.in, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
726+ po/pt_BR.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: *
727+ split up the glade file into multiple ones (should be nicer for the
728+ translators) * fixed a resize bug in RGSummaryWindow
729+
730+2003-01-15 15:16 svd
731+
732+ * po/ru.po: Updated russian translation
733+
734+2003-01-13 12:41 mvogt
735+
736+ * po/README: * added README that explains some problems with glade
737+
738+2003-01-12 23:19 yeupou
739+
740+ * ChangeLog, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
741+ po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po,
742+ po/zh_TW.po: make update-po + update french strings
743+
744+2003-01-10 23:33 mvogt
745+
746+ * configure.in, common/rpackagefilter.cc, gtk/rgfiltermanager.cc,
747+ gtk/rgfiltermanager.h, gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h,
748+ gtk/rgmainwindow.cc, gtk/synaptic.glade,
749+ gtk/synaptic.glade.strings, po/cat-id-tbl.c: * fixed some small
750+ bugs * removed some dead code (was #if 0) left from pre glade days
751+
752+2003-01-10 15:25 mvogt
753+
754+ * NEWS: * updated NEWS file
755+
756+2003-01-10 15:21 mvogt
757+
758+ * README: * removed the commets about gksu for now
759+
760+2003-01-10 15:19 mvogt
761+
762+ * data/synaptic.desktop, po/de.po, po/es.po, po/fr.po, po/pt_BR.po,
763+ po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: *
764+ changed back to xsu as default way to do su, because gksu has some
765+ flaws
766+
767+2003-01-10 15:01 mvogt
768+
769+ * common/rpackagefilter.cc, po/cat-id-tbl.c, po/de.po, po/es.po,
770+ po/fr.po, po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po,
771+ po/zh_HK.po, po/zh_TW.po: * fixed a bug in rpackagefilter, now all
772+ patternfilters are used, not only the first one :)
773+
774+2003-01-09 22:34 mvogt
775+
776+ * po/ru.po: * updates to the russian translation
777+
778+2003-01-09 18:20 mvogt
779+
780+ * gtk/synaptic.glade, gtk/synaptic.glade.strings,
781+ gtk/synaptic.gladep, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
782+ po/pt_BR.po, po/ru.po, po/tr.po, po/zh_CN.po, po/zh_HK.po,
783+ po/zh_TW.po: * updated turkish translation (thanks to Rail Aliev)
784+
785+2003-01-09 05:18 mvogt
786+
787+ * gtk/rgfindwindow.cc: * fixed a minor bug in findwindow
788+
789+2003-01-08 20:16 mvogt
790+
791+ * NEWS, TODO, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
792+ po/pt_BR.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: *
793+ small documentation updates
794+
795+2003-01-08 19:39 mvogt
796+
797+ * gtk/: rgfindwindow.cc, rgfindwindow.h, rgmainwindow.cc,
798+ synaptic.glade: * small fixes for the new search windo
799+
800+2003-01-08 16:30 mvogt
801+
802+ * configure.in, common/i18n.h, gtk/synaptic.glade, po/ru.po: *
803+ added russian translation
804+
805+2003-01-08 12:48 mvogt
806+
807+ * po/: cat-id-tbl.c, de.po, es.po, fr.po, pt_BR.po, tr.po,
808+ zh_CN.po, zh_HK.po, zh_TW.po: * some minor corrections (missing "
809+ at end of line etc)
810+
811+2003-01-08 03:32 mvogt
812+
813+ * config.h.in, configure.in, gtk/rgmainwindow.cc, po/cat-id-tbl.c:
814+ * removed --with-dwww-help, this is autodetected at runtime
815+
816+2003-01-08 03:27 mvogt
817+
818+ * common/rpackagefilter.h, gtk/Makefile.am, gtk/rgfindwindow.cc,
819+ gtk/rgfindwindow.h, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
820+ gtk/rgwindow.cc, gtk/synaptic.glade, po/cat-id-tbl.c: * added find
821+ menu for easy searching for name/description
822+
823+2003-01-07 22:33 yeupou
824+
825+ * ChangeLog, po/fr.po: update french i18n strings
826+
827+2003-01-07 14:39 mvogt
828+
829+ * README, config.h.in, configure.in, common/rpackagefilter.cc,
830+ data/synaptic.desktop, gtk/Makefile.am, gtk/rgfiltereditor.cc,
831+ gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
832+ gtk/rgsummarywindow.cc, gtk/synaptic.glade, po/cat-id-tbl.c,
833+ po/de.po, po/es.po, po/fr.po, po/pt_BR.po, po/tr.po, po/zh_CN.po,
834+ po/zh_HK.po, po/zh_TW.po: * added (crude) purge and search pkg
835+ description support * added --with-dwww-help configure switch
836+ (enables Pkg Help button) * some resizing fixes
837+
838+2003-01-04 17:08 mvogt
839+
840+ * NEWS, TODO, configure.in, common/raptoptions.h,
841+ common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc,
842+ common/rpackagefilter.h, common/rpackagelister.cc, gtk/Makefile.am,
843+ gtk/gsynaptic.cc, gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h,
844+ gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/synaptic.glade,
845+ po/POTFILES.in, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
846+ po/pt_BR.po, po/tr.po, po/zh_CN.po, po/zh_HK.po, po/zh_TW.po: *
847+ added residual config filter * added chinese translation
848+
849+2002-12-27 13:28 mvogt
850+
851+ * gtk/rgmainwindow.cc: * fixed a problem with the new filters menu
852+
853+2002-12-27 02:37 mvogt
854+
855+ * NEWS, README, README.scripting, TODO, common/rpackage.cc,
856+ common/rpackage.h, gtk/rgmainwindow.cc, gtk/synaptic.glade,
857+ po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, po/pt_BR.po,
858+ po/tr.po: * small gui + documentation updates
859+
860+2002-12-26 23:20 mvogt
861+
862+ * TODO, gtk/rgaboutpanel.cc, gtk/rgmainwindow.cc,
863+ gtk/rgmainwindow.h, gtk/synaptic.glade: * added filters menu
864+
865+2002-12-20 00:48 mvogt
866+
867+ * TODO, common/rpackage.h, common/rpackagefilter.cc,
868+ common/rpackagefilter.h, gtk/rgaboutpanel.cc,
869+ gtk/rgfiltereditor.cc, gtk/rgwindow.cc, gtk/rgwindow.h,
870+ gtk/synaptic.glade, pixmaps/Makefile.am, po/cat-id-tbl.c, po/de.po,
871+ po/es.po, po/fr.po, po/pt_BR.po, po/tr.po: * some more filter like
872+ depends on, reverse depends on, conflicts work now
873+
874+2002-12-17 19:46 mvogt
875+
876+ * gtk/: rgmainwindow.cc, synaptic.glade: * a fix for _depListL
877+ handling
878+
879+2002-12-16 16:11 mvogt
880+
881+ * TODO, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
882+ gtk/synaptic.glade: * save windows size and vpaned position between
883+ sessions * (re)added tooltips to all buttons (there is a bug in
884+ libglade2 for toolbar buttons, a patch to the maintainer is
885+ submited)
886+
887+2002-12-15 11:36 mvogt
888+
889+ * common/rpackage.cc, gtk/Makefile.am, gtk/rgmainwindow.cc,
890+ gtk/synaptic.glade, pixmaps/Makefile.am,
891+ pixmaps/distupgrade_small.xpm, pixmaps/proceed_small.xpm,
892+ pixmaps/update_small.xpm, pixmaps/upgrade_small.xpm: * more fixes
893+ for the new gui. should be complette now
894+
895+2002-12-13 22:38 mvogt
896+
897+ * gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgwindow.cc,
898+ gtk/synaptic.glade, po/cat-id-tbl.c: * more fixes for the new gui
899+
900+2002-12-12 18:37 mvogt
901+
902+ * Makefile.am, acconfig.h, config.h.in, configure.in,
903+ common/rrepositoryfile.cc, common/rrepositoryfile.h,
904+ common/rsources.cc, gtk/Makefile.am, gtk/rgmainwindow.cc,
905+ gtk/rgmainwindow.h, gtk/rgsourceswindow.cc, gtk/rgsourceswindow.h,
906+ gtk/rgsrcwindow.cc, gtk/rgwindow.cc, gtk/rgwindow.h,
907+ gtk/synaptic.glade, gtk/synaptic.glade.strings,
908+ gtk/synaptic.gladep, po/cat-id-tbl.c: * switched to the new gui
909+ (should basicly work, but lots of rough edges) * removed unused
910+ files
911+
912+2002-12-06 09:16 mvogt
913+
914+ * NEWS, TODO, configure.in, common/rpackagelister.cc,
915+ common/rpackagelister.h, gtk/Makefile.am, gtk/galertpanel.c,
916+ gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h,
917+ gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
918+ gtk/rgsrcwindow.cc, gtk/rgsummarywindow.cc, gtk/rgsummarywindow.h,
919+ gtk/rgvendorswindow.cc, gtk/rgzvtinstallprogress.cc,
920+ gtk/rgzvtinstallprogress.h, pixmaps/synaptic_mini.xpm,
921+ po/cat-id-tbl.c: * complette port to gtk2
922+
923+2002-12-03 12:13 mvogt
924+
925+ * gtk/rgzvtinstallprogress.cc: * always set TERM to xterm
926+
927+2002-11-29 21:08 mvogt
928+
929+ * pixmaps/Makefile.am, po/de.po, po/es.po, po/fr.po, po/pt_BR.po,
930+ po/tr.po: * minor makefile fix
931+
932+2002-11-29 13:15 mvogt
933+
934+ * gtk/rgmainwindow.cc, man/Makefile.am: * rgmainwindow.cc: small
935+ setIcon() fix * man/Makefile.am: add french and turkish man page to
936+ tgz
937+
938+2002-11-29 13:02 mvogt
939+
940+ * NEWS: * credits
941+
942+2002-11-29 03:35 mvogt
943+
944+ * Makefile.am, NEWS, README, configure.in, data/Makefile.am,
945+ data/synaptic.desktop, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
946+ pixmaps/Makefile.am, pixmaps/synaptic_48x48.png,
947+ pixmaps/synaptic_mini.xpm, po/de.po, po/es.po, po/fr.po,
948+ po/pt_BR.po, po/tr.po: * some icons * a desktop entry for gnome
949+ (uses xsu for now) * a wm icon (should work for both gnome/kde)
950+
951+2002-11-28 10:54 mvogt
952+
953+ * common/rpackagefilter.cc, gtk/rgfetchprogress.cc,
954+ gtk/rgfiltereditor.cc, gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc,
955+ gtk/rgsrcwindow.cc, gtk/rgsummarywindow.cc, gtk/rgvendorswindow.cc,
956+ po/cat-id-tbl.c: * applied a i18n patch from Rail Aliev (thanks!)
957+
958+2002-11-25 23:26 mvogt
959+
960+ * man/synaptic.tr.8: * added turkish man-page (thanks to Rail
961+ Aliev)
962+
963+2002-11-25 23:06 mvogt
964+
965+ * configure.in, po/tr.po: * added turkish translation (thanks to
966+ Rail Aliev)
967+
968+2002-11-25 14:40 mvogt
969+
970+ * gtk/rgfiltereditor.h: * fixed a filter bug in rgfiltereditor
971+ (thanks to Sviatoslav Sviridov)
972+
973+2002-11-23 19:19 mvogt
974+
975+ * gtk/gsynaptic.cc: * commited setlocale->gtk_set_locale() patch
976+ from Sviatoslav Sviridou (thanks!)
977+
978+2002-11-19 17:34 mvogt
979+
980+ * man/Makefile.am: * added Makefile.am
981+
982+2002-11-19 17:26 yeupou
983+
984+ * ChangeLog, man/synaptic.fr.8: Add french man page
985+
986+2002-11-12 12:53 mvogt
987+
988+ * common/raptoptions.cc: * improved the popen() call to deborphan a
989+ bit
990+
991+2002-11-10 15:03 mvogt
992+
993+ * NEWS, common/rpackagelister.cc, gtk/rgsrcwindow.h,
994+ gtk/rgvendorswindow.h, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: *
995+ minor build fixes (for make distcheck)
996+
997+2002-11-09 14:09 mvogt
998+
999+ * configure.in, common/rpackage.cc, common/rpackagelister.cc: *
1000+ fixed a nasty memory leak in openCache()
1001+
1002+2002-11-09 01:45 mvogt
1003+
1004+ * NEWS, TODO, common/raptoptions.cc, common/raptoptions.h,
1005+ common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc,
1006+ common/rpackagefilter.h, common/rpackagelister.cc,
1007+ gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, gtk/rgmainwindow.cc,
1008+ gtk/rgsummarywindow.cc, gtk/rgsummarywindow.h, po/cat-id-tbl.c,
1009+ po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * reworked the
1010+ rgsummarywindow dialog, added a gtktree for the "to be removed,
1011+ to be installed" etc packages * added deborphan functionalty
1012+ (debian only)
1013+
1014+2002-11-06 16:40 mvogt
1015+
1016+ * Makefile.am, TODO, configure.in: * added the makefile for the
1017+ man-page
1018+
1019+2002-11-04 00:59 mvogt
1020+
1021+ * gtk/: gsynaptic.cc, rgmainwindow.cc: * added some more
1022+ translateable strings
1023+
1024+2002-11-04 00:51 mvogt
1025+
1026+ * TODO, configure.in, common/rconfiguration.cc, common/rpackage.cc,
1027+ common/rpackage.h, common/rpackagefilter.cc,
1028+ common/rpackagefilter.h, common/rpackagelister.cc,
1029+ gtk/rgconfigwindow.h, gtk/rgfiltereditor.cc,
1030+ gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
1031+ pixmaps/holdM.xpm, po/cat-id-tbl.c: * cleanups
1032+
1033+2002-11-02 22:11 yeupou
1034+
1035+ * po/: fr.po, fr.po: fix minor typo
1036+
1037+2002-11-02 21:57 yeupou
1038+
1039+ * ChangeLog, po/fr.po: fix typo
1040+
1041+2002-11-02 21:51 yeupou
1042+
1043+ * ChangeLog, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: upgrade
1044+ french i18n (typo + new stings)
1045+
1046+2002-10-30 11:55 mvogt
1047+
1048+ * gtk/rgconfigwindow.cc: * removed another gtk_set_usize() :)
1049+
1050+2002-10-28 14:41 mvogt
1051+
1052+ * gtk/rgmainwindow.cc: * and another small ui thing
1053+
1054+2002-10-28 14:37 mvogt
1055+
1056+ * gtk/rgmainwindow.cc, man/synaptic.8: * another minor resizing fix
1057+
1058+2002-10-28 14:11 mvogt
1059+
1060+ * TODO, gtk/rgmainwindow.cc: * fixed a nasty UI resizing problem *
1061+ small improvement for the GtkCList
1062+
1063+2002-10-28 12:47 mvogt
1064+
1065+ * NEWS, TODO, configure.in, gtk/rgconfigwindow.cc,
1066+ gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/synapticinterface.cc,
1067+ man/synaptic.8, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
1068+ po/pt_BR.po: * added a manpage * added ColorStatus in the main
1069+ GtkCList * added option to switch colors on/off
1070+
1071+2002-10-27 10:56 mvogt
1072+
1073+ * gtk/rgsummarywindow.cc: * small ui improvements
1074+
1075+2002-10-09 18:27 mvogt
1076+
1077+ * TODO, gtk/rgmainwindow.cc: * minor documentation updates
1078+
1079+2002-10-09 10:18 mvogt
1080+
1081+ * gtk/rgmainwindow.cc: * some more usize fixes (still far from
1082+ perfect)
1083+
1084+2002-10-09 01:55 mvogt
1085+
1086+ * acconfig.h, config.h.in, configure.in, gtk/Makefile.am,
1087+ gtk/rgfetchprogress.cc, gtk/rgmainwindow.cc, po/de.po, po/es.po,
1088+ po/fr.po, po/pt_BR.po: * gtk/Makefile.am should work now with both
1089+ automake1.4 and automake1.6 * removed --new-gui (never quite there
1090+ anyway)
1091+
1092+2002-10-09 00:43 mvogt
1093+
1094+ * po/: de.po, fr.po: * fixed a bug for 8bit charackters
1095+
1096+2002-10-09 00:30 mvogt
1097+
1098+ * po/de.po: * added a german "umlaut"
1099+
1100+2002-10-06 17:03 mvogt
1101+
1102+ * configure.in: * fixed a bug in swig test
1103+
1104+2002-10-04 03:12 niemeyer
1105+
1106+ * gtk/: Makefile.am, rgmainwindow.cc, rgmainwindow.h,
1107+ synapticinterface.cc: - Do not expose internal interface of
1108+ RGMainWindow. - Minor changes for automake 1.6 conformance.
1109+
1110+2002-10-04 02:40 niemeyer
1111+
1112+ * README.scripting: Minor typo fixes.
1113+
1114+2002-10-03 22:52 mvogt
1115+
1116+ * Makefile.am, NEWS, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: *
1117+ minor cleanups * documentation update
1118+
1119+2002-10-03 21:56 mvogt
1120+
1121+ * README.scripting, gtk/synapticinterface.cc,
1122+ gtk/synapticinterface.h: * some more code for the scripting
1123+ interface * added a basic README for the scripting stuff along with
1124+ a simple example
1125+
1126+2002-10-03 18:39 mvogt
1127+
1128+ * TODO, gtk/Makefile.am, po/de.po, po/es.po, po/fr.po, po/pt_BR.po:
1129+ * fixed the makefile for building the python module
1130+
1131+2002-10-03 15:28 mvogt
1132+
1133+ * macros/Makefile.am: * python.m4 file is removed from
1134+ macros/Makefile.am (it never worked)
1135+
1136+2002-10-03 15:25 mvogt
1137+
1138+ * Makefile.am, NEWS, TODO, acinclude.m4, configure.in,
1139+ gtk/Makefile.am, gtk/rgmainwindow.h, gtk/synapticinterface.cc,
1140+ gtk/synapticinterface.h, gtk/synapticinterface.i,
1141+ macros/Makefile.am, macros/Makefile.in: * added python interface
1142+ for synaptic
1143+
1144+2002-10-02 15:29 mvogt
1145+
1146+ * NEWS, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
1147+ gtk/rgvendorswindow.cc: * cleanups * removed _tempKludge as it's
1148+ not needed with the current code * reworked "installSelected"
1149+ Suggestions/Recommandation
1150+
1151+2002-10-02 11:34 mvogt
1152+
1153+ * README, gtk/gsynaptic.cc, gtk/rgmainwindow.cc: * removed some
1154+ debug messages * changed the names of the command line arguments
1155+ (initialFilter -> initial-filter / filterFile -> filter-file) to
1156+ match it with apt
1157+
1158+2002-10-01 16:18 mvogt
1159+
1160+ * README: * added some info about the multiple selection feature
1161+
1162+2002-10-01 15:53 mvogt
1163+
1164+ * NEWS, TODO, gtk/gsynaptic.cc, gtk/rgmainwindow.cc,
1165+ gtk/rgmainwindow.h, po/cat-id-tbl.c: * multiple selection of
1166+ packages is possible now (use SHIFT/CTRL in the clist)
1167+
1168+2002-10-01 13:41 mvogt
1169+
1170+ * gtk/rgaboutpanel.cc: * added Gustavo to authors
1171+
1172+2002-09-30 22:48 mvogt
1173+
1174+ * NEWS, README, common/rconfiguration.cc, gtk/rgmainwindow.cc,
1175+ gtk/rgmainwindow.h: * cosmetic stuff * fixed a bug in save/restore
1176+ state ("synaptic::" -> "Synaptic::", I wonder why this ever
1177+ worked (: ) * updated the README file. It now point to the savannah
1178+ page
1179+
1180+2002-09-30 16:57 mvogt
1181+
1182+ * common/rconfiguration.cc, gtk/gsynaptic.cc: * fixed warnings if
1183+ files in /root/.synaptic are not there (the files are just
1184+ created)
1185+
1186+2002-09-30 15:44 mvogt
1187+
1188+ * NEWS, README, TODO, configure.in, common/raptoptions.cc,
1189+ common/rconfiguration.cc, common/rpackage.h,
1190+ common/rpackagelister.cc, common/rpackagelister.h,
1191+ gtk/gsynaptic.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h: *
1192+ reworked the "new" packages in list detection (much saner now) *
1193+ added some commandline options (alternative filterFile,
1194+ inititalFilter)
1195+
1196+2002-09-27 10:54 mvogt
1197+
1198+ * configure.in, common/raptoptions.cc: * version is now 0.24.1 *
1199+ the non-existance of /etc/apt/preferences is now ignored
1200+
1201+2002-09-27 01:05 mvogt
1202+
1203+ * Makefile.am, configure.in, common/raptoptions.cc: * two small
1204+ fixes (thanks to Richard Bos)
1205+
1206+2002-09-26 16:27 mvogt
1207+
1208+ * common/raptoptions.h, po/de.po, po/es.po, po/fr.po, po/pt_BR.po:
1209+ * fixed a g++-3.2 problem
1210+
1211+2002-09-26 16:06 mvogt
1212+
1213+ * gtk/rgsrcwindow.cc, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: *
1214+ changed "none" to "no vendor" in rgsrcwindow option menu
1215+
1216+2002-09-26 15:37 mvogt
1217+
1218+ * README, gtk/rgmainwindow.cc, pixmaps/Makefile.am,
1219+ po/cat-id-tbl.c: * keybinding for "update" is CTRL-u * added the
1220+ new pixmaps to extra_dist in pixmaps/Makefile.am
1221+
1222+2002-09-26 15:00 niemeyer
1223+
1224+ * AUTHORS, NEWS, gtk/rgvendorswindow.cc, gtk/rgvendorswindow.h: -
1225+ Oops, forgot to add vendors.list specific files. - Included myself
1226+ in the AUTHORS file. - 2 new entries for NEWS file.
1227+
1228+2002-09-25 22:20 niemeyer
1229+
1230+ * common/rsources.cc, common/rsources.h, gtk/Makefile.am,
1231+ gtk/rgsrcwindow.cc, gtk/rgsrcwindow.h: - Implemented full vendors
1232+ support. - Fixed some minor bugs. - Reworked sources list
1233+ interface (again).
1234+
1235+2002-09-25 16:09 niemeyer
1236+
1237+ * gtk/: rgsrcwindow.cc, rgsrcwindow.h: Reworked sources window.
1238+
1239+2002-09-25 14:54 niemeyer
1240+
1241+ * gtk/galertpanel.c: Fixed warning issued when first parameter of
1242+ gtk_run_alert_panel() was NULL (e.g. when running as a non-root
1243+ user).
1244+
1245+2002-09-25 14:48 niemeyer
1246+
1247+ * gtk/rgmainwindow.cc: Rolling back text changes introduced in
1248+ revision 1.37.
1249+
1250+2002-09-25 11:43 mvogt
1251+
1252+ * TODO: * some radom ideas
1253+
1254+2002-09-24 13:53 mvogt
1255+
1256+ * gtk/rgmainwindow.cc, po/cat-id-tbl.c: * minor correction for the
1257+ new/hold icons
1258+
1259+2002-09-24 13:48 mvogt
1260+
1261+ * gtk/rgmainwindow.cc, pixmaps/holdM.xpm, pixmaps/newM.xpm: * "new"
1262+ and "hold" packages have icons now * added pixmaps/newM.xpm and
1263+ pixmaps/holdM.xpm (ugly!)
1264+
1265+2002-09-24 12:29 mvogt
1266+
1267+ * gtk/galertpanel.c: * gtk/galertpanel.c: make the dialog transtent
1268+ to the parent
1269+
1270+2002-09-24 12:13 mvogt
1271+
1272+ * NEWS, acconfig.h, config.h.in, configure.in, gtk/rgmainwindow.cc:
1273+ * hold feature is enabled with "--with-pkg-hold" and the #define is
1274+ changed to SYNAPTIC_PKG_HOLD. so the meaning is clearer IMHO.
1275+
1276+2002-09-24 11:52 mvogt
1277+
1278+ * INSTALL, NEWS, README, acconfig.h, config.h.in, configure.in,
1279+ gtk/Makefile.am, gtk/rgmainwindow.cc, wings/Makefile.am: * WINGs
1280+ version no longer build by default and renamed to "wsynaptic" *
1281+ Gtk+ version renamed to "synaptic" * added configure switch
1282+ "--with-hold" that enables a "hold" package feature * some
1283+ documentation updates regarding the changes to configure
1284+
1285+2002-09-24 00:47 mvogt
1286+
1287+ * common/rinstallprogress.cc, common/rpackagelister.cc,
1288+ gtk/rgzvtinstallprogress.cc, gtk/rgzvtinstallprogress.h,
1289+ po/cat-id-tbl.c: * keep RGZvtInstallProgress window open if
1290+ something goes wrong with the installation so that the user can
1291+ inspect it
1292+
1293+2002-09-23 23:49 niemeyer
1294+
1295+ * common/: indexcopy.cc, rcdscanner.h, rconfiguration.cc,
1296+ rconfiguration.h, rpackagefilter.h, rpackagelister.cc: Minor
1297+ changes fixing compilation with GCC 3.2.
1298+
1299+2002-09-19 23:41 mvogt
1300+
1301+ * gtk/rgfetchprogress.cc, po/cat-id-tbl.c: * fixed a memory leask
1302+ in RGFetchProgress::refreshTable()
1303+
1304+2002-09-19 11:37 mvogt
1305+
1306+ * gtk/rgmainwindow.cc: * minor text changes (cosmetic)
1307+
1308+2002-09-19 00:48 mvogt
1309+
1310+ * common/rpackage.cc: * change permissions of the updateed
1311+ /etc/apt/preferences to 644
1312+
1313+2002-09-06 20:59 mvogt
1314+
1315+ * gtk/rgsrcwindow.cc, po/cat-id-tbl.c: * minor fix for the dialog
1316+
1317+2002-09-05 23:26 niemeyer
1318+
1319+ * common/rsources.cc, common/rsources.h, gtk/rgsrcwindow.cc,
1320+ gtk/rgsrcwindow.h: Added basic vendor support.
1321+
1322+2002-09-05 17:07 niemeyer
1323+
1324+ * gtk/rgmainwindow.cc: - Minor text changes. - Reordered entries
1325+ in dependency combo box.
1326+
1327+2002-09-05 02:32 mvogt
1328+
1329+ * gtk/rgmainwindow.cc, po/cat-id-tbl.c: * more cosmetic fixes for
1330+ the hold feature
1331+
1332+2002-09-05 00:14 mvogt
1333+
1334+ * gtk/rgmainwindow.cc, po/cat-id-tbl.c: * the _holdB button has a
1335+ new home, I hope it looks better now
1336+
1337+2002-09-05 00:06 mvogt
1338+
1339+ * gtk/rgmainwindow.cc: minor cleanups
1340+
1341+2002-09-04 23:46 mvogt
1342+
1343+ * common/raptoptions.h, common/rpackagefilter.cc,
1344+ common/rpackagefilter.h, common/rpackagelister.cc,
1345+ gtk/rgmainwindow.cc, po/cat-id-tbl.c: * fixed some Hold related
1346+ bugs
1347+
1348+2002-08-29 00:21 mvogt
1349+
1350+ * gtk/rgmainwindow.cc: * fixed a bug in "Dependecies of available
1351+ package"
1352+
1353+2002-08-29 00:06 mvogt
1354+
1355+ * NEWS: * new for version 0.24
1356+
1357+2002-08-28 22:38 mvogt
1358+
1359+ * gtk/rgfilterwindow.cc, po/cat-id-tbl.c: * changed order of
1360+ buttons in rgfilterwindow
1361+
1362+2002-08-28 22:26 mvogt
1363+
1364+ * gtk/rgmainwindow.cc: * removed a debug statement
1365+
1366+2002-08-28 22:21 mvogt
1367+
1368+ * common/raptoptions.cc, common/raptoptions.h, common/rpackage.cc,
1369+ common/rpackage.h, common/rpackagefilter.cc,
1370+ common/rpackagefilter.h, common/rpackagelister.cc,
1371+ gtk/gsynaptic.cc, gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h,
1372+ gtk/rgmainwindow.cc, po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po,
1373+ po/pt_BR.po: * implemented "Hold" feature using apt "pin"
1374+
1375+2002-08-26 14:34 mvogt
1376+
1377+ * common/rconfiguration.cc, gtk/rgmainwindow.cc, po/cat-id-tbl.c: *
1378+ windowsize is now saved/restored
1379+
1380+2002-08-26 14:03 mvogt
1381+
1382+ * TODO, configure.in, common/raptoptions.cc, common/raptoptions.h,
1383+ common/rconfiguration.cc, common/rconfiguration.h,
1384+ common/rpackage.h, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
1385+ po/cat-id-tbl.c: * raptoptions is now persistent and saves/restores
1386+ the "Locked" and "New" Packages * "New" Packages are saved until
1387+ the next succesfull update * "Hold" is enabled in GUI, but still
1388+ not working. It's enabled for testing the raptoptions
1389+ store/restore functions
1390+
1391+2002-08-25 13:32 mvogt
1392+
1393+ * po/: POTFILES.in, de.po, es.po, fr.po, pt_BR.po: * rgsrcwindow is
1394+ now in POTFILES
1395+
1396+2002-08-24 17:35 mvogt
1397+
1398+ * TODO: * nothing really
1399+
1400+2002-08-24 13:17 mvogt
1401+
1402+ * gtk/: rgfiltermanager.cc, rgfiltermanager.h, rgfilterwindow.cc,
1403+ rgfilterwindow.h, rgwindow.cc: * fixed a bug in delete-event of
1404+ rgfiltermanager/rgfilterwindow
1405+
1406+2002-08-23 20:08 mvogt
1407+
1408+ * TODO, common/rpackagelister.cc, gtk/rgfiltereditor.cc,
1409+ gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h,
1410+ gtk/rgfilterwindow.cc, gtk/rgmainwindow.cc: * trying to fix a bug
1411+ in rgfiltermanager (unsuccessfull so far)
1412+
1413+2002-08-23 15:12 mvogt
1414+
1415+ * common/rpackage.cc, gtk/rgsrcwindow.cc: * -Wall cleanups
1416+
1417+2002-08-23 13:40 mvogt
1418+
1419+ * gtk/rgsrcwindow.cc: * cleanups/ui improvements for the GTK_CLIST
1420+
1421+2002-08-22 22:03 mvogt
1422+
1423+ * common/: raptoptions.h, rsources.h: * g++-3.0 fixes
1424+
1425+2002-08-22 18:18 mvogt
1426+
1427+ * NEWS, TODO: * documentation updates
1428+
1429+2002-08-22 13:57 mvogt
1430+
1431+ * common/rsources.cc, common/rsources.h, gtk/rgsrcwindow.cc,
1432+ gtk/rgsrcwindow.h: * cleaned up rsource.{cc,h} it now uses a STL
1433+ list * small ui improvement for rgsrcwindow.cc
1434+
1435+2002-08-21 02:59 mvogt
1436+
1437+ * common/rsources.cc: * added a FIXME for the rsource class. I will
1438+ rewrite it with a STL list instead of the crappy (and buggy)
1439+ hand-coded one
1440+
1441+2002-08-20 21:20 niemeyer
1442+
1443+ * common/rsources.cc, common/rsources.h, gtk/rgsrcwindow.cc: -
1444+ Added rpm/rpm-src support in repositories dialog - Fixed bug which
1445+ was crashing repository updates (s/delete/delete []/).
1446+
1447+2002-08-20 01:03 mvogt
1448+
1449+ * common/rsources.cc, gtk/rgmainwindow.cc, gtk/rgsrcwindow.cc: *
1450+ some bugfixes in the new edit sources.list stuff
1451+
1452+2002-08-20 00:33 mvogt
1453+
1454+ * NEWS, configure.in, common/Makefile.am, common/rpackage.cc,
1455+ common/rsources.cc, common/rsources.h, gtk/Makefile.am,
1456+ gtk/rgmainwindow.cc, gtk/rgsourceswindow.cc, gtk/rgsourceswindow.h,
1457+ gtk/rgsrcwindow.cc, gtk/rgsrcwindow.h, po/cat-id-tbl.c: * added
1458+ sourceslist dialog (ported from deity)
1459+
1460+2002-07-27 16:07 mvogt
1461+
1462+ * common/Makefile.am, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: *
1463+ ups, bug in common/Makefile.am
1464+
1465+2002-07-27 15:57 mvogt
1466+
1467+ * configure.in, common/Makefile.am, common/rpackage.cc,
1468+ common/rpackagelister.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
1469+ gtk/rgzvtinstallprogress.cc: * some work on the new held feature,
1470+ but unfinished, because there are some problems. I think I will
1471+ give the apt Pin feature a try
1472+
1473+2002-07-27 05:45 mvogt
1474+
1475+ * README, TODO, gtk/rgmainwindow.cc: * added CTRL-q keybinding to
1476+ quit and documented it * some updates to the TODO file
1477+
1478+2002-07-27 05:27 mvogt
1479+
1480+ * gtk/rgconfigwindow.cc: * no real changes
1481+
1482+2002-07-27 05:25 mvogt
1483+
1484+ * gtk/: rgconfigwindow.cc, rgzvtinstallprogress.cc: * the state of
1485+ "closeZvtOnFinish" is now saved
1486+
1487+2002-07-27 01:33 mvogt
1488+
1489+ * gtk/: rgzvtinstallprogress.cc, rgzvtinstallprogress.h: * more
1490+ fixes to rgzvtinstallprogress
1491+
1492+2002-07-27 01:17 mvogt
1493+
1494+ * common/rinstallprogress.cc, common/rinstallprogress.h,
1495+ gtk/rgconfigwindow.cc, gtk/rgdummyinstallprogress.h,
1496+ gtk/rgmainwindow.cc, gtk/rgzvtinstallprogress.cc,
1497+ gtk/rgzvtinstallprogress.h, po/cat-id-tbl.c: * improved the
1498+ tgzvtinstallwindow
1499+
1500+2002-07-26 03:33 mvogt
1501+
1502+ * common/indexcopy.cc, gtk/rgzvtinstallprogress.cc,
1503+ wings/rwaboutpanel.h, wings/rwconfigwindow.cc,
1504+ wings/rwconfigwindow.h, wings/rwfetchprogress.cc,
1505+ wings/rwfiltereditor.cc, wings/rwfiltermanager.cc,
1506+ wings/rwfiltermanager.h, wings/rwinstallprogress.cc,
1507+ wings/rwinstallprogress.h, wings/rwmainwindow.cc,
1508+ wings/rwmainwindow.h, wings/rwsourceswindow.h,
1509+ wings/rwsummarywindow.h, wings/rwwindow.h: * more work to make
1510+ synaptic g++-3.0 and "-Wall" clean
1511+
1512+2002-07-25 22:47 mvogt
1513+
1514+ * configure.in, common/indexcopy.cc, common/rconfiguration.cc,
1515+ common/rinstallprogress.cc, common/rinstallprogress.h,
1516+ common/rpackage.cc, common/rpackagecache.cc,
1517+ common/rpackagecache.h, common/rpackagefilter.cc,
1518+ common/rpackagelister.cc, gtk/gsynaptic.cc, gtk/rgmainwindow.cc,
1519+ po/cat-id-tbl.c, po/de.po, po/es.po, po/fr.po, po/pt_BR.po,
1520+ wings/Makefile.am, wings/synaptic.cc: * applied a APT-RPM patch
1521+ from Gustavo Niemeyer <niemeyer@connectiva.com> * increased version
1522+ to 0.23
1523+
1524+2002-07-24 22:19 mvogt
1525+
1526+ * configure.in: * bumped version to 0.22
1527+
1528+2002-07-24 20:22 mvogt
1529+
1530+ * NEWS, gtk/rgfiltermanager.cc: * fixed a bug in the
1531+ rgfiltermanager
1532+
1533+2002-07-24 11:31 mvogt
1534+
1535+ * common/rcdscanner.cc, common/rpackagefilter.cc,
1536+ gtk/rgzvtinstallprogress.cc: * made synaptic g++-3.0 clean (again)
1537+
1538+2002-07-23 16:42 mvogt
1539+
1540+ * TODO, gtk/rgmainwindow.cc: * cosmetic change in rgmainwindow
1541+
1542+2002-07-23 11:32 mvogt
1543+
1544+ * NEWS, TODO, configure.in, common/rcdscanner.cc,
1545+ common/rpackage.cc, common/rpackagecache.cc,
1546+ common/rpackagefilter.cc, common/rpackagefilter.h,
1547+ common/rpackagelister.cc, common/rpackagelister.h,
1548+ gtk/rgaboutpanel.h, gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h,
1549+ gtk/rgfetchprogress.cc, gtk/rgfiltereditor.cc,
1550+ gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h,
1551+ gtk/rginstallprogress.cc, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
1552+ gtk/rgwindow.h, gtk/rgzvtinstallprogress.cc, po/de.po, po/es.po,
1553+ po/fr.po, po/pt_BR.po: * increased version to 0.22pre1 * made
1554+ synaptic (mostly) -Wall clean * fixed bugs in the new
1555+ "Recommends/Suggests" menu
1556+
1557+2002-07-22 14:24 mvogt
1558+
1559+ * TODO, common/rpackage.cc, common/rpackage.h, gtk/rgmainwindow.cc,
1560+ gtk/rgmainwindow.h, po/cat-id-tbl.c: * fixed suggests/recommends
1561+ tab * added new "Dependencies of available package" * added
1562+ "install recommended", "install suggested", "install selected"
1563+ commands
1564+
1565+2002-07-19 13:18 mvogt
1566+
1567+ * README, configure.in: * bumped version to 0.21 * added a small
1568+ section about filters in the README
1569+
1570+2002-07-19 13:13 mvogt
1571+
1572+ * README, TODO: * better documentation, more TODO items
1573+
1574+2002-07-19 01:56 mvogt
1575+
1576+ * common/rpackagelister.cc, gtk/rgfiltermanager.cc: * fixed a
1577+ segfault in rgfiltermanager.cc
1578+
1579+2002-07-17 12:49 mvogt
1580+
1581+ * po/de.po, po/es.po, po/fr.po, po/pt_BR.po,
1582+ wings/rwfetchprogress.cc: * another cosmetic fix in rwfetchprogress
1583+
1584+2002-07-17 12:22 mvogt
1585+
1586+ * gtk/rgsummarywindow.cc: * cosemtic fix for rgsummarywindow (left
1587+ align a label)
1588+
1589+2002-07-16 15:30 mvogt
1590+
1591+ * po/de.po, po/es.po, po/fr.po, po/pt_BR.po,
1592+ wings/rwfetchprogress.cc: * cosmetic change in
1593+ wings/rwfetchprogress.cc
1594+
1595+2002-07-16 14:59 mvogt
1596+
1597+ * configure.in, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: *
1598+ version is now 0.20 * no real changes since 0.20pre8, I think it's
1599+ ready now!
1600+
1601+2002-07-15 13:41 mvogt
1602+
1603+ * gtk/rgfetchprogress.cc, po/de.po, po/es.po, po/fr.po,
1604+ po/pt_BR.po: * cosmetic change in rgfetchprogress (label now left
1605+ alligned)
1606+
1607+2002-07-15 00:06 mvogt
1608+
1609+ * TODO: * minor todo update
1610+
1611+2002-07-15 00:05 mvogt
1612+
1613+ * INSTALL, README, TODO: * more documentation
1614+
1615+2002-07-14 23:52 mvogt
1616+
1617+ * configure.in: * no real change
1618+
1619+2002-07-14 23:49 mvogt
1620+
1621+ * NEWS, README: * added some documentation in preparation of the
1622+ 0.20 version
1623+
1624+2002-07-14 23:41 mvogt
1625+
1626+ * README, gtk/rgmainwindow.cc: * added some keyboard shortcuts *
1627+ documented keyboard shortcuts in README * _statusL is now left
1628+ allignent
1629+
1630+2002-07-14 16:27 mvogt
1631+
1632+ * gtk/rgfetchprogress.cc: * fixed minor bug in rgfetchprogress
1633+
1634+2002-07-14 12:47 mvogt
1635+
1636+ * common/rinstallprogress.cc, common/rinstallprogress.h,
1637+ gtk/rgzvtinstallprogress.cc: * added my copyright on some files I
1638+ worked on
1639+
1640+2002-07-14 02:33 mvogt
1641+
1642+ * gtk/rgfetchprogress.cc: * experienced a bit with the hide()
1643+ problem (see rgfetchprogress::hide()), but found no solution
1644+
1645+2002-07-14 02:13 mvogt
1646+
1647+ * common/rinstallprogress.cc, common/rpackage.h, gtk/gsynaptic.cc,
1648+ gtk/rgfetchprogress.cc, gtk/rgmainwindow.cc: * if rgfetchprogress
1649+ is finished, but only one package is deleted, rgfetchprogress
1650+ will not be hiden. I added a sleep(1) [and this really sucks]
1651+
1652+2002-07-13 22:00 mvogt
1653+
1654+ * configure.in, gtk/rgfiltermanager.cc: * reanmed version to
1655+ 0.20pre8 (but will not yet release) * fixed a bug in
1656+ rgfiltermanager.cc: if you clicked at delete and then save (on
1657+ the last filter), it segfaults
1658+
1659+2002-07-13 21:48 mvogt
1660+
1661+ * acconfig.h, config.h.in, configure.in, common/rpackage.cc: *
1662+ renamed new-description-parser to debian-description-parser *
1663+ reworked the description parser (once again!)
1664+
1665+2002-07-12 20:55 mvogt
1666+
1667+ * common/rpackage.cc, po/de.po, po/es.po, po/fr.po, po/pt_BR.po: *
1668+ improved the NEW_DESCRIPTION_PARSER a bit (far from perfect,
1669+ though)
1670+
1671+2002-07-11 15:00 mvogt
1672+
1673+ * common/rinstallprogress.cc, gtk/rgzvtinstallprogress.cc,
1674+ po/cat-id-tbl.c, wings/rwfiltereditor.cc, wings/rwfiltereditor.h: *
1675+ removed filter option "New Package" from WINGs, as it's not
1676+ supported there (and maybe never will) * removed some debug
1677+ output from rgzvtinstallprogress.cc, rinstallprogress.cc
1678+
1679+2002-07-11 13:56 mvogt
1680+
1681+ * common/Makefile.am, common/rrepositoryfile.cc,
1682+ common/rrepositoryfile.h, po/POTFILES.in, po/de.po, po/es.po,
1683+ po/fr.po, po/pt_BR.po: * removed rrepostoryfile.cc from
1684+ po/POTFILES.in as it's not ready yet
1685+
1686+2002-07-11 13:08 mvogt
1687+
1688+ * configure.in, gtk/rgfetchprogress.cc: * changed version to
1689+ 0.20pre7
1690+
1691+2002-07-10 20:05 mvogt
1692+
1693+ * gtk/rgfetchprogress.cc, po/cat-id-tbl.c: * better rgfetchprogress
1694+ handling
1695+
1696+2002-07-10 19:10 mvogt
1697+
1698+ * gtk/: rgfetchprogress.cc, rgzvtinstallprogress.cc: * fixes for
1699+ rgfetprogress * fixes for rgzvtinstallprogress
1700+
1701+2002-07-10 10:59 mvogt
1702+
1703+ * NEWS, acconfig.h, config.h.in, configure.in, gtk/Makefile.am,
1704+ gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h,
1705+ gtk/rginstallprogress.h, gtk/rgmainwindow.cc,
1706+ gtk/rgzvtinstallprogress.cc, gtk/rgzvtinstallprogress.h,
1707+ wings/Makefile.am: * GTK_CFLAGS, GTK_LIBS, WINGS_HDRS, WINDGS_LIBS
1708+ are now set in configure.in (got rid of `gtk-config` on every
1709+ invocation of gcc * added configure option "--with-zvt" to enable
1710+ terminal widget * added rgzvtinstallprogress.{cc,h} with initial
1711+ support for libzvt as terminal
1712+
1713+2002-07-10 01:45 mvogt
1714+
1715+ * configure: * more files that shouldn't be in CVS
1716+
1717+2002-07-10 01:44 mvogt
1718+
1719+ * Makefile.in, NEWS, aclocal.m4, stamp-h.in, common/Makefile.in,
1720+ gtk/Makefile.in, pixmaps/Makefile.in, po/de.po, po/stamp-cat-id,
1721+ wings/Makefile.in: * removed some files that should never had made
1722+ it into cvs :)
1723+
1724+2002-07-09 23:32 mvogt
1725+
1726+ * configure, common/rinstallprogress.cc, common/rinstallprogress.h,
1727+ gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h,
1728+ gtk/rgsummarywindow.cc, po/de.po, po/es.po, po/fr.po, po/pt_BR.po:
1729+ * removed some gtk_set_usize() * prepeared for libzvt as
1730+ output-terminal
1731+
1732+2002-07-07 13:18 egon
1733+
1734+ * configure.in: * we're at version 0.20pre6 now
1735+
1736+2002-07-07 12:03 egon
1737+
1738+ * configure, configure.in, po/POTFILES.in, po/cat-id-tbl.c,
1739+ po/de.po, po/es.po, po/fr.po, po/pt_BR.po: * completeted german
1740+ translation
1741+
1742+2002-07-06 20:18 egon
1743+
1744+ * po/: es.po, fr.po, pt_BR.po: * added fr.po
1745+
1746+2002-07-03 21:32 egon
1747+
1748+ * configure, configure.in: * made version 0.20pre5
1749+
1750+2002-07-03 21:28 egon
1751+
1752+ * TODO, common/i18n.h, common/indexcopy.cc, common/indexcopy.h,
1753+ common/rcdscanner.cc, common/rcdscanner.h,
1754+ common/rconfiguration.cc, common/rconfiguration.h,
1755+ common/rdependency.h, common/rinstallprogress.cc,
1756+ common/rinstallprogress.h, common/rpackage.cc, common/rpackage.h,
1757+ common/rpackagefilter.cc, common/rpackagefilter.h,
1758+ common/rpackagelister.cc, common/rpackagelister.h,
1759+ common/rpmindexcopy.cc, common/rrepositoryfile.cc,
1760+ common/rrepositoryfile.h, gtk/galertpanel.c, gtk/galertpanel.h,
1761+ gtk/rgaboutpanel.cc, gtk/rgaboutpanel.h, gtk/rgcacheprogress.cc,
1762+ gtk/rgcacheprogress.h, gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h,
1763+ gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h,
1764+ gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h,
1765+ gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h,
1766+ gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h,
1767+ gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h,
1768+ gtk/rginstallprogress.cc, gtk/rginstallprogress.h,
1769+ gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgsourceswindow.cc,
1770+ gtk/rgsourceswindow.h, gtk/rgsummarywindow.cc,
1771+ gtk/rgsummarywindow.h, gtk/rguserdialog.h, gtk/rgwindow.cc,
1772+ gtk/rgwindow.h, wings/rwaboutpanel.cc, wings/rwaboutpanel.h,
1773+ wings/rwcacheprogress.cc, wings/rwcacheprogress.h,
1774+ wings/rwconfigwindow.cc, wings/rwconfigwindow.h,
1775+ wings/rwdummyinstallprogress.cc, wings/rwdummyinstallprogress.h,
1776+ wings/rwfetchprogress.cc, wings/rwfetchprogress.h,
1777+ wings/rwfiltereditor.cc, wings/rwfiltereditor.h,
1778+ wings/rwfiltermanager.cc, wings/rwfiltermanager.h,
1779+ wings/rwfilterwindow.cc, wings/rwfilterwindow.h,
1780+ wings/rwinstallprogress.cc, wings/rwinstallprogress.h,
1781+ wings/rwmainwindow.cc, wings/rwsourceswindow.cc,
1782+ wings/rwsourceswindow.h, wings/rwsummarywindow.cc,
1783+ wings/rwsummarywindow.h, wings/rwuserdialog.h, wings/rwwindow.cc,
1784+ wings/rwwindow.h: * added copyright notic on every file
1785+
1786+2002-07-01 02:58 egon
1787+
1788+ * common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc,
1789+ common/rpackagelister.cc, gtk/rgfetchprogress.cc,
1790+ gtk/rgsummarywindow.cc, po/es.po, po/pt_BR.po: * fixed flickering
1791+ bug * fixed filter read/write bug (well, hopefully :)
1792+
1793+2002-07-01 02:58 egon
1794+
1795+ * configure, configure.in: * made 0.20pre4
1796+
1797+2002-07-01 01:41 egon
1798+
1799+ * po/synaptic.pot: * removed pot file (is recreated automaticly)
1800+
1801+2002-07-01 01:41 egon
1802+
1803+ * common/rpackagefilter.cc, gtk/rgmainwindow.cc, po/synaptic.pot: *
1804+ minor bugfix for the "new package" option
1805+
1806+2002-07-01 01:18 egon
1807+
1808+ * common/rpackage.h, gtk/rgmainwindow.cc, gtk/rgmainwindow.h,
1809+ po/synaptic.pot, wings/rwfilterwindow.cc: * a different approach to
1810+ refreshTable (stupid this time, but faster than before?)
1811+
1812+2002-07-01 00:48 egon
1813+
1814+ * common/rpackage.cc, common/rpackage.h, common/rpackagefilter.cc,
1815+ common/rpackagefilter.h, common/rpackagelister.cc,
1816+ gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h, gtk/rgfilterwindow.cc,
1817+ gtk/rgmainwindow.cc, gtk/rgmainwindow.h, po/cat-id-tbl.c,
1818+ po/synaptic.pot, wings/rwfiltereditor.cc, wings/rwfiltereditor.h: *
1819+ reworked refreshTable (should be faster, but isn't :-/ * added
1820+ "newPackage" status (will only last until the next update)
1821+
1822+2002-06-27 15:17 egon
1823+
1824+ * TODO, configure, configure.in, common/rpackagefilter.cc,
1825+ common/rpackagefilter.h, common/rpackagelister.cc,
1826+ gtk/galertpanel.c, gtk/rgfetchprogress.cc, gtk/rgfiltermanager.cc,
1827+ gtk/rgfilterwindow.cc, gtk/rgmainwindow.cc, gtk/rgsourceswindow.cc,
1828+ po/es.po, po/pt_BR.po, po/synaptic.pot, wings/rwfiltermanager.cc,
1829+ wings/rwfilterwindow.cc, wings/rwmainwindow.cc: * released 0.20pre3
1830+
1831+2002-06-22 14:26 egon
1832+
1833+ * po/pt_BR.gmo: * remoed pt_BR.gmo
1834+
1835+2002-06-22 14:25 egon
1836+
1837+ * po/: es.po, pt_BR.gmo, pt_BR.po: * nothing
1838+
1839+2002-06-22 14:14 egon
1840+
1841+ * gtk/: galertpanel.c, rgmainwindow.cc: * fixed a bug that caused
1842+ alert_panel to run twice
1843+
1844+2002-06-22 12:12 egon
1845+
1846+ * common/indexcopy.h, common/rconfiguration.h, common/rpackage.cc,
1847+ common/rpackage.h, common/rpackagefilter.h,
1848+ common/rpackagelister.cc, common/rpackagelister.h,
1849+ gtk/rgmainwindow.cc, gtk/rgwindow.h, po/synaptic.pot,
1850+ wings/rwmainwindow.cc, wings/rwwindow.h: * g++-3.0 clean
1851+
1852+2002-06-21 23:41 egon
1853+
1854+ * Makefile.in, aclocal.m4, configure, configure.in,
1855+ common/Makefile.in, gtk/Makefile.in, gtk/rgmainwindow.cc,
1856+ pixmaps/Makefile.in, po/es.po, po/pt_BR.gmo, po/pt_BR.po,
1857+ wings/Makefile.in: * new pre2
1858+
1859+2002-06-21 22:53 egon
1860+
1861+ * gtk/: rgaboutpanel.cc, rgmainwindow.cc, rgsummarywindow.cc: *
1862+ added myself to authors and copyright * added scrolled view for
1863+ _depList, _rdepList
1864+
1865+2002-06-21 15:25 egon
1866+
1867+ * configure, configure.in, common/rpackage.cc,
1868+ gtk/rgfetchprogress.cc, gtk/rgmainwindow.cc, po/synaptic.pot: *
1869+ fixed ugly bug in RPackage::isShallowDependency()
1870+
1871+2002-06-19 01:47 egon
1872+
1873+ * common/rconfiguration.cc, common/rpackage.cc,
1874+ common/rpackagefilter.cc, common/rpackagelister.cc,
1875+ gtk/rgfetchprogress.cc, gtk/rgfiltereditor.cc, gtk/rgmainwindow.cc,
1876+ po/es.po, po/pt_BR.gmo, po/pt_BR.po, po/synaptic.pot: * completted
1877+ saving of user defined rules (not perfect though)
1878+
1879+2002-06-19 01:46 egon
1880+
1881+ * acconfig.h, config.h.in, configure, configure.in: * added
1882+ --with-new-description-parser
1883+
1884+2002-06-18 13:06 egon
1885+
1886+ * common/rconfiguration.cc, common/rpackagefilter.cc,
1887+ common/rpackagelister.cc, gtk/rgfetchprogress.cc,
1888+ gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h,
1889+ gtk/rgfiltermanager.cc, gtk/rgmainwindow.cc, po/synaptic.pot: *
1890+ finished filter dialog (include/exclude pattern stuff) * started
1891+ work on loading the filters (writen out correctly, parse looks
1892+ wrong)
1893+
1894+2002-06-18 13:05 egon
1895+
1896+ * ChangeLog: * wrote some sort of changelog
1897+
1898+2002-06-16 21:35 egon
1899+
1900+ * gtk/: rgfiltermanager.cc, rgfiltermanager.h: * nearly finished
1901+ port of gtk/rgfiltermanager.{cc,h}
1902+
1903+2002-06-13 14:12 egon
1904+
1905+ * Makefile.am, Makefile.in, NEWS, README, TODO, aclocal.m4,
1906+ configure, configure.in, install-sh, missing, mkinstalldirs,
1907+ ABOUT-NLS, AUTHORS, COPYING, ChangeLog, INSTALL, acconfig.h,
1908+ acinclude.m4, autogen.sh, config.h.in, stamp-h.in, synaptic.spec,
1909+ common/Makefile.am, common/Makefile.in, common/i18n.h,
1910+ common/indexcopy.cc, common/indexcopy.h, common/raptoptions.cc,
1911+ common/raptoptions.h, common/rcdscanner.cc, common/rcdscanner.h,
1912+ common/rconfiguration.cc, common/rconfiguration.h,
1913+ common/rdependency.h, common/rinstallprogress.cc,
1914+ common/rinstallprogress.h, common/rpackage.cc, common/rpackage.h,
1915+ common/rpackagecache.cc, common/rpackagecache.h,
1916+ common/rpackagefilter.cc, common/rpackagefilter.h,
1917+ common/rpackagelister.cc, common/rpackagelister.h,
1918+ common/rpmindexcopy.cc, common/rpmindexcopy.h,
1919+ common/rrepositoryfile.cc, common/rrepositoryfile.h,
1920+ gtk/Makefile.am, gtk/Makefile.in, gtk/galertpanel.c,
1921+ gtk/galertpanel.h, gtk/gsynaptic.cc, gtk/rgaboutpanel.cc,
1922+ gtk/rgaboutpanel.h, gtk/rgcacheprogress.cc, gtk/rgcacheprogress.h,
1923+ gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h,
1924+ gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h,
1925+ gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h,
1926+ gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h,
1927+ gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h,
1928+ gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h,
1929+ gtk/rginstallprogress.cc, gtk/rginstallprogress.h,
1930+ gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgsourceswindow.cc,
1931+ gtk/rgsourceswindow.h, gtk/rgsummarywindow.cc,
1932+ gtk/rgsummarywindow.h, gtk/rguserdialog.h, gtk/rgwindow.cc,
1933+ gtk/rgwindow.h, intl/ChangeLog, intl/Makefile.in,
1934+ intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c,
1935+ intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
1936+ intl/gettext.c, intl/gettext.h, intl/gettextP.h,
1937+ intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
1938+ intl/libgettext.h, intl/linux-msg.sed, intl/loadinfo.h,
1939+ intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed.in,
1940+ intl/textdomain.c, intl/xopen-msg.sed, macros/Makefile,
1941+ macros/Makefile.am, macros/Makefile.in, macros/aclocal-include.m4,
1942+ macros/autogen.sh, macros/compiler-flags.m4, macros/curses.m4,
1943+ macros/gnome-bonobo-check.m4, macros/gnome-common.m4,
1944+ macros/gnome-fileutils.m4, macros/gnome-gettext.m4,
1945+ macros/gnome-ghttp-check.m4, macros/gnome-gnorba-check.m4,
1946+ macros/gnome-guile-checks.m4, macros/gnome-libgtop-check.m4,
1947+ macros/gnome-objc-checks.m4, macros/gnome-orbit-check.m4,
1948+ macros/gnome-print-check.m4, macros/gnome-pthread-check.m4,
1949+ macros/gnome-support.m4, macros/gnome-undelfs.m4,
1950+ macros/gnome-vfs.m4, macros/gnome-x-checks.m4,
1951+ macros/gnome-xml-check.m4, macros/gnome.m4, macros/gperf-check.m4,
1952+ macros/linger.m4, macros/need-declaration.m4, pixmaps/Makefile.am,
1953+ pixmaps/Makefile.in, pixmaps/alert.xpm, pixmaps/alertM.xpm,
1954+ pixmaps/brokenM.xpm, pixmaps/cdrom.xpm, pixmaps/cnc.xpm,
1955+ pixmaps/cnc2.xpm, pixmaps/deb.xpm, pixmaps/distupgrade.xpm,
1956+ pixmaps/down.xpm, pixmaps/downgradeM.xpm, pixmaps/filter.xpm,
1957+ pixmaps/find.xpm, pixmaps/fixbroken.xpm, pixmaps/heldM.xpm,
1958+ pixmaps/installM.xpm, pixmaps/keepM.xpm, pixmaps/logo.xpm,
1959+ pixmaps/options.xpm, pixmaps/proceed.xpm, pixmaps/removeM.xpm,
1960+ pixmaps/sources.xpm, pixmaps/stop.xpm, pixmaps/up.xpm,
1961+ pixmaps/update.xpm, pixmaps/upgrade.xpm, pixmaps/upgradeM.xpm,
1962+ po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/es.po,
1963+ po/pt_BR.gmo, po/pt_BR.po, po/stamp-cat-id, po/synaptic.pot,
1964+ wings/Makefile.am, wings/Makefile.in, wings/rwaboutpanel.cc,
1965+ wings/rwaboutpanel.h, wings/rwcacheprogress.cc,
1966+ wings/rwcacheprogress.h, wings/rwconfigwindow.cc,
1967+ wings/rwconfigwindow.h, wings/rwdummyinstallprogress.cc,
1968+ wings/rwdummyinstallprogress.h, wings/rwfetchprogress.cc,
1969+ wings/rwfetchprogress.h, wings/rwfiltereditor.cc,
1970+ wings/rwfiltereditor.h, wings/rwfiltermanager.cc,
1971+ wings/rwfiltermanager.h, wings/rwfilterwindow.cc,
1972+ wings/rwfilterwindow.h, wings/rwinstallprogress.cc,
1973+ wings/rwinstallprogress.h, wings/rwmainwindow.cc,
1974+ wings/rwmainwindow.h, wings/rwsourceswindow.cc,
1975+ wings/rwsourceswindow.h, wings/rwsummarywindow.cc,
1976+ wings/rwsummarywindow.h, wings/rwuserdialog.h, wings/rwwindow.cc,
1977+ wings/rwwindow.h, wings/synaptic.cc: initial checkin
1978+
1979+2002-06-13 14:12 egon
1980+
1981+ * Makefile.am, Makefile.in, NEWS, README, TODO, aclocal.m4,
1982+ configure, configure.in, install-sh, missing, mkinstalldirs,
1983+ ABOUT-NLS, AUTHORS, COPYING, ChangeLog, INSTALL, acconfig.h,
1984+ acinclude.m4, autogen.sh, config.h.in, stamp-h.in, synaptic.spec,
1985+ common/Makefile.am, common/Makefile.in, common/i18n.h,
1986+ common/indexcopy.cc, common/indexcopy.h, common/raptoptions.cc,
1987+ common/raptoptions.h, common/rcdscanner.cc, common/rcdscanner.h,
1988+ common/rconfiguration.cc, common/rconfiguration.h,
1989+ common/rdependency.h, common/rinstallprogress.cc,
1990+ common/rinstallprogress.h, common/rpackage.cc, common/rpackage.h,
1991+ common/rpackagecache.cc, common/rpackagecache.h,
1992+ common/rpackagefilter.cc, common/rpackagefilter.h,
1993+ common/rpackagelister.cc, common/rpackagelister.h,
1994+ common/rpmindexcopy.cc, common/rpmindexcopy.h,
1995+ common/rrepositoryfile.cc, common/rrepositoryfile.h,
1996+ gtk/Makefile.am, gtk/Makefile.in, gtk/galertpanel.c,
1997+ gtk/galertpanel.h, gtk/gsynaptic.cc, gtk/rgaboutpanel.cc,
1998+ gtk/rgaboutpanel.h, gtk/rgcacheprogress.cc, gtk/rgcacheprogress.h,
1999+ gtk/rgconfigwindow.cc, gtk/rgconfigwindow.h,
2000+ gtk/rgdummyinstallprogress.cc, gtk/rgdummyinstallprogress.h,
2001+ gtk/rgfetchprogress.cc, gtk/rgfetchprogress.h,
2002+ gtk/rgfiltereditor.cc, gtk/rgfiltereditor.h,
2003+ gtk/rgfiltermanager.cc, gtk/rgfiltermanager.h,
2004+ gtk/rgfilterwindow.cc, gtk/rgfilterwindow.h,
2005+ gtk/rginstallprogress.cc, gtk/rginstallprogress.h,
2006+ gtk/rgmainwindow.cc, gtk/rgmainwindow.h, gtk/rgsourceswindow.cc,
2007+ gtk/rgsourceswindow.h, gtk/rgsummarywindow.cc,
2008+ gtk/rgsummarywindow.h, gtk/rguserdialog.h, gtk/rgwindow.cc,
2009+ gtk/rgwindow.h, intl/ChangeLog, intl/Makefile.in,
2010+ intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c,
2011+ intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
2012+ intl/gettext.c, intl/gettext.h, intl/gettextP.h,
2013+ intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
2014+ intl/libgettext.h, intl/linux-msg.sed, intl/loadinfo.h,
2015+ intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed.in,
2016+ intl/textdomain.c, intl/xopen-msg.sed, macros/Makefile,
2017+ macros/Makefile.am, macros/Makefile.in, macros/aclocal-include.m4,
2018+ macros/autogen.sh, macros/compiler-flags.m4, macros/curses.m4,
2019+ macros/gnome-bonobo-check.m4, macros/gnome-common.m4,
2020+ macros/gnome-fileutils.m4, macros/gnome-gettext.m4,
2021+ macros/gnome-ghttp-check.m4, macros/gnome-gnorba-check.m4,
2022+ macros/gnome-guile-checks.m4, macros/gnome-libgtop-check.m4,
2023+ macros/gnome-objc-checks.m4, macros/gnome-orbit-check.m4,
2024+ macros/gnome-print-check.m4, macros/gnome-pthread-check.m4,
2025+ macros/gnome-support.m4, macros/gnome-undelfs.m4,
2026+ macros/gnome-vfs.m4, macros/gnome-x-checks.m4,
2027+ macros/gnome-xml-check.m4, macros/gnome.m4, macros/gperf-check.m4,
2028+ macros/linger.m4, macros/need-declaration.m4, pixmaps/Makefile.am,
2029+ pixmaps/Makefile.in, pixmaps/alert.xpm, pixmaps/alertM.xpm,
2030+ pixmaps/brokenM.xpm, pixmaps/cdrom.xpm, pixmaps/cnc.xpm,
2031+ pixmaps/cnc2.xpm, pixmaps/deb.xpm, pixmaps/distupgrade.xpm,
2032+ pixmaps/down.xpm, pixmaps/downgradeM.xpm, pixmaps/filter.xpm,
2033+ pixmaps/find.xpm, pixmaps/fixbroken.xpm, pixmaps/heldM.xpm,
2034+ pixmaps/installM.xpm, pixmaps/keepM.xpm, pixmaps/logo.xpm,
2035+ pixmaps/options.xpm, pixmaps/proceed.xpm, pixmaps/removeM.xpm,
2036+ pixmaps/sources.xpm, pixmaps/stop.xpm, pixmaps/up.xpm,
2037+ pixmaps/update.xpm, pixmaps/upgrade.xpm, pixmaps/upgradeM.xpm,
2038+ po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/es.po,
2039+ po/pt_BR.gmo, po/pt_BR.po, po/stamp-cat-id, po/synaptic.pot,
2040+ wings/Makefile.am, wings/Makefile.in, wings/rwaboutpanel.cc,
2041+ wings/rwaboutpanel.h, wings/rwcacheprogress.cc,
2042+ wings/rwcacheprogress.h, wings/rwconfigwindow.cc,
2043+ wings/rwconfigwindow.h, wings/rwdummyinstallprogress.cc,
2044+ wings/rwdummyinstallprogress.h, wings/rwfetchprogress.cc,
2045+ wings/rwfetchprogress.h, wings/rwfiltereditor.cc,
2046+ wings/rwfiltereditor.h, wings/rwfiltermanager.cc,
2047+ wings/rwfiltermanager.h, wings/rwfilterwindow.cc,
2048+ wings/rwfilterwindow.h, wings/rwinstallprogress.cc,
2049+ wings/rwinstallprogress.h, wings/rwmainwindow.cc,
2050+ wings/rwmainwindow.h, wings/rwsourceswindow.cc,
2051+ wings/rwsourceswindow.h, wings/rwsummarywindow.cc,
2052+ wings/rwsummarywindow.h, wings/rwuserdialog.h, wings/rwwindow.cc,
2053+ wings/rwwindow.h, wings/synaptic.cc: Initial revision
2054+
2055
2056=== renamed file 'ChangeLog' => 'ChangeLog.moved'
2057=== added file 'DEBUG'
2058--- DEBUG 1970-01-01 00:00:00 +0000
2059+++ DEBUG 2010-06-29 09:59:23 +0000
2060@@ -0,0 +1,6 @@
2061+Synaptic supports some debug helpers.
2062+Run them like this
2063+# synaptic -o Debug::Synaptic::View=true
2064+
2065+Currently the following are supported:
2066+Debug::Synaptic::View - Debug switching/updating the package views
2067\ No newline at end of file
2068
2069=== renamed file 'DEBUG' => 'DEBUG.moved'
2070=== added file 'FAQ'
2071--- FAQ 1970-01-01 00:00:00 +0000
2072+++ FAQ 2010-06-29 09:59:23 +0000
2073@@ -0,0 +1,30 @@
2074+Some FAQs:
2075+
2076+Q: Synaptic segfaults when I click on the "Repository" Window. I run Fedora
2077+ Core1.
2078+A: This may be caused by some ABI changes in used apt version. Please try
2079+ to recompile synaptic and see if the problem goes away. If not, please
2080+ mail us!
2081+
2082+
2083+Q: How can I change the font in synaptic
2084+A: 1. You are not running gnome:
2085+ Edit your /root/.gtkrc-2.0 and add the following line:
2086+ gtk-font-name = "Sans 14"
2087+
2088+ 2. You use gnome 2.x:
2089+ Go to Applications/Desktop Preferences/Font and choose whatever you like.
2090+
2091+
2092+Q: Synaptic crashes with the following messages:
2093+ (synaptic:1316): Gdk-WARNING **: locale not supported by Xlib
2094+ (synaptic:1316): ZVT-WARNING **: Cannot get required fonts from "monospace 13"
2095+ (synaptic:1316): ZVT-WARNING **: Failed to load any required font, so crash will occur..check X11 font pathes and etc/pangox.alias file
2096+ [crash]
2097+A: This is most likley caused by incorrect locales. Try to set the locales
2098+ with "dpkg-reconfigure locales" or set it to something like:
2099+ $ export LC_ALL=it_IT
2100+ or
2101+ $ export LC_ALL=it_IT@euro
2102+
2103+
2104
2105=== renamed file 'FAQ' => 'FAQ.moved'
2106=== added file 'INSTALL'
2107--- INSTALL 1970-01-01 00:00:00 +0000
2108+++ INSTALL 2010-06-29 09:59:23 +0000
2109@@ -0,0 +1,236 @@
2110+Installation Instructions
2111+*************************
2112+
2113+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
2114+Software Foundation, Inc.
2115+
2116+This file is free documentation; the Free Software Foundation gives
2117+unlimited permission to copy, distribute and modify it.
2118+
2119+Basic Installation
2120+==================
2121+
2122+These are generic installation instructions.
2123+
2124+ The `configure' shell script attempts to guess correct values for
2125+various system-dependent variables used during compilation. It uses
2126+those values to create a `Makefile' in each directory of the package.
2127+It may also create one or more `.h' files containing system-dependent
2128+definitions. Finally, it creates a shell script `config.status' that
2129+you can run in the future to recreate the current configuration, and a
2130+file `config.log' containing compiler output (useful mainly for
2131+debugging `configure').
2132+
2133+ It can also use an optional file (typically called `config.cache'
2134+and enabled with `--cache-file=config.cache' or simply `-C') that saves
2135+the results of its tests to speed up reconfiguring. (Caching is
2136+disabled by default to prevent problems with accidental use of stale
2137+cache files.)
2138+
2139+ If you need to do unusual things to compile the package, please try
2140+to figure out how `configure' could check whether to do them, and mail
2141+diffs or instructions to the address given in the `README' so they can
2142+be considered for the next release. If you are using the cache, and at
2143+some point `config.cache' contains results you don't want to keep, you
2144+may remove or edit it.
2145+
2146+ The file `configure.ac' (or `configure.in') is used to create
2147+`configure' by a program called `autoconf'. You only need
2148+`configure.ac' if you want to change it or regenerate `configure' using
2149+a newer version of `autoconf'.
2150+
2151+The simplest way to compile this package is:
2152+
2153+ 1. `cd' to the directory containing the package's source code and type
2154+ `./configure' to configure the package for your system. If you're
2155+ using `csh' on an old version of System V, you might need to type
2156+ `sh ./configure' instead to prevent `csh' from trying to execute
2157+ `configure' itself.
2158+
2159+ Running `configure' takes awhile. While running, it prints some
2160+ messages telling which features it is checking for.
2161+
2162+ 2. Type `make' to compile the package.
2163+
2164+ 3. Optionally, type `make check' to run any self-tests that come with
2165+ the package.
2166+
2167+ 4. Type `make install' to install the programs and any data files and
2168+ documentation.
2169+
2170+ 5. You can remove the program binaries and object files from the
2171+ source code directory by typing `make clean'. To also remove the
2172+ files that `configure' created (so you can compile the package for
2173+ a different kind of computer), type `make distclean'. There is
2174+ also a `make maintainer-clean' target, but that is intended mainly
2175+ for the package's developers. If you use it, you may have to get
2176+ all sorts of other programs in order to regenerate files that came
2177+ with the distribution.
2178+
2179+Compilers and Options
2180+=====================
2181+
2182+Some systems require unusual options for compilation or linking that the
2183+`configure' script does not know about. Run `./configure --help' for
2184+details on some of the pertinent environment variables.
2185+
2186+ You can give `configure' initial values for configuration parameters
2187+by setting variables in the command line or in the environment. Here
2188+is an example:
2189+
2190+ ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
2191+
2192+ *Note Defining Variables::, for more details.
2193+
2194+Compiling For Multiple Architectures
2195+====================================
2196+
2197+You can compile the package for more than one kind of computer at the
2198+same time, by placing the object files for each architecture in their
2199+own directory. To do this, you must use a version of `make' that
2200+supports the `VPATH' variable, such as GNU `make'. `cd' to the
2201+directory where you want the object files and executables to go and run
2202+the `configure' script. `configure' automatically checks for the
2203+source code in the directory that `configure' is in and in `..'.
2204+
2205+ If you have to use a `make' that does not support the `VPATH'
2206+variable, you have to compile the package for one architecture at a
2207+time in the source code directory. After you have installed the
2208+package for one architecture, use `make distclean' before reconfiguring
2209+for another architecture.
2210+
2211+Installation Names
2212+==================
2213+
2214+By default, `make install' installs the package's commands under
2215+`/usr/local/bin', include files under `/usr/local/include', etc. You
2216+can specify an installation prefix other than `/usr/local' by giving
2217+`configure' the option `--prefix=PREFIX'.
2218+
2219+ You can specify separate installation prefixes for
2220+architecture-specific files and architecture-independent files. If you
2221+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
2222+PREFIX as the prefix for installing programs and libraries.
2223+Documentation and other data files still use the regular prefix.
2224+
2225+ In addition, if you use an unusual directory layout you can give
2226+options like `--bindir=DIR' to specify different values for particular
2227+kinds of files. Run `configure --help' for a list of the directories
2228+you can set and what kinds of files go in them.
2229+
2230+ If the package supports it, you can cause programs to be installed
2231+with an extra prefix or suffix on their names by giving `configure' the
2232+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
2233+
2234+Optional Features
2235+=================
2236+
2237+Some packages pay attention to `--enable-FEATURE' options to
2238+`configure', where FEATURE indicates an optional part of the package.
2239+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
2240+is something like `gnu-as' or `x' (for the X Window System). The
2241+`README' should mention any `--enable-' and `--with-' options that the
2242+package recognizes.
2243+
2244+ For packages that use the X Window System, `configure' can usually
2245+find the X include and library files automatically, but if it doesn't,
2246+you can use the `configure' options `--x-includes=DIR' and
2247+`--x-libraries=DIR' to specify their locations.
2248+
2249+Specifying the System Type
2250+==========================
2251+
2252+There may be some features `configure' cannot figure out automatically,
2253+but needs to determine by the type of machine the package will run on.
2254+Usually, assuming the package is built to be run on the _same_
2255+architectures, `configure' can figure that out, but if it prints a
2256+message saying it cannot guess the machine type, give it the
2257+`--build=TYPE' option. TYPE can either be a short name for the system
2258+type, such as `sun4', or a canonical name which has the form:
2259+
2260+ CPU-COMPANY-SYSTEM
2261+
2262+where SYSTEM can have one of these forms:
2263+
2264+ OS KERNEL-OS
2265+
2266+ See the file `config.sub' for the possible values of each field. If
2267+`config.sub' isn't included in this package, then this package doesn't
2268+need to know the machine type.
2269+
2270+ If you are _building_ compiler tools for cross-compiling, you should
2271+use the option `--target=TYPE' to select the type of system they will
2272+produce code for.
2273+
2274+ If you want to _use_ a cross compiler, that generates code for a
2275+platform different from the build platform, you should specify the
2276+"host" platform (i.e., that on which the generated programs will
2277+eventually be run) with `--host=TYPE'.
2278+
2279+Sharing Defaults
2280+================
2281+
2282+If you want to set default values for `configure' scripts to share, you
2283+can create a site shell script called `config.site' that gives default
2284+values for variables like `CC', `cache_file', and `prefix'.
2285+`configure' looks for `PREFIX/share/config.site' if it exists, then
2286+`PREFIX/etc/config.site' if it exists. Or, you can set the
2287+`CONFIG_SITE' environment variable to the location of the site script.
2288+A warning: not all `configure' scripts look for a site script.
2289+
2290+Defining Variables
2291+==================
2292+
2293+Variables not defined in a site shell script can be set in the
2294+environment passed to `configure'. However, some packages may run
2295+configure again during the build, and the customized values of these
2296+variables may be lost. In order to avoid this problem, you should set
2297+them in the `configure' command line, using `VAR=value'. For example:
2298+
2299+ ./configure CC=/usr/local2/bin/gcc
2300+
2301+causes the specified `gcc' to be used as the C compiler (unless it is
2302+overridden in the site shell script). Here is a another example:
2303+
2304+ /bin/bash ./configure CONFIG_SHELL=/bin/bash
2305+
2306+Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
2307+configuration-related scripts to be executed by `/bin/bash'.
2308+
2309+`configure' Invocation
2310+======================
2311+
2312+`configure' recognizes the following options to control how it operates.
2313+
2314+`--help'
2315+`-h'
2316+ Print a summary of the options to `configure', and exit.
2317+
2318+`--version'
2319+`-V'
2320+ Print the version of Autoconf used to generate the `configure'
2321+ script, and exit.
2322+
2323+`--cache-file=FILE'
2324+ Enable the cache: use and save the results of the tests in FILE,
2325+ traditionally `config.cache'. FILE defaults to `/dev/null' to
2326+ disable caching.
2327+
2328+`--config-cache'
2329+`-C'
2330+ Alias for `--cache-file=config.cache'.
2331+
2332+`--quiet'
2333+`--silent'
2334+`-q'
2335+ Do not print messages saying which checks are being made. To
2336+ suppress all normal output, redirect it to `/dev/null' (any error
2337+ messages will still be shown).
2338+
2339+`--srcdir=DIR'
2340+ Look for the package's source code in directory DIR. Usually
2341+ `configure' can determine that directory automatically.
2342+
2343+`configure' also accepts some other, not widely useful, options. Run
2344+`configure --help' for more details.
2345+
2346
2347=== renamed file 'INSTALL' => 'INSTALL.moved'
2348=== added file 'Makefile.am'
2349--- Makefile.am 1970-01-01 00:00:00 +0000
2350+++ Makefile.am 2010-06-29 09:59:23 +0000
2351@@ -0,0 +1,11 @@
2352+# synaptic makefile
2353+
2354+SUBDIRS = data common gtk tests man pixmaps po help doc
2355+
2356+EXTRA_DIST = config.h.in \
2357+ synaptic.spec synaptic-suse.spec synaptic-redhat.spec \
2358+ intltool-extract.in intltool-merge.in intltool-update.in \
2359+ README.debtags FAQ \
2360+ TRANSLATORS README.tasks README.supported \
2361+ po/synaptic.pot po-manual/synaptic-manual.pot
2362+
2363
2364=== renamed file 'Makefile.am' => 'Makefile.am.moved'
2365=== added file 'Makefile.in'
2366--- Makefile.in 1970-01-01 00:00:00 +0000
2367+++ Makefile.in 2010-06-29 09:59:23 +0000
2368@@ -0,0 +1,730 @@
2369+# Makefile.in generated by automake 1.11.1 from Makefile.am.
2370+# @configure_input@
2371+
2372+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2373+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
2374+# Inc.
2375+# This Makefile.in is free software; the Free Software Foundation
2376+# gives unlimited permission to copy and/or distribute it,
2377+# with or without modifications, as long as this notice is preserved.
2378+
2379+# This program is distributed in the hope that it will be useful,
2380+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
2381+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2382+# PARTICULAR PURPOSE.
2383+
2384+@SET_MAKE@
2385+
2386+# synaptic makefile
2387+VPATH = @srcdir@
2388+pkgdatadir = $(datadir)/@PACKAGE@
2389+pkgincludedir = $(includedir)/@PACKAGE@
2390+pkglibdir = $(libdir)/@PACKAGE@
2391+pkglibexecdir = $(libexecdir)/@PACKAGE@
2392+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2393+install_sh_DATA = $(install_sh) -c -m 644
2394+install_sh_PROGRAM = $(install_sh) -c
2395+install_sh_SCRIPT = $(install_sh) -c
2396+INSTALL_HEADER = $(INSTALL_DATA)
2397+transform = $(program_transform_name)
2398+NORMAL_INSTALL = :
2399+PRE_INSTALL = :
2400+POST_INSTALL = :
2401+NORMAL_UNINSTALL = :
2402+PRE_UNINSTALL = :
2403+POST_UNINSTALL = :
2404+subdir = .
2405+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
2406+ $(srcdir)/Makefile.in $(srcdir)/config.h.in \
2407+ $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
2408+ INSTALL NEWS TODO depcomp install-sh missing mkinstalldirs
2409+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2410+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
2411+ $(top_srcdir)/configure.in
2412+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
2413+ $(ACLOCAL_M4)
2414+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
2415+ configure.lineno config.status.lineno
2416+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
2417+CONFIG_HEADER = config.h
2418+CONFIG_CLEAN_FILES =
2419+CONFIG_CLEAN_VPATH_FILES =
2420+SOURCES =
2421+DIST_SOURCES =
2422+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
2423+ html-recursive info-recursive install-data-recursive \
2424+ install-dvi-recursive install-exec-recursive \
2425+ install-html-recursive install-info-recursive \
2426+ install-pdf-recursive install-ps-recursive install-recursive \
2427+ installcheck-recursive installdirs-recursive pdf-recursive \
2428+ ps-recursive uninstall-recursive
2429+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
2430+ distclean-recursive maintainer-clean-recursive
2431+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
2432+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
2433+ distdir dist dist-all distcheck
2434+ETAGS = etags
2435+CTAGS = ctags
2436+DIST_SUBDIRS = $(SUBDIRS)
2437+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2438+distdir = $(PACKAGE)-$(VERSION)
2439+top_distdir = $(distdir)
2440+am__remove_distdir = \
2441+ { test ! -d "$(distdir)" \
2442+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
2443+ && rm -fr "$(distdir)"; }; }
2444+am__relativize = \
2445+ dir0=`pwd`; \
2446+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
2447+ sed_rest='s,^[^/]*/*,,'; \
2448+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
2449+ sed_butlast='s,/*[^/]*$$,,'; \
2450+ while test -n "$$dir1"; do \
2451+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
2452+ if test "$$first" != "."; then \
2453+ if test "$$first" = ".."; then \
2454+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
2455+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
2456+ else \
2457+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
2458+ if test "$$first2" = "$$first"; then \
2459+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
2460+ else \
2461+ dir2="../$$dir2"; \
2462+ fi; \
2463+ dir0="$$dir0"/"$$first"; \
2464+ fi; \
2465+ fi; \
2466+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2467+ done; \
2468+ reldir="$$dir2"
2469+DIST_ARCHIVES = $(distdir).tar.gz
2470+GZIP_ENV = --best
2471+distuninstallcheck_listfiles = find . -type f -print
2472+distcleancheck_listfiles = find . -type f -print
2473+ACLOCAL = @ACLOCAL@
2474+ALL_LINGUAS = @ALL_LINGUAS@
2475+AMTAR = @AMTAR@
2476+AUTOCONF = @AUTOCONF@
2477+AUTOHEADER = @AUTOHEADER@
2478+AUTOMAKE = @AUTOMAKE@
2479+AWK = @AWK@
2480+BUILD_gtk = @BUILD_gtk@
2481+CATALOGS = @CATALOGS@
2482+CATOBJEXT = @CATOBJEXT@
2483+CC = @CC@
2484+CCDEPMODE = @CCDEPMODE@
2485+CFLAGS = @CFLAGS@
2486+CPP = @CPP@
2487+CPPFLAGS = @CPPFLAGS@
2488+CXX = @CXX@
2489+CXXCPP = @CXXCPP@
2490+CXXDEPMODE = @CXXDEPMODE@
2491+CXXFLAGS = @CXXFLAGS@
2492+CYGPATH_W = @CYGPATH_W@
2493+DATADIRNAME = @DATADIRNAME@
2494+DEB_HDRS = @DEB_HDRS@
2495+DEB_LIBS = @DEB_LIBS@
2496+DEFS = @DEFS@
2497+DEPDIR = @DEPDIR@
2498+ECHO_C = @ECHO_C@
2499+ECHO_N = @ECHO_N@
2500+ECHO_T = @ECHO_T@
2501+EGREP = @EGREP@
2502+EXEEXT = @EXEEXT@
2503+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
2504+GMOFILES = @GMOFILES@
2505+GMSGFMT = @GMSGFMT@
2506+GREP = @GREP@
2507+INSTALL = @INSTALL@
2508+INSTALL_DATA = @INSTALL_DATA@
2509+INSTALL_PROGRAM = @INSTALL_PROGRAM@
2510+INSTALL_SCRIPT = @INSTALL_SCRIPT@
2511+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2512+INSTOBJEXT = @INSTOBJEXT@
2513+INTLLIBS = @INTLLIBS@
2514+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
2515+INTLTOOL_MERGE = @INTLTOOL_MERGE@
2516+INTLTOOL_PERL = @INTLTOOL_PERL@
2517+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
2518+LDFLAGS = @LDFLAGS@
2519+LIBEPT_CFLAGS = @LIBEPT_CFLAGS@
2520+LIBEPT_LIBS = @LIBEPT_LIBS@
2521+LIBOBJS = @LIBOBJS@
2522+LIBS = @LIBS@
2523+LP_CFLAGS = @LP_CFLAGS@
2524+LP_LIBS = @LP_LIBS@
2525+LTLIBOBJS = @LTLIBOBJS@
2526+MAINT = @MAINT@
2527+MAKEINFO = @MAKEINFO@
2528+MKDIR_P = @MKDIR_P@
2529+MKINSTALLDIRS = @MKINSTALLDIRS@
2530+MSGFMT = @MSGFMT@
2531+MSGFMT_OPTS = @MSGFMT_OPTS@
2532+MSGMERGE = @MSGMERGE@
2533+OBJEXT = @OBJEXT@
2534+PACKAGE = @PACKAGE@
2535+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2536+PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
2537+PACKAGE_LIBS = @PACKAGE_LIBS@
2538+PACKAGE_NAME = @PACKAGE_NAME@
2539+PACKAGE_STRING = @PACKAGE_STRING@
2540+PACKAGE_TARNAME = @PACKAGE_TARNAME@
2541+PACKAGE_URL = @PACKAGE_URL@
2542+PACKAGE_VERSION = @PACKAGE_VERSION@
2543+PATH_SEPARATOR = @PATH_SEPARATOR@
2544+PKG_CONFIG = @PKG_CONFIG@
2545+POFILES = @POFILES@
2546+POSUB = @POSUB@
2547+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
2548+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
2549+RANLIB = @RANLIB@
2550+RPM_HDRS = @RPM_HDRS@
2551+RPM_LIBS = @RPM_LIBS@
2552+SET_MAKE = @SET_MAKE@
2553+SHELL = @SHELL@
2554+STRIP = @STRIP@
2555+USE_NLS = @USE_NLS@
2556+VERSION = @VERSION@
2557+VTE_CFLAGS = @VTE_CFLAGS@
2558+VTE_LIBS = @VTE_LIBS@
2559+XGETTEXT = @XGETTEXT@
2560+abs_builddir = @abs_builddir@
2561+abs_srcdir = @abs_srcdir@
2562+abs_top_builddir = @abs_top_builddir@
2563+abs_top_srcdir = @abs_top_srcdir@
2564+ac_ct_CC = @ac_ct_CC@
2565+ac_ct_CXX = @ac_ct_CXX@
2566+am__include = @am__include@
2567+am__leading_dot = @am__leading_dot@
2568+am__quote = @am__quote@
2569+am__tar = @am__tar@
2570+am__untar = @am__untar@
2571+bindir = @bindir@
2572+build_alias = @build_alias@
2573+builddir = @builddir@
2574+datadir = @datadir@
2575+datarootdir = @datarootdir@
2576+docdir = @docdir@
2577+dvidir = @dvidir@
2578+exec_prefix = @exec_prefix@
2579+host_alias = @host_alias@
2580+htmldir = @htmldir@
2581+includedir = @includedir@
2582+infodir = @infodir@
2583+install_sh = @install_sh@
2584+libdir = @libdir@
2585+libexecdir = @libexecdir@
2586+localedir = @localedir@
2587+localstatedir = @localstatedir@
2588+mandir = @mandir@
2589+mkdir_p = @mkdir_p@
2590+oldincludedir = @oldincludedir@
2591+pdfdir = @pdfdir@
2592+prefix = @prefix@
2593+program_transform_name = @program_transform_name@
2594+psdir = @psdir@
2595+sbindir = @sbindir@
2596+sharedstatedir = @sharedstatedir@
2597+srcdir = @srcdir@
2598+synapticlocaledir = @synapticlocaledir@
2599+sysconfdir = @sysconfdir@
2600+target_alias = @target_alias@
2601+top_build_prefix = @top_build_prefix@
2602+top_builddir = @top_builddir@
2603+top_srcdir = @top_srcdir@
2604+SUBDIRS = data common gtk tests man pixmaps po help doc
2605+EXTRA_DIST = config.h.in \
2606+ synaptic.spec synaptic-suse.spec synaptic-redhat.spec \
2607+ intltool-extract.in intltool-merge.in intltool-update.in \
2608+ README.debtags FAQ \
2609+ TRANSLATORS README.tasks README.supported \
2610+ po/synaptic.pot po-manual/synaptic-manual.pot
2611+
2612+all: config.h
2613+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
2614+
2615+.SUFFIXES:
2616+am--refresh:
2617+ @:
2618+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2619+ @for dep in $?; do \
2620+ case '$(am__configure_deps)' in \
2621+ *$$dep*) \
2622+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
2623+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
2624+ && exit 0; \
2625+ exit 1;; \
2626+ esac; \
2627+ done; \
2628+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
2629+ $(am__cd) $(top_srcdir) && \
2630+ $(AUTOMAKE) --gnu Makefile
2631+.PRECIOUS: Makefile
2632+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2633+ @case '$?' in \
2634+ *config.status*) \
2635+ echo ' $(SHELL) ./config.status'; \
2636+ $(SHELL) ./config.status;; \
2637+ *) \
2638+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2639+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2640+ esac;
2641+
2642+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2643+ $(SHELL) ./config.status --recheck
2644+
2645+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2646+ $(am__cd) $(srcdir) && $(AUTOCONF)
2647+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2648+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2649+$(am__aclocal_m4_deps):
2650+
2651+config.h: stamp-h1
2652+ @if test ! -f $@; then \
2653+ rm -f stamp-h1; \
2654+ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2655+ else :; fi
2656+
2657+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2658+ @rm -f stamp-h1
2659+ cd $(top_builddir) && $(SHELL) ./config.status config.h
2660+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2661+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
2662+ rm -f stamp-h1
2663+ touch $@
2664+
2665+distclean-hdr:
2666+ -rm -f config.h stamp-h1
2667+
2668+# This directory's subdirectories are mostly independent; you can cd
2669+# into them and run `make' without going through this Makefile.
2670+# To change the values of `make' variables: instead of editing Makefiles,
2671+# (1) if the variable is set in `config.status', edit `config.status'
2672+# (which will cause the Makefiles to be regenerated when you run `make');
2673+# (2) otherwise, pass the desired values on the `make' command line.
2674+$(RECURSIVE_TARGETS):
2675+ @fail= failcom='exit 1'; \
2676+ for f in x $$MAKEFLAGS; do \
2677+ case $$f in \
2678+ *=* | --[!k]*);; \
2679+ *k*) failcom='fail=yes';; \
2680+ esac; \
2681+ done; \
2682+ dot_seen=no; \
2683+ target=`echo $@ | sed s/-recursive//`; \
2684+ list='$(SUBDIRS)'; for subdir in $$list; do \
2685+ echo "Making $$target in $$subdir"; \
2686+ if test "$$subdir" = "."; then \
2687+ dot_seen=yes; \
2688+ local_target="$$target-am"; \
2689+ else \
2690+ local_target="$$target"; \
2691+ fi; \
2692+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2693+ || eval $$failcom; \
2694+ done; \
2695+ if test "$$dot_seen" = "no"; then \
2696+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2697+ fi; test -z "$$fail"
2698+
2699+$(RECURSIVE_CLEAN_TARGETS):
2700+ @fail= failcom='exit 1'; \
2701+ for f in x $$MAKEFLAGS; do \
2702+ case $$f in \
2703+ *=* | --[!k]*);; \
2704+ *k*) failcom='fail=yes';; \
2705+ esac; \
2706+ done; \
2707+ dot_seen=no; \
2708+ case "$@" in \
2709+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2710+ *) list='$(SUBDIRS)' ;; \
2711+ esac; \
2712+ rev=''; for subdir in $$list; do \
2713+ if test "$$subdir" = "."; then :; else \
2714+ rev="$$subdir $$rev"; \
2715+ fi; \
2716+ done; \
2717+ rev="$$rev ."; \
2718+ target=`echo $@ | sed s/-recursive//`; \
2719+ for subdir in $$rev; do \
2720+ echo "Making $$target in $$subdir"; \
2721+ if test "$$subdir" = "."; then \
2722+ local_target="$$target-am"; \
2723+ else \
2724+ local_target="$$target"; \
2725+ fi; \
2726+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2727+ || eval $$failcom; \
2728+ done && test -z "$$fail"
2729+tags-recursive:
2730+ list='$(SUBDIRS)'; for subdir in $$list; do \
2731+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2732+ done
2733+ctags-recursive:
2734+ list='$(SUBDIRS)'; for subdir in $$list; do \
2735+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2736+ done
2737+
2738+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2739+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2740+ unique=`for i in $$list; do \
2741+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2742+ done | \
2743+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2744+ END { if (nonempty) { for (i in files) print i; }; }'`; \
2745+ mkid -fID $$unique
2746+tags: TAGS
2747+
2748+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2749+ $(TAGS_FILES) $(LISP)
2750+ set x; \
2751+ here=`pwd`; \
2752+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2753+ include_option=--etags-include; \
2754+ empty_fix=.; \
2755+ else \
2756+ include_option=--include; \
2757+ empty_fix=; \
2758+ fi; \
2759+ list='$(SUBDIRS)'; for subdir in $$list; do \
2760+ if test "$$subdir" = .; then :; else \
2761+ test ! -f $$subdir/TAGS || \
2762+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2763+ fi; \
2764+ done; \
2765+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2766+ unique=`for i in $$list; do \
2767+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2768+ done | \
2769+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2770+ END { if (nonempty) { for (i in files) print i; }; }'`; \
2771+ shift; \
2772+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2773+ test -n "$$unique" || unique=$$empty_fix; \
2774+ if test $$# -gt 0; then \
2775+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2776+ "$$@" $$unique; \
2777+ else \
2778+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2779+ $$unique; \
2780+ fi; \
2781+ fi
2782+ctags: CTAGS
2783+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2784+ $(TAGS_FILES) $(LISP)
2785+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2786+ unique=`for i in $$list; do \
2787+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2788+ done | \
2789+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2790+ END { if (nonempty) { for (i in files) print i; }; }'`; \
2791+ test -z "$(CTAGS_ARGS)$$unique" \
2792+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2793+ $$unique
2794+
2795+GTAGS:
2796+ here=`$(am__cd) $(top_builddir) && pwd` \
2797+ && $(am__cd) $(top_srcdir) \
2798+ && gtags -i $(GTAGS_ARGS) "$$here"
2799+
2800+distclean-tags:
2801+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2802+
2803+distdir: $(DISTFILES)
2804+ $(am__remove_distdir)
2805+ test -d "$(distdir)" || mkdir "$(distdir)"
2806+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2807+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2808+ list='$(DISTFILES)'; \
2809+ dist_files=`for file in $$list; do echo $$file; done | \
2810+ sed -e "s|^$$srcdirstrip/||;t" \
2811+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2812+ case $$dist_files in \
2813+ */*) $(MKDIR_P) `echo "$$dist_files" | \
2814+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2815+ sort -u` ;; \
2816+ esac; \
2817+ for file in $$dist_files; do \
2818+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2819+ if test -d $$d/$$file; then \
2820+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2821+ if test -d "$(distdir)/$$file"; then \
2822+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2823+ fi; \
2824+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2825+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2826+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2827+ fi; \
2828+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2829+ else \
2830+ test -f "$(distdir)/$$file" \
2831+ || cp -p $$d/$$file "$(distdir)/$$file" \
2832+ || exit 1; \
2833+ fi; \
2834+ done
2835+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2836+ if test "$$subdir" = .; then :; else \
2837+ test -d "$(distdir)/$$subdir" \
2838+ || $(MKDIR_P) "$(distdir)/$$subdir" \
2839+ || exit 1; \
2840+ fi; \
2841+ done
2842+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2843+ if test "$$subdir" = .; then :; else \
2844+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2845+ $(am__relativize); \
2846+ new_distdir=$$reldir; \
2847+ dir1=$$subdir; dir2="$(top_distdir)"; \
2848+ $(am__relativize); \
2849+ new_top_distdir=$$reldir; \
2850+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2851+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2852+ ($(am__cd) $$subdir && \
2853+ $(MAKE) $(AM_MAKEFLAGS) \
2854+ top_distdir="$$new_top_distdir" \
2855+ distdir="$$new_distdir" \
2856+ am__remove_distdir=: \
2857+ am__skip_length_check=: \
2858+ am__skip_mode_fix=: \
2859+ distdir) \
2860+ || exit 1; \
2861+ fi; \
2862+ done
2863+ -test -n "$(am__skip_mode_fix)" \
2864+ || find "$(distdir)" -type d ! -perm -755 \
2865+ -exec chmod u+rwx,go+rx {} \; -o \
2866+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2867+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2868+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2869+ || chmod -R a+r "$(distdir)"
2870+dist-gzip: distdir
2871+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2872+ $(am__remove_distdir)
2873+
2874+dist-bzip2: distdir
2875+ tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
2876+ $(am__remove_distdir)
2877+
2878+dist-lzma: distdir
2879+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
2880+ $(am__remove_distdir)
2881+
2882+dist-xz: distdir
2883+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
2884+ $(am__remove_distdir)
2885+
2886+dist-tarZ: distdir
2887+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2888+ $(am__remove_distdir)
2889+
2890+dist-shar: distdir
2891+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2892+ $(am__remove_distdir)
2893+
2894+dist-zip: distdir
2895+ -rm -f $(distdir).zip
2896+ zip -rq $(distdir).zip $(distdir)
2897+ $(am__remove_distdir)
2898+
2899+dist dist-all: distdir
2900+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2901+ $(am__remove_distdir)
2902+
2903+# This target untars the dist file and tries a VPATH configuration. Then
2904+# it guarantees that the distribution is self-contained by making another
2905+# tarfile.
2906+distcheck: dist
2907+ case '$(DIST_ARCHIVES)' in \
2908+ *.tar.gz*) \
2909+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2910+ *.tar.bz2*) \
2911+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2912+ *.tar.lzma*) \
2913+ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
2914+ *.tar.xz*) \
2915+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2916+ *.tar.Z*) \
2917+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2918+ *.shar.gz*) \
2919+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2920+ *.zip*) \
2921+ unzip $(distdir).zip ;;\
2922+ esac
2923+ chmod -R a-w $(distdir); chmod a+w $(distdir)
2924+ mkdir $(distdir)/_build
2925+ mkdir $(distdir)/_inst
2926+ chmod a-w $(distdir)
2927+ test -d $(distdir)/_build || exit 0; \
2928+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2929+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2930+ && am__cwd=`pwd` \
2931+ && $(am__cd) $(distdir)/_build \
2932+ && ../configure --srcdir=.. --prefix="$$dc_install_base" \
2933+ $(DISTCHECK_CONFIGURE_FLAGS) \
2934+ && $(MAKE) $(AM_MAKEFLAGS) \
2935+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
2936+ && $(MAKE) $(AM_MAKEFLAGS) check \
2937+ && $(MAKE) $(AM_MAKEFLAGS) install \
2938+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2939+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2940+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2941+ distuninstallcheck \
2942+ && chmod -R a-w "$$dc_install_base" \
2943+ && ({ \
2944+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2945+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2946+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2947+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2948+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2949+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
2950+ && rm -rf "$$dc_destdir" \
2951+ && $(MAKE) $(AM_MAKEFLAGS) dist \
2952+ && rm -rf $(DIST_ARCHIVES) \
2953+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2954+ && cd "$$am__cwd" \
2955+ || exit 1
2956+ $(am__remove_distdir)
2957+ @(echo "$(distdir) archives ready for distribution: "; \
2958+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2959+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2960+distuninstallcheck:
2961+ @$(am__cd) '$(distuninstallcheck_dir)' \
2962+ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
2963+ || { echo "ERROR: files left after uninstall:" ; \
2964+ if test -n "$(DESTDIR)"; then \
2965+ echo " (check DESTDIR support)"; \
2966+ fi ; \
2967+ $(distuninstallcheck_listfiles) ; \
2968+ exit 1; } >&2
2969+distcleancheck: distclean
2970+ @if test '$(srcdir)' = . ; then \
2971+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2972+ exit 1 ; \
2973+ fi
2974+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2975+ || { echo "ERROR: files left in build directory after distclean:" ; \
2976+ $(distcleancheck_listfiles) ; \
2977+ exit 1; } >&2
2978+check-am: all-am
2979+check: check-recursive
2980+all-am: Makefile config.h
2981+installdirs: installdirs-recursive
2982+installdirs-am:
2983+install: install-recursive
2984+install-exec: install-exec-recursive
2985+install-data: install-data-recursive
2986+uninstall: uninstall-recursive
2987+
2988+install-am: all-am
2989+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2990+
2991+installcheck: installcheck-recursive
2992+install-strip:
2993+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2994+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2995+ `test -z '$(STRIP)' || \
2996+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2997+mostlyclean-generic:
2998+
2999+clean-generic:
3000+
3001+distclean-generic:
3002+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3003+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3004+
3005+maintainer-clean-generic:
3006+ @echo "This command is intended for maintainers to use"
3007+ @echo "it deletes files that may require special tools to rebuild."
3008+clean: clean-recursive
3009+
3010+clean-am: clean-generic mostlyclean-am
3011+
3012+distclean: distclean-recursive
3013+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3014+ -rm -f Makefile
3015+distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
3016+
3017+dvi: dvi-recursive
3018+
3019+dvi-am:
3020+
3021+html: html-recursive
3022+
3023+html-am:
3024+
3025+info: info-recursive
3026+
3027+info-am:
3028+
3029+install-data-am:
3030+
3031+install-dvi: install-dvi-recursive
3032+
3033+install-dvi-am:
3034+
3035+install-exec-am:
3036+
3037+install-html: install-html-recursive
3038+
3039+install-html-am:
3040+
3041+install-info: install-info-recursive
3042+
3043+install-info-am:
3044+
3045+install-man:
3046+
3047+install-pdf: install-pdf-recursive
3048+
3049+install-pdf-am:
3050+
3051+install-ps: install-ps-recursive
3052+
3053+install-ps-am:
3054+
3055+installcheck-am:
3056+
3057+maintainer-clean: maintainer-clean-recursive
3058+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
3059+ -rm -rf $(top_srcdir)/autom4te.cache
3060+ -rm -f Makefile
3061+maintainer-clean-am: distclean-am maintainer-clean-generic
3062+
3063+mostlyclean: mostlyclean-recursive
3064+
3065+mostlyclean-am: mostlyclean-generic
3066+
3067+pdf: pdf-recursive
3068+
3069+pdf-am:
3070+
3071+ps: ps-recursive
3072+
3073+ps-am:
3074+
3075+uninstall-am:
3076+
3077+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
3078+ ctags-recursive install-am install-strip tags-recursive
3079+
3080+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3081+ all all-am am--refresh check check-am clean clean-generic \
3082+ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
3083+ dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
3084+ distclean distclean-generic distclean-hdr distclean-tags \
3085+ distcleancheck distdir distuninstallcheck dvi dvi-am html \
3086+ html-am info info-am install install-am install-data \
3087+ install-data-am install-dvi install-dvi-am install-exec \
3088+ install-exec-am install-html install-html-am install-info \
3089+ install-info-am install-man install-pdf install-pdf-am \
3090+ install-ps install-ps-am install-strip installcheck \
3091+ installcheck-am installdirs installdirs-am maintainer-clean \
3092+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
3093+ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
3094+
3095+
3096+# Tell versions [3.59,3.63) of GNU make to not export all variables.
3097+# Otherwise a system limit (for SysV at least) may be exceeded.
3098+.NOEXPORT:
3099
3100=== added file 'NEWS'
3101--- NEWS 1970-01-01 00:00:00 +0000
3102+++ NEWS 2010-06-29 09:59:23 +0000
3103@@ -0,0 +1,370 @@
3104+0.57.3:
3105+ - bugfixes
3106+ - updated Lithuanian translation (thanks to ¿ygimantas Beru¿ka)
3107+0.57.2:
3108+ - bugfixes
3109+ * updated Hungarian translation (thanks to Gabor Kelemen)
3110+0.57.1:
3111+ - if no changes are detected in the terminal window in
3112+ rgdebinstallprogress after a certain timeout the expander
3113+ is opened (assuming that something hangs inside)
3114+ - updated Chinese/Traditional translation (thanks to Woodman Tuen)
3115+ - updated Bulgarian translation (thanks to Yavor Doganov)
3116+ - updated Catalan translation (thanks to Jordi)
3117+0.57:
3118+ - updated Bulgarian translation (thanks to Yavor Doganov)
3119+ - updated Spanish translation (thanks to Jorge Bernal)
3120+ - updated Brasilian translation (thanks to Andre Luis Lopes)
3121+ - set title in repository window
3122+ - various bugfixes (should build on rpm fine again)
3123+ - dist-upgrade is default when when hiting upgrade
3124+0.56.1:
3125+ - minor bugfix
3126+0.56
3127+ - "History" added (log of what changed)
3128+ - Sources in the sources.list editor can be moved Up and Down
3129+ (thanks to Norberto Lopes)
3130+ - new configure switch "--with-apt-authentication"
3131+ - new configure switch "--with-nice-dpkg-status"
3132+ - HIGified the old "Expert" Preferences
3133+ - switched to gtk2.4 file dialogs
3134+ - new runtime switch "--add-cdrom /dev/xxx"
3135+ - new runtime switch "--dist-upgrade-mode"
3136+ - new runtime switch "--update-at-startup"
3137+ - autoclean cache by default now
3138+ - Translation updates:
3139+ * Danish (da): Thanks to Morten Brix Pedersen
3140+ * Dutch (nl): Thanks to Vincent van Adrighem
3141+ * Greek (el): Thanks to Kostas Papadimas
3142+ * Italian (it): Thanks to Marco Colombo
3143+ * Catalan (ca): Thanks to Jordi Mallach
3144+ * Hungarian (hu): Thanks to Gabor Kelemen
3145+ * Spanish (es): Thanks to Jorge Bernal
3146+ * Lithuanian (lt): Thanks to Zygimantas Berucka
3147+ * Russian (ru): Thanks to Vitaly Lipatov
3148+ * Chinese (zh_CN): Thanks to Liu Songhe
3149+ * Turkish (tr): Thanks to Erçin EKER
3150+ * Macedonian (mk): Thanks to Arangel Angov
3151+ * French (fr): Thanks to Jean-Luc Coulon
3152+ * Xhosa (xh): Thanks to Canonical Ltd
3153+
3154+0.55
3155+ - new columns: "component", "section", "suppported"
3156+ - support to mark packages as supported by the distribution,
3157+ see README.supported for details
3158+ - AND/OR mode for pattern filter has gui support now
3159+ - Auto install for recommended packages is back
3160+ - When the find window is opened, the current text is selected
3161+ - Views looks a bit more like in Evolution
3162+
3163+0.53.4
3164+ - Added AND/OR mode for the filters
3165+ - Updated the manual to reflect version 0.53.4 (Thanks to Gaetan de Menten)
3166+ - Show "no package is selected" in the desc. field
3167+ - Use a icon with a higher resolution for the app
3168+ - Fixed typos
3169+ - Fixed sections that include a "<" in the name
3170+ - Added Spanish translation of the manual by Francisco Javier F. Serrador
3171+ - Added Norwegian translation by Vidar Braut Haarr
3172+ - Updated Portuguese translation by Andre Luis Lopes
3173+ - Updated Spanish translation by Francisco Javier F. Serrador
3174+ - Updated Italian translation by Mauro Colorio
3175+ - Updated German translation by Sebastian Heinlein (Thanks to Michael Große)
3176+
3177+0.53
3178+ - sort by Available Version and Installed Version
3179+ - task support (if distribution supports it)
3180+ - GPG-Check button in Summary Window for RPM systems
3181+ - Properties of the package can optionally be shown in main window
3182+ - reworked the column editor (thanks Sebastian)
3183+ - various bugfixes
3184+ - updated Spanish translation (thanks to Francisco Javier F. Serrador)
3185+ - updated Frensh translation (thanks to Julien Louis)
3186+ - updated German translation (thanks to Sebastian Heinlein)
3187+ - updated Turkish translation (thanks to Erçin EKER)
3188+ - updated Chinese translation (thanks to jack liu)
3189+ - updated Dutch translation (thanks to Vincent van Adrighem)
3190+ - updated Hungarian translation (thanks to Kelemen Gábor)
3191+ - updated Catalan translation (thanks to Jordi Mallach)
3192+ - updated Danish translation (thanks to Morten Brix Pedersen)
3193+
3194+0.52
3195+ - reenable package "hold"
3196+ - reenable "install spefific version"
3197+ - alpha/amd64 64bit fixes (thanks to Ronald Murray)
3198+ - updated Turkish translation (thanks to Erçin EKER)
3199+ - updated Chinese translation (thanks to liu jack)
3200+ - updated Spanish translation (thanks to Francisco Javier F. Serrador)
3201+ - updated German translation (thanks to Sebastian Heinlein)
3202+ - updated Polish translation (thanks to Emil Nowak)
3203+ - updated Hungarian translation (thanks to Kelemen Gábor)
3204+ - updated Brazilian Portuguese translation (thanks to Andre Luis Lopes)
3205+ - updated Catalan translation (thanks to Jordi)
3206+ - updated Hebrew translation (thanks to Lior Kaplan)
3207+ - updated Frensh translation (thanks to Julien Louis)
3208+
3209+0.51
3210+ - enabled sorting on status (order: new, upgrable, installed, not installed)
3211+ - interactive search bound on CTRL-s
3212+ - package details window is now non-modal
3213+ - updated Japanese translation (thanks to Daisuke SUZUKI)
3214+ - updated Hebrew translation (thanks to Lior Kaplan)
3215+ - updated Hungarian translation (thanks to Gábor Kelemen)
3216+ - updated Catalan translation (thanks to Jordi Mallach)
3217+ - updated Czech translation (thanks Kapica Ales)
3218+ - updated German translation (thanks to Sebastian Heinlein)
3219+ - updated Danish translation (thanks to Morten Brix Pedersen)
3220+
3221+0.50
3222+ - new GUI (thanks to Gustavo and Sebastian for there _great_ work)
3223+ - removed "hold" support (used to be implemented via apt pins, may
3224+ come back later)
3225+ - removed debtags support (will come back later)
3226+ - much improved vte terminal support
3227+ - Package list is much faster now when compiled with gtk-2.4
3228+ - Debian: Recommended/Suggested can be installed by right-click menu now
3229+
3230+0.48
3231+ - reworked the status code and put new icons in (thanks to Sebastian)
3232+ (unfortunally this change will reset any local changes to the colors
3233+ used in the package list. sorry for this inconvenience)
3234+ - default gnome colors are used to indicate the package status
3235+ - right-click popup-menu now also works with multiple selected packages
3236+ - the fetch dialog is nicer now (thanks Sebastian)
3237+ - Icon Legend dialog added
3238+ - welcome dialog added
3239+ - bugfixes
3240+ - "Fix broken packages" works now as in apt-get (thanks Panu Matilainen)
3241+
3242+0.47
3243+ - Fixed many i18n issues (thanks to Ales Kapica and Jean-Michel Poure)
3244+ - New Czech translation (thanks to Ales Kapica)
3245+ - New Arabic translation (thanks to Ossama Khayat)
3246+ - Updated Polish translation (thanks to Emil Nowak)
3247+ - Updated Spanish translation (thanks to Francisco J. Fernandez)
3248+ - Updated French translation (thanks to Jean-Michel Poure)
3249+ - Updated Japanese translation (thanks to Daisuke Suzuki)
3250+ - Updated Chinese translation (thanks to Liu Jack)
3251+ - Updated German translation
3252+ - Minor documentation updates (thanks Sebastian)
3253+ - Reworked the context menu for packages
3254+ - Some ui improvements in the common tab
3255+ - Use units according to the SI spec now (thanks to Alexander Winston)
3256+ - New summary window (thanks Sebastian)
3257+ - A lot of minor bug and typo fixes
3258+
3259+0.46
3260+ - font selection added for default interface font and terminal
3261+ - better support for translated descriptions (thanks johnnybgate)
3262+ - dist-upgrade is gone from the menu, the user is asked what kind of upgrade
3263+ he wants now
3264+ - toolbar has a new style (text beside buttons) now
3265+ - real docbook help added (yeah! thanks SEBASTIAN)
3266+ - "hold" button gone from the gui, moved to menü
3267+ - sections can translated and a more descriptive description is used
3268+ - rpm-src-dir support added (thanks to Panu Matilainen)
3269+
3270+0.45
3271+ - proxy can be configured with the gui now
3272+ - updated japanese translation (thanks to Daisuke SUZUKI)
3273+ - new preferences dialog layout (thanks Sebastian Heinlein)
3274+ - new filter dialog layout (thanks Sebastian Heinlein)
3275+ - when adding filter, they are called "New Filter 1", "New Filter 2" etc
3276+ - added "search lack", so that the interactive search does not start
3277+ immediately
3278+ - new quit dialog
3279+ - speedup for the pattern filters
3280+ - small ui-enhancements in the filter dialog
3281+ - basic support for distribution selection (if you have more than one
3282+ distro in your sources.list, you can choose which to use by default)
3283+ - new about dialog (thanks Sebastian)
3284+ - support to choose between different versions of a given package
3285+
3286+0.44
3287+ - two alternative main layouts can be choosen now
3288+ - "clean cache now" implemented" in preferences window
3289+ - the search entry in the main window is interactive again
3290+ - much improved preferences dialog (thanks to Sebastian Heinlein)
3291+ - new italian translation (thanks Mauro Colorio and Luigi Maselli)
3292+ - updated spanish translation (thanks Fco. Javier Fernandez)
3293+ - updated russian translation (thanks Sviatoslav Sviridov)
3294+ - new belarussian translation (thanks Vital Khilko)
3295+ - updated chinese translation (thanks liu jack)
3296+ - improved main window design (thanks Sebastian Heinlein)
3297+ - added "rpm-dir" repository support (thanks Panu)
3298+ - prepeared a lot of strings for better i18n (thanks Jean-Michel POURE)
3299+
3300+0.43
3301+ - the descriptionParser for rpm has changed
3302+ (the actuall parser is configurable now)
3303+ - new find and changes dialog layout, more HIG compliant
3304+ (thanks to Sebastian Heinlein)
3305+ - more bugfixes in the PkgTreeView and the new sorting code
3306+
3307+0.42
3308+ - download percentage is now always calculated correctly
3309+ (thanks to David Wilson)
3310+ - save selection on "pin", "update" and "proceed" now
3311+ - some bugs fixed in the new sortable tree/list
3312+ - the order of the columns in the treeview is configurable now
3313+ - updated german translation (thanks to Sebastian Heinlein)
3314+ - updated spanish translation (thanks to Javier Serrador)
3315+ - updated japanese translation (thanks to Daisuke SUZUKI)
3316+
3317+0.41
3318+ - updated russian translation
3319+ - [debian only] debian package tags support
3320+ - sortable installed size column added
3321+ - "Information" tab now scrollable
3322+
3323+0.40
3324+ - updated japanese translation
3325+ - new status "Obsolete and locally installed" for status view
3326+ - added depends and provides to the "Find tool" window
3327+ - more predefined filters (new, residual config, debconf)
3328+ - added "provides" tab
3329+ - added "remove with dependencies" feature
3330+ - default action for delete button can be configured
3331+
3332+0.39
3333+ - "Installed Files" tab (debian only)
3334+ - added tooltips to status filter tab
3335+ - reworked search dialog, it's possible to search for
3336+ "name, version, description, maintainer" now
3337+ - better checking if a pkg is not installable
3338+ - location of the synaptic.desktop file has changed to better integrate
3339+ with the desktop enviroment
3340+
3341+0.38
3342+ - updated russian translation
3343+ - works on older distros (gtk2.0 and gcc-2.95+ fixes) for real this time :)
3344+ - better man-page
3345+ - if a pkg is not installable, the user gets a warning if the tries to
3346+ install it
3347+ - improved "by Status" tree-view, displays now by:
3348+ "installed, installed and upgradeable, new in archive, not installed,
3349+ not installed but residual config"
3350+ - sources.list reading is more robust. invalid records are ignored and
3351+ commented out, comments inside a line are allowed now
3352+ (e.g. "deb http://ftp.debian.org/debian unstable main # my main source")
3353+
3354+0.37
3355+ - optimisation of the package view, should be faster now
3356+ (especially the flat list)
3357+ - the "update" button for the rgfiltermanager dialog is gone,
3358+ all changes to the filters are tracked automaticly
3359+ - the repository dialog is glade based now
3360+ - some basic support for sources.list.d (thanks Panu)
3361+ - load/save changes is implemeted (you can save your changes and
3362+ later reload them)
3363+ - should build with gtk2.0 again (for all people that use RH8.x or
3364+ UnitedLinux 1.0)
3365+ - a new "not installable" filter was added
3366+ - search for multiple words improved
3367+
3368+0.36
3369+ - new filter dialog
3370+ - each filter can have a different view now
3371+ - more easy way to intall suggested/recommended packages
3372+ - dialog to auto install recommended/suggested packages
3373+
3374+0.35
3375+ - Synaptic uses a tree view now. Users may select from
3376+ "Section tree", "Alphabetic tree", "Status tree", or
3377+ "Raw list" views.
3378+ - "What will change" dialog, informing how the current selection
3379+ will change, if the user try to do some action in a package
3380+ that would require further changes in the current selection.
3381+ - Now it's possible to include APT-enabled CDROMs in the database
3382+ using synaptic (apt-cdrom like).
3383+ - Undo/Redo implemented, allowing one to rollback changes in the
3384+ selection.
3385+ - Filter and button for debconf packages (debian only).
3386+ - Improved progress dialog for rpm installation.
3387+ - If --with-zvt was used, terminal vizualization during package
3388+ manager action is now runtime configurable.
3389+ - Many minor improvements in the user interface, including great
3390+ new icons.
3391+ - applied a patch from Mike Snitzer to make it possible to search for
3392+ versions.
3393+ - Bugfixes.
3394+
3395+0.32
3396+ - bugfixes
3397+ - translation updates
3398+ - toolbar buttons can be configured now
3399+
3400+0.31
3401+ - added residual config filter
3402+ - added "purge" menu item (basic support)
3403+ - added easy way to search for pkg name or description
3404+ - russian translation, chinese translation
3405+ (thanks to Sviatoslav Sviridov and Anthony Fok)
3406+ - fixed some resize problems (thanks to Laurent Bonnaud)
3407+ - fixed some problems with the pattern filter (thanks to Scomodo)
3408+
3409+0.30
3410+ - ported to gtk2/libglade2, new gui - no new features
3411+
3412+0.28
3413+ - fixed a bug for rpm users (thanks to Sviatoslav Sviridou)
3414+ - added turkish translation (thanks to Rail Aliev)
3415+ - added handleBox for the main button bar
3416+ - added synaptic desktop file for gnome (needs xsu to work)
3417+ - added wm icon
3418+
3419+0.27:
3420+ - added tooltip for hold-button
3421+ - [debian only] added "orphaned" filter (using deborphan)
3422+ - reworked the rgsummarywindow dialog, nicer now
3423+ - fixed a nasty memory leak in openCache()
3424+
3425+0.26:
3426+ - SummaryWindow is a bigger now
3427+ - a man-page was added
3428+ - colors are now used in the main clist
3429+
3430+0.25:
3431+ - cleanups for the "new" packages filter
3432+ - added command line arguments (see README for details)
3433+ - removed some warning if no synaptic files can be found in ~/.synaptic
3434+ - multiple selection of packages is possible now (use SHIFT/CTRL)
3435+ - some internal code cleanups
3436+ - SWIG support for synaptic! a python module with the interface described
3437+ in gtk/synapticinterface.h is generated and can be used to script synaptic
3438+ with python (see README.scripting for details)
3439+
3440+0.24:
3441+ - "hold" feature implemented. If you mark a package as "hold" no
3442+ upgrade will ever performed on this package
3443+ (enable this with "--with-pkg-hold" in configure)
3444+ - "New Packages" filter improvments (now persistent to a certain extend)
3445+ - bugfixes and a fix for a nasty memory leak
3446+ - WINGs version no longer build by default and renamed to wsynaptic
3447+ (enable it with "--with-wings")
3448+ - GTK version now called "synaptic"
3449+ - Implemented vendors.list edition support
3450+ - Reworked sources.list edition dialog.
3451+
3452+0.23:
3453+ - new repository dialog
3454+ (shamelessly stolen from deity-gtk, thanks to Patrick Cole <z@amused.net>)
3455+ - small ui improvements
3456+
3457+0.22:
3458+ - added working "Suggestions/Recommendations"
3459+ - added Dependencies display of the available version
3460+ (to preview if the newest available version has different dependencies)
3461+
3462+0.21:
3463+ - bugfix in rgfiltermanager.cc
3464+ - documentation updates
3465+
3466+0.20:
3467+ - filter save/restore works
3468+ - gtk gui
3469+ - gtk keybindings
3470+ - simple "new packages" filter (very basic currently)
3471+ - support for output into a zvt terminal window (--with-zvt)
3472+ - new description parser optimized for debian
3473+ - double click cycle implemented in gtk version
3474
3475=== renamed file 'NEWS' => 'NEWS.moved'
3476=== added file 'README'
3477--- README 1970-01-01 00:00:00 +0000
3478+++ README 2010-06-29 09:59:23 +0000
3479@@ -0,0 +1,102 @@
3480+Synaptic
3481+========
3482+
3483+Synaptic is a graphical package management program for apt. It
3484+provides the same features as the apt-get command line utility with a
3485+GUI front-end based on Gtk+ or WINGs.
3486+
3487+Synaptic was developed by Alfredo K. Kojima <kojima@conectiva.com.br>
3488+from Connectiva. His last offical released was 0.16. I took over his
3489+CVS version, where he added a nearly complette port to Gtk+. I
3490+completted the port and add some new features. See the NEWS file for
3491+the user visible changes from that point on. Connectiva is still
3492+supporting the development of synaptic. Gustavo Niemeyer
3493+<niemeyer@conectiva.com> is a active developer of synaptic.
3494+
3495+If you want to use synaptic from the gnome menu, you should use gksu
3496+(default) to obtain root privileges. Get it from gksu from
3497+http://www.nongnu.org/gksu/.
3498+
3499+Synaptic can display a "Pkg Help" button on debian systems. If you have
3500+installed and configured dwww, a help will be display and if you click
3501+on it, a browser is opend.
3502+
3503+It is also possible on debian systems to reconfigure debconf packages.
3504+This is done with the help of libgnome2-perl that needs to be installed.
3505+
3506+On a debian system, you can have more than one "release" in your
3507+sources.list file. You can choose which one to use in the "expert" tab
3508+in the preferences dialog.
3509+
3510+All development is done at http://savannah.gnu.org/projects/synaptic
3511+
3512+Tutorial:
3513+---------
3514+Synaptic is used very much like apt-get. Usually you do a
3515+"update" which will update the package list from the servers in your
3516+sources.list file. Note that no packages are updated in this step,
3517+only information about the packages. Now you can view what packages
3518+are "upgradeable". To do this, just click on the filter "Upgradeable".
3519+The main list will change and you will see only those packages where
3520+a new version is available on the server. You can now upgrade
3521+inidiviual packages by selecting them and then clicking on the small
3522+"upgrade" button on the left (or double click in the gtk-version) or
3523+thos to upgrade all packages by clicking on the big "Upgrade" button
3524+on the top. No packages will downloaded/upgraded yet, they are only
3525+marked as to be upgraded. You may want to change the filter again to
3526+"Expected Changes" to see what will happen if you continue. If you
3527+like what you see, click "Proceed!" and synaptic will download the
3528+packages and install them.
3529+
3530+
3531+Filters:
3532+--------
3533+Synaptic display the main package list according to the filter you
3534+selected. The most simple filter is of course "All packages". But
3535+there are much more filters than that :) You can view the predefiend
3536+filters and make your own filters by clicking on "Filters" above the
3537+main package list.
3538+
3539+Keybindings:
3540+------------
3541+From version 0.20 on, the gtk has some global keybings:
3542+* ALT-k keep
3543+* ALT-i install
3544+* ALT-r remove
3545+* ALT-u Update individual package
3546+* ALT-l Update Package List
3547+* ALT-g upgrade
3548+* ALT-d DistUpgrade
3549+* ALT-p proceed
3550+* CTRL-f find
3551+
3552+Command line options:
3553+---------------------
3554+From version 0.25 on, synaptic supports the following command line
3555+options:
3556+ '-f <filename>' or "--filter-file <filename>" = give a alternative filter file
3557+ '-i <int>' or "--initial-filter <int>" = start with filter nr. <int>
3558+ '-r' = open repository screen on startup
3559+ '-o <option>' or "--option <option>" = set a synaptic/apt option (expert only)
3560+ '--set-selections' = feed packages inside synaptic (format is like
3561+ dpkg --get-selections)
3562+ '--non-interactive' = non-interactive mode (this will also prevent saving
3563+ of configuration options)
3564+
3565+Selecting Multiple Packages
3566+----------------------------
3567+From 0.25 on, you can select more than one package at a time. You have to
3568+use SHIFT or CTRL to select multiple packages. If you click on a action
3569+(install/upgrade/remove) for multiple packages, the action will be performed
3570+for each package (as you probably already guessed (: ).
3571+
3572+
3573+Contacting me
3574+-------------
3575+If you have any questions, suggestions or bugreports, send a email
3576+to synaptic-devel@mail.freesoftware.fsf.org or directly to me (mvo@debian.org).
3577+
3578+
3579+Have fun with synaptic,
3580+ Michael Vogt
3581+
3582
3583=== added file 'README.debtags'
3584--- README.debtags 1970-01-01 00:00:00 +0000
3585+++ README.debtags 2010-06-29 09:59:23 +0000
3586@@ -0,0 +1,45 @@
3587+
3588+To write debtags support again:
3589+TagDB::outputPatched()
3590+-> reads data and merge patched
3591+ (file:///usr/share/doc/libdebtags-dev/html/classDebtags_1_1TagDB.html)
3592+-> use InputMerger<string, Tag> as a consumer from libtagcoll
3593+ (should have it all:
3594+ file:///usr/share/doc/libtagcoll-dev/html/classTagcoll_1_1InputMerger.html)
3595+
3596+
3597+
3598+Synaptic debtags support
3599+------------------------
3600+
3601+From version 0.41 on synaptic has experimental support for the debtag
3602+system. The debtag system is the work of Erich Schubert and Enrico
3603+Zini and has a website at:
3604+http://deb-usability.alioth.debian.org/debtags/
3605+
3606+The current synaptic implementation is mostly the work of Enrico Zini
3607+<enrico@debian.org>. Thanks!
3608+
3609+In a nutshell the system helps to organize the huge collection of
3610+debian software by extending the traditional section scheme. Instead
3611+of putting a package into a section (base, net, etc), you can put
3612+arbitrary "tags" on it. Mutt for example has:
3613+"client, mail, mail::imap, mail::pop, net, netcomm, protocols"
3614+
3615+This makes searching and displaying the packages more flexible. With
3616+the new "by tag" tab in the filter editor you can add a filter that
3617+search for packages that e.g. inludes the tags "mail, client" and
3618+exludes "ui::qt" if you look for a email client that does not use Qt.
3619+
3620+You can also browse the tag hirarchy (that is actually not a real
3621+hirarchy) with the new "tag tree" view.
3622+
3623+Limitations:
3624+------------
3625+The current debtag support is not complete. You have to update the tag
3626+database by hand (using "debtags update") for now. It's in general
3627+more experimental than the rest of synaptic.
3628+
3629+I'm looking for help with the debtags integration. Please help by
3630+filling bugreports and sending patches :)
3631+
3632
3633=== renamed file 'README.debtags' => 'README.debtags.moved'
3634=== renamed file 'README' => 'README.moved'
3635=== added file 'README.supported'
3636--- README.supported 1970-01-01 00:00:00 +0000
3637+++ README.supported 2010-06-29 09:59:23 +0000
3638@@ -0,0 +1,55 @@
3639+Task support for synaptic
3640+-------------------------
3641+
3642+
3643+Synaptic works on quite a few distributions. To make support for the
3644+various task systems easy synaptic needs a helper application called
3645+"tasksel" (or any other helper that can be speficified with
3646+"-o Synaptic::taskHelperProg=prog"). It has to support the following
3647+commands:
3648+
3649+--list-tasks: returns a list of the format
3650+ "$installed $taskname\t$task-short-description"
3651+ where $installed can be 'i' (installed) or 'u' (uninstalled)
3652+
3653+--task-packages $task: list the packages included in the given task
3654+ this option can be used more than once for
3655+ different tasks
3656+
3657+--task-desc $task: print a long description about the given task
3658+
3659+
3660+Examples:
3661+
3662+$ tasksel --list-tasks
3663+database-server SQL database
3664+i desktop Desktop environment
3665+u dns-server DNS server
3666+u file-server File server
3667+u mail-server Mail server
3668+u print-server Print server
3669+u web-server Web server
3670+
3671+$ tasksel --task-packages dns-server --task-packages print-server
3672+bind9
3673+bind9-doc
3674+dlint
3675+dnsutils
3676+lwresd
3677+cupsys
3678+cupsys-bsd
3679+cupsys-client
3680+cupsys-driver-gimpprint
3681+foomatic-db-engine
3682+foomatic-db-hpijs
3683+foomatic-filters-ppds
3684+foomatic-gui
3685+samba
3686+samba-doc
3687+smbclient
3688+smbfs
3689+swat
3690+
3691+$ tasksel --task-desc desktop
3692+This task provides basic "desktop" software, including a variety of session managers, file managers and web browsers. It incorporates both the GNOME and KDE desktops, and provides a display manager which lets the user choose between the two.
3693+
3694
3695=== renamed file 'README.supported' => 'README.supported.moved'
3696=== added file 'README.tasks'
3697--- README.tasks 1970-01-01 00:00:00 +0000
3698+++ README.tasks 2010-06-29 09:59:23 +0000
3699@@ -0,0 +1,55 @@
3700+Task support for synaptic
3701+-------------------------
3702+
3703+
3704+Synaptic works on quite a few distributions. To make support for the
3705+various task systems easy synaptic needs a helper application called
3706+"tasksel" (or any other helper that can be speficified with
3707+"-o Synaptic::taskHelperProg=prog"). It has to support the following
3708+commands:
3709+
3710+--list-tasks: returns a list of the format
3711+ "$installed $taskname\t$task-short-description"
3712+ where $installed can be 'i' (installed) or 'u' (uninstalled)
3713+
3714+--task-packages $task: list the packages included in the given task
3715+ this option can be used more than once for
3716+ different tasks
3717+
3718+--task-desc $task: print a long description about the given task
3719+
3720+
3721+Examples:
3722+
3723+$ tasksel --list-tasks
3724+database-server SQL database
3725+i desktop Desktop environment
3726+u dns-server DNS server
3727+u file-server File server
3728+u mail-server Mail server
3729+u print-server Print server
3730+u web-server Web server
3731+
3732+$ tasksel --task-packages dns-server --task-packages print-server
3733+bind9
3734+bind9-doc
3735+dlint
3736+dnsutils
3737+lwresd
3738+cupsys
3739+cupsys-bsd
3740+cupsys-client
3741+cupsys-driver-gimpprint
3742+foomatic-db-engine
3743+foomatic-db-hpijs
3744+foomatic-filters-ppds
3745+foomatic-gui
3746+samba
3747+samba-doc
3748+smbclient
3749+smbfs
3750+swat
3751+
3752+$ tasksel --task-desc desktop
3753+This task provides basic "desktop" software, including a variety of session managers, file managers and web browsers. It incorporates both the GNOME and KDE desktops, and provides a display manager which lets the user choose between the two.
3754+
3755
3756=== renamed file 'README.tasks' => 'README.tasks.moved'
3757=== added file 'TODO'
3758--- TODO 1970-01-01 00:00:00 +0000
3759+++ TODO 2010-06-29 09:59:23 +0000
3760@@ -0,0 +1,249 @@
3761+Nice dpkg status output:
3762+ - try to detect reads attempts of the child (via select() on _child_control?)
3763+ - implement cancel as a last resort
3764+
3765+
3766+Misc:
3767+ - check download size against statvfs against /var/cache
3768+ and in generate download script on the target location
3769+
3770+ - preferences: HIG instant apply only(fast enough for e.g. pkglist changes?)
3771+ - human readable repositories (ubuntu bug #1347)
3772+ - proxy username/password does not work with synaptic preferences
3773+ (add apt PROXY_USER PROXY_PASSWORD style variables into a special
3774+ expoert dialog in preferences)
3775+ - > I've a question: I want to install a package and it suggestes some
3776+ >other ones. I'd like to be able to display info for the suggested
3777+ >packages in as simple way as possible. The best would'be if I could
3778+ >filter out all but the one pacakge being installed (the best would be a
3779+ >context-menu entry "Display Suggested/Recommanded/Required") and those
3780+ >it does suggest, so I could browse through the list, learn what is every
3781+ >suggested package good for and decide whether or not to install
3782+ >it.
3783+ - Scroll-bug (Eric Freyens, 25.10.2004)
3784+ - add "pause download" feature (possible with the fetchers?)
3785+ - integrate apt-get.org/fedoratracker.org into synaptic (savannah bug
3786+ #10544), a "server list" similar to amule (or gnutella, etc).
3787+ - Mail von Vidar Haar (9.Aug.2004): neues summary layout/
3788+ check for diskspace before downloading/executing
3789+ - make log-file [done] with optinal dpkg-output logging
3790+
3791+HIG-2 (thanks to Sebastian for his analysis):
3792+ - "Force Version" should be a radiobutton not a combobox
3793+ - "View-menu"? > View
3794+ > |-> Toolbar
3795+ > |-> Dock properties window
3796+ > |-> Reload
3797+ (sucky?)
3798+ - "find" -> "search" (and Ctrl->S shortcut, current Ctrl-s->Shift-Ctrl-S)
3799+ - update task dialog ( http://developer.gnome.org/projects/gup/hig/2.0/images/controls-list-checkbox.png)
3800+ - "Custom fonts": use radio-buttons, not checkboxes
3801+ > o Use theme font
3802+ > x use this font [font sel]
3803+
3804+
3805+
3806+User-Mode:
3807+----------
3808+ - split into user and root mode. User mode does all the changes and for
3809+ the final installation runs (with gksu or libgksu):
3810+ # synaptic --set-selection --non-interactive --hide-main-window --dont-write-any-config
3811+ ( --dont-write-any-config needs to be implemented)
3812+ -> MOST infrastructure is there.
3813+ Problems: * set-version is not in selection file
3814+ * all settings are in in $USER/.synaptic (use
3815+ --preserve-env?)
3816+ * proxy settings and stuff needs to be preserved/passed
3817+ "run-as-root synaptic"
3818+ root is needed for:
3819+ - update: could be solved by making the /var/lib/apt/lists/ dir
3820+ group writeable for a desktop-group
3821+ - edit sources.list
3822+
3823+ - Need far better state saving:
3824+ - save selected distribution when doing a "save selection"
3825+ - when using "force version" save this as well
3826+ - when "open cache" is called, make sure that the correct distribution
3827+ is selected for save/restore
3828+
3829+
3830+Misc:
3831+-----
3832+ - network proxy detection if gnome/kde is installed/run (can be
3833+ solved with user-mode?!?)
3834+ - re-enable "default remove action" in the preferences window
3835+ - > > (synaptic:24143): Gtk-CRITICAL **: file gtkwidget.c: line 1827
3836+ > > (gtk_widget_hide): assertion `GTK_IS_WIDGET (widget)' failed
3837+ auf RPM
3838+ - search in name+provides in search-dialog
3839+ - In the change log view, link "bug" references to the actual bug report
3840+
3841+Usability issues:
3842+ - Rework repository and vendor dialog
3843+ - Disable "Undo" and "Redo" if there is no action to perform
3844+ - Think about implementing a summary of changes in the upgrade dialog
3845+ - Use HIGified common dialogs (alignments and message text!)
3846+ - Use a tree view for sections containing a separator "/" (e.g. SuSE, RedHat)
3847+ - Merge the message about failed downloads and the "ignore failed downloads"
3848+ dialog
3849+ - Do not show "0 broken" and other "0" messages in the status bar
3850+ - Use a warning or error icon in the status bar to get the users attention
3851+ (e.g. in the case of broken packages)
3852+ - Always show the progress bar in the main window and move it to left side
3853+ (this is the default position in GNOME)
3854+ - Make the status message more contextual:
3855+ * show available upgrades after refresh
3856+ * if there are broken packages, this is the only relevant message
3857+ - Replace the "Running..." label in the "Apply changes" dialog with a
3858+ progress bar and use a busy cursor (?)
3859+
3860+Translation issues:
3861+ - Use plural gettext in the status message
3862+
3863+Unsorted:
3864+ - possibility to resume failed installation of half installed packages
3865+ Execute should be available if there are outstanding packages
3866+ (difficult!)
3867+ - Please add hyperlink support in package info for example BTS entry
3868+ - Please allow users to delete default filters and add an option to
3869+ restore in prefs (or make them not deletable at all)
3870+ - "crash handler" that automatically save the selections on a synaptic
3871+ segfault (and present a dialog to reread them on the next start)
3872+ - copy desktop file to the KDE menu - $KDEPREFIX/applnk/Settingsmenu
3873+ "kde-config --prefix"
3874+ - ask on debian-deity if it is possible to get a "DeletePin" function.
3875+ this way, we can do default release pining without rereading the cache
3876+ (see policy.cc:pkgPolicy::pkgPolicy())
3877+
3878+Configure:
3879+ - allways give the correct path in the synaptic.desktop file
3880+ (currently hardcoded)
3881+
3882+GUI:
3883+ - Icons should be themable: gtkiconfactory
3884+ - allow clicking in the depedency list so that the click takes
3885+ you to the package
3886+ - add native debconf reconfigure frontend using the cmdpipe interface
3887+ to debconf (cool!)
3888+ - try to get synaptic into base-config
3889+ - add something that lets the user see if a certain package is already
3890+ in the cache
3891+ - add reduced view? (always ignore this package)
3892+ - add ignore option for unwanted packages (use RPackageView?!)
3893+ - add context menu in the dependency list to install/remove/upgrade
3894+ - changesWindow should also support installing recommends/suggested pkgs
3895+ - add a sources.list wizard for debian (like base-config)?
3896+
3897+Filter:
3898+ - add "immutable" filters that can be configured via /etc/synaptic/filters
3899+ - dependencies of selected package
3900+ - dependents of selected package
3901+
3902+General:
3903+ - add something like aptitude Last-change support, so that you can
3904+ track what pkgs where installed to fullfill some dependencies
3905+ (and have the option to remove them again automatically)
3906+ [might be enough to use "remove with dependencies" ?]
3907+ - make deporhan a native synaptic filter (should be easy)
3908+ - implement raptoptions save/restore for getFlags/setFlags [not needed?]
3909+
3910+Done:
3911+ - current task support is broken, try to fix it
3912+ - add TaskView view to show tasks [done with tasksel window]
3913+ - if download failed, use a special dialog to show it [done I think]
3914+ - Add comments for translators [mostly done]
3915+ - Reword unclear messages [mostly done]
3916+ - Pressing a key should jump to the first package with the same
3917+ inital letter [fixed with gtk2.6]
3918+ - Use new column editor in the preferences
3919+ - Disable search button in the search dialog until an expresseion was entered
3920+ - Separate sections from package list [can be archived with sorting
3921+ for section]
3922+ - "held back" is a bad term (ubuntu bug #1309)
3923+ - think about how to simplify the "reload" step for new users
3924+ (see mail from Philippe Cloutier, 16.Sep.2004)
3925+ [package list outdated dialog takes care of this]
3926+ - after changes in the repositories editor, ask for a update of
3927+ the package list
3928+ - download window scrollbar shouldn't always scroll, make two areas,
3929+ one with active jobs and one with completted jobs? (see mail from
3930+ Adam Lydick, 20.10.2004)
3931+ - Shortcut for force-version (for Redhat people)
3932+ - "Refresh" must be "reload"
3933+ - readd "UseRecommends" to auto-install recommended packages (done)
3934+ - sorting by versions
3935+ - redesign the columns (drag 'n drop?)
3936+ - "pin/hold" support (-)
3937+ - "install-this-versioN" (-)
3938+ - make a the used font in the treeview configurable
3939+ - when searching and then switching view-mode, go to the last selected
3940+ pkg (maybe do that every time the view is switched?)
3941+ - think about using a package details dialog
3942+ - add reinstall
3943+ - Add konqueror and opera to the list of help browser
3944+ - do not use ithe same sentence for singular and plural in summary
3945+ - icons in status list
3946+ - enable glade support in download and execute window
3947+ - implement font size choser [half-done see FAQ]
3948+ - add a button to undo all programmed changes
3949+ (do we need this now that we have a "real" undo?)
3950+ - hide seperator_hold on rpm based systems, too (?)
3951+ - deactivate "do not modify" in the package menu if no modification was
3952+ queued or no package is selected
3953+ - split up the label_info (main window) into several labels
3954+ - implement new glade version of dialog_summary
3955+ - disable all package actions if "hold current version" is activated
3956+ - "hold current version" in the package menu should represent the hold status
3957+ (it is already an "Ankreuzfeld")
3958+ - deactivate font selector in the prefs if user defined font is not activated
3959+ - add context-menu on right-click (del/inst/upgr/show descr in own window,
3960+ - context menus in the package list
3961+ - GtkTextView for package name and short desc (textview_pkgcommon)
3962+ - add a dialog that show what dependency is unmet if a pkg can not be
3963+ installed (like ShowBroken() in apt-get.cc)
3964+ - add a tab that shows all version of the package
3965+ (like apt-cache showpkg)
3966+ - enable different sorting methods for the tree (e.g. size)
3967+ - implement proxy settings
3968+ - implement a new (interactive) search function
3969+ - config option what the default action of ("delete") button is
3970+ - "removed but residual config" should win against
3971+ "obsolete or locally installed" in by status view
3972+ - add remove with deps menu entry
3973+ - add "Provides" tab (done)
3974+ - obsolete packages (installed, but no install version available)
3975+ (named "not installable")
3976+ - add missing functionality in rpackagefilter line 183 (Provides filter)
3977+ - display all files of a installed packages (like dpkg -L or apt-file)
3978+ [can't do this in a portable way]
3979+ - add easy way to install suggested/recommended
3980+ - convert all GtkCList to GtkTreeView (done)
3981+ - make it possible to filter for maintainer
3982+ - make a options to install recommended package automatically or
3983+ semi-automatically with a dialog (done)
3984+ - add something that adds cdrom uris to the sources
3985+ - implement "undo" :)
3986+ - configure whether we want text under icons or not (done)
3987+ - problem if a pkglist is not available on startup (rpm only)
3988+ - implement some kind of deborphan functionality (make it a filter)
3989+ - filter for "residual configuration" (removed, but still configuration)
3990+ - make a extra warning if packages are deleted (via Summary Window)
3991+ - label with short description resizes the gui (ugly)
3992+ - add filters to menu (done)
3993+ - make easy way to filter for description
3994+ - make more than one package selectable and allow "install", "keep" etc
3995+ on this groups (done)
3996+ - remove the update button in rgsrcwindow.cc (done)
3997+ - add more key-shortcuts (done)
3998+ - add repository dialog (done)
3999+ - new packages in repository (done)
4000+ - add cmdline argument for selecting a initial filter (done)
4001+ - test for "swig" in configure.in (done)
4002+ - get rid of all gtk_widget_set_usize() [mostly gone]
4003+ - use colors to show different stuff about the package
4004+ (e.g. blue if upgradeable, red if broken etc) [done]
4005+ - some online-help/mini-tutorial (partly done)
4006+ - handle "|" case in WDepends (partly)
4007+ - implement "Hold package" (partly)
4008+ - add man-page and localised man-page (done)
4009+
4010
4011=== renamed file 'TODO' => 'TODO.moved'
4012=== added file 'TRANSLATORS'
4013--- TRANSLATORS 1970-01-01 00:00:00 +0000
4014+++ TRANSLATORS 2010-06-29 09:59:23 +0000
4015@@ -0,0 +1,86 @@
4016+Arabic:
4017+ Ossama M. Khayat <okhayat@yahoo.com>
4018+
4019+Bulgarian:
4020+ Alexander Shopov <ash@contact.bg>
4021+
4022+Belarusian:
4023+ Sviatoslav Sviridov <svd@altlinux.ru>
4024+ Vitaly Lipatov <lav@altlinux.ru>
4025+
4026+Bulgarian:
4027+ Vladimir Petkov <vpetkov@i-space.org>
4028+
4029+Catalan:
4030+ Jordi Mallach <jordi@debian.org>
4031+
4032+Chinese:
4033+ Liu Songhe <jackliu9999@msn.com> (Simplified)
4034+ Anthony Fok <anthony@thizlinux.com> (Traditional)
4035+
4036+Czech:
4037+ Keny Otter <keny@email.cz>
4038+
4039+Danish:
4040+ Morten Brix Pedersen <morten@wtf.dk>
4041+ Keld Simonsen <keld@dkuug.dk>
4042+
4043+Dutch:
4044+ Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
4045+
4046+German:
4047+ Sebastian Heinlein <sebastian.heinlein@web.de>
4048+ Hendrik Brandt <eru@gmx.li>
4049+ Alwin Meschede <ameschede@gmx.de>
4050+ Michael Vogt <mvo@ping.de>
4051+
4052+Spanish:
4053+ Francisco Javier F. Serrador <serrador@cvs.gnome.org>
4054+
4055+Slovenian:
4056+ Roman Maurer <roman@lugos.si>
4057+
4058+French:
4059+ Jean-Michel Pouré <jm@poure.com>
4060+
4061+Hebrew:
4062+ Diego Iastrubni <elcuco@kdemail.net>
4063+
4064+Hungarian
4065+ Gabor Kelemen <kg0021@stud.unideb.hu
4066+
4067+Italian:
4068+ Mauro Colorio <linuxbox@interfree.it>
4069+ Luigi Maselli <metnik at tiscali it>
4070+
4071+Japanese:
4072+ Daisuke Suzuki <daisuke@linux.or.jp>
4073+
4074+Korean:
4075+ Son, Kyeong-uk <hey@gnome.or.kr>
4076+
4077+Norwegian:
4078+ Vidar Braut Haarr <mabus_at_q1n_org>
4079+
4080+Polish:
4081+ Emil Nowak <emil5@go2.pl>
4082+
4083+Portugese
4084+ Flávio Moringa <flavio.moringa@caixamagica.pt>
4085+
4086+Portugese (Brazilan)
4087+ Marcia Norie Nakaza <norie@conectiva.com.br>
4088+ Arnaldo Carvalho de Melo <acme@conectiva.com.br>
4089+ Leonardo F. S. Boiko <leoboiko@fastmail.fm>
4090+
4091+Russian:
4092+ Sviatoslav Sviridov <svd@altlinux.ru>
4093+ Vitaly Lipatov <lav@altlinux.ru>
4094+ Kate <kate@lrn.ru>
4095+
4096+Serbian:
4097+ Слободан Средојевић <ssl@uns.ns.ac.yu>
4098+
4099+Turkish:
4100+ Rail Aliev <rail@iqchoice.com>
4101+ Erçin Eker <erc.caldera@gmx.net>
4102
4103=== renamed file 'TRANSLATORS' => 'TRANSLATORS.moved'
4104=== added file 'acinclude.m4'
4105--- acinclude.m4 1970-01-01 00:00:00 +0000
4106+++ acinclude.m4 2010-06-29 09:59:23 +0000
4107@@ -0,0 +1,394 @@
4108+dnl aclocal.m4 generated automatically by aclocal 1.2f
4109+
4110+dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4111+dnl This Makefile.in is free software; the Free Software Foundation
4112+dnl gives unlimited permission to copy and/or distribute it,
4113+dnl with or without modifications, as long as this notice is preserved.
4114+
4115+dnl This program is distributed in the hope that it will be useful,
4116+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
4117+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
4118+dnl PARTICULAR PURPOSE.
4119+
4120+
4121+
4122+# progtest.m4 from gettext 0.32
4123+# Search path for a program which passes the given test.
4124+# Ulrich Drepper <drepper@cygnus.com>, 1996.
4125+#
4126+# This file file be copied and used freely without restrictions. It can
4127+# be used in projects which are not available under the GNU Public License
4128+# but which still want to provide support for the GNU gettext functionality.
4129+# Please note that the actual code is *not* freely available.
4130+
4131+# serial 1
4132+
4133+dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
4134+dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
4135+AC_DEFUN(AM_PATH_PROG_WITH_TEST,
4136+[# Extract the first word of "$2", so it can be a program name with args.
4137+set dummy $2; ac_word=[$]2
4138+AC_MSG_CHECKING([for $ac_word])
4139+AC_CACHE_VAL(ac_cv_path_$1,
4140+[case "[$]$1" in
4141+ /*)
4142+ ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
4143+ ;;
4144+ *)
4145+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4146+ for ac_dir in ifelse([$5], , $PATH, [$5]); do
4147+ test -z "$ac_dir" && ac_dir=.
4148+ if test -f $ac_dir/$ac_word; then
4149+ if [$3]; then
4150+ ac_cv_path_$1="$ac_dir/$ac_word"
4151+ break
4152+ fi
4153+ fi
4154+ done
4155+ IFS="$ac_save_ifs"
4156+dnl If no 4th arg is given, leave the cache variable unset,
4157+dnl so AC_PATH_PROGS will keep looking.
4158+ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
4159+])dnl
4160+ ;;
4161+esac])dnl
4162+$1="$ac_cv_path_$1"
4163+if test -n "[$]$1"; then
4164+ AC_MSG_RESULT([$]$1)
4165+else
4166+ AC_MSG_RESULT(no)
4167+fi
4168+AC_SUBST($1)dnl
4169+])
4170+
4171+
4172+# lcmessage.m4 from gettext 0.32
4173+# Check whether LC_MESSAGES is available in <locale.h>.
4174+# Ulrich Drepper <drepper@cygnus.com>, 1995.
4175+#
4176+# This file file be copied and used freely without restrictions. It can
4177+# be used in projects which are not available under the GNU Public License
4178+# but which still want to provide support for the GNU gettext functionality.
4179+# Please note that the actual code is *not* freely available.
4180+
4181+# serial 1
4182+
4183+AC_DEFUN(AM_LC_MESSAGES,
4184+ [if test $ac_cv_header_locale_h = yes; then
4185+ AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
4186+ [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
4187+ am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
4188+ if test $am_cv_val_LC_MESSAGES = yes; then
4189+ AC_DEFINE(HAVE_LC_MESSAGES)
4190+ fi
4191+ fi])
4192+
4193+
4194+
4195+# gettext.m4 from gettext 0.32
4196+# Macro to add for using GNU gettext.
4197+# Ulrich Drepper <drepper@cygnus.com>, 1995.
4198+#
4199+# This file file be copied and used freely without restrictions. It can
4200+# be used in projects which are not available under the GNU Public License
4201+# but which still want to provide support for the GNU gettext functionality.
4202+# Please note that the actual code is *not* freely available.
4203+
4204+# serial 3
4205+
4206+AC_DEFUN(AM_WITH_NLS,
4207+ [AC_MSG_CHECKING([whether NLS is requested])
4208+ dnl Default is enabled NLS
4209+ AC_ARG_ENABLE(nls,
4210+ [ --disable-nls do not use Native Language Support],
4211+ USE_NLS=$enableval, USE_NLS=yes)
4212+ AC_MSG_RESULT($USE_NLS)
4213+ AC_SUBST(USE_NLS)
4214+
4215+ USE_INCLUDED_LIBINTL=no
4216+
4217+ dnl If we use NLS figure out what method
4218+ if test "$USE_NLS" = "yes"; then
4219+ AC_DEFINE(ENABLE_NLS)
4220+ AC_MSG_CHECKING([whether included gettext is requested])
4221+ AC_ARG_WITH(included-gettext,
4222+ [ --with-included-gettext use the GNU gettext library included here],
4223+ nls_cv_force_use_gnu_gettext=$withval,
4224+ nls_cv_force_use_gnu_gettext=no)
4225+ AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
4226+
4227+ nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
4228+ if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
4229+ dnl User does not insist on using GNU NLS library. Figure out what
4230+ dnl to use. If gettext or catgets are available (in this order) we
4231+ dnl use this. Else we have to fall back to GNU NLS library.
4232+ dnl catgets is only used if permitted by option --with-catgets.
4233+ nls_cv_header_intl=
4234+ nls_cv_header_libgt=
4235+ CATOBJEXT=NONE
4236+
4237+ AC_CHECK_HEADER(libintl.h,
4238+ [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc,
4239+ [AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")],
4240+ gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)])
4241+
4242+ if test "$gt_cv_func_gettext_libc" != "yes"; then
4243+ AC_CHECK_LIB(intl, bindtextdomain,
4244+ [AC_CACHE_CHECK([for gettext in libintl],
4245+ gt_cv_func_gettext_libintl,
4246+ [AC_TRY_LINK([], [return (int) gettext ("")],
4247+ gt_cv_func_gettext_libintl=yes,
4248+ gt_cv_func_gettext_libintl=no)])])
4249+ fi
4250+
4251+ if test "$gt_cv_func_gettext_libc" = "yes" \
4252+ || test "$gt_cv_func_gettext_libintl" = "yes"; then
4253+ AC_DEFINE(HAVE_GETTEXT)
4254+ AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
4255+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
4256+ if test "$MSGFMT" != "no"; then
4257+ AC_CHECK_FUNCS(dcgettext)
4258+ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
4259+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
4260+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
4261+ AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
4262+ return _nl_msg_cat_cntr],
4263+ [CATOBJEXT=.gmo
4264+ DATADIRNAME=share],
4265+ [CATOBJEXT=.mo
4266+ DATADIRNAME=lib])
4267+ INSTOBJEXT=.mo
4268+ fi
4269+ fi
4270+ ])
4271+
4272+ if test "$CATOBJEXT" = "NONE"; then
4273+ AC_MSG_CHECKING([whether catgets can be used])
4274+ AC_ARG_WITH(catgets,
4275+ [ --with-catgets use catgets functions if available],
4276+ nls_cv_use_catgets=$withval, nls_cv_use_catgets=no)
4277+ AC_MSG_RESULT($nls_cv_use_catgets)
4278+
4279+ if test "$nls_cv_use_catgets" = "yes"; then
4280+ dnl No gettext in C library. Try catgets next.
4281+ AC_CHECK_LIB(i, main)
4282+ AC_CHECK_FUNC(catgets,
4283+ [AC_DEFINE(HAVE_CATGETS)
4284+ INTLOBJS="\$(CATOBJS)"
4285+ AC_PATH_PROG(GENCAT, gencat, no)dnl
4286+ if test "$GENCAT" != "no"; then
4287+ AC_PATH_PROG(GMSGFMT, gmsgfmt, no)
4288+ if test "$GMSGFMT" = "no"; then
4289+ AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt,
4290+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)
4291+ fi
4292+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
4293+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
4294+ USE_INCLUDED_LIBINTL=yes
4295+ CATOBJEXT=.cat
4296+ INSTOBJEXT=.cat
4297+ DATADIRNAME=lib
4298+ INTLDEPS='$(top_builddir)/intl/libintl.a'
4299+ INTLLIBS=$INTLDEPS
4300+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
4301+ nls_cv_header_intl=intl/libintl.h
4302+ nls_cv_header_libgt=intl/libgettext.h
4303+ fi])
4304+ fi
4305+ fi
4306+
4307+ if test "$CATOBJEXT" = "NONE"; then
4308+ dnl Neither gettext nor catgets in included in the C library.
4309+ dnl Fall back on GNU gettext library.
4310+ nls_cv_use_gnu_gettext=yes
4311+ fi
4312+ fi
4313+
4314+ if test "$nls_cv_use_gnu_gettext" = "yes"; then
4315+ dnl Mark actions used to generate GNU NLS library.
4316+ INTLOBJS="\$(GETTOBJS)"
4317+ AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
4318+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
4319+ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
4320+ AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
4321+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
4322+ AC_SUBST(MSGFMT)
4323+ USE_INCLUDED_LIBINTL=yes
4324+ CATOBJEXT=.gmo
4325+ INSTOBJEXT=.mo
4326+ DATADIRNAME=share
4327+ INTLDEPS='$(top_builddir)/intl/libintl.a'
4328+ INTLLIBS=$INTLDEPS
4329+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
4330+ nls_cv_header_intl=intl/libintl.h
4331+ nls_cv_header_libgt=intl/libgettext.h
4332+ fi
4333+
4334+ dnl Test whether we really found GNU xgettext.
4335+ if test "$XGETTEXT" != ":"; then
4336+ dnl If it is no GNU xgettext we define it as : so that the
4337+ dnl Makefiles still can work.
4338+ if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
4339+ : ;
4340+ else
4341+ AC_MSG_RESULT(
4342+ [found xgettext programs is not GNU xgettext; ignore it])
4343+ XGETTEXT=":"
4344+ fi
4345+ fi
4346+
4347+ # We need to process the po/ directory.
4348+ POSUB=po
4349+ else
4350+ DATADIRNAME=share
4351+ nls_cv_header_intl=intl/libintl.h
4352+ nls_cv_header_libgt=intl/libgettext.h
4353+ fi
4354+
4355+ # If this is used in GNU gettext we have to set USE_NLS to `yes'
4356+ # because some of the sources are only built for this goal.
4357+ if test "$PACKAGE" = gettext; then
4358+ USE_NLS=yes
4359+ USE_INCLUDED_LIBINTL=yes
4360+ fi
4361+
4362+ dnl These rules are solely for the distribution goal. While doing this
4363+ dnl we only have to keep exactly one list of the available catalogs
4364+ dnl in configure.in.
4365+ for lang in $ALL_LINGUAS; do
4366+ GMOFILES="$GMOFILES $lang.gmo"
4367+ POFILES="$POFILES $lang.po"
4368+ done
4369+
4370+ dnl Make all variables we use known to autoconf.
4371+ AC_SUBST(USE_INCLUDED_LIBINTL)
4372+ AC_SUBST(CATALOGS)
4373+ AC_SUBST(CATOBJEXT)
4374+ AC_SUBST(DATADIRNAME)
4375+ AC_SUBST(GMOFILES)
4376+ AC_SUBST(INSTOBJEXT)
4377+ AC_SUBST(INTLDEPS)
4378+ AC_SUBST(INTLLIBS)
4379+ AC_SUBST(INTLOBJS)
4380+ AC_SUBST(POFILES)
4381+ AC_SUBST(POSUB)
4382+ ])
4383+
4384+AC_DEFUN(AM_GNU_GETTEXT,
4385+ [AC_REQUIRE([AC_PROG_MAKE_SET])dnl
4386+ AC_REQUIRE([AC_PROG_CC])dnl
4387+ AC_REQUIRE([AC_PROG_RANLIB])dnl
4388+ AC_REQUIRE([AC_ISC_POSIX])dnl
4389+ AC_REQUIRE([AC_HEADER_STDC])dnl
4390+ AC_REQUIRE([AC_C_CONST])dnl
4391+ AC_REQUIRE([AC_C_INLINE])dnl
4392+ AC_REQUIRE([AC_TYPE_OFF_T])dnl
4393+ AC_REQUIRE([AC_TYPE_SIZE_T])dnl
4394+ AC_REQUIRE([AC_FUNC_ALLOCA])dnl
4395+ AC_REQUIRE([AC_FUNC_MMAP])dnl
4396+
4397+ AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \
4398+unistd.h values.h sys/param.h])
4399+ AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \
4400+__argz_count __argz_stringify __argz_next])
4401+
4402+ if test "${ac_cv_func_stpcpy+set}" != "set"; then
4403+ AC_CHECK_FUNCS(stpcpy)
4404+ fi
4405+ if test "${ac_cv_func_stpcpy}" = "yes"; then
4406+ AC_DEFINE(HAVE_STPCPY)
4407+ fi
4408+
4409+ AM_LC_MESSAGES
4410+ AM_WITH_NLS
4411+
4412+ if test "x$CATOBJEXT" != "x"; then
4413+ if test "x$ALL_LINGUAS" = "x"; then
4414+ LINGUAS=
4415+ else
4416+ AC_MSG_CHECKING(for catalogs to be installed)
4417+ NEW_LINGUAS=
4418+ for lang in ${LINGUAS=$ALL_LINGUAS}; do
4419+ case "$ALL_LINGUAS" in
4420+ *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
4421+ esac
4422+ done
4423+ LINGUAS=$NEW_LINGUAS
4424+ AC_MSG_RESULT($LINGUAS)
4425+ fi
4426+
4427+ dnl Construct list of names of catalog files to be constructed.
4428+ if test -n "$LINGUAS"; then
4429+ for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4430+ fi
4431+ fi
4432+
4433+ dnl The reference to <locale.h> in the installed <libintl.h> file
4434+ dnl must be resolved because we cannot expect the users of this
4435+ dnl to define HAVE_LOCALE_H.
4436+ if test $ac_cv_header_locale_h = yes; then
4437+ INCLUDE_LOCALE_H="#include <locale.h>"
4438+ else
4439+ INCLUDE_LOCALE_H="\
4440+/* The system does not provide the header <locale.h>. Take care yourself. */"
4441+ fi
4442+ AC_SUBST(INCLUDE_LOCALE_H)
4443+
4444+ dnl Determine which catalog format we have (if any is needed)
4445+ dnl For now we know about two different formats:
4446+ dnl Linux libc-5 and the normal X/Open format
4447+ test -d intl || mkdir intl
4448+ if test "$CATOBJEXT" = ".cat"; then
4449+ AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen)
4450+
4451+ dnl Transform the SED scripts while copying because some dumb SEDs
4452+ dnl cannot handle comments.
4453+ sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed
4454+ fi
4455+ dnl po2tbl.sed is always needed.
4456+ sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \
4457+ $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
4458+
4459+ dnl In the intl/Makefile.in we have a special dependency which makes
4460+ dnl only sense for gettext. We comment this out for non-gettext
4461+ dnl packages.
4462+ if test "$PACKAGE" = "gettext"; then
4463+ GT_NO="#NO#"
4464+ GT_YES=
4465+ else
4466+ GT_NO=
4467+ GT_YES="#YES#"
4468+ fi
4469+ AC_SUBST(GT_NO)
4470+ AC_SUBST(GT_YES)
4471+
4472+ dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
4473+ dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
4474+ dnl Try to locate is.
4475+ MKINSTALLDIRS=
4476+ if test -z "$MKINSTALLDIRS"; then
4477+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
4478+ fi
4479+ AC_SUBST(MKINSTALLDIRS)
4480+
4481+ dnl *** For now the libtool support in intl/Makefile is not for real.
4482+ l=
4483+ AC_SUBST(l)
4484+
4485+ dnl Generate list of files to be processed by xgettext which will
4486+ dnl be included in po/Makefile.
4487+ test -d po || mkdir po
4488+ if test "x$srcdir" != "x."; then
4489+ if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
4490+ posrcprefix="$srcdir/"
4491+ else
4492+ posrcprefix="../$srcdir/"
4493+ fi
4494+ else
4495+ posrcprefix="../"
4496+ fi
4497+ rm -f po/POTFILES
4498+ sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
4499+ < $srcdir/po/POTFILES.in > po/POTFILES
4500+ ])
4501+
4502
4503=== renamed file 'acinclude.m4' => 'acinclude.m4.moved'
4504=== added file 'aclocal.m4'
4505--- aclocal.m4 1970-01-01 00:00:00 +0000
4506+++ aclocal.m4 2010-06-29 09:59:23 +0000
4507@@ -0,0 +1,1854 @@
4508+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
4509+
4510+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4511+# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4512+# This file is free software; the Free Software Foundation
4513+# gives unlimited permission to copy and/or distribute it,
4514+# with or without modifications, as long as this notice is preserved.
4515+
4516+# This program is distributed in the hope that it will be useful,
4517+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
4518+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
4519+# PARTICULAR PURPOSE.
4520+
4521+m4_ifndef([AC_AUTOCONF_VERSION],
4522+ [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
4523+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
4524+[m4_warning([this file was generated for autoconf 2.65.
4525+You have another version of autoconf. It may work, but is not guaranteed to.
4526+If you have problems, you may need to regenerate the build system entirely.
4527+To do so, use the procedure documented by the package, typically `autoreconf'.])])
4528+
4529+# Copyright (C) 1995-2002 Free Software Foundation, Inc.
4530+# Copyright (C) 2001-2003,2004 Red Hat, Inc.
4531+#
4532+# This file is free software, distributed under the terms of the GNU
4533+# General Public License. As a special exception to the GNU General
4534+# Public License, this file may be distributed as part of a program
4535+# that contains a configuration script generated by Autoconf, under
4536+# the same distribution terms as the rest of that program.
4537+#
4538+# This file can be copied and used freely without restrictions. It can
4539+# be used in projects which are not available under the GNU Public License
4540+# but which still want to provide support for the GNU gettext functionality.
4541+#
4542+# Macro to add for using GNU gettext.
4543+# Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
4544+#
4545+# Modified to never use included libintl.
4546+# Owen Taylor <otaylor@redhat.com>, 12/15/1998
4547+#
4548+# Major rework to remove unused code
4549+# Owen Taylor <otaylor@redhat.com>, 12/11/2002
4550+#
4551+# Added better handling of ALL_LINGUAS from GNU gettext version
4552+# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
4553+#
4554+# Modified to require ngettext
4555+# Matthias Clasen <mclasen@redhat.com> 08/06/2004
4556+#
4557+# We need this here as well, since someone might use autoconf-2.5x
4558+# to configure GLib then an older version to configure a package
4559+# using AM_GLIB_GNU_GETTEXT
4560+AC_PREREQ(2.53)
4561+
4562+dnl
4563+dnl We go to great lengths to make sure that aclocal won't
4564+dnl try to pull in the installed version of these macros
4565+dnl when running aclocal in the glib directory.
4566+dnl
4567+m4_copy([AC_DEFUN],[glib_DEFUN])
4568+m4_copy([AC_REQUIRE],[glib_REQUIRE])
4569+dnl
4570+dnl At the end, if we're not within glib, we'll define the public
4571+dnl definitions in terms of our private definitions.
4572+dnl
4573+
4574+# GLIB_LC_MESSAGES
4575+#--------------------
4576+glib_DEFUN([GLIB_LC_MESSAGES],
4577+ [AC_CHECK_HEADERS([locale.h])
4578+ if test $ac_cv_header_locale_h = yes; then
4579+ AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
4580+ [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
4581+ am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
4582+ if test $am_cv_val_LC_MESSAGES = yes; then
4583+ AC_DEFINE(HAVE_LC_MESSAGES, 1,
4584+ [Define if your <locale.h> file defines LC_MESSAGES.])
4585+ fi
4586+ fi])
4587+
4588+# GLIB_PATH_PROG_WITH_TEST
4589+#----------------------------
4590+dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
4591+dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
4592+glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
4593+[# Extract the first word of "$2", so it can be a program name with args.
4594+set dummy $2; ac_word=[$]2
4595+AC_MSG_CHECKING([for $ac_word])
4596+AC_CACHE_VAL(ac_cv_path_$1,
4597+[case "[$]$1" in
4598+ /*)
4599+ ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
4600+ ;;
4601+ *)
4602+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
4603+ for ac_dir in ifelse([$5], , $PATH, [$5]); do
4604+ test -z "$ac_dir" && ac_dir=.
4605+ if test -f $ac_dir/$ac_word; then
4606+ if [$3]; then
4607+ ac_cv_path_$1="$ac_dir/$ac_word"
4608+ break
4609+ fi
4610+ fi
4611+ done
4612+ IFS="$ac_save_ifs"
4613+dnl If no 4th arg is given, leave the cache variable unset,
4614+dnl so AC_PATH_PROGS will keep looking.
4615+ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
4616+])dnl
4617+ ;;
4618+esac])dnl
4619+$1="$ac_cv_path_$1"
4620+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
4621+ AC_MSG_RESULT([$]$1)
4622+else
4623+ AC_MSG_RESULT(no)
4624+fi
4625+AC_SUBST($1)dnl
4626+])
4627+
4628+# GLIB_WITH_NLS
4629+#-----------------
4630+glib_DEFUN([GLIB_WITH_NLS],
4631+ dnl NLS is obligatory
4632+ [USE_NLS=yes
4633+ AC_SUBST(USE_NLS)
4634+
4635+ gt_cv_have_gettext=no
4636+
4637+ CATOBJEXT=NONE
4638+ XGETTEXT=:
4639+ INTLLIBS=
4640+
4641+ AC_CHECK_HEADER(libintl.h,
4642+ [gt_cv_func_dgettext_libintl="no"
4643+ libintl_extra_libs=""
4644+
4645+ #
4646+ # First check in libc
4647+ #
4648+ AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
4649+ [AC_TRY_LINK([
4650+#include <libintl.h>
4651+],
4652+ [return !ngettext ("","", 1)],
4653+ gt_cv_func_ngettext_libc=yes,
4654+ gt_cv_func_ngettext_libc=no)
4655+ ])
4656+
4657+ if test "$gt_cv_func_ngettext_libc" = "yes" ; then
4658+ AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
4659+ [AC_TRY_LINK([
4660+#include <libintl.h>
4661+],
4662+ [return !dgettext ("","")],
4663+ gt_cv_func_dgettext_libc=yes,
4664+ gt_cv_func_dgettext_libc=no)
4665+ ])
4666+ fi
4667+
4668+ if test "$gt_cv_func_ngettext_libc" = "yes" ; then
4669+ AC_CHECK_FUNCS(bind_textdomain_codeset)
4670+ fi
4671+
4672+ #
4673+ # If we don't have everything we want, check in libintl
4674+ #
4675+ if test "$gt_cv_func_dgettext_libc" != "yes" \
4676+ || test "$gt_cv_func_ngettext_libc" != "yes" \
4677+ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
4678+
4679+ AC_CHECK_LIB(intl, bindtextdomain,
4680+ [AC_CHECK_LIB(intl, ngettext,
4681+ [AC_CHECK_LIB(intl, dgettext,
4682+ gt_cv_func_dgettext_libintl=yes)])])
4683+
4684+ if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
4685+ AC_MSG_CHECKING([if -liconv is needed to use gettext])
4686+ AC_MSG_RESULT([])
4687+ AC_CHECK_LIB(intl, ngettext,
4688+ [AC_CHECK_LIB(intl, dcgettext,
4689+ [gt_cv_func_dgettext_libintl=yes
4690+ libintl_extra_libs=-liconv],
4691+ :,-liconv)],
4692+ :,-liconv)
4693+ fi
4694+
4695+ #
4696+ # If we found libintl, then check in it for bind_textdomain_codeset();
4697+ # we'll prefer libc if neither have bind_textdomain_codeset(),
4698+ # and both have dgettext and ngettext
4699+ #
4700+ if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
4701+ glib_save_LIBS="$LIBS"
4702+ LIBS="$LIBS -lintl $libintl_extra_libs"
4703+ unset ac_cv_func_bind_textdomain_codeset
4704+ AC_CHECK_FUNCS(bind_textdomain_codeset)
4705+ LIBS="$glib_save_LIBS"
4706+
4707+ if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
4708+ gt_cv_func_dgettext_libc=no
4709+ else
4710+ if test "$gt_cv_func_dgettext_libc" = "yes" \
4711+ && test "$gt_cv_func_ngettext_libc" = "yes"; then
4712+ gt_cv_func_dgettext_libintl=no
4713+ fi
4714+ fi
4715+ fi
4716+ fi
4717+
4718+ if test "$gt_cv_func_dgettext_libc" = "yes" \
4719+ || test "$gt_cv_func_dgettext_libintl" = "yes"; then
4720+ gt_cv_have_gettext=yes
4721+ fi
4722+
4723+ if test "$gt_cv_func_dgettext_libintl" = "yes"; then
4724+ INTLLIBS="-lintl $libintl_extra_libs"
4725+ fi
4726+
4727+ if test "$gt_cv_have_gettext" = "yes"; then
4728+ AC_DEFINE(HAVE_GETTEXT,1,
4729+ [Define if the GNU gettext() function is already present or preinstalled.])
4730+ GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
4731+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
4732+ if test "$MSGFMT" != "no"; then
4733+ glib_save_LIBS="$LIBS"
4734+ LIBS="$LIBS $INTLLIBS"
4735+ AC_CHECK_FUNCS(dcgettext)
4736+ MSGFMT_OPTS=
4737+ AC_MSG_CHECKING([if msgfmt accepts -c])
4738+ GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
4739+msgid ""
4740+msgstr ""
4741+"Content-Type: text/plain; charset=UTF-8\n"
4742+"Project-Id-Version: test 1.0\n"
4743+"PO-Revision-Date: 2007-02-15 12:01+0100\n"
4744+"Last-Translator: test <foo@bar.xx>\n"
4745+"Language-Team: C <LL@li.org>\n"
4746+"MIME-Version: 1.0\n"
4747+"Content-Transfer-Encoding: 8bit\n"
4748+], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
4749+ AC_SUBST(MSGFMT_OPTS)
4750+ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
4751+ GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
4752+ [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
4753+ AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
4754+ return _nl_msg_cat_cntr],
4755+ [CATOBJEXT=.gmo
4756+ DATADIRNAME=share],
4757+ [case $host in
4758+ *-*-solaris*)
4759+ dnl On Solaris, if bind_textdomain_codeset is in libc,
4760+ dnl GNU format message catalog is always supported,
4761+ dnl since both are added to the libc all together.
4762+ dnl Hence, we'd like to go with DATADIRNAME=share and
4763+ dnl and CATOBJEXT=.gmo in this case.
4764+ AC_CHECK_FUNC(bind_textdomain_codeset,
4765+ [CATOBJEXT=.gmo
4766+ DATADIRNAME=share],
4767+ [CATOBJEXT=.mo
4768+ DATADIRNAME=lib])
4769+ ;;
4770+ *)
4771+ CATOBJEXT=.mo
4772+ DATADIRNAME=lib
4773+ ;;
4774+ esac])
4775+ LIBS="$glib_save_LIBS"
4776+ INSTOBJEXT=.mo
4777+ else
4778+ gt_cv_have_gettext=no
4779+ fi
4780+ fi
4781+ ])
4782+
4783+ if test "$gt_cv_have_gettext" = "yes" ; then
4784+ AC_DEFINE(ENABLE_NLS, 1,
4785+ [always defined to indicate that i18n is enabled])
4786+ fi
4787+
4788+ dnl Test whether we really found GNU xgettext.
4789+ if test "$XGETTEXT" != ":"; then
4790+ dnl If it is not GNU xgettext we define it as : so that the
4791+ dnl Makefiles still can work.
4792+ if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
4793+ : ;
4794+ else
4795+ AC_MSG_RESULT(
4796+ [found xgettext program is not GNU xgettext; ignore it])
4797+ XGETTEXT=":"
4798+ fi
4799+ fi
4800+
4801+ # We need to process the po/ directory.
4802+ POSUB=po
4803+
4804+ AC_OUTPUT_COMMANDS(
4805+ [case "$CONFIG_FILES" in *po/Makefile.in*)
4806+ sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
4807+ esac])
4808+
4809+ dnl These rules are solely for the distribution goal. While doing this
4810+ dnl we only have to keep exactly one list of the available catalogs
4811+ dnl in configure.in.
4812+ for lang in $ALL_LINGUAS; do
4813+ GMOFILES="$GMOFILES $lang.gmo"
4814+ POFILES="$POFILES $lang.po"
4815+ done
4816+
4817+ dnl Make all variables we use known to autoconf.
4818+ AC_SUBST(CATALOGS)
4819+ AC_SUBST(CATOBJEXT)
4820+ AC_SUBST(DATADIRNAME)
4821+ AC_SUBST(GMOFILES)
4822+ AC_SUBST(INSTOBJEXT)
4823+ AC_SUBST(INTLLIBS)
4824+ AC_SUBST(PO_IN_DATADIR_TRUE)
4825+ AC_SUBST(PO_IN_DATADIR_FALSE)
4826+ AC_SUBST(POFILES)
4827+ AC_SUBST(POSUB)
4828+ ])
4829+
4830+# AM_GLIB_GNU_GETTEXT
4831+# -------------------
4832+# Do checks necessary for use of gettext. If a suitable implementation
4833+# of gettext is found in either in libintl or in the C library,
4834+# it will set INTLLIBS to the libraries needed for use of gettext
4835+# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
4836+# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
4837+# on various variables needed by the Makefile.in.in installed by
4838+# glib-gettextize.
4839+dnl
4840+glib_DEFUN([GLIB_GNU_GETTEXT],
4841+ [AC_REQUIRE([AC_PROG_CC])dnl
4842+ AC_REQUIRE([AC_HEADER_STDC])dnl
4843+
4844+ GLIB_LC_MESSAGES
4845+ GLIB_WITH_NLS
4846+
4847+ if test "$gt_cv_have_gettext" = "yes"; then
4848+ if test "x$ALL_LINGUAS" = "x"; then
4849+ LINGUAS=
4850+ else
4851+ AC_MSG_CHECKING(for catalogs to be installed)
4852+ NEW_LINGUAS=
4853+ for presentlang in $ALL_LINGUAS; do
4854+ useit=no
4855+ if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
4856+ desiredlanguages="$LINGUAS"
4857+ else
4858+ desiredlanguages="$ALL_LINGUAS"
4859+ fi
4860+ for desiredlang in $desiredlanguages; do
4861+ # Use the presentlang catalog if desiredlang is
4862+ # a. equal to presentlang, or
4863+ # b. a variant of presentlang (because in this case,
4864+ # presentlang can be used as a fallback for messages
4865+ # which are not translated in the desiredlang catalog).
4866+ case "$desiredlang" in
4867+ "$presentlang"*) useit=yes;;
4868+ esac
4869+ done
4870+ if test $useit = yes; then
4871+ NEW_LINGUAS="$NEW_LINGUAS $presentlang"
4872+ fi
4873+ done
4874+ LINGUAS=$NEW_LINGUAS
4875+ AC_MSG_RESULT($LINGUAS)
4876+ fi
4877+
4878+ dnl Construct list of names of catalog files to be constructed.
4879+ if test -n "$LINGUAS"; then
4880+ for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
4881+ fi
4882+ fi
4883+
4884+ dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
4885+ dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
4886+ dnl Try to locate is.
4887+ MKINSTALLDIRS=
4888+ if test -n "$ac_aux_dir"; then
4889+ MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
4890+ fi
4891+ if test -z "$MKINSTALLDIRS"; then
4892+ MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
4893+ fi
4894+ AC_SUBST(MKINSTALLDIRS)
4895+
4896+ dnl Generate list of files to be processed by xgettext which will
4897+ dnl be included in po/Makefile.
4898+ test -d po || mkdir po
4899+ if test "x$srcdir" != "x."; then
4900+ if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
4901+ posrcprefix="$srcdir/"
4902+ else
4903+ posrcprefix="../$srcdir/"
4904+ fi
4905+ else
4906+ posrcprefix="../"
4907+ fi
4908+ rm -f po/POTFILES
4909+ sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
4910+ < $srcdir/po/POTFILES.in > po/POTFILES
4911+ ])
4912+
4913+# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
4914+# -------------------------------
4915+# Define VARIABLE to the location where catalog files will
4916+# be installed by po/Makefile.
4917+glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
4918+[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
4919+glib_save_prefix="$prefix"
4920+glib_save_exec_prefix="$exec_prefix"
4921+glib_save_datarootdir="$datarootdir"
4922+test "x$prefix" = xNONE && prefix=$ac_default_prefix
4923+test "x$exec_prefix" = xNONE && exec_prefix=$prefix
4924+datarootdir=`eval echo "${datarootdir}"`
4925+if test "x$CATOBJEXT" = "x.mo" ; then
4926+ localedir=`eval echo "${libdir}/locale"`
4927+else
4928+ localedir=`eval echo "${datadir}/locale"`
4929+fi
4930+prefix="$glib_save_prefix"
4931+exec_prefix="$glib_save_exec_prefix"
4932+datarootdir="$glib_save_datarootdir"
4933+AC_DEFINE_UNQUOTED($1, "$localedir",
4934+ [Define the location where the catalogs will be installed])
4935+])
4936+
4937+dnl
4938+dnl Now the definitions that aclocal will find
4939+dnl
4940+ifdef(glib_configure_in,[],[
4941+AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
4942+AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
4943+])dnl
4944+
4945+# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
4946+#
4947+# Create a temporary file with TEST-FILE as its contents and pass the
4948+# file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with
4949+# 0 and perform ACTION-IF-FAIL for any other exit status.
4950+AC_DEFUN([GLIB_RUN_PROG],
4951+[cat >conftest.foo <<_ACEOF
4952+$2
4953+_ACEOF
4954+if AC_RUN_LOG([$1 conftest.foo]); then
4955+ m4_ifval([$3], [$3], [:])
4956+m4_ifvaln([$4], [else $4])dnl
4957+echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
4958+sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
4959+fi])
4960+
4961+
4962+
4963+dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
4964+# serial 40 IT_PROG_INTLTOOL
4965+AC_DEFUN([IT_PROG_INTLTOOL], [
4966+AC_PREREQ([2.50])dnl
4967+AC_REQUIRE([AM_NLS])dnl
4968+
4969+case "$am__api_version" in
4970+ 1.[01234])
4971+ AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
4972+ ;;
4973+ *)
4974+ ;;
4975+esac
4976+
4977+if test -n "$1"; then
4978+ AC_MSG_CHECKING([for intltool >= $1])
4979+
4980+ INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
4981+ INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
4982+ [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
4983+ ]
4984+ AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
4985+ test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
4986+ AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.])
4987+fi
4988+
4989+AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update])
4990+AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge])
4991+AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract])
4992+if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
4993+ AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.])
4994+fi
4995+
4996+ INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
4997+INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
4998+ INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
4999+ INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
5000+ INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: