Mercurial > emacs
changeset 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 | fa1e0ea1b6c5 |
children | 3e8cb1480830 |
files | etc/TODO |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TODO Wed Jun 13 17:35:40 2007 +0000 +++ b/etc/TODO Wed Jun 13 17:37:39 2007 +0000 @@ -14,14 +14,6 @@ * 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.