diff options
author | Kim F. Storm <storm@cua.dk> | 2006-02-20 22:24:10 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-02-20 22:24:10 +0000 |
commit | 277fd553d855d82cc2ae6a0b84b0516c813788a1 (patch) | |
tree | 5524f7aaaca059bb5226e6d3a16e01b9404a6f7b /admin | |
parent | 4e606fbad7a8b37305093d695d54c7f847de4454 (diff) | |
download | emacs-277fd553d855d82cc2ae6a0b84b0516c813788a1.tar.gz |
(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.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 5815aa784b2..bc490ff2ca0 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -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. |