comparison etc/TODO @ 54444:cc59780b7487

Remove entries for fringe related issues (DONE). Remove entry about image-relative coordinates of mouse clicks (DONE).
author Kim F. Storm <storm@cua.dk>
date Fri, 19 Mar 2004 21:10:10 +0000
parents 422a00e3d747
children d55052ec5562 108bb5537c12
comparison
equal deleted inserted replaced
54443:f4debae4b1d1 54444:cc59780b7487
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.
261 refbib, refer, scribe, sgml-mode, spell, texinfo, underline, 253 refbib, refer, scribe, sgml-mode, spell, texinfo, underline,
262 cmacexp, hideif, mantemp [obsolete?], pcomplete, assoc, xml, 254 cmacexp, hideif, mantemp [obsolete?], pcomplete, assoc, xml,
263 cvs-status (should be described in PCL-CVS manual); other progmodes, 255 cvs-status (should be described in PCL-CVS manual); other progmodes,
264 probably in separate manual. 256 probably in separate manual.
265 257
266 * Provide a means to extract image-relative coordinates from mouse
267 clicks on images. (Needed for W3, at least.) Also useful for W3
268 and Gnus: allow images to scroll properly.
269
270 * Convert the XPM bitmaps to PPM, replace the PBMs with them and scrap 258 * Convert the XPM bitmaps to PPM, replace the PBMs with them and scrap
271 the XPMs so that the colour versions work generally. (Requires care 259 the XPMs so that the colour versions work generally. (Requires care
272 with the colour used for the transparent regions.) 260 with the colour used for the transparent regions.)
273 261
274 * Convenient access to the `values' variable. It would be nice to have an 262 * Convenient access to the `values' variable. It would be nice to have an