diff options
| author | Eli Zaretskii | 2000-10-16 06:04:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-16 06:04:04 +0000 |
| commit | 6165b6e387d4f7ec249d36a0913b628d1497c225 (patch) | |
| tree | 6916f01584679e28e7e42c32085233a61e96225d | |
| parent | 3b9d5a55c7977a75564188880bcd43678a2acaa8 (diff) | |
| download | emacs-6165b6e387d4f7ec249d36a0913b628d1497c225.tar.gz emacs-6165b6e387d4f7ec249d36a0913b628d1497c225.zip | |
Changes from Richard M. Stallman. More items about Enriched Mode.
| -rw-r--r-- | etc/TODO | 20 |
1 files changed, 12 insertions, 8 deletions
| @@ -1,3 +1,15 @@ | |||
| 1 | * Program Enriched mode to read and save in RTF. | ||
| 2 | |||
| 3 | * Implement other text formatting properties. | ||
| 4 | ** Footnotes that can appear either in place or at the end of the page. | ||
| 5 | ** text property that says "don't break line in middle of this". | ||
| 6 | Don't break the line between two characters that have the | ||
| 7 | same value of this property. | ||
| 8 | ** Discretionary hyphens that are not visible when they are at end of line. | ||
| 9 | |||
| 10 | * Can Auto-fill mode be extended to something that will refill the | ||
| 11 | whole paragraph so as to keep it filled all the time? | ||
| 12 | |||
| 1 | * Implement a clean way to use different major modes for | 13 | * Implement a clean way to use different major modes for |
| 2 | different parts of a buffer. | 14 | different parts of a buffer. |
| 3 | 15 | ||
| @@ -24,14 +36,6 @@ | |||
| 24 | * Save undo information in files, and reload it when needed | 36 | * Save undo information in files, and reload it when needed |
| 25 | for undoing. | 37 | for undoing. |
| 26 | 38 | ||
| 27 | * Implement other text formatting properties. | ||
| 28 | ** Footnotes that can appear either in place | ||
| 29 | or at the end of the page. | ||
| 30 | ** text property that says "don't break line in middle of this". | ||
| 31 | Don't break the line between two characters that have the | ||
| 32 | same value of this property. | ||
| 33 | ** Discretionary hyphens that disappear at end of line. | ||
| 34 | |||
| 35 | * Change the Windows NT menu code | 39 | * Change the Windows NT menu code |
| 36 | so that it handles the deep_p argument and avoids | 40 | so that it handles the deep_p argument and avoids |
| 37 | regenerating the whole menu bar menu tree except | 41 | regenerating the whole menu bar menu tree except |