+2011-02-10 Glenn Morris <rgm@gnu.org>
+
+ * lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib-utils.c, lwlib.c:
+ * xlwmenu.c: Standardize on <> for includes from the ../src directory.
+
2011-02-09 Glenn Morris <rgm@gnu.org>
* Makefile.in (@SET_MAKE@): New, set by configure.
(globals): New variable and rule.
(lwlib-utils.o, lwlib.o, lwlib-Xlw.o, lwlib-Xaw.o, lwlib-Xm.o)
- (xlwmenu.o): Add dependency on src/globals.h.
+ (xlwmenu.o): Add dependency on src/globals.h.
2011-01-31 Jan Djärv <jan.h.d@swipnet.se>
/* The lwlib interface to Athena widgets.
+
Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu>
Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc.
#include <setjmp.h>
#include <ctype.h>
-#include "../src/lisp.h"
+#include <lisp.h>
#include "lwlib-Xaw.h"
{"main", xaw_create_main},
{NULL, NULL}
};
-
/* The lwlib interface to "xlwmenu" menus.
- Copyright (C) 1992 Lucid, Inc.
- Copyright (C) 1994, 2000-2011 Free Software Foundation, Inc.
+
+Copyright (C) 1992 Lucid, Inc.
+Copyright (C) 1994, 2000-2011 Free Software Foundation, Inc.
This file is part of the Lucid Widget Library.
#endif
#include <setjmp.h>
-#include "lisp.h"
+#include <lisp.h>
#include "lwlib-Xlw.h"
#include <X11/StringDefs.h>
if (instance->widget)
XtDestroyWidget (instance->widget);
}
-
#include <X11/CoreP.h>
#include <X11/CompositeP.h>
-#include "../src/lisp.h"
+#include <lisp.h>
#include "lwlib-Xm.h"
#include "lwlib-utils.h"
{
XtVaSetValues (w, XtNallowShellResize, flag, NULL);
}
-
/* Defines some widget utility functions.
+
Copyright (C) 1992 Lucid, Inc.
Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc.
#undef rindex
#include <setjmp.h>
-#include "../src/lisp.h"
+#include <lisp.h>
#include <X11/Xatom.h>
#include <X11/IntrinsicP.h>
abort ();
#endif
}
-
/* A general interface to the widgets of different toolkits.
+
Copyright (C) 1992, 1993 Lucid, Inc.
Copyright (C) 1994-1996, 1999-2011 Free Software Foundation, Inc.
#endif
#include <setjmp.h>
-#include "../src/lisp.h"
+#include <lisp.h>
#include <sys/types.h>
#include <stdio.h>
return separator_p;
}
-
/* Implements a lightweight menubar widget.
+
Copyright (C) 1992 Lucid, Inc.
Copyright (C) 1994-1995, 1997, 1999-2011 Free Software Foundation, Inc.
#endif
#include <setjmp.h>
-#include "lisp.h"
+#include <lisp.h>
#include <stdio.h>
#include <ctype.h>
extern int gray_bitmap_height;
extern char *gray_bitmap_bits;
-#include "xterm.h"
+#include <xterm.h>
#else /* not emacs */
((XMotionEvent*)event)->is_hint = 0;
handle_motion_event (mw, (XMotionEvent*)event);
}
-