]> git.eshelyaron.com Git - emacs.git/commitdiff
** Fix compilation when Xaw3d libraries are present but libxaw is not.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:37:39 +0000 (17:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:37:39 +0000 (17:37 +0000)
Done.

etc/TODO

index b7767470c752b3e668b6955af84bc872eaa6482d..2667e7e878f7b3700ac03973ba759b702aa5fba6 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -14,14 +14,6 @@ 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.
-http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00396.html
-http://lists.gnu.org/archive/html/emacs-devel/2006-03/msg01150.html ?
-
 ** Compute the list of active keymaps *after* reading the first event.
 
 ** Avoid using "iff" in doc strings.