1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 07:30:59 -08:00
emacs/lwlib
2003-01-26 13:06:48 +00:00
..
.gitignore
ChangeLog lwlib-Xm.c: Fixed memory leak for menus. 2003-01-26 13:06:48 +00:00
COPYING New file. 2001-12-08 20:59:54 +00:00
lwlib-int.h
lwlib-utils.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-utils.h
lwlib-Xaw.c Provide ISO C arglists for functions 2002-11-21 10:58:13 +00:00
lwlib-Xaw.h
lwlib-Xlw.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xlw.h
lwlib-Xm.c lwlib-Xm.c: Fixed memory leak for menus. 2003-01-26 13:06:48 +00:00
lwlib-Xm.h
lwlib.c Remove obsolete USE_OLIT code. 2002-11-20 19:26:18 +00:00
lwlib.h (_widget_value): `help' has type Lisp_Object. 2001-12-02 04:55:06 +00:00
Makefile.in Remove OpenLook file dependencies. 2002-04-28 13:35:36 +00:00
README
xlwmenu.c (pop_new_stack_if_no_contents): Do nothing if new_depth is 1. 2002-12-22 22:00:44 +00:00
xlwmenu.h (XtNdisabledForeground, XtCDisabledForeground): New resource names. 2002-05-06 18:54:56 +00:00
xlwmenuP.h (_XlwMenu_part): Add new member `disabled_foreground'. 2002-05-06 18:54:28 +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.