comparison etc/TODO @ 81377:38538b82a02b

** Fix compilation when Xaw3d libraries are present but libxaw is not. Done.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Jun 2007 17:37:39 +0000
parents 04a91000671c
children 7ec7d44d6f90 3619e7770f2e
comparison
equal deleted inserted replaced
81376:fa1e0ea1b6c5 81377:38538b82a02b
11 it best. Since Emacs is an FSF-copyrighted package, please be 11 it best. Since Emacs is an FSF-copyrighted package, please be
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
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 http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00396.html
23 http://lists.gnu.org/archive/html/emacs-devel/2006-03/msg01150.html ?
24 16
25 ** Compute the list of active keymaps *after* reading the first event. 17 ** Compute the list of active keymaps *after* reading the first event.
26 18
27 ** Avoid using "iff" in doc strings. 19 ** Avoid using "iff" in doc strings.
28 20