@@ -17,16 +17,18 @@ baselines for customization. * Execution of arbitrary actions on checkin * Email notifications are one example of this * The already existing auto-sync feature is a specialized form of the same * Extend timeline and wiki history to allow users to see wiki page differences from edit to edit. [http://wiki.tcl.tk/_history/606|Example @ Tcler's Wiki]. + * Polish our current plain unidiff view of file/changeset differences. Google's view of deltas looks nice. [http://code.google.com/p/tclsdl/source/detail?r=8|Example of Google]. * Ignore files (.o, .pyc, .class, .cvsignore, etc...) - extra command is hard to identify "extra" files inside of many projects. * Add ability to delete or rename a page + * Partial commit of a modified file (i.e. choose which of many hunks should be committed). This needs a graphical interface (for the selection). Actually everything can be done in an interface, saving and restoring the file across the commit, with selected changes in the commit. No need to modify the core fossil app for this. Projects * [Import CVS Repositories] Bugs reported by users * [Opera]