diff options
| author | Chong Yidong | 2007-04-19 18:12:07 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-19 18:12:07 +0000 |
| commit | 81f2b1ae5b963a7300ed28a8b9c30cda15f20fc6 (patch) | |
| tree | 1e1dec0a2370cedb54cd71e65eab69b6a68d3047 | |
| parent | 3685ba3ff95392b375fec751c35e53e3863e548e (diff) | |
| download | emacs-81f2b1ae5b963a7300ed28a8b9c30cda15f20fc6.tar.gz emacs-81f2b1ae5b963a7300ed28a8b9c30cda15f20fc6.zip | |
Add "Fix compilation when Xaw3d libraries are present but libxaw is not".
| -rw-r--r-- | etc/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -14,6 +14,12 @@ 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. | ||
| 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 | |||
| 17 | ** Compute the list of active keymaps *after* reading the first event. | 23 | ** Compute the list of active keymaps *after* reading the first event. |
| 18 | 24 | ||
| 19 | ** Avoid using "iff" in doc strings. | 25 | ** Avoid using "iff" in doc strings. |