summaryrefslogtreecommitdiff
path: root/TODO.dan
AgeCommit message (Collapse)Author
2007-11-04Update my TODODan McGee
2007-06-27Remove TODO items that have been taken care of.Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-20* TODO.dan updates.Dan McGee
Alessio 'mOLOk' Bolognino <themolok.ml@gmail.com> * Make makeworld compatable with makepkg lacking -w option.
2007-03-19* TODO list updates.Dan McGee
2007-03-13* Small updates to my TODO file.Dan McGee
* Updated fr.po courtesy of solsTiCe d'Hiver <solstice.dhiver@laposte.net>.
2007-02-26* TODO updates.Dan McGee
* Makefile.am updates for Aaron's move of re-pacman to contrib.
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee
to work as expected.
2007-02-21* Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee
2007-02-21* Slight message change for consistancy- add a ' ' (space char) at theDan McGee
beginning to match the way other repos are displayed. * TODO updates.
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee
from one package to another seemlessly (knock on wood). This is implemented through the use of two skip lists in the trans struct- skip_add and skip_remove, which replace the former trans->skiplist. * Removed an unnecessary function parameter, added a necessary one. * If a package has no backup files, print '(none)' under the heading so it is more obvious. * Updated my TODO list.
2007-02-17Small updates, read diff for detailsDan McGee
2007-02-14* Updated Italian translationDan McGee
* Updated pot translation templates * Located culprit of progress bar moving when unicode characters are used, added a TODO note about it * Removed '(target)' string from the sync.c error message, just like we did from add.c yesterday * Updated my TODO
2007-02-12TODO update and .cvsignore additionDan McGee
2007-02-12* Unified description of arch variable. Recommend using single quotes inDan McGee
the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
2007-02-09Man pages, man pages, man pages. Just a few more additions and clarifications,Dan McGee
ensured force option was still documented in PKGBUILD.5.
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee
* Alphabetized options in pacman usage.
2007-02-07Spruced up the TODOs a bit, got rid of some of them since a lot of it wasDan McGee
duplicate anyway. Also removed the last of the ORE tags and replaced them with TODOs.
2007-02-06* Makepkg updates, and small bugfix on man page compression.Dan McGee
* Change libtool default to makepkg2 behavior. * Other small changes.
2007-02-04* Updated makepkg to use a new form of options. These two arrays now replaceDan McGee
most of the former options in makepkg.conf, and are described in detail there: BUILDENV=(fakeroot !distcc color !ccache) OPTIONS=(strip !docs !libtool emptydirs) Note that PKGBUILD specified options will always have final say. They will now be specified as they are above, except using lowercase 'options' array. * makepkg was fixed so options actually work as expected.
2007-01-31just an updateDan McGee
2007-01-30adding my personal TODO fileDan McGee