1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
emacs/lwlib
Paul Eggert ba93a18774 Remove obsolete '#define static' cruft.
* etc/PROBLEMS: Remove obsolete '#define static' cruft.
* lwlib/xlwmenu.c [emacs]: Include "bitmaps/gray.xbm".
(gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits) [!emacs]:
Remove; all uses replaced with definiens.
* src/s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
This #undef was "temporary" in 2000; it is no longer needed
now that '#define static' has gone away.
* src/xfns.c, src/xterm.h (gray_bitmap_width, gray_bitmap_height)
(gray_bitmap_bits): Remove; no longer needed.
All uses replaced with definiens.
* src/xterm.c: Include "bitmaps/gray.xbm".
2012-05-30 22:08:37 -07:00
..
.gitignore
ChangeLog Remove obsolete '#define static' cruft. 2012-05-30 22:08:37 -07:00
COPYING
lwlib-int.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-utils.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-Xaw.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-Xaw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xlw.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-Xlw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xm.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-Xm.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Makefile.in Merge from trunk. 2012-04-13 21:37:44 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Remove obsolete '#define static' cruft. 2012-05-30 22:08:37 -07:00
xlwmenu.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
xlwmenuP.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08: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.