comparison etc/TODO @ 42516:23cdfafe44c0

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jan 2002 02:13:46 +0000
parents 57ff4380e1fe
children 98b7448c1aac
comparison
equal deleted inserted replaced
42515:83e8bdf0a48b 42516:23cdfafe44c0
1 -*-text-*- 1 -*-text-*-
2
3 * Bring back the feature of showing the part of the buffer that is a problem
4 for the use of the preferred coding systems.
2 5
3 * Port the conservative stack marking code of Emacs' garbage collector 6 * Port the conservative stack marking code of Emacs' garbage collector
4 to more systems, so that we can completely get rid of GCPROs. 7 to more systems, so that we can completely get rid of GCPROs.
5 8
6 * Program Enriched mode to read and save in RTF. [Is there actually a 9 * Program Enriched mode to read and save in RTF. [Is there actually a
31 * Make movemail work with IMAP. 34 * Make movemail work with IMAP.
32 35
33 * Add ANSI C prototype forward declarations to the source files, 36 * Add ANSI C prototype forward declarations to the source files,
34 so that even the functions used within one file have prototypes. 37 so that even the functions used within one file have prototypes.
35 38
36 * Add a way for macro definitions to provide info to edebug
37 so it can handle them right.
38
39 * Replace finder.el with something that generates an Info file 39 * Replace finder.el with something that generates an Info file
40 which gives the same information through a menu structure. [Dave 40 which gives the same information through a menu structure. [Dave
41 Love started on this.] 41 Love started on this.]
42 42
43 * Implement a variant of uncompress.el or jka-compr.el that works with 43 * Implement a variant of uncompress.el or jka-compr.el that works with
53 53
54 This requires the RIT to forward the WM_INITMENU message to 54 This requires the RIT to forward the WM_INITMENU message to
55 the main thread, and not return from that message until the main 55 the main thread, and not return from that message until the main
56 thread has processed the menu_bar_activate_event and regenerated 56 thread has processed the menu_bar_activate_event and regenerated
57 the whole menu bar. In the mean time, it should process other messages. 57 the whole menu bar. In the mean time, it should process other messages.
58
59 * Make Emacs work as a Java Bean.
60 58
61 * Implement the design for Unicode-based internal encoding for Mule. 59 * Implement the design for Unicode-based internal encoding for Mule.
62 60
63 * Document the features of libraries missing from the manual (or 61 * Document the features of libraries missing from the manual (or
64 ancillary manuals, including the Lisp manual in some cases). Here's 62 ancillary manuals, including the Lisp manual in some cases). Here's