antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright doc/TODO doc/gtkshell.1 gtkshell/opti...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright doc/TODO doc/gtkshell.1 gtkshell/opti...
Date: Wed, 07 Feb 2007 16:44:23 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/02/07 16:44:23

Modified files:
        doc            : TODO gtkshell.1 
        gtkshell       : options.c 
Added files:
        gtkshell       : row.c row.h 

Log message:
        Began revision of manual page.  Added stub for help option.
        Added files row.[ch] to store row container handling functions.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/doc/TODO?cvsroot=antiright&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/antiright/doc/gtkshell.1?cvsroot=antiright&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/options.c?cvsroot=antiright&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/row.c?cvsroot=antiright&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/row.h?cvsroot=antiright&rev=1.1

Patches:
Index: doc/TODO
===================================================================
RCS file: /sources/antiright/antiright/doc/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- doc/TODO    1 Feb 2007 20:45:49 -0000       1.12
+++ doc/TODO    7 Feb 2007 16:44:23 -0000       1.13
@@ -1,5 +1,9 @@
 TODO
 ----
 
-* Write gtkshell manual page, such that it reflects actual API.  
+Write gtkshell manual page, such that it reflects actual API.  
+
+Review ACE, verifying functionality of all facilities.  If a feature
+would only work under a specific configuration or if a feature is defunct,
+remove it.  
 

Index: doc/gtkshell.1
===================================================================
RCS file: /sources/antiright/antiright/doc/gtkshell.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/gtkshell.1      1 Feb 2007 20:45:49 -0000       1.1
+++ doc/gtkshell.1      7 Feb 2007 16:44:23 -0000       1.2
@@ -1,18 +1,22 @@
-.TH ARSHELL 1
+.TH gtkshell 1
 .SH NAME
-arshell \- invocation configurable GUI shell
+gtkshell \- invocation configurable GUI shell
 .SH SYNOPSIS
-.B arshell
- [[-[-help [-fifo COMMAND FIFO]]][-A[[C][c][D[Ff][mp label]]][bi label icon]
-[l label][m[[fevh] label]][s][t label][w]]E[f file]p
-[r rows]t[U[[LPTW] command][f frequency]][W label]][command]
+.B gtkshell
+.B [-a[u[[l
+command
+.B ][p
+command
+.B ]]]d[DdeFfi]ho[egnrsu]][
+command
+.B ]
 .SH DESCRIPTION
-.I Arshell
+.I gtkshell
 is a GUI shell that is defined at its invocation through command line 
 arguments.  It was developed as the primary interface to the GUI toolkit in 
 the AntiRight project, as part of ACE, the AntiRight Configuration 
-Environment.  A user interface is defined at invocation and arshell handles 
-user input and program output.  It is very useful, as was intended initially, 
+Environment.  A user interface is defined at invocation and gtkshell handles 
+user input and program output.  It is very useful
 for providing a user interface for shell scripts.  
 .I ACE 
 is such a script, defining the AntiRight environment and its core logic.  
@@ -91,7 +95,7 @@
 changes the properties of a previously added menubar to be suitable for text
 editing.
 .B \-E
-Makes it so that a button press cause the arshell to exit after the action for 
+Makes it so that a button press cause the gtkshell to exit after the action 
for 
 the button is performed.  
 .B \-f
 This loads and parses the interface definition contained within
@@ -141,7 +145,7 @@
 of this entered command is taken as a label, allowing the labels to be better
 formatted, and thus more aesthetically pleasing.
 .SH AUTHORS
-Arshell was written by Jeffrey Bedard <address@hidden>.  
+gtkshell was written by Jeffrey Bedard <address@hidden>.  
 .SH REPORTING BUGS
 Report bugs to <address@hidden>
 .SH COPYRIGHT
@@ -149,4 +153,4 @@
 This  is  free software; see the source for copying conditions.  There is NO 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .SH SEE ALSO
-ACE (1) arshell(1) system.antiright(5) X(7)
+ACE (1) gtkshell(1) system.antiright(5) X(7)

Index: gtkshell/options.c
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/options.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gtkshell/options.c  7 Feb 2007 16:27:48 -0000       1.2
+++ gtkshell/options.c  7 Feb 2007 16:44:23 -0000       1.3
@@ -50,6 +50,10 @@
                                argv, 
                                counter);
                        break;
+        case 'h':
+            g_printerr("Read the source code.\n");
+            exit(1);
+            break;
                case 'o':
                        gsh_handle_option_arguments(
                                argc, 

Index: gtkshell/row.c
===================================================================
RCS file: gtkshell/row.c
diff -N gtkshell/row.c

Index: gtkshell/row.h
===================================================================
RCS file: gtkshell/row.h
diff -N gtkshell/row.h




reply via email to

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