summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-04-19 18:12:07 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-04-19 18:12:07 +0000
commit24f540a71f1870ca2d12c3a7f1a53f8469f32fbb (patch)
treec0bd3508b6818d96d551d66e21afbfa12173fc09 /etc/TODO
parent2d7c1e2344922a01c86cd0574d672c8cc9a7266a (diff)
downloademacs-24f540a71f1870ca2d12c3a7f1a53f8469f32fbb.tar.gz
Add "Fix compilation when Xaw3d libraries are present but libxaw is not".
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 88d0c565ee6..75c57b73449 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -14,6 +14,12 @@ to the FSF.
* Small but important fixes needed in existing features:
+** Fix compilation when Xaw3d libraries are present but libxaw is not.
+In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the
+latter need not be installed. As a result, all the source files that
+look for include files in X11/Xaw should look in X11/Xaw3d if we are
+using Xaw3d.
+
** Compute the list of active keymaps *after* reading the first event.
** Avoid using "iff" in doc strings.