*** empty log message ***
This commit is contained in:
parent
2e86ceaad1
commit
19cc91fba3
1 changed files with 16 additions and 0 deletions
16
etc/TODO
16
etc/TODO
|
@ -1,4 +1,8 @@
|
|||
-*-text-*-
|
||||
|
||||
* Port the conservative stack marking code of Emacs' garbage collector
|
||||
to more systems, so that we can completely get rid of GCPROs.
|
||||
|
||||
* Program Enriched mode to read and save in RTF.
|
||||
|
||||
* Implement other text formatting properties.
|
||||
|
@ -120,3 +124,15 @@
|
|||
|
||||
* Improve the GC (generational, incremental). (We may be able to use
|
||||
the Boehm collector.)
|
||||
|
||||
* Implement variable aliases, i.e. a `defvaralias' analogous to the
|
||||
`defalias' for functions. The implementation should not slow down
|
||||
Emacs, and it shouldn't use additional memory, at least not much.
|
||||
|
||||
* Port Emacs to GTK+.
|
||||
|
||||
* Make the Lucid menu widget display multilingual text.
|
||||
|
||||
* Implement, in C, a ``focus follows mouse'' mode that selects a window
|
||||
when the mouse enters it.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue