comparison etc/TODO @ 33076:a766e7a46d67

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 30 Oct 2000 17:23:45 +0000
parents d57da738e85d
children 3d7bff27ec2d
comparison
equal deleted inserted replaced
33075:bf38bc8b1459 33076:a766e7a46d67
64 interactive?], strokes [start from the web page], talk, thingatpt 64 interactive?], strokes [start from the web page], talk, thingatpt
65 [interactive functions?], type-break, vcursor, xscheme, zone-mode 65 [interactive functions?], type-break, vcursor, xscheme, zone-mode
66 [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce, 66 [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce,
67 bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode, 67 bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode,
68 spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?], 68 spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?],
69 pcomplete, assoc; other progmodes, probably in separate manual. 69 pcomplete, assoc, xml; other progmodes, probably in separate manual.
70 70
71 * Get some major packages installed: W3/url (development version needs 71 * Get some major packages installed: W3/url (development version needs
72 significant work), PSGML, Mule-UCS, Tramp (?). Check the 72 significant work), PSGML, Mule-UCS, Tramp (?). Check the
73 assignments file for other packages which might go in and have been 73 assignments file for other packages which might go in and have been
74 missed. 74 missed.
94 * Eliminate the storm of warnings concerning char/unsigned char 94 * Eliminate the storm of warnings concerning char/unsigned char
95 mismatches that we get with proprietary compilers on various systems. 95 mismatches that we get with proprietary compilers on various systems.
96 They make it difficult to spot the important warnings. 96 They make it difficult to spot the important warnings.
97 97
98 * Fix anything necessary to use `long long' EMACS_INTs with GCC. 98 * Fix anything necessary to use `long long' EMACS_INTs with GCC.
99
100 * Split out parts of lisp.h and generate Makefile dependencies
101 automatically.
102
103 * Update the FAQ.
104
105 * Support dynamically-loadable primitive support using libtool and
106 support similarly to Guile. [Some work has been done.]