Date: Saturday, February 17, 2007 @ 00:06:13 Author: dan Path: /home/cvs-pacman/pacman-lib Modified: TODO.dan (1.10 -> 1.11) Small updates, read diff for details ----------+ TODO.dan | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) Index: pacman-lib/TODO.dan diff -u pacman-lib/TODO.dan:1.10 pacman-lib/TODO.dan:1.11 --- pacman-lib/TODO.dan:1.10 Wed Feb 14 14:35:41 2007 +++ pacman-lib/TODO.dan Sat Feb 17 00:06:13 2007 @@ -70,6 +70,9 @@ issues- use non-printf when necessary, make sure all two line printed messages (especially usage instructions) are printed using one print statement. +Rewrite makepkg to use terminal-safe coloring/bolding. tput utility should +allow us to do this. + Other ideas: ============ @@ -77,8 +80,6 @@ Possibly split utilities/extras from pacman package -Rewrite gensync/updatesync - FS #4185 - move where message is logged, perhaps? ideas mentioned here- http://bbs.archlinux.org/viewtopic.php?id=29450- add a @@ -108,3 +109,11 @@ Revamp the downloadprog function a bit. Seems kind of messy. Add localized pkgdesc variables to makepkg. + +Fix inconsistency of args- _alpm_db_read, _alpm_db_write + +--print-uri option to sync should not require saying yes or no to up to date + +Resurrect test scripts, and add ones as needed. Testing by scripts > testing by +hand. +