aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-02-08 17:30:55 +0000
committerJason Rumney2008-02-08 17:30:55 +0000
commite006029eb4287f8e5f55f63b9444ee644996aebb (patch)
treeb50de8f20c8e38e60f3aafb18166fab884cead52
parentdfae5f9a1256e8d9243dc0d0550cb58a4c079cdc (diff)
downloademacs-e006029eb4287f8e5f55f63b9444ee644996aebb.tar.gz
emacs-e006029eb4287f8e5f55f63b9444ee644996aebb.zip
Remove entries covered by new font backend.
-rw-r--r--etc/TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/TODO b/etc/TODO
index b25e2c0099c..bd6cb6e3f21 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -443,9 +443,6 @@ when the body only calls primitives.
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 445
446** Add support for rendering antialiased text, probably using
447 XRender/Freetype.
448
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.
@@ -529,12 +526,6 @@ when the body only calls primitives.
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