diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -3,7 +3,8 @@ | |||
| 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. |
| @@ -145,3 +146,6 @@ | |||
| 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. | ||