Mercurial > emacs
comparison etc/TODO @ 35157:60037f41e0a8
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 09 Jan 2001 11:22:36 +0000 |
parents | 3a0a4c2b6633 |
children | f76774e6b90d |
comparison
equal
deleted
inserted
replaced
35156:c63f8fba845f | 35157:60037f41e0a8 |
---|---|
1 -*-text-*- | 1 -*-text-*- |
2 | 2 |
3 * Port the conservative stack marking code of Emacs' garbage collector | 3 * Port the conservative stack marking code of Emacs' garbage collector |
4 to more systems, so that we can completely get rid of GCPROs. | 4 to more systems, so that we can completely get rid of GCPROs. |
5 | 5 |
6 * Program Enriched mode to read and save in RTF. | 6 * Program Enriched mode to read and save in RTF. [Is there actually a |
7 decent single definition of RTF?] | |
7 | 8 |
8 * Implement other text formatting properties. | 9 * Implement other text formatting properties. |
9 ** Footnotes that can appear either in place or at the end of the page. | 10 ** Footnotes that can appear either in place or at the end of the page. |
10 ** text property that says "don't break line in middle of this". | 11 ** text property that says "don't break line in middle of this". |
11 Don't break the line between two characters that have the | 12 Don't break the line between two characters that have the |
143 | 144 |
144 * Remove the limitation that window and frame widths and heights can | 145 * Remove the limitation that window and frame widths and heights can |
145 be only full columns/lines. | 146 be only full columns/lines. |
146 | 147 |
147 * Add horizontal scroll bars. | 148 * Add horizontal scroll bars. |
149 | |
150 * Integrate Vroonhof's Custom themes code and make it do useful | |
151 things. |