comparison etc/TODO @ 83082:108bb5537c12

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-161 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-162 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-163 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-164 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-165 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-166 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-167 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-168 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-169 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-170 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-171 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-172 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-122
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 25 Mar 2004 22:21:45 +0000
parents 4250e7e26247 cc59780b7487
children 7f60e040ccfc
comparison
equal deleted inserted replaced
83081:32a426d0a0e3 83082:108bb5537c12
60 port now displays multilingual text in menus, but only insofar as 60 port now displays multilingual text in menus, but only insofar as
61 Emacs can encode it as utf-8 and gtk can display the result.] 61 Emacs can encode it as utf-8 and gtk can display the result.]
62 62
63 * Remove the limitation that window and frame widths and heights can 63 * Remove the limitation that window and frame widths and heights can
64 be only full columns/lines. 64 be only full columns/lines.
65
66 * Move fringe to be displayed between display margins and text area.
67 [KFS is looking into this].
68
69 * Set fringe widths per-window/per-buffer.
70
71 * Make fringe bitmaps user configurable. Maybe add ability to add
72 additional bitmaps to the fringe from lisp.
73 65
74 Other features we would like: 66 Other features we would like:
75 67
76 * Have a command suggestion help system that recognizes patterns 68 * Have a command suggestion help system that recognizes patterns
77 of commands which could be replaced with a simpler common command. 69 of commands which could be replaced with a simpler common command.
264 refbib, refer, scribe, sgml-mode, spell, texinfo, underline, 256 refbib, refer, scribe, sgml-mode, spell, texinfo, underline,
265 cmacexp, hideif, mantemp [obsolete?], pcomplete, assoc, xml, 257 cmacexp, hideif, mantemp [obsolete?], pcomplete, assoc, xml,
266 cvs-status (should be described in PCL-CVS manual); other progmodes, 258 cvs-status (should be described in PCL-CVS manual); other progmodes,
267 probably in separate manual. 259 probably in separate manual.
268 260
269 * Provide a means to extract image-relative coordinates from mouse
270 clicks on images. (Needed for W3, at least.) Also useful for W3
271 and Gnus: allow images to scroll properly.
272
273 * Convert the XPM bitmaps to PPM, replace the PBMs with them and scrap 261 * Convert the XPM bitmaps to PPM, replace the PBMs with them and scrap
274 the XPMs so that the colour versions work generally. (Requires care 262 the XPMs so that the colour versions work generally. (Requires care
275 with the colour used for the transparent regions.) 263 with the colour used for the transparent regions.)
276 264
277 * Convenient access to the `values' variable. It would be nice to have an 265 * Convenient access to the `values' variable. It would be nice to have an