emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103209: lwlib/ trivia.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103209: lwlib/ trivia.
Date: Wed, 09 Feb 2011 21:03:29 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103209
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-09 21:03:29 -0800
message:
  lwlib/ trivia.
  
  * lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib-utils.c, lwlib.c, xlwmenu.c:
  Standardize on <> for includes from the ../src directory.
modified:
  lwlib/ChangeLog
  lwlib/lwlib-Xaw.c
  lwlib/lwlib-Xlw.c
  lwlib/lwlib-Xm.c
  lwlib/lwlib-utils.c
  lwlib/lwlib.c
  lwlib/xlwmenu.c
=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2011-02-09 03:25:07 +0000
+++ b/lwlib/ChangeLog   2011-02-10 05:03:29 +0000
@@ -1,9 +1,14 @@
+2011-02-10  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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  <address@hidden>
 

=== modified file 'lwlib/lwlib-Xaw.c'
--- a/lwlib/lwlib-Xaw.c 2011-01-25 04:08:28 +0000
+++ b/lwlib/lwlib-Xaw.c 2011-02-10 05:03:29 +0000
@@ -1,4 +1,5 @@
 /* The lwlib interface to Athena widgets.
+
 Copyright (C) 1993 Chuck Thompson <address@hidden>
 Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc.
 
@@ -27,7 +28,7 @@
 #include <setjmp.h>
 #include <ctype.h>
 
-#include "../src/lisp.h"
+#include <lisp.h>
 
 #include "lwlib-Xaw.h"
 
@@ -833,4 +834,3 @@
   {"main",                     xaw_create_main},
   {NULL, NULL}
 };
-

=== modified file 'lwlib/lwlib-Xlw.c'
--- a/lwlib/lwlib-Xlw.c 2011-01-25 04:08:28 +0000
+++ b/lwlib/lwlib-Xlw.c 2011-02-10 05:03:29 +0000
@@ -1,6 +1,7 @@
 /* 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.
 
@@ -24,7 +25,7 @@
 #endif
 
 #include <setjmp.h>
-#include "lisp.h"
+#include <lisp.h>
 
 #include "lwlib-Xlw.h"
 #include <X11/StringDefs.h>
@@ -272,4 +273,3 @@
   if (instance->widget)
     XtDestroyWidget (instance->widget);
 }
-

=== modified file 'lwlib/lwlib-Xm.c'
--- a/lwlib/lwlib-Xm.c  2011-01-31 06:44:05 +0000
+++ b/lwlib/lwlib-Xm.c  2011-02-10 05:03:29 +0000
@@ -34,7 +34,7 @@
 #include <X11/CoreP.h>
 #include <X11/CompositeP.h>
 
-#include "../src/lisp.h"
+#include <lisp.h>
 
 #include "lwlib-Xm.h"
 #include "lwlib-utils.h"
@@ -1956,4 +1956,3 @@
 {
   XtVaSetValues (w, XtNallowShellResize, flag, NULL);
 }
-

=== modified file 'lwlib/lwlib-utils.c'
--- a/lwlib/lwlib-utils.c       2011-01-31 06:44:05 +0000
+++ b/lwlib/lwlib-utils.c       2011-02-10 05:03:29 +0000
@@ -1,4 +1,5 @@
 /* Defines some widget utility functions.
+
 Copyright (C) 1992 Lucid, Inc.
 Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc.
 
@@ -31,7 +32,7 @@
 #undef rindex
 
 #include <setjmp.h>
-#include "../src/lisp.h"
+#include <lisp.h>
 
 #include <X11/Xatom.h>
 #include <X11/IntrinsicP.h>
@@ -173,4 +174,3 @@
   abort ();
 #endif
 }
-

=== modified file 'lwlib/lwlib.c'
--- a/lwlib/lwlib.c     2011-01-31 06:44:05 +0000
+++ b/lwlib/lwlib.c     2011-02-10 05:03:29 +0000
@@ -1,4 +1,5 @@
 /* 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.
 
@@ -24,7 +25,7 @@
 #endif
 
 #include <setjmp.h>
-#include "../src/lisp.h"
+#include <lisp.h>
 
 #include <sys/types.h>
 #include <stdio.h>
@@ -1418,4 +1419,3 @@
 
   return separator_p;
 }
-

=== modified file 'lwlib/xlwmenu.c'
--- a/lwlib/xlwmenu.c   2011-01-25 04:08:28 +0000
+++ b/lwlib/xlwmenu.c   2011-02-10 05:03:29 +0000
@@ -1,4 +1,5 @@
 /* Implements a lightweight menubar widget.
+
 Copyright (C) 1992 Lucid, Inc.
 Copyright (C) 1994-1995, 1997, 1999-2011  Free Software Foundation, Inc.
 
@@ -26,7 +27,7 @@
 #endif
 
 #include <setjmp.h>
-#include "lisp.h"
+#include <lisp.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -56,7 +57,7 @@
 extern int gray_bitmap_height;
 extern char *gray_bitmap_bits;
 
-#include "xterm.h"
+#include <xterm.h>
 
 #else /* not emacs */
 
@@ -2689,4 +2690,3 @@
   ((XMotionEvent*)event)->is_hint = 0;
   handle_motion_event (mw, (XMotionEvent*)event);
 }
-


reply via email to

[Prev in Thread] Current Thread [Next in Thread]