comparison etc/TODO @ 59674:e2f427a8609c

Add entry for toolbar on ttys.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 21 Jan 2005 21:13:33 +0000
parents 0152df6cc701
children 0d396bc457d8 6d92d69fae33
comparison
equal deleted inserted replaced
59673:56842f389966 59674:e2f427a8609c
326 ** Implement interface programs with major Japanese conversion server 326 ** Implement interface programs with major Japanese conversion server
327 in lib-src so that they can be used from the input method 327 in lib-src so that they can be used from the input method
328 "japanese". Currently, most Japanese users are using external 328 "japanese". Currently, most Japanese users are using external
329 packages (e.g. tamago, anthy) or an input method via XIM. 329 packages (e.g. tamago, anthy) or an input method via XIM.
330 330
331 ** Provide the toolbar on ttys. This could map a bit like tmm-menubar
332 for the menubar and buttons could look a bit like those used by customize.
333
331 * Internal changes 334 * Internal changes
332 335
333 ** Replace gmalloc.c with the modified Doug Lea code from the current 336 ** Replace gmalloc.c with the modified Doug Lea code from the current
334 GNU libc so that the special mmapping of buffers can be removed -- 337 GNU libc so that the special mmapping of buffers can be removed --
335 that apparently loses under Solaris, at least. [fx has mostly done 338 that apparently loses under Solaris, at least. [fx has mostly done