aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2007-06-13 17:37:39 +0000
committerChong Yidong2007-06-13 17:37:39 +0000
commit7b007f2ccb84c3225ba3ee1fc7ddd9770bf102ba (patch)
treeda680dcd3b3122c6c1e9542be79829b9396e10f0 /etc
parent1217dd00924de6357b3c101641b8c248e57faec9 (diff)
downloademacs-7b007f2ccb84c3225ba3ee1fc7ddd9770bf102ba.tar.gz
emacs-7b007f2ccb84c3225ba3ee1fc7ddd9770bf102ba.zip
** Fix compilation when Xaw3d libraries are present but libxaw is not.
Done.
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/TODO b/etc/TODO
index b7767470c75..2667e7e878f 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -14,14 +14,6 @@ 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.
18In new X11 versions, xaw3dg-dev does not depend on libxaw-dev, so the
19latter need not be installed. As a result, all the source files that
20look for include files in X11/Xaw should look in X11/Xaw3d if we are
21using Xaw3d.
22http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00396.html
23http://lists.gnu.org/archive/html/emacs-devel/2006-03/msg01150.html ?
24
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.