1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/lwlib
2009-12-29 02:57:40 +01:00
..
.gitignore
ChangeLog Fix typos in ChangeLogs. 2009-12-29 02:57:40 +01:00
COPYING
lwlib-int.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
lwlib-utils.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-utils.h
lwlib-Xaw.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-Xaw.h
lwlib-Xlw.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-Xlw.h
lwlib-Xm.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-Xm.h
lwlib.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
Makefile.in Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
README
xlwmenu.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
xlwmenu.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
xlwmenuP.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog file.  For example, the file "lwlib-int.h" was renamed
from "lwlib-internal.h" in order to fit in 14 characters, and the
makefile adjusted to fit in with Emacs's configure script.