summaryrefslogtreecommitdiff
path: root/dselect/basecmds.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-01-11dpkg (1.10.26) unstable; urgency=lowScott James Remnant1-5/+5
The "Captain Tight-Pants" Release. * Fix incorrect claim that 'Q' in dselect quits without saving changes (really 'X'). * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect help screen, Space leaves the help screen and Enter and 'Q' do nothing. It's dangerous to encourage users to press Enter or 'Q' since they commit changes in the package selection screen. * New Translations (Christian Perrier): - Basque (Piarres Beobide Egaña). Closes: #281245. (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.) - Bosnian (Safir Šećerović). - Slovak (benco). Closes: #284896, #289341 - Traditional Chinese (Asho Yeh). Closes: #287375. * Updated Translations (Christian Perrier): - Brazilian Portuguese (André Luís Lopes). Closes: #281228. - Catalan (Jordi Mallach). Closes: #281333. - Czech (Miroslav Kure). Closes: #281231. - Danish (Claus Hindsgaul). Closes: #281103. - Dutch (Christian Perrier). Closes: #282087. - Galician (Héctor Fernéndez López). - German (Michael Piefel). Closes: #281503. - Italian (Stefano Canepa). Closes: #282543. - Japanese (Kenshi Muto). Closes: #281144. - Korean (Changwoo Ryu). Closes: #282246. - Norwegian Nynorsk (Håvard Korsvoll). Closes: #281456. - Polish (Bartosz Feñski). - Portuguese (Miguel Figueiredo). Closes: #281122, #289359. - Russian (Yuri Kozlov). Closes: #281166. - Simplified Chinese (Tchaikov, Carlos Liu). - Spanish (Javier Fernández-Sanguino Peña). Closes: #281117. - Swedish (Peter Karlsson). Closes: #281165. -- Scott James Remnant <scott@netsplit.com> Tue, 11 Jan 2005 16:26:51 +0000
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-2/+3
making it the first include, then off_t/size_t/etc could actually be redefined to be 64-bit compatible.
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-07-16add checksearch and matchsearch functions to abstract searching algorithm, ↵Wichert Akkerman1-2/+41
add displayerror member function
2001-07-16s/emter/enter/Peter Karlsson1-1/+1
2001-07-16Remove Linux referencesWichert Akkerman1-2/+2
2001-07-16Improve some help texts and helpscreen keybindingsWichert Akkerman1-7/+6
2001-07-16Add configurable colours to dselectWichert Akkerman1-1/+2
2000-03-18Synchronize to the potato branch againWichert Akkerman1-2/+0
1999-11-25Add missing semiclon in baselist::kd_search() (yes, again)Wichert Akkerman1-1/+1
1999-11-25Add missing semiclon in baselist::kd_search()Wichert Akkerman1-1/+1
1999-11-19improve searchkeys in dselectWichert Akkerman1-2/+8
1999-10-30Silly fixed to make it all build againWichert Akkerman1-1/+1
1999-10-26Translate helpmessages in dselectWichert Akkerman1-4/+4
1999-10-25translation fixupsWichert Akkerman1-1/+1
1999-10-25Add gettext-support to dselectWichert Akkerman1-8/+8
1999-10-17 * Made the large info screen show 5 lines of the pkglist so thatBen Collins1-1/+1
it scrolled properly, and still showed the cursor
1999-01-29dpkg 1.4.1Guy Maor1-6/+7
1996-05-22dpkg (1.2.1); priority=MEDIUMIan Jackson1-1/+1
* `=' key in dselect really does `hold' rather than `unhold'. * dselect dependency processing now interacts better with `hold'. * dselect `I' key (not `i') modifies display of the info window. * dselect shows unavailable packages as being unavailable. * dselect main menu headings and many other strings changed to try to discourage people from deselecting every package and using [R]emove. Notably, `select' changed to `mark' throughout. * dselect disk methods now print a few fewer double slashes. * dselect disk access methods will offer to use dpkg --record-avail to scan the available packages, if no Packages file is found. * New dpkg --compare-versions option, for the benefit of scripts &c. * New dpkg --clear-avail option forgets all available packages info. * New dpkg --print-avail option, prints `available' data (from Packages, &c). * dpkg usage message is more informative, but no longer fits on screen. * dpkg --avail option renamed --record-avail. * Latest dpkg-name from Erick Branderhorst. * dpkg-scanpackages has more sensible problem reporting. * postinst configure now gets null argument (not <unknown> or <none>) when there is no previously configured version. * Guidelines say that postinst configure is given previous version. * Guidelines don't refer to maintainer-script-args.txt in main text. * Guidelines (Texinfo source) uploaded separately. * Own version of strcpy (used for debugging) removed. * Interface to access methods document in source (doc/dselect-methods.txt). * debian.buildscript moves changes file into parent directory. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+264
* Allow overwriting of conflicting packages being removed. (Bug#2614.) * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.) * ELF control file and libc dependencies changed to use finalised scheme. * ELF control file and libc dependencies for i386 only. (Bug#2617.) * Guidelines say use only released libraries and compilers. * Install wishlist as /usr/doc/dpkg/WISHLIST. * Remove spurious entries for Guidelines in info dir file. * dpkg-deb --build checks permissions on control (DEBIAN) directory. * Spaces in control file fields not copied by dpkg-split. (Bug#2633.) * Spaces in split file part control data ignore. (Bug#2633.) * Portability fixes, including patch from Richard Kettlewell. * Fixed minor configure.in bug causing mangled GCC -W options. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100