diff options
| author | Glenn Morris | 2007-02-27 04:02:27 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-27 04:02:27 +0000 |
| commit | f199f76c27c12f064c8abe9bcb337e2b22b1778e (patch) | |
| tree | 6a80d7f763eb142c0f509786ca2877d6dd294127 /lwlib | |
| parent | 81c3f2bc0ff9fec2e74d5d71796f0efeb23cb04c (diff) | |
| download | emacs-f199f76c27c12f064c8abe9bcb337e2b22b1778e.tar.gz emacs-f199f76c27c12f064c8abe9bcb337e2b22b1778e.zip | |
*** empty log message ***
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/README | 14 |
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 @@ | |||
| 1 | This subdirectory contains the lwlib library which provides a uniform | 1 | This subdirectory contains the Lucid Widget Library (lwlib), which |
| 2 | interface to a few different X toolkits. The library was written by | 2 | provides a uniform interface to a few different X toolkits. The |
| 3 | Lucid, and is not part of GNU Emacs. This version has changes in the | 3 | library was written by Lucid, Inc and released under the terms of the |
| 4 | makefile to fit in with Emacs's configure script, and some source | 4 | GPL version 1 (or later). It is not considered part of GNU Emacs. |
| 5 | files have been renamed to fit in 14 characters. | 5 | |
| 6 | This version of the library differs from the original as described in | ||
| 7 | the ChangeLog file. For example, the file "lwlib-int.h" was renamed | ||
| 8 | from "lwlib-internal.h" in order to fit in 14 characters, and the | ||
| 9 | makefile adjusted to fit in with Emacs's configure script, | ||