15 15 * Ability to store an image for the logo in the upper-left corner.
16 16 * A selection of "skins" - sample configurations that serve as
17 17 baselines for customization.
18 18 * Execution of arbitrary actions on checkin
19 19 * Email notifications are one example of this
20 20 * The already existing auto-sync feature is a specialized form of the same
21 21 * 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].
22 - * 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].
22 + * 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]. (Colorized side-by-side view through the 'diff' link, and colorized unidiff through the (+) button).
23 23 * Ignore files (.o, .pyc, .class, .cvsignore, etc...) - extra command is hard to identify "extra" files inside of many projects.
24 24 * Add ability to delete or rename a page
25 25 * 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.
26 26
27 27 Projects
28 28
29 29 * [Import CVS Repositories]
30 30
31 31 Bugs reported by users
32 32 * [Opera]
33 33
34 34