aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorGlenn Morris2007-02-27 04:02:27 +0000
committerGlenn Morris2007-02-27 04:02:27 +0000
commitf199f76c27c12f064c8abe9bcb337e2b22b1778e (patch)
tree6a80d7f763eb142c0f509786ca2877d6dd294127 /lwlib
parent81c3f2bc0ff9fec2e74d5d71796f0efeb23cb04c (diff)
downloademacs-f199f76c27c12f064c8abe9bcb337e2b22b1778e.tar.gz
emacs-f199f76c27c12f064c8abe9bcb337e2b22b1778e.zip
*** empty log message ***
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/lwlib/README b/lwlib/README
index 427eea509e4..6f4648d14b1 100644
--- a/lwlib/README
+++ b/lwlib/README
@@ -1,5 +1,9 @@
1This subdirectory contains the lwlib library which provides a uniform 1This subdirectory contains the Lucid Widget Library (lwlib), which
2interface to a few different X toolkits. The library was written by 2provides a uniform interface to a few different X toolkits. The
3Lucid, and is not part of GNU Emacs. This version has changes in the 3library was written by Lucid, Inc and released under the terms of the
4makefile to fit in with Emacs's configure script, and some source 4GPL version 1 (or later). It is not considered part of GNU Emacs.
5files have been renamed to fit in 14 characters. 5
6This version of the library differs from the original as described in
7the ChangeLog file. For example, the file "lwlib-int.h" was renamed
8from "lwlib-internal.h" in order to fit in 14 characters, and the
9makefile adjusted to fit in with Emacs's configure script,