1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/lwlib
2012-07-06 14:07:46 -07:00
..
.gitignore
ChangeLog Use c_strcasecmp for ASCII case-insensitive comparison. 2012-07-06 14:07:46 -07:00
COPYING
lwlib-int.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-utils.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
lwlib-utils.h
lwlib-Xaw.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
lwlib-Xaw.h
lwlib-Xlw.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
lwlib-Xlw.h
lwlib-Xm.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
lwlib-Xm.h
lwlib.c Use c_strcasecmp for ASCII case-insensitive comparison. 2012-07-06 14:07:46 -07:00
lwlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Makefile.in Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
README
xlwmenu.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
xlwmenu.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
xlwmenuP.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08: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.