]> git.eshelyaron.com Git - emacs.git/commitdiff
(NEW FEATURES): Completed work on this item:
authorKim F. Storm <storm@cua.dk>
Mon, 20 Feb 2006 22:24:10 +0000 (22:24 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 20 Feb 2006 22:24:10 +0000 (22:24 +0000)
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.

admin/FOR-RELEASE

index 5815aa784b21894b656850b8c747b9c558bfc8d6..bc490ff2ca0403eaed754e7e3d3468edf7c6f623 100644 (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.