Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-31 | Fix grammar errors in Spanish translation | Christian PERRIER | 1 | -2/+2 | |
2011-12-31 | Fix translation error in Catalan translation | Christian PERRIER | 1 | -1/+1 | |
2011-12-31 | Wording fixes in Greek translation | Christian PERRIER | 1 | -2/+2 | |
2011-12-31 | Danish translation update | Christian PERRIER | 1 | -452/+318 | |
2011-12-31 | Slovak translation update | Christian PERRIER | 1 | -188/+114 | |
2011-12-31 | French translation update | Christian PERRIER | 1 | -730/+402 | |
2011-12-31 | German translation update | Christian PERRIER | 1 | -1463/+1204 | |
2011-12-31 | Simplified Chinese translation update | Christian PERRIER | 1 | -2354/+716 | |
2011-12-31 | Portuguese translation update | Christian PERRIER | 1 | -484/+561 | |
2011-12-31 | Russian translation update | Christian PERRIER | 1 | -461/+127 | |
2011-12-31 | Localize date and time format in logs | Christian PERRIER | 1 | -1/+2 | |
2011-12-31 | Fix incorrectly translated option in Catalan translation | Christian PERRIER | 1 | -6/+2 | |
2011-12-31 | Fix grammar in Dutch translation | Christian PERRIER | 1 | -1/+1 | |
2011-12-31 | Fix Hungarian translation of Recommends and Suggests | Christian PERRIER | 1 | -2/+2 | |
2011-12-31 | Merge branch 'master' of ssh://git.debian.org/git/aptitude/aptitude | Christian PERRIER | 64 | -33125/+38700 | |
2011-12-31 | Drop now useless aptitude-man-ja.xsl file | Christian PERRIER | 1 | -3/+3 | |
2011-07-23 | Eliminate an unused variable. | Daniel Burrows | 1 | -3/+4 | |
2011-07-23 | Modify autoconf/automake scripts to handle gmock changes. | Daniel Burrows | 2 | -3/+60 | |
2011-07-23 | Strip out unused code that tracks whether some options were set. | Daniel Burrows | 1 | -11/+0 | |
While the intention is admirable, the fact is that this code isn't used and I don't have time today to use it. | |||||
2011-07-23 | Remove broken safe-upgrade-only options. | Daniel Burrows | 3 | -66/+26 | |
Specifically, Safe-Upgrade::No-New-Installs and Safe-Upgrade::Show-Resolver-Actions. These options were documented but have never worked. A quick skim didn't turn up any bugs filed about them, so I guess no-one ever tried them. Removed them. Also opportunistically cleaned up the documentation of --new-new-upgrades and --no-new-installes (Closes: #568297). | |||||
2011-07-23 | Fix an unused variable. | Daniel Burrows | 1 | -2/+2 | |
2011-07-23 | Hopefully fix the use of VTE in the GTK+ frontend. | Daniel Burrows | 1 | -6/+26 | |
I'm not sure that it's cleaned up correctly right now; need to double back and check this later on. | |||||
2011-06-25 | Clean up the use of AC_COMPILE_IFELSE and AC_LINK_IFELSE to fix a bunch of ↵ | Daniel Burrows | 2 | -40/+40 | |
autoconf warnings. | |||||
2011-06-18 | Fix a typo in the user's manual. | Daniel Burrows | 1 | -1/+1 | |
2011-05-14 | Add a missing header file to Makefile.am. | Daniel Burrows | 1 | -1/+2 | |
2011-05-14 | Remove old cruft from Makefile.am files. | Daniel Burrows | 2 | -5/+1 | |
Also fixes a type: EXTRA_DEST -> EXTRA_DIST. | |||||
2011-05-14 | Pofile changes from "make dist" (i.e., msgmerge). | Daniel Burrows | 45 | -32967/+38380 | |
2011-05-14 | Update build files for 0.6.4. | Daniel Burrows | 2 | -2/+2 | |
2011-05-14 | Update the changelog to include details of new patches added since the last ↵ | Daniel Burrows | 1 | -7/+35 | |
edit. Also adds a note about a bug that I fixed but that wasn't reported yet (FTBFS with gcc 4.6). | |||||
2011-05-14 | Ensure that packages are manual after we mark them for install, not before. | Daniel Burrows | 1 | -5/+3 | |
Should avoid any surprises due to the new "preserve the auto flag" logic, although I tested with and without this change and both seemed to work OK. | |||||
2011-05-14 | Save and restore the auto flag of a package around MarkInstall(). (Closes: ↵ | Daniel Burrows | 2 | -5/+16 | |
#622719) For some reason, MarkInstall likes to clear the auto flag of packages that the user upgraded manually. This will only affect the "head" package, so recursive installs still turn packages to automatic mode. | |||||
2011-05-14 | Remove doc-fo-stamp on clean. | Daniel Burrows | 1 | -1/+1 | |
2011-05-14 | Fix the dependencies of the doc-fo-stamp target. | Daniel Burrows | 1 | -1/+1 | |
2011-04-10 | Update the documentation to describe the new 'source' grouping policy. | Daniel Burrows | 1 | -0/+10 | |
2011-04-10 | Add a new "source" grouping policy, which groups packages according to their ↵ | Daniel Burrows | 3 | -0/+91 | |
source package. Closes: #497206; thanks to Thadeu Lima de Sourza Cascardo for the patch. Didn't merge the part of the patch that adds an entry to the Views menu, as I don't personally believe that this grouping needs its own entry there. | |||||
2011-04-10 | If the Xapian database isn't available, fake it for ?term and ?term-prefix. | Daniel Burrows | 1 | -10/+139 | |
Should fix all the crashes I know about due to a missing Xapian. | |||||
2011-04-10 | Fix serializing ?term-prefix. | Daniel Burrows | 2 | -2/+5 | |
Also added ?term-prefix to the test suite (oops). | |||||
2011-04-06 | Eliminate a whole pile of unused local variables. | Daniel Burrows | 1 | -15/+1 | |
2011-04-06 | Eliminate an unused local variable. | Daniel Burrows | 1 | -10/+3 | |
2011-04-06 | Actually count up the number of installs and upgrades. | Daniel Burrows | 1 | -0/+2 | |
Thank you, g++ 4.6 (it includes a new warning about unused local variables). | |||||
2011-04-06 | Add missing #include of stddef.h. | Daniel Burrows | 1 | -1/+2 | |
g++ 4.6 requires this in order to use offsetof(). | |||||
2011-04-05 | Tighten pattern parsing tests. | Daniel Burrows | 1 | -1/+7 | |
* Verify that ~ parses as a name matcher, not a term matcher. * Verify that a top-level bare string that's not ~ parses as a name matcher. | |||||
2011-04-05 | For the string "~", use a name matcher instead of a term matcher. (Closes: ↵ | Daniel Burrows | 1 | -2/+2 | |
#588089) The fact that aptitude crashes with ?term when Xapian isn't installed is also concerning: it should do something "reasonable" instead. But what made this really painful is that aptitude was generating a term matcher for a lone tilde, which happens, um, whenever you start typing a search pattern with incremental search enabled... | |||||
2011-04-02 | Prepare NEWS for 0.6.4. | Daniel Burrows | 1 | -0/+55 | |
2011-04-02 | Explicitly include the GPL2 in the source tree. | Daniel Burrows | 2 | -1/+339 | |
automake correctly points out that this was getting symlinked to a version of the GPL that I might not have chosen. I think switching to v3 at some point makes sense, but there are lots of files to edit :-/ | |||||
2011-04-02 | Apply patch from Tim Retout to support the preferences.d directory. | Daniel Burrows | 3 | -1/+9 | |
2011-04-02 | Nuke the scons build scripts. | Daniel Burrows | 52 | -3983/+0 | |
These never worked out as well as I intended, and all indications were that they would be a maintenance burden...or just bitrot. Fully parallel builds are nice, but my builds are pretty quick on my 8-core box even with the artificial chokepoints that automake induces. | |||||
2011-04-02 | Replace the db2latex generation for the docs with fo -> pdf generation. | Daniel Burrows | 4 | -97/+25 | |
db2latex is pretty much dead and built on a deprecated stack. I still wish there was a way to get decent latex output from docbook, but it seems that we're in a "never the twain shall meet" situation for now. Note that aptitude's documentation can't be processed through the packaged version of fop until a bug in fop is fixed (filed in debbugs with a patch). | |||||
2011-03-30 | Update tests for the new behavior of SizeToStr(). | Daniel Burrows | 2 | -26/+26 | |
SizeToStr() now outputs a space between its nubmer and its units. Arguably this is a case of tests that are too fragile: I should be able to cut that dependency with a mock and thus avoid being broken by changes to how SizeToStr() behaves. | |||||
2011-03-30 | Fix compile errors caused by changes in the libapt API. | Daniel Burrows | 11 | -67/+37 | |
Whoever's in charge of libapt these days apparently doesn't believe in backwards compatibility. Or in documenting how their APIs are to be used, or why names are deprecated </gripe> |