1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
emacs/lwlib
Paul Eggert 55ba8c022b Make src headers idempotent and standalone
Redo src/*.h so that each include file is idempotent (that is, can
be included multiple times with the latter inclusions having no
effect) and standalone (that is, can be included by itself,
with no include file other than config.h needed as a prerequisite).
This is standard practice in GNU programs nowadays.
* lwlib/lwlib-widget.h, src/buffer.h, src/category.h, src/character.h:
* src/charset.h, src/coding.h, src/commands.h, src/disptab.h:
* src/fontset.h, src/gnutls.h, src/indent.h, src/keymap.h, src/macros.h:
* src/regex.h [emacs]:
* src/syntax.h, src/systty.h, src/termhooks.h:
Include lisp.h, for Lisp_Object.
* src/buffer.h, src/category.h, src/cm.h, src/commands.h, src/disptab.h:
* src/indent.h, src/intervals.h, src/keyboard.h, src/macros.h:
* src/process.h, src/puresize.h, src/region-cache.h, src/syntax.h:
* src/syssignal.h, src/sysstdio.h, src/systty.h, src/termchar.h:
* src/termopts.h, src/tparam.h, src/unexec.h:
Protect against multiple inclusion.
* src/buffer.h: Include character.h, for STRING_CHAR.
* src/emacsgtkfixed.h (struct frame):
* src/fontset.h (struct face):
* src/region-cache.h (struct buffer):
* src/termhooks.h (struct glyph):
* src/xsettings.h (struct x_display_info):
Add possibly-forward decl.
* src/syntax.h: Include buffer.h, for BVAR.
* src/sysselect.h: Include lisp.h, for eassume.
* src/termchar.h: Include <stdio.h>, for FILE.
* src/widget.h: Include <X11/IntrinsicP.h>, for Widget.
* src/xsettings.h: Include <X11/Xlib.h>, for XEvent.
2015-10-16 14:56:11 -07:00
..
ChangeLog.1 ; Omit entries that will appear in ChangeLog.2 2015-05-23 08:36:28 -07:00
COPYING
deps.mk Replace AC_SUBST_FILE in configure with include in Makefiles. 2015-05-15 20:51:45 -04:00
lwlib-int.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-utils.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-utils.h
lwlib-widget.h Make src headers idempotent and standalone 2015-10-16 14:56:11 -07:00
lwlib-Xaw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xaw.h
lwlib-Xlw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xlw.h
lwlib-Xm.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xm.h
lwlib.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
Makefile.in * Makefile.in (SUBDIR_MAKEFILES): 2015-06-09 15:23:47 -04:00
README Generate a ChangeLog file from commit logs 2015-04-07 00:00:55 -07:00
xlwmenu.c Assume C89 offsetof in xterm.c, xlwmenu.c 2015-04-14 00:58:37 -07:00
xlwmenu.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xlwmenuP.h Update copyright year to 2015 2015-01-01 14:26:41 -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.1 file.