comparison etc/TODO @ 77312:c07cb8ec67e0

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Apr 2007 17:07:43 +0000
parents 205adaa020d5
children 44e4bfbc989d
comparison
equal deleted inserted replaced
77311:443d25344bd0 77312:c07cb8ec67e0
91 ** Redesign the load-history data structure so it can cope better 91 ** Redesign the load-history data structure so it can cope better
92 with evaluating definitions of the same function from different files, 92 with evaluating definitions of the same function from different files,
93 recording which file the latest definition came from. 93 recording which file the latest definition came from.
94 94
95 ** make back_comment use syntax-ppss or equivalent. 95 ** make back_comment use syntax-ppss or equivalent.
96
97 ** Improve configure's treatment of NON_GNU_CPP on Solaris.
96 98
97 * Important features: 99 * Important features:
98 100
99 ** Provide user-friendly ways to list all available font families, 101 ** Provide user-friendly ways to list all available font families,
100 list fonts, display a font as a sample, etc. [fx is looking at 102 list fonts, display a font as a sample, etc. [fx is looking at
542 ** Merge sendmail.el and messages.el. 544 ** Merge sendmail.el and messages.el.
543 Probably not a complete merge, but at least arrange for messages.el to be 545 Probably not a complete merge, but at least arrange for messages.el to be
544 a derived mode of sendmail.el. Or arrange for messages.el to be split 546 a derived mode of sendmail.el. Or arrange for messages.el to be split
545 into a small core and "the rest" so that we use less resources as long as 547 into a small core and "the rest" so that we use less resources as long as
546 we stick to the features provided in sendmail.el. 548 we stick to the features provided in sendmail.el.
547 549
548 ** Replace gmalloc.c with the modified Doug Lea code from the current 550 ** Replace gmalloc.c with the modified Doug Lea code from the current
549 GNU libc so that the special mmapping of buffers can be removed -- 551 GNU libc so that the special mmapping of buffers can be removed --
550 that apparently loses under Solaris, at least. [fx has mostly done 552 that apparently loses under Solaris, at least. [fx has mostly done
551 this.] 553 this.]
552 554