1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
emacs/lwlib
2010-07-24 13:53:19 +02:00
..
.gitignore
ChangeLog Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
COPYING
lwlib-int.h Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-utils.c Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
lwlib-utils.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xaw.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xaw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xlw.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xlw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xm.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib.h Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
Makefile.in Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +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.