antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/xshell arguments.c arguments.h decora...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/xshell arguments.c arguments.h decora...
Date: Sun, 22 Jul 2007 21:54:11 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/07/22 21:54:10

Modified files:
        xshell         : arguments.c arguments.h decoration.c 
                         decoration.h events.c events.h layout.c 
                         layout.h shell.c shell.h text.c text.h 

Log message:
        Sync new version.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/arguments.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/arguments.h?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/decoration.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/decoration.h?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/events.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/events.h?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/layout.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/layout.h?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/shell.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/shell.h?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/text.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/text.h?cvsroot=antiright&r1=1.2&r2=1.3

Patches:
Index: arguments.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/arguments.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- arguments.c 20 Jul 2007 01:26:35 -0000      1.2
+++ arguments.c 22 Jul 2007 21:54:10 -0000      1.3
@@ -135,3 +135,4 @@
        }
 }
 
+

Index: arguments.h
===================================================================
RCS file: /sources/antiright/antiright/xshell/arguments.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- arguments.h 20 Jul 2007 01:26:35 -0000      1.2
+++ arguments.h 22 Jul 2007 21:54:10 -0000      1.3
@@ -25,3 +25,4 @@
 void
 xsh_parse_arguments(XShell * xsh, int argc, char ** argv);
 #endif 
+

Index: decoration.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/decoration.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- decoration.c        20 Jul 2007 01:26:35 -0000      1.2
+++ decoration.c        22 Jul 2007 21:54:10 -0000      1.3
@@ -165,3 +165,4 @@
 
 #endif /* XSH_DECORATE */
 
+

Index: decoration.h
===================================================================
RCS file: /sources/antiright/antiright/xshell/decoration.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- decoration.h        20 Jul 2007 01:26:35 -0000      1.2
+++ decoration.h        22 Jul 2007 21:54:10 -0000      1.3
@@ -37,3 +37,4 @@
 #endif /* XSH_DECOR_H */
 
 #endif /* XSH_DECORATE */
+

Index: events.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/events.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- events.c    20 Jul 2007 01:26:35 -0000      1.2
+++ events.c    22 Jul 2007 21:54:10 -0000      1.3
@@ -137,3 +137,4 @@
        }
 }
 
+

Index: events.h
===================================================================
RCS file: /sources/antiright/antiright/xshell/events.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- events.h    20 Jul 2007 01:26:35 -0000      1.2
+++ events.h    22 Jul 2007 21:54:10 -0000      1.3
@@ -29,3 +29,4 @@
 xsh_event_loop(XShell * xsh);
 #endif
 
+

Index: layout.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/layout.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- layout.c    20 Jul 2007 01:26:35 -0000      1.2
+++ layout.c    22 Jul 2007 21:54:10 -0000      1.3
@@ -33,3 +33,4 @@
                : xsh->gui.layout.row_count));
 }
 
+

Index: layout.h
===================================================================
RCS file: /sources/antiright/antiright/xshell/layout.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- layout.h    20 Jul 2007 01:26:35 -0000      1.2
+++ layout.h    22 Jul 2007 21:54:10 -0000      1.3
@@ -30,3 +30,4 @@
 void
 xsh_layout_widgets(XShell * xsh);
 #endif /* XSH_LAYOUT_H */
+

Index: shell.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/shell.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- shell.c     20 Jul 2007 01:26:35 -0000      1.2
+++ shell.c     22 Jul 2007 21:54:10 -0000      1.3
@@ -95,3 +95,4 @@
        setup_events(button);
 }
 
+

Index: shell.h
===================================================================
RCS file: /sources/antiright/antiright/xshell/shell.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- shell.h     20 Jul 2007 01:26:35 -0000      1.2
+++ shell.h     22 Jul 2007 21:54:10 -0000      1.3
@@ -32,3 +32,4 @@
 
 #endif /* XSH_SHELL_H */
 
+

Index: text.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/text.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- text.c      20 Jul 2007 01:26:35 -0000      1.2
+++ text.c      22 Jul 2007 21:54:10 -0000      1.3
@@ -98,3 +98,4 @@
        setup_events(text);
 }
 
+

Index: text.h
===================================================================
RCS file: /sources/antiright/antiright/xshell/text.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- text.h      20 Jul 2007 01:26:35 -0000      1.2
+++ text.h      22 Jul 2007 21:54:10 -0000      1.3
@@ -38,3 +38,4 @@
 
 #endif /* XSH_TEXT_H */
 
+




reply via email to

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