Mercurial > emacs
changeset 69055:43656cd3b1ab
(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.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 20 Feb 2006 22:24:10 +0000 |
parents | cd1e5d79c742 |
children | 3a62e61ef09c |
files | admin/FOR-RELEASE |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Mon Feb 20 22:21:00 2006 +0000 +++ b/admin/FOR-RELEASE Mon Feb 20 22:24:10 2006 +0000 @@ -33,14 +33,6 @@ * 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.