1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
emacs/lwlib
Dan Nicolaescu d7306fe6b1 * alloc.c: Do not define struct catchtag.
* eval.c: Move struct catchtag definition ...
* lisp.h: ... here.

* image.c: Move png.h #include earlier to avoid warnings.

* xterm.c:
* xsmfns.c:
* xselect.c:
* xrdb.c:
* xmenu.c:
* xftfont.c:
* xfont.c:
* xfns.c:
* xfaces.c:
* xdisp.c:
* window.c:
* widget.c:
* w32xfns.c:
* w32uniscribe.c:
* w32term.c:
* w32select.c:
* w32reg.c:
* w32proc.c:
* w32menu.c:
* w32inevt.c:
* w32heap.c:
* w32font.c:
* w32fns.c:
* w32console.c:
* w32.c:
* w16select.c:
* vm-limit.c:
* unexsol.c:
* unexec.c:
* unexcw.c:
* unexaix.c:
* undo.c:
* tparam.c:
* textprop.c:
* terminfo.c:
* terminal.c:
* termcap.c:
* term.c:
* syntax.c:
* sound.c:
* sheap.c:
* search.c:
* scroll.c:
* region-cache.c:
* regex.c:
* ralloc.c:
* process.c:
* print.c:
* msdos.c:
* minibuf.c:
* menu.c:
* marker.c:
* macros.c:
* keymap.c:
* keyboard.c:
* intervals.c:
* insdel.c:
* indent.c:
* gtkutil.c:
* ftxfont.c:
* ftfont.c:
* fringe.c:
* frame.c:
* fontset.c:
* font.c:
* fns.c:
* floatfns.c:
* filelock.c:
* fileio.c:
* emacs.c:
* editfns.c:
* dosfns.c:
* doprnt.c:
* doc.c:
* dispnew.c:
* dired.c:
* dbusbind.c:
* data.c:
* composite.c:
* coding.c:
* cmds.c:
* cm.c:
* chartab.c:
* charset.c:
* character.c:
* ccl.c:
* category.c:
* casetab.c:
* casefiddle.c:
* callproc.c:
* callint.c:
* bytecode.c:
* buffer.c:
* atimer.c: Include setjmp.h.  (Bug#4643)

* xlwmenu.c:
* lwlib.c:
* lwlib-utils.c:
* lwlib-Xm.c:
* lwlib-Xlw.c:
* lwlib-Xaw.c: Include setjmp.h.
2009-10-19 04:27:09 +00:00
..
.gitignore
ChangeLog * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
lwlib-utils.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-utils.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xaw.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-Xaw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xlw.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-Xlw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xm.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib-Xm.h Lucid Widget Library was released under GPLv1 or later. 2007-02-28 03:53:32 +00:00
lwlib.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
lwlib.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
Makefile.in Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
README Fix typo. 2007-02-28 03:11:06 +00:00
xlwmenu.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
xlwmenu.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
xlwmenuP.h Add 2009 to copyright years. 2009-01-08 03:38:51 +00: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.  For example, the file "lwlib-int.h" was renamed
from "lwlib-internal.h" in order to fit in 14 characters, and the
makefile adjusted to fit in with Emacs's configure script.