1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lwlib
Paul Eggert 0f0912e644 Add support for large files, plus some locale improvements.
* dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c,
xrdb-cpp.c, xrdb.c:
Include <config.h> before any system include files.

* lwlib-Xm.c, lwlib.c:
Do not include <stdlib.h> or <string.h>, as <config.h> does this.
1999-10-19 07:21:16 +00:00
..
ChangeLog Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
dispatch.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
dispatch.h # 1999-09-30 21:29:02 +00:00
Imakefile # 1999-09-30 21:29:02 +00:00
lwlib-int.h Comment fixes. 1996-01-05 00:45:43 +00:00
lwlib-utils.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-utils.h entered into RCS 1994-01-31 04:34:11 +00:00
lwlib-Xaw.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
lwlib-Xaw.h entered into RCS 1994-03-14 17:02:21 +00:00
lwlib-Xlw.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
lwlib-Xlw.h entered into RCS 1994-01-31 04:34:11 +00:00
lwlib-Xm.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
lwlib-Xm.h Undo previous change. 1996-07-10 13:47:24 +00:00
lwlib-Xol.c Comment fixes. 1996-01-05 00:45:43 +00:00
lwlib-Xol.h entered into RCS 1994-01-18 23:52:19 +00:00
lwlib-Xolmb.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-Xolmb.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-XolmbP.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
lwlib.h (enum menu_separator): New. 1999-07-21 21:43:52 +00:00
Makefile.in (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) 1998-08-02 00:29:05 +00:00
README # 1999-09-30 21:29:02 +00:00
xlwmenu.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
xlwmenu.h entered into RCS 1994-09-16 18:39:54 +00:00
xlwmenuP.h (_window_state): Add button_width. 1999-07-21 21:43:52 +00:00
xrdb-cpp.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
xrdb.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00

This subdirectory contains the lwlib library which provides a uniform
interface to a few different X toolkits.  The library was written by Lucid.
This version has changes in the makefile to fit in with Emacs's configure
script, and some source files have been renamed to fit in 14 characters.