1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
emacs/lwlib
2010-04-16 10:08:29 +09:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT. 2010-04-16 10:08:29 +09:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Use XFT in Lucid dialogs if available. 2010-04-11 20:25:09 +02:00
lwlib-utils.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-utils.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xaw.c Use XFT in Lucid dialogs if available. 2010-04-11 20:25:09 +02:00
lwlib-Xaw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xlw.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-Xlw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xm.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-Xm.h Lucid Widget Library was released under GPLv1 or later. 2007-02-28 03:53:32 +00:00
lwlib.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Makefile.in Use autoconf, not cpp for some variables. 2010-04-11 13:17:24 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT. 2010-04-16 10:08:29 +09:00
xlwmenu.h Lucid menus can now use Xft for fonts. 2010-04-08 18:20:32 +02:00
xlwmenuP.h Lucid menus can now use Xft for fonts. 2010-04-08 18:20:32 +02: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.