(NEW FEATURES): Completed work on this item:

Rework how fringe bitmaps are defined and used.
Currently, bitmap usage and bitmap appearence are "mixed-up" in a
one-level representation.  It would be cleaner to split the
representation into a two-level model where first level maps
bitmap usage to a bitmap name, and second level maps bitmap name to
a bitmap appearence.
This commit is contained in:
Kim F. Storm 2006-02-20 22:24:10 +00:00
parent 4e606fbad7
commit 277fd553d8

View file

@ -33,14 +33,6 @@ Assigned to Bill Wohler <wohler@newt.com>.
* NEW FEATURES
** Rework how fringe bitmaps are defined and used.
Currently, bitmap usage and bitmap appearence are "mixed-up" in a
one-level representation. It would be cleaner to split the
representation into a two-level model where first level maps
bitmap usage to a bitmap name, and second level maps bitmap name to
a bitmap appearence.
[Assigned to KFS]
* BUGS
** Reiner Steib's 23 Jan 2006 bug report that tool bar icons don't update.