comparison etc/TODO @ 32515:9c151094ef9b

Changes from Richard Stallman. More items about Enriched Mode.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 16 Oct 2000 06:04:04 +0000
parents 0b55d2534070
children d57da738e85d
comparison
equal deleted inserted replaced
32514:a8017f96379d 32515:9c151094ef9b
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
4 * Give start-process the ability to direct standard-error 16 * Give start-process the ability to direct standard-error
5 output to a different filter. 17 output to a different filter.
22 works with GNU Privacy Guard for encryption. 34 works with GNU Privacy Guard for encryption.
23 35
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
38 when the user tries to use the menubar. 42 when the user tries to use the menubar.
39 43