comparison etc/TODO @ 83562:5a45becb5728

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-702 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-703 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-704 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-705 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-706 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-707 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-216 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-602
author Karoly Lorentey <karoly@lorentey.hu>
date Sun, 22 Apr 2007 12:45:07 +0000
parents dc002877ce12 44e4bfbc989d
children 41aaac7180d5
comparison
equal deleted inserted replaced
83561:dc002877ce12 83562:5a45becb5728
12 prepared to sign legal papers to transfer the copyright on your work 12 prepared to sign legal papers to transfer the copyright on your work
13 to the FSF. 13 to the FSF.
14 14
15 * Small but important fixes needed in existing features: 15 * Small but important fixes needed in existing features:
16 16
17 ** Fix compilation when Xaw3d libraries are present but libxaw is not.
18 In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the
19 latter need not be installed. As a result, all the source files that
20 look for include files in X11/Xaw should look in X11/Xaw3d if we are
21 using Xaw3d.
22
17 ** Compute the list of active keymaps *after* reading the first event. 23 ** Compute the list of active keymaps *after* reading the first event.
18 24
19 ** Avoid using "iff" in doc strings. 25 ** Avoid using "iff" in doc strings.
20 26
21 ** mouse-autoselect-window should wait to select the window until 27 ** mouse-autoselect-window should wait to select the window until
91 ** Redesign the load-history data structure so it can cope better 97 ** Redesign the load-history data structure so it can cope better
92 with evaluating definitions of the same function from different files, 98 with evaluating definitions of the same function from different files,
93 recording which file the latest definition came from. 99 recording which file the latest definition came from.
94 100
95 ** make back_comment use syntax-ppss or equivalent. 101 ** make back_comment use syntax-ppss or equivalent.
102
103 ** Improve configure's treatment of NON_GNU_CPP on Solaris.
96 104
97 * Important features: 105 * Important features:
98 106
99 ** Provide user-friendly ways to list all available font families, 107 ** Provide user-friendly ways to list all available font families,
100 list fonts, display a font as a sample, etc. [fx is looking at 108 list fonts, display a font as a sample, etc. [fx is looking at
542 ** Merge sendmail.el and messages.el. 550 ** Merge sendmail.el and messages.el.
543 Probably not a complete merge, but at least arrange for messages.el to be 551 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 552 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 553 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. 554 we stick to the features provided in sendmail.el.
547 555
548 ** Replace gmalloc.c with the modified Doug Lea code from the current 556 ** 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 -- 557 GNU libc so that the special mmapping of buffers can be removed --
550 that apparently loses under Solaris, at least. [fx has mostly done 558 that apparently loses under Solaris, at least. [fx has mostly done
551 this.] 559 this.]
552 560