Mercurial > emacs
comparison etc/TODO @ 91672:e78323082141
Remove entries covered by new font backend.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 08 Feb 2008 17:30:55 +0000 |
parents | c70e45a7acfd |
children | 6647fb5cd25e |
comparison
equal
deleted
inserted
replaced
91671:7d8392863f85 | 91672:e78323082141 |
---|---|
440 | 440 |
441 ** Make `format-time-string' preserve text properties like `format'. | 441 ** Make `format-time-string' preserve text properties like `format'. |
442 | 442 |
443 ** Optionally make the cursor a little thinner at the end of a line | 443 ** Optionally make the cursor a little thinner at the end of a line |
444 or the end of the buffer. | 444 or the end of the buffer. |
445 | |
446 ** Add support for rendering antialiased text, probably using | |
447 XRender/Freetype. | |
448 | 445 |
449 ** Port the conservative stack marking code of Emacs' garbage collector | 446 ** Port the conservative stack marking code of Emacs' garbage collector |
450 to more systems, so that we can completely get rid of GCPROs. Note | 447 to more systems, so that we can completely get rid of GCPROs. Note |
451 that Boehm garbage collector provides this. | 448 that Boehm garbage collector provides this. |
452 | 449 |
527 Currently, a header can contain only single 1-byte charset in | 524 Currently, a header can contain only single 1-byte charset in |
528 addition to ASCII. | 525 addition to ASCII. |
529 | 526 |
530 ** In ps-print, provide an user friendly interface to specify fonts. | 527 ** In ps-print, provide an user friendly interface to specify fonts. |
531 | 528 |
532 ** OpenType font support for various complex scripts (e.g. Devanagari). | |
533 As X protocal doesn't provide a way to access OpenType Layout Tables | |
534 in a OpenType font of a server side, we need a way to utilize local | |
535 fonts (perhaps by directly using the Freetype library or indirectly | |
536 via Xft library). | |
537 | |
538 ** Enhance word boundary detection for such a script that doesn't use | 529 ** Enhance word boundary detection for such a script that doesn't use |
539 space at word boundary (e.g. Thai). | 530 space at word boundary (e.g. Thai). |
540 | 531 |
541 ** Implement interface programs with major Japanese conversion server | 532 ** Implement interface programs with major Japanese conversion server |
542 in lib-src so that they can be used from the input method | 533 in lib-src so that they can be used from the input method |