1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Glenn Morris e3cf0cded8 Remove some unused Makefile.in variables.
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.

* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.

* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.

* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.

* src/Makefile.in (CPP, LN_S): Remove unused variables.

* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 00:24:18 -07:00
..
.gitignore
ChangeLog Remove some unused Makefile.in variables. 2010-05-06 00:24:18 -07:00
COPYING
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
lwlib-Xaw.c Declarations before code (Bug#5993). 2010-04-21 18:13:55 +02:00
lwlib-Xaw.h
lwlib-Xlw.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-Xlw.h
lwlib-Xm.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lwlib-Xm.h
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 Remove some unused Makefile.in variables. 2010-05-06 00:24:18 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Declarations before code (Bug#5993). 2010-04-21 18:13:55 +02:00
xlwmenu.h Lucid menus can now use Xft for fonts. 2010-04-08 18:20:32 +02:00
xlwmenuP.h Don't redraw lucid menus more than needed. Use double buffer to reduce flicker. 2010-04-17 19:43:03 +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.