antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright ChangeLog Makefile configure ACE-desk...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ChangeLog Makefile configure ACE-desk...
Date: Sun, 04 Mar 2007 03:20:14 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/03/04 03:20:14

Modified files:
        .              : ChangeLog Makefile configure 
        ACE-desktop    : ACE Makefile 
        gtkshell       : updated_options.c 

Log message:
        Updated ChangeLog.  Fixed display settings of some ACE system monitoring
        panel functions.  Removed debug messages from updated_options.  Changed
        Makefiles to work when building as a pkgsrc package.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ChangeLog?cvsroot=antiright&r1=1.59&r2=1.60
http://cvs.savannah.gnu.org/viewcvs/antiright/Makefile?cvsroot=antiright&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/antiright/configure?cvsroot=antiright&r1=1.79&r2=1.80
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/Makefile?cvsroot=antiright&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/updated_options.c?cvsroot=antiright&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/antiright/antiright/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- ChangeLog   16 Feb 2007 23:43:32 -0000      1.59
+++ ChangeLog   4 Mar 2007 03:20:14 -0000       1.60
@@ -1,3 +1,452 @@
+2007-03-02 14:12  jefbed
+
+       * gtkshell/button.c, gtkshell/callbacks.c, gtkshell/dragdrop.c,
+         gtkshell/image_button.h, gtkshell/text.c, gtkshell/updated.c,
+         gtkshell/updated.h, gtkshell/updated_label.c,
+         gtkshell/updated_options.c, gtkshell/updated_progress.c,
+         libantiright/pipe.c: Fixed off-by-one error in add_updater.  Use
+         const gchar * in various places that do not require data to be
+         changed.  Fixed warnings.
+
+2007-03-02 11:41  jefbed
+
+       * gtkshell/: add_options.c, containers.c, gtkshell.c, updated.c,
+         updated_label.c, updated_label.h, updated_options.c,
+         updated_progress.c, updated_progress.h: Refactored updater
+         argument handling code, using generic add function with pointer to
+         widget add funcction.  Split out functions embedded in add_options
+         and gtkshell.c.
+
+2007-03-02 10:44  jefbed
+
+       * ACE-desktop/ACE, gtkshell/image_button.c: Stock button.
+
+2007-03-02 10:40  jefbed
+
+       * gtkshell/: add_options.c, image_button.c, image_button.h: Added
+         stock icon support with -aS.  Use generic argument handler for image
+         button.  Add functions implemented using pointer function to the
+         button type.  Use generic image button creation function, with image
+         widget passed.
+
+2007-03-02 10:04  jefbed
+
+       * gtkshell/: image_button.c, image_button.h: Split out image button
+         functions.
+
+2007-03-01 22:56  jefbed
+
+       * ACE-desktop/ACE, ACE-desktop/ACE.1, ACE-desktop/Makefile,
+         gtkshell/Makefile, gtkshell/add_options.c, gtkshell/button.c,
+         gtkshell/button.h, gtkshell/callbacks.c, gtkshell/containers.c,
+         gtkshell/dragdrop.c, gtkshell/geometry.c, gtkshell/gtkshell.c,
+         gtkshell/gtkshell.h, gtkshell/label.c, gtkshell/main.c,
+         gtkshell/option_options.c, gtkshell/text.c,
+         gtkshell/updated_options.c, libantiright/pipe.c,
+         libantiright/pipe.h, libantiright/util.h: Replaced GSH_Flags with
+         gsh->bflags, which stores bitmasks.  Added pipe opening support for
+         label and text area.  Added generic file open function to
+         libantiright.  Used to implement text viewer and
+         antiright_pipe_read.  Added generic bitmasks to util.h.  Added GSH_
+         bitmask definitions to gtkshell.h.  Invert meaning of scrolling
+         flag.  Updated ACE.1 manual page.  Specifically install manual pages
+         in ACE-desktop Makefile, rather than using shell metacharacter.
+
+2007-03-01 13:54  jefbed
+
+       * gtkshell/: add_options.c, gtkshell.c, main.c, row.c: Count rows
+         base one.  Add support for multiple main windows.  Only geometry of
+         last created window is managed.
+
+2007-03-01 01:18  jefbed
+
+       * ACE-desktop/ACE: Fixed stray temp file write in manual browser.
+
+2007-03-01 01:13  jefbed
+
+       * ACE-desktop/ACE, ACE-desktop/system.antiright, gshterm/script.c,
+         libantiright/string.c: Reimplemented antiright_beautify_label().
+         Reimplemented ACE's Deskbar, Settings utility, File Manager, and
+         manual page browser to use variable command construction rather than
+         temporary files.  This should improve security, speed, and ease of
+         development.
+
+2007-02-28 01:55  jefbed
+
+       * ACE-desktop/ACE, gtkshell/add_options.c, gtkshell/callbacks.c,
+         gtkshell/dragdrop.c, gtkshell/gtkshell.c, gtkshell/main.c,
+         gtkshell/text.c: Added command to find cd commands in strings.
+         May be adapted to a generic command lexer.
+
+2007-02-27 22:53  jefbed
+
+       * doc/indent.pro, gshterm/command_line.c, gshterm/command_line.h,
+         gshterm/gshterm.c, gshterm/gshterm.h, gshterm/main.c,
+         gshterm/script.c, gshterm/script.h, gtkshell/add_options.c,
+         gtkshell/add_options.h, gtkshell/arguments.c,
+         gtkshell/arguments.h, gtkshell/button.c, gtkshell/button.h,
+         gtkshell/callbacks.c, gtkshell/callbacks.h,
+         gtkshell/containers.c, gtkshell/containers.h,
+         gtkshell/dialog_options.c, gtkshell/dialog_options.h,
+         gtkshell/dragdrop.c, gtkshell/dragdrop.h, gtkshell/file_dialog.c,
+         gtkshell/file_dialog.h, gtkshell/font.c, gtkshell/font.h,
+         gtkshell/geometry.c, gtkshell/geometry.h, gtkshell/gtkshell.c,
+         gtkshell/gtkshell.h, gtkshell/label.c, gtkshell/label.h,
+         gtkshell/main.c, gtkshell/option_options.c,
+         gtkshell/option_options.h, gtkshell/options.c,
+         gtkshell/options.h, gtkshell/row.c, gtkshell/row.h,
+         gtkshell/text.c, gtkshell/text.h, gtkshell/updated.c,
+         gtkshell/updated.h, gtkshell/updated_label.c,
+         gtkshell/updated_label.h, gtkshell/updated_options.c,
+         gtkshell/updated_options.h, gtkshell/updated_progress.c,
+         gtkshell/updated_progress.h, libantiright/library.h,
+         libantiright/pipe.c, libantiright/pipe.h, libantiright/string.c,
+         libantiright/string.h, libantiright/system.c,
+         libantiright/system.h, libantiright/util.c, libantiright/util.h:
+         Fixed bug involving comparison between integer and pointer.
+         Reindented source.
+
+2007-02-27 22:23  jefbed
+
+       * configure: Added support for NetBSD linkfarm prefix
+         /usr/local/packages/antiright.
+
+2007-02-27 22:22  jefbed
+
+       * ACE-desktop/ACE: Set style if 1 by default.
+
+2007-02-27 18:38  jefbed
+
+       * gtkshell/options.c: Backed out last feature, as modification is
+         useless.
+
+2007-02-27 18:31  jefbed
+
+       * gtkshell/: button.c, dragdrop.c, dragdrop.h, options.c: Added
+         support for redefining a button's label once it has already been
+         initialized.  Check for button_exits flag on drag_end signal.
+
+2007-02-27 18:08  jefbed
+
+       * ACE-desktop/ACE: Added chmod interface.  Check if file manager is
+         running before respawning one.
+
+2007-02-27 17:54  jefbed
+
+       * ACE-desktop/ACE, gtkshell/dragdrop.c: Began implementation of
+         drag and drop file manager.  Set gtkshell to exit on drop if
+         button_exits flag is set.
+
+2007-02-26 14:51  jefbed
+
+       * doc/TODO: Added item, work on session management.
+
+2007-02-26 14:50  jefbed
+
+       * gshterm/gshterm.c, gtkshell/button.c: Split out label setting
+         code.
+
+2007-02-26 14:38  jefbed
+
+       * gshterm/: command_line.c, gshterm.c, gshterm.h, main.c, script.c:
+         Use direct file I/O for command script creation.  Added -s option to
+         specify font size separately from font name.
+
+2007-02-26 11:39  jefbed
+
+       * ACE-desktop/ACE, doc/TODO, gtkshell/label.c,
+         gtkshell/option_options.c, gtkshell/updated.c: Reindented various
+         functions.  Fixed horizontal labels (again).  Fixed crash on linux
+         involving updaters.
+
+2007-02-26 10:30  jefbed
+
+       * ACE-desktop/ACE, gshterm/command_line.c: Fixed a bug that occurs
+         when bash executes ACE, where the empty Debug function was indicated
+         as a syntax error.  Added checking of the SHELL environment variable
+         in order to execute the user's default shell by default.
+
+2007-02-25 16:33  jefbed
+
+       * Makefile, ACE-desktop/ACE, ACE-desktop/Makefile,
+         ACE-desktop/dateload.c, doc/gtkshell.1, gshterm/main.c: Replaced
+         dateload.  Fixed default font setting on gshterm.
+
+2007-02-25 05:48  jefbed
+
+       * doc/HACKING, doc/gtkshell.1, gtkshell/add_options.c,
+         gtkshell/arguments.c: Removed HACKING as it is largely
+         irrelevant.  Began the process of updating the gtkshell manual page.
+
+2007-02-25 04:35  jefbed
+
+       * gtkshell/: dragdrop.c, gtkshell.h: Implemented commandline
+         specification of button commands by drag and drop.
+
+2007-02-24 03:50  jefbed
+
+       * ACE-desktop/ACE: Added temporary file utility functions.  Console
+         script displays multiple files.
+
+2007-02-24 03:49  jefbed
+
+       * gtkshell/: Makefile, button.c, dragdrop.c, dragdrop.h,
+         gtkshell.h, label.c: Added preliminary drag and drop support.
+
+2007-02-23 19:05  jefbed
+
+       * gtkshell/callbacks.c, gtkshell/geometry.c,
+         libantiright/library.h: Changed use of asprintf to ar_asprintf.
+         Parenthesized AR[BP]BOOL macros.
+
+2007-02-23 17:52  jefbed
+
+       * gshterm/command_line.c, gshterm/gshterm.c, gshterm/main.c,
+         gshterm/script.c, libantiright/string.h: Fixed a bug in gshterm
+         command construction involving an inverse boolean condition.
+         Changed asprintf instances to ar_asprintf.
+
+2007-02-23 16:23  jefbed
+
+       * ACE-desktop/ACE, gshterm/main.c, gshterm/script.c,
+         gtkshell/gtkshell.h, libantiright/pipe.c, libantiright/string.c,
+         libantiright/system.c, libantiright/system.h: Reimplemented
+         antiright_system.  Added ar_asprintf.
+
+2007-02-23 14:15  jefbed
+
+       * ACE-desktop/ACE, gtkshell/containers.c, gtkshell/gtkshell.c,
+         gtkshell/gtkshell.h, gtkshell/label.c, gtkshell/option_options.c,
+         gtkshell/text.c: Added option to support frames around labels.
+         Use option with Console.  Add frame if window is managed without
+         scrolled window.  Allow specification of logfile for Console.
+
+2007-02-23 10:57  jefbed
+
+       * libantiright/: pipe.c, util.c: Added check of data in vsysprintf.
+         Reimplement pipe reader using fread.
+
+2007-02-23 10:30  jefbed
+
+       * libantiright/system.c: Reimplemented antiright_system using
+         glib_spawn_command_line_asyncc().
+
+2007-02-22 22:13  jefbed
+
+       * gtkshell/dialog_options.c: Fixed case fall-through.
+
+2007-02-22 22:11  jefbed
+
+       * gtkshell/add_options.c, gtkshell/arguments.c, gtkshell/button.c,
+         gtkshell/callbacks.c, gtkshell/containers.c,
+         gtkshell/dialog_options.c, gtkshell/geometry.c,
+         gtkshell/gtkshell.c, gtkshell/gtkshell.h, gtkshell/main.c,
+         gtkshell/options.c, gtkshell/row.c, gtkshell/text.c,
+         gtkshell/updated.c, gtkshell/updated.h, gtkshell/updated_label.c,
+         gtkshell/updated_label.h, gtkshell/updated_options.c,
+         gtkshell/updated_progress.c, gtkshell/updated_progress.h,
+         libantiright/library.h: Use libantiright assertion macros.
+         Declare functions static where appropriate.  Change command
+         assignment in callback structure of command button to reference.
+         Added libantiright conditional macros.
+
+2007-02-22 18:20  jefbed
+
+       * libantiright/library.h: Added pointer and gboolean assertion
+         wrappers, ARPASSERT and ARBASSERT.
+
+2007-02-22 18:19  jefbed
+
+       * gtkshell/font.c: Fixed failure to pass parameter in
+         gsh_widget_set_font.  Added assertions of parameters.
+
+2007-02-22 18:16  jefbed
+
+       * gtkshell/: Makefile, button.c, font.c, font.h, label.c, text.c:
+         Split out font setting code from text.c into font.c for use by other
+         widgets.  Set default label font to monospaced.  Split out setting
+         of label options.
+
+2007-02-22 17:13  jefbed
+
+       * gtkshell/: Makefile, callbacks.c, dialog_options.c, gtkshell.c,
+         gtkshell.h, options.c, updated.c, updated.h: Added lint target to
+         gtkshell Makefile.  This requires 'splint'.  Began resolution of
+         problems reported.  Began change from assertion checks to warnings
+         and function cancelation on test failure.  Use stronger typing for
+         updater structure.
+
+2007-02-21 17:35  jefbed
+
+       * ACE-desktop/ACE: Added desktop clock app.  Useful for buggy gtk
+         on linux, which does not correctly display multilined labels.
+
+2007-02-21 16:39  jefbed
+
+       * gtkshell/: callbacks.c, gtkshell.c, main.c, text.c, updated.c,
+         updated_label.c: Fixed updater list initialization, fixing a
+         crash on linux.  Fixed assignment warning in text.c.  Fixed
+         inappropriate calls of UNUSED.  Added more extensive assertions and
+         debugging messages to the updater code.
+
+2007-02-21 14:44  jefbed
+
+       * configure, ACE-desktop/ACE, gtkshell/button.c,
+         gtkshell/callbacks.c, gtkshell/main.c: Changed layout of ACE
+         Settings window.  Changed allocation of application structure for
+         gtkshell to main stack.  Added detection of distcc to configure.
+
+2007-02-21 11:15  jefbed
+
+       * configure, ACE-desktop/ACE, ACE-desktop/Makefile,
+         gtkshell/gtkshell.c, gtkshell/label.c, gtkshell/option_options.c:
+         Fixed horizontal labels.  Added check for ccache to configure.
+
+2007-02-19 23:29  jefbed
+
+       * ACE-desktop/dateload.c, doc/indent.pro, gshterm/command_line.c,
+         gshterm/command_line.h, gshterm/gshterm.c, gshterm/gshterm.h,
+         gshterm/main.c, gshterm/script.c, gshterm/script.h,
+         gtkshell/add_options.h, gtkshell/arguments.c,
+         gtkshell/arguments.h, gtkshell/button.c, gtkshell/button.h,
+         gtkshell/callbacks.c, gtkshell/callbacks.h,
+         gtkshell/containers.c, gtkshell/containers.h,
+         gtkshell/dialog_options.c, gtkshell/dialog_options.h,
+         gtkshell/file_dialog.c, gtkshell/file_dialog.h,
+         gtkshell/geometry.c, gtkshell/geometry.h, gtkshell/gtkshell.c,
+         gtkshell/gtkshell.h, gtkshell/label.c, gtkshell/label.h,
+         gtkshell/main.c, gtkshell/option_options.c,
+         gtkshell/option_options.h, gtkshell/options.c,
+         gtkshell/options.h, gtkshell/row.c, gtkshell/row.h,
+         gtkshell/text.c, gtkshell/text.h, gtkshell/updated.c,
+         gtkshell/updated.h, gtkshell/updated_label.c,
+         gtkshell/updated_label.h, gtkshell/updated_options.c,
+         gtkshell/updated_options.h, gtkshell/updated_progress.c,
+         gtkshell/updated_progress.h, libantiright/library.h,
+         libantiright/pipe.c, libantiright/pipe.h, libantiright/string.c,
+         libantiright/string.h, libantiright/system.c,
+         libantiright/system.h, libantiright/util.c, libantiright/util.h:
+         Reindented all sources.  Added indentation profile to doc dir.
+
+2007-02-19 22:59  jefbed
+
+       * ACE-desktop/ACE, ACE-desktop/dateload.c, gtkshell/add_options.c,
+         gtkshell/callbacks.c, gtkshell/gtkshell.c, gtkshell/gtkshell.h,
+         gtkshell/label.c, gtkshell/option_options.c, gtkshell/row.c,
+         gtkshell/text.c, gtkshell/updated_label.c: Modified layout to be
+         unexpanded on certain widgets.  Do not do this with only one
+         vertical row.  Removed printing of newline from ctime output in
+         dateload, formatted output improved.  Clear text when entered into
+         text entry.  Make text entry exit when -oe set, remove -ap.  Make
+         text entry echo when -oE is set.  Reindent add_options.c.  Stop
+         using pango markup for label update, as certain input causes errors,
+         even when encapsulated as documented.  Set max label width to 80
+         chars.  Changed ACE according to these changes.
+
+2007-02-19 15:58  jefbed
+
+       * ACE-desktop/ACE, gtkshell/button.c, gtkshell/gtkshell.h,
+         gtkshell/label.c, gtkshell/row.c, gtkshell/row.h,
+         gtkshell/text.c, gtkshell/updated_progress.c: Fixed layout, such
+         that labels, single line text areas, and buttons do not expand to
+         fill empty space.  This should allow more complex and condensed
+         layouts.
+
+2007-02-18 20:43  jefbed
+
+       * configure, gtkshell/add_options.c, gtkshell/dialog_options.c,
+         gtkshell/gtkshell.h, gtkshell/option_options.c, gtkshell/text.c,
+         gtkshell/text.h: Bumped version to 2.99.8.  Removed icon box
+         stub.  Added about dialog.  Check gsh->geometry before setting, to
+         avoid memory leak.  Added text file viewer.
+
+2007-02-18 17:43  jefbed
+
+       * ACE-desktop/ACE, ACE-desktop/dateload.c,
+         ACE-desktop/system.antiright, gtkshell/button.c,
+         gtkshell/dialog_options.c, gtkshell/geometry.c, gtkshell/row.c,
+         gtkshell/updated.c, libantiright/library.h: Removed newline in
+         dateload output.  Changed geometry specification in ACE Deskbar.
+         Rewrote awk command to determine screen dimensions.  Modified
+         ACE_Verification function to not use scrolled window, to format
+         prompt, and to only show yes and no in the choices.  Added color
+         selection dialog to gtkshell.  Added ARBUG, ARWARN, and ARERR macros
+         to libantiright.  Split out the check portion of
+         gsh_check_and_set_geometry.  Added a missing, though unnecessary,
+         break statement to the dialog option switch.
+
+2007-02-17 19:02  jefbed
+
+       * gshterm/gshterm.h: Remove reference to exit.h.
+
+2007-02-17 19:01  jefbed
+
+       * gshterm/main.c: Initialize GSHTerm structure from setup return.
+
+2007-02-17 18:59  jefbed
+
+       * gshterm/: gshterm.c, gshterm.h: Pass GSHTerm struct through
+         parameters instead of widget.
+
+2007-02-17 18:55  jefbed
+
+       * gtkshell/containers.c: Indentation.
+
+2007-02-17 18:34  jefbed
+
+       * gtkshell/option_options.c: Differences merged.
+
+2007-02-17 18:32  jefbed
+
+       * gtkshell/gtkshell.h: Added horizontal_labels flag.
+
+2007-02-17 18:32  jefbed
+
+       * gtkshell/updated_label.c: Resolve conflicts.
+
+2007-02-17 18:29  jefbed
+
+       * gtkshell/: label.c, label.h: Support vertical labels.  Return the
+         widget.
+
+2007-02-17 18:19  jefbed
+
+       * gtkshell/updated_label.c: Resolved conflicts.
+
+2007-02-17 18:13  jefbed
+
+       * configure: Modified compiler selection, to be selected by user if
+         not cc.
+
+2007-02-17 18:12  jefbed
+
+       * ACE-desktop/: dateload.c, system.antiright: Updated
+         system.antiright for Deskbar changes.
+
+2007-02-17 18:10  jefbed
+
+       * ACE-desktop/ACE: Added another Deskbar syle.
+
+2007-02-17 18:07  jefbed
+
+       * gtkshell/button.c, gtkshell/geometry.c, gtkshell/gtkshell.c,
+         gtkshell/gtkshell.h, gtkshell/option_options.c, gtkshell/row.c,
+         gtkshell/updated.c, gtkshell/updated.h, gtkshell/updated_label.c,
+         gtkshell/updated_options.c, gtkshell/updated_progress.c,
+         libantiright/util.c: Converted the updater code to use the new
+         application structure framework.  Unified debugging message formats.
+         Changed xmalloc to a raw g_malloc call, as g_malloc will terminate
+         if memory allocation unsuccessful.
+
+2007-02-16 19:54  jefbed
+
+       * ACE-desktop/: COPYING, Makefile: Removed duplicate COPYING file
+         and installation instruction.
+
+2007-02-16 18:43  jefbed
+
+       * ChangeLog: Updated ChangeLog
+
 2007-02-16 17:18  jefbed
 
        * gshterm/Makefile, gshterm/exit.c, gshterm/exit.h, gshterm/main.c,
@@ -175,11 +624,11 @@
          antiright-2.99.4 source tree.  ACE has been separated into
          ACE-desktop, but will be reintegrated into the tree soon.
 
-2006-08-23 02:15  jefbed
+2006-08-23 03:15  jefbed
 
        * gtkshell/: Makefile, main.c: Changed to GTK2.
 
-2006-08-11 22:52  jefbed
+2006-08-11 23:52  jefbed
 
        * Makefile, config.mk, description-pak, libantiright/Makefile,
          libantiright/library.h, libantiright/pipe.c, libantiright/pipe.h,
@@ -188,18 +637,18 @@
          libantiright/util.c, libantiright/util.h: Changed description to
          indicate FLTK as being the toolkit.
 
-2006-07-24 16:53  jefbed
+2006-07-24 17:53  jefbed
 
        * ACE, Makefile, Makefile.in, configure, system.antiright,
          doc/arshell.1, doc/flshell.1: Establish flshell as arshell
          replacement.
 
-2006-07-22 23:00  jefbed
+2006-07-23 00:00  jefbed
 
        * Makefile.in, configure, doc/arshell.1: Begin antiright 3.0
          development, based on FLTK.
 
-2006-04-21 04:34  jefbed
+2006-04-21 05:34  jefbed
 
        * ChangeLog, configure: Updated ChangeLog.  Improved graph
          appearance through use of lighter colors.  Graphing of equation
@@ -208,7 +657,7 @@
          after futher extraction from update.c.  Handling of nonexistant and
          read-only files has been added to file.c.
 
-2006-04-14 21:47  jefbed
+2006-04-14 22:47  jefbed
 
        * configure: Fixed a long-standing memory leak in
          antiright_pipe_read.  Bumped version number to 2.15.  Refactored
@@ -288,49 +737,49 @@
        * configure: Changed path setup to allow for home directory and
          stow installation.
 
-2005-09-26 18:37  jefbed
+2005-09-26 19:37  jefbed
 
        * ChangeLog: Updated for version 2.12.
 
-2005-09-26 18:26  jefbed
+2005-09-26 19:26  jefbed
 
        * doc/arcd.1: Removed unneeded manual page.
 
-2005-09-26 16:52  jefbed
+2005-09-26 17:52  jefbed
 
        * README, doc/AUTHORS, doc/HACKING, doc/INSTALL, doc/antiright.lsm:
          Removed unnecessary files, updated documentation, and added a Debian
          panel to ACE.
 
-2005-09-23 16:37  jefbed
+2005-09-23 17:37  jefbed
 
        * Makefile.in: Removed unused targets.
 
-2005-09-23 16:35  jefbed
+2005-09-23 17:35  jefbed
 
        * configure: Removed unneeded files and increased antiright version
          to 2.12.
 
-2005-07-31 11:27  jefbed
+2005-07-31 12:27  jefbed
 
        * configure: Increased version to 2.11.  Removed Xlt and yaclib
          detection code, as Xlt is no longer used and yaclib is included.
          Removed define of HAVE_YACLIB.
 
-2005-07-31 11:25  jefbed
+2005-07-31 12:25  jefbed
 
        * description-pak: Added detail to the description with a special
          emphasis on arshell.
 
-2005-07-31 11:22  jefbed
+2005-07-31 12:22  jefbed
 
        * ChangeLog: Updated ChangeLog using cvs2cl.
 
-2005-07-25 20:17  jefbed
+2005-07-25 21:17  jefbed
 
        * ChangeLog: Updated for AntiRight 2.10.
 
-2005-07-23 12:10  jefbed
+2005-07-23 13:10  jefbed
 
        * ChangeLog, Makefile.in, configure, doc/ACE.1, doc/AR.1,
          doc/ARO.1, doc/AUTHORS, doc/antiright.lsm, doc/arcd.1,
@@ -338,51 +787,51 @@
          address@hidden to address@hidden  Fixed lowering on fvwm.
          Removed unused pixmaps.
 
-2005-07-10 07:39  jefbed
+2005-07-10 08:39  jefbed
 
        * Makefile.in: 2.10 initial checkin.  New icons and ACE
          functionality (noicon support).
 
-2005-07-06 23:36  jefbed
+2005-07-07 00:36  jefbed
 
        * Makefile.in: Removed xbm installation.
 
-2005-07-06 23:34  jefbed
+2005-07-07 00:34  jefbed
 
        * Makefile.in, configure: Redesigned icons.  They are now original,
          rather than KDE1 icons.  Removed kde 1 icons and xbm icons.
 
-2005-07-03 18:21  jefbed
+2005-07-03 19:21  jefbed
 
        * Makefile.in, configure: Added pongr and yetanotherclib to source
          tree.
 
-2005-07-03 14:56  jefbed
+2005-07-03 15:56  jefbed
 
        * ChangeLog: Updated.
 
-2005-07-03 13:05  jefbed
+2005-07-03 14:05  jefbed
 
        * Makefile.in, configure: 2.9 Release
 
-2005-06-25 01:13  jefbed
+2005-06-25 02:13  jefbed
 
        * Makefile.in, configure, postinstall-pak: Updated FSF address.
 
-2005-06-23 16:44  jefbed
+2005-06-23 17:44  jefbed
 
        * Makefile.in: Added release convenience target.
 
-2005-06-23 16:33  jefbed
+2005-06-23 17:33  jefbed
 
        * Makefile.in: Temporarily removed wmarmon from the programs list
          due to memory leak issues.
 
-2005-06-17 20:59  jefbed
+2005-06-17 21:59  jefbed
 
        * Makefile.in, configure: Added wmar slit utility.
 
-2005-06-03 20:04  jefbed
+2005-06-03 21:04  jefbed
 
        * Makefile.in: Added rules for building graphing code.
 
@@ -469,74 +918,74 @@
 
        * configure: Changed VERSION to 2.4.
 
-2004-10-22 12:19  jefbed
+2004-10-22 13:19  jefbed
 
        * doc/arshell.1: Documented -t option.
 
-2004-09-11 00:33  jefbed
+2004-09-11 01:33  jefbed
 
        * doc/TODO: All tasks are complete.
 
-2004-09-04 20:56  jefbed
+2004-09-04 21:56  jefbed
 
        * Makefile.in: Added -fno-strict-aliasing to CFLAGS.
 
-2004-09-04 20:45  jefbed
+2004-09-04 21:45  jefbed
 
        * configure: Changed VERSION    to 2.3.
 
-2004-08-31 17:20  jefbed
+2004-08-31 18:20  jefbed
 
        * ChangeLog: Updated for AntiRight 2.2.1.  Refilled buffer.
 
-2004-08-30 20:20  jefbed
+2004-08-30 21:20  jefbed
 
        * configure: Rewrote test for libcdaudio-config.
 
-2004-08-29 19:10  jefbed
+2004-08-29 20:10  jefbed
 
        * ChangeLog: Updated for 2.2 release.
 
-2004-08-29 19:03  jefbed
+2004-08-29 20:03  jefbed
 
        * configure: Changed VERSION to 2.2.
 
-2004-08-29 17:52  jefbed
+2004-08-29 18:52  jefbed
 
        * doc/arshell.1: Minor fixes.
 
-2004-08-28 22:17  jefbed
+2004-08-28 23:17  jefbed
 
        * Makefile.in: Removed installation of antiright-mail.awk.
 
-2004-08-28 13:35  jefbed
+2004-08-28 14:35  jefbed
 
        * doc/ARO.1: Added the manual page for ARO.
 
-2004-08-28 13:34  jefbed
+2004-08-28 14:34  jefbed
 
        * doc/AR.1: Added an AUTHORS section.
 
-2004-08-28 13:29  jefbed
+2004-08-28 14:29  jefbed
 
        * doc/AR.1: Escaped the dash after AR in the NAME section.
 
-2004-08-28 13:28  jefbed
+2004-08-28 14:28  jefbed
 
        * doc/AR.1: Added the manual page for AR.
 
-2004-08-27 20:50  jefbed
+2004-08-27 21:50  jefbed
 
        * ChangeLog: Updated for AntiRight 2.1 release.
 
-2004-08-27 20:16  jefbed
+2004-08-27 21:16  jefbed
 
        * Makefile.in, configure: Added support for interface files using
          yetanotherclib's parsing functions.  The file format is that of a
          standard yaclib parser input file, its grammar defined in
          interface_file.c.
 
-2004-08-25 18:50  jefbed
+2004-08-25 19:50  jefbed
 
        * COPYING, Makefile.in, README: Added comment and uncomment
          features.  Refined edit menu appearance by separating relevent
@@ -548,47 +997,47 @@
          predefined text clippings to be inserted and code to be quickly be
          commented and uncommented.
 
-2004-08-25 18:45  jefbed
+2004-08-25 19:45  jefbed
 
        * configure: Fixed bug in which MAKE is defined as $CC.
 
-2004-08-22 20:15  jefbed
+2004-08-22 21:15  jefbed
 
        * configure: Added an IGNORE CASE option to the search and replace
          dialog.  Changed the updating code to use a linked list to store
          updaters, allowing an indefinite amount of such.  Fixed a scope
          issue with the pixmap transparency code.
 
-2004-08-19 19:13  jefbed
+2004-08-19 20:13  jefbed
 
        * doc/antiright.lsm: Updated to represent current project
          information.
 
-2004-08-19 16:51  jefbed
+2004-08-19 17:51  jefbed
 
        * doc/: ACE.1, arshell.1: Autodetection of the window manager was
          added to AR.  Updating of the title bar and the work area was added
          to update.c.  An updating flag was added to the flags structure in
          arshell.h for future use.  A manual page for arshell was written.
 
-2004-08-18 19:31  jefbed
+2004-08-18 20:31  jefbed
 
        * COPYING, Makefile.in, README, configure, doc/README: Moved README
          to root of source tree.  Added a games menu and renamed the "Popular
          Applications" menu to the "Applications" menu.  Restored the www.xpm
          icon as it is easilly corruptable by modifications.
 
-2004-08-18 18:57  jefbed
+2004-08-18 19:57  jefbed
 
        * configure: The resource directory is now determined
          automatically.  The icon directory is set.  The version has been
          changed to 2.1.
 
-2004-08-16 13:00  jefbed
+2004-08-16 14:00  jefbed
 
        * configure: Only define -D_GNU_SOURCE, not including -D__USE_GNU.
 
-2004-08-16 12:27  jefbed
+2004-08-16 13:27  jefbed
 
        * COPYING, Makefile.in, configure, doc/README: Pixmap icons were
          added.  A unified search and replace dialog was added to the text
@@ -601,32 +1050,32 @@
          selector was added and is usable for changing the font of the work
          area.
 
-2004-08-13 14:32  jefbed
+2004-08-13 15:32  jefbed
 
        * Makefile.in: Functions have been split from textedit.c into
          menubar.c, file.c, and search.c.
 
-2004-08-12 19:04  jefbed
+2004-08-12 20:04  jefbed
 
        * configure: Changed -D__GNU_SOURCE to -D_GNU_SOURCE.
 
-2004-08-11 19:54  jefbed
+2004-08-11 20:54  jefbed
 
        * Makefile.in: Nothing new to report.
 
-2004-08-09 17:54  jefbed
+2004-08-09 18:54  jefbed
 
        * ChangeLog: Updated for 2.0.
 
-2004-08-09 17:45  jefbed
+2004-08-09 18:45  jefbed
 
        * configure: Changed version to 2.0.
 
-2004-08-09 17:45  jefbed
+2004-08-09 18:45  jefbed
 
        * Makefile.in, doc/TODO: Checkin for AntiRight 2.0.
 
-2004-08-07 12:13  jefbed
+2004-08-07 13:13  jefbed
 
        * Makefile.in, configure, doc/TODO, doc/antiright.lsm: This is a
          the update for the 2.0rc1 release.  A new data structure scheme for
@@ -638,104 +1087,104 @@
          panels such as the desk bar.  Mnemonics, accelerators and label
          string values were further defined in AntiRight.
 
-2004-07-24 21:43  jefbed
+2004-07-24 22:43  jefbed
 
        * doc/antiright.lsm: Updated description to correspond with current
          state of AntiRight.
 
-2004-07-23 18:47  jefbed
+2004-07-23 19:47  jefbed
 
        * configure: Changed VERSION to 2.0-pre12.
 
-2004-07-23 18:46  jefbed
+2004-07-23 19:46  jefbed
 
        * Makefile.in: Moved cleanup of backup files to distclean.
 
-2004-07-23 18:19  jefbed
+2004-07-23 19:19  jefbed
 
        * Makefile.in: Fixed clean target in makefile and commit needed
          files.
 
-2004-07-23 17:55  jefbed
+2004-07-23 18:55  jefbed
 
        * ChangeLog: Updated for 2.0-pre12.  The text has been
          reformatted/filled.
 
-2004-07-23 17:50  jefbed
+2004-07-23 18:50  jefbed
 
        * doc/ACE.1: Spelling corrections.
 
-2004-07-22 20:43  jefbed
+2004-07-22 21:43  jefbed
 
        * ChangeLog, Makefile.in: Updated for 2.0-pre12 and refined removal
          of files on clean.
 
-2004-07-22 15:56  jefbed
+2004-07-22 16:56  jefbed
 
        * Makefile.in, configure, doc/TODO: Updated build files and
          documentation for 2.0-pre12.  Added an arshell utility written in
          Xlib.
 
-2004-07-22 15:47  jefbed
+2004-07-22 16:47  jefbed
 
        * doc/arcd.1: Added extra information about CD-ROM device
          configuration and fixed up SEE ALSO references.
 
-2004-07-22 15:44  jefbed
+2004-07-22 16:44  jefbed
 
        * doc/ACE.1: The manual page is now accurate.  It thoroughly
          documents AntiRight version 2.0-pre12 and should remain relatively
          current.
 
-2004-07-08 16:21  jefbed
+2004-07-08 17:21  jefbed
 
        * ChangeLog: Updated.
 
-2004-07-08 16:12  jefbed
+2004-07-08 17:12  jefbed
 
        * configure: Removed unused BSDMAKEOPTIONS and defined VERSION in
          Makefile.
 
-2004-07-08 15:19  jefbed
+2004-07-08 16:19  jefbed
 
        * ChangeLog: Updated for 2.0-pre11.
 
-2004-07-08 15:07  jefbed
+2004-07-08 16:07  jefbed
 
        * Makefile.in: Fixed tarball target so that it depends on distclean
          and it goes to the directory above the source directory before
          making the tarball.
 
-2004-07-08 14:55  jefbed
+2004-07-08 15:55  jefbed
 
        * description-pak: Made the description more brief and accurate.
 
-2004-07-08 14:29  jefbed
+2004-07-08 15:29  jefbed
 
        * README, description-pak, description-pak.in, postinstall-pak,
          postinstall-pak.in: Renamed and removed.
 
-2004-07-08 14:13  jefbed
+2004-07-08 15:13  jefbed
 
        * doc/system.antiright.5: Added.
 
-2004-07-08 14:11  jefbed
+2004-07-08 15:11  jefbed
 
        * AntiRight, aclocal.m4, configure.ac, install-sh,
          intltool-extract.in, intltool-merge.in, intltool-update.in,
          mkinstalldirs, system.antiright, doc/antifile.1: Removed.
 
-2004-07-08 13:57  jefbed
+2004-07-08 14:57  jefbed
 
        * Makefile.in, configure, doc/README: Rewrote build system and
          restructured tree.
 
-2004-07-07 19:56  jefbed
+2004-07-07 20:56  jefbed
 
        * ChangeLog, Makefile.in, aclocal.m4, configure, configure.ac:
          Restructuring.
 
-2004-07-05 18:39  jefbed
+2004-07-05 19:39  jefbed
 
        * AR, AntiRight, COPYING, Makefile.in, configure, configure.ac,
          system.antiright, doc/ACE.1, doc/TODO, doc/TUTORIAL.in,
@@ -750,7 +1199,7 @@
          to contain 8 desktops, a run button, a 12 hour clock, a user
          counter, and a load meter, while taking up less space.
 
-2004-06-19 20:26  jefbed
+2004-06-19 21:26  jefbed
 
        * AntiRight, COPYING, ChangeLog, Makefile.in, README, aclocal.m4,
          configure, configure.ac, system.antiright, doc/TUTORIAL.in:
@@ -761,14 +1210,14 @@
          applications and actions of arshell interfaces are defined.
          arconfig allows the actions to be configured by the user.
 
-2004-06-11 12:32  jefbed
+2004-06-11 13:32  jefbed
 
        * AntiRight, Makefile.in, configure, configure.ac: Periodic checkin
          on the way to AntiRight 2.0-pre8.  Work has started on the
          configuration utility, that will replace hard-coded program
          preferences.
 
-2004-05-31 15:06  jefbed
+2004-05-31 16:06  jefbed
 
        * ChangeLog, Makefile.in, aclocal.m4, configure, configure.ac,
          description-pak.in, install-sh, intltool-extract.in,
@@ -777,7 +1226,7 @@
          support, gettext support, improved xmtextedit stdin paging, and an
          improved pager.
 
-2004-05-28 14:46  jefbed
+2004-05-28 15:46  jefbed
 
        * AntiRight, COPYING, doc/HACKING, doc/TODO: Arcolor, a file
          selector has been added.  -- AntiRight's background dialog and
@@ -785,19 +1234,19 @@
          the color selector.  HACKING has been updated, further defining
          naming conventions.
 
-2004-05-22 18:18  jefbed
+2004-05-22 19:18  jefbed
 
        * ChangeLog: This is the final checkin before the release of
          AntiRight 2.0-pre7.
 
-2004-05-21 22:35  jefbed
+2004-05-21 23:35  jefbed
 
        * configure: This checkin introduces libantiright.so, which is now
          produced, and to it all antiright programs are now linked.  This
          greatly decreases executable size, with some programs as as small as
          six kilobytes.
 
-2004-05-21 21:58  jefbed
+2004-05-21 22:58  jefbed
 
        * AntiRight, COPYING, README, doc/HACKING, doc/TODO,
          doc/antiright.lsm: AntiRight-pre7 preparations.  Initialization
@@ -805,49 +1254,49 @@
          is accessable from the load meter.  Changes to the Makefile were
          made due to the new library-src scheme.
 
-2004-04-17 18:36  jefbed
+2004-04-17 19:36  jefbed
 
        * ChangeLog: Updated.
 
-2004-04-17 18:32  jefbed
+2004-04-17 19:32  jefbed
 
        * ChangeLog: Update for AntiRight 2.0-pre5.
 
-2004-04-12 17:28  jefbed
+2004-04-12 18:28  jefbed
 
        * doc/xmsticky.1: The initial unique manual page for xmsticky has
          been written.
 
-2004-04-11 19:39  jefbed
+2004-04-11 20:39  jefbed
 
        * doc/TODO: Completed a few items.  Added an item stating the
          desire to finish the current translations.
 
-2004-04-10 12:07  jefbed
+2004-04-10 13:07  jefbed
 
        * doc/arcd.1: Made this manual page unique to arcd.
 
-2004-04-10 11:22  jefbed
+2004-04-10 12:22  jefbed
 
        * doc/xmtextedit.1: Made the manual page specific to xmtextedit.
 
-2004-04-09 14:24  jefbed
+2004-04-09 15:24  jefbed
 
        * Makefile.in, config.in, description-pak.in, postinstall-pak.in:
          These files have been removed.
 
-2004-04-09 14:01  jefbed
+2004-04-09 15:01  jefbed
 
        * doc/TUTORIAL: Removed TUTORIAL.
 
-2004-04-09 13:35  jefbed
+2004-04-09 14:35  jefbed
 
        * doc/: AUTHORS, HACKING, INSTALL, TODO, TUTORIAL, anticlock.1,
          antifile.1, antiload.1, antiright.lsm, arcalc.1, arcd.1,
          arhelp.1, minileft.1, xmsticky.1, xmtextedit.1: The documentation
          has been split from the project root dircetory.
 
-2004-04-08 12:29  jefbed
+2004-04-08 13:29  jefbed
 
        * AUTHORS, HACKING, INSTALL, TODO, TUTORIAL.in, antiright.1,
          antiright.lsm, configure, doc/antiright.1: The documentation has
@@ -857,15 +1306,15 @@
          made.  Some formatting improvements in code have been done, along
          with some improvements to minileft.
 
-2004-04-07 23:36  jefbed
+2004-04-08 00:36  jefbed
 
        * TODO: Updated to reflect current development.
 
-2004-04-04 20:44  jefbed
+2004-04-04 21:44  jefbed
 
        * AntiRight: Defined mnemonics for Yes and No.
 
-2004-04-04 19:39  jefbed
+2004-04-04 20:39  jefbed
 
        * AntiRight: Fixed acceleratorText for *Exit.
 
@@ -1233,11 +1682,11 @@
 
        * AntiRight, COPYING: Nothing to report.
 
-2003-10-21 13:54  jefbed
+2003-10-21 14:54  jefbed
 
        * AntiRight: Added mnemonic for Open SFTP Connection.
 
-2003-10-21 10:56  jefbed
+2003-10-21 11:56  jefbed
 
        * Makefile.template, configure, postinstall-pak,
          postinstall-pak.template: postinstall-pak is now created with
@@ -1245,109 +1694,109 @@
          problem due to the removal of the definition of PREFIX in
          Makefile.template.
 
-2003-10-19 18:13  jefbed
+2003-10-19 19:13  jefbed
 
        * TUTORIAL.template: Updated the descriptions for the new
          components of AntiRight.  This tutorial is far form complete.
 
-2003-10-19 16:37  jefbed
+2003-10-19 17:37  jefbed
 
        * config.template: Updated for AntiRight 1.98.
 
-2003-10-19 16:32  jefbed
+2003-10-19 17:32  jefbed
 
        * AntiRight, Makefile.template: Added separate filemanager,
          antifile.
 
-2003-10-19 12:54  jefbed
+2003-10-19 13:54  jefbed
 
        * ChangeLog: Updated.
 
-2003-10-19 12:42  jefbed
+2003-10-19 13:42  jefbed
 
        * TODO: Added desires for more launchers, an authentication dialog,
          a browser and an email client.  Removed desire for more extensive
          error checking.
 
-2003-10-19 12:36  jefbed
+2003-10-19 13:36  jefbed
 
        * configure: PREFIX is now defined in config.h
 
-2003-10-19 11:52  jefbed
+2003-10-19 12:52  jefbed
 
        * postinstall-pak: #!/bin/sh is now produced on first line and
          column.
 
-2003-10-19 11:10  jefbed
+2003-10-19 12:10  jefbed
 
        * config.template: Updated version for AntiRight 1.97.  Changed
          PPPON to use ppp-up.  Changed PPPOFF to use ppp-down as these are
          probably more standard.
 
-2003-10-19 11:03  jefbed
+2003-10-19 12:03  jefbed
 
        * ChangeLog: Updated for AntiRight 1.97
 
-2003-10-17 19:32  jefbed
+2003-10-17 20:32  jefbed
 
        * Makefile.template: ARCD resource file no longer used.
          antiright_create_popup and antiright_create_frame have been added
          and changes have been made to files accordingly.
 
-2003-10-14 23:52  jefbed
+2003-10-15 00:52  jefbed
 
        * README: The versioning guidelines in README have been relaxed.
          Xm/Frame.h is now included in antiright.h
 
-2003-10-14 21:22  jefbed
+2003-10-14 22:22  jefbed
 
        * AR: The conditional has been removed.  ~/.antirightrc is now
          created and executed after default session properties are set up.
 
-2003-10-14 16:07  jefbed
+2003-10-14 17:07  jefbed
 
        * ChangeLog: Updated for 1.96.
 
-2003-10-13 16:32  jefbed
+2003-10-13 17:32  jefbed
 
        * AntiRight: Popup menus have been added to the text fields in
          antiright's panel.  The cut, copy, and paste callbacks have been
          added to library.c.  They are now used by xmtextedit and the popup
          menus.  NumEntry has been streamlined.
 
-2003-10-12 21:58  jefbed
+2003-10-12 22:58  jefbed
 
        * AntiRight: Update application panel fonts for new layout.
 
-2003-10-12 14:54  jefbed
+2003-10-12 15:54  jefbed
 
        * configure: This really does work with NetBSD.
 
-2003-10-12 00:45  jefbed
+2003-10-12 01:45  jefbed
 
        * configure: This should now work on NetBSD.
 
-2003-10-12 00:40  jefbed
+2003-10-12 01:40  jefbed
 
        * configure: Updated sedding.
 
-2003-10-12 00:32  jefbed
+2003-10-12 01:32  jefbed
 
        * Makefile.template: Use INSTALL, set through configure.
          INSTALL_PROGRAM and INSTALL_DATA have been added, in accordance with
          the GNU Makefile conventions.  MKDIRP has been added to make
          directories.
 
-2003-10-12 00:14  jefbed
+2003-10-12 01:14  jefbed
 
        * configure: INSTALL and MAKE commands are now set.  Sedding has
          been updated in an effort to tune it.
 
-2003-10-11 22:57  jefbed
+2003-10-11 23:57  jefbed
 
        * configure: Updated in an effort to make work on NetBSD.
 
-2003-10-11 17:22  jefbed
+2003-10-11 18:22  jefbed
 
        * AntiRight, Makefile.template, NEWS, TUTORIAL, TUTORIAL.template,
          config.template, configure: Changed configure to use sed instead
@@ -1360,7 +1809,7 @@
          telnet, and ssh.  The VERSION declaration in Makefile has been
          removed.
 
-2003-10-11 12:18  jefbed
+2003-10-11 13:18  jefbed
 
        * configure: Use sed to append the variables to Makefile and
          config.h instead of echo.  This allows for cleaner build files.  The
@@ -1369,143 +1818,143 @@
          necessary both for cleanliness and for the fact that AntiRight will
          soon go over version 1.100, breaking the range selection.
 
-2003-10-10 20:03  jefbed
+2003-10-10 21:03  jefbed
 
        * ChangeLog: Updated for AntiRight 1.95.
 
-2003-10-10 17:22  jefbed
+2003-10-10 18:22  jefbed
 
        * Makefile.template, config.template: Added a separate load
          monitor.
 
-2003-10-09 17:42  jefbed
+2003-10-09 18:42  jefbed
 
        * AR, AntiRight, Makefile.template: The AR script has been fixed.
          More menu mnemonics were added to AntiRight.  A DEBUG(arg) macro was
          added.  antiright_strcat was fixed and is more robust.
 
-2003-10-07 17:46  jefbed
+2003-10-07 18:46  jefbed
 
        * description-pak, description-pak.template: Added
          description-pak.template to generate description-pak.
 
-2003-10-07 17:42  jefbed
+2003-10-07 18:42  jefbed
 
        * configure: Added generation of description-pak from
          description-pak.template.
 
-2003-10-07 17:40  jefbed
+2003-10-07 18:40  jefbed
 
        * Makefile.template: Added remove target for description-pak.
 
-2003-10-07 17:23  jefbed
+2003-10-07 18:23  jefbed
 
        * Makefile.template, description-pak: Xm/ToggleB.h added to
          antiright.h.  Warnings were cleaned in xmtextedit.
 
-2003-10-07 17:02  jefbed
+2003-10-07 18:02  jefbed
 
        * config.template: Niced updatedb and wvdial.  Removed background
          setting options.
 
-2003-10-07 16:37  jefbed
+2003-10-07 17:37  jefbed
 
        * AR: Set up a more flexible initialization that tests the
          existance of ~/.antirightrc and runs it if it exists.  If it does
          not exist, then default commands are run.
 
-2003-10-05 19:17  jefbed
+2003-10-05 20:17  jefbed
 
        * Makefile.template: Nothing to report.
 
-2003-10-05 11:53  jefbed
+2003-10-05 12:53  jefbed
 
        * ChangeLog: Updated for AntiRight 1.90
 
-2003-10-05 11:15  jefbed
+2003-10-05 12:15  jefbed
 
        * AntiRight: Files were updated to used simplified initialization
          functions in libarary.c.  Files were updated to use standardized
          help menu setup in libarary.c xmsticky has a new icon.
 
-2003-10-05 11:02  jefbed
+2003-10-05 12:02  jefbed
 
        * HACKING: Eased some requirements.
 
-2003-10-05 08:25  jefbed
+2003-10-05 09:25  jefbed
 
        * config.template: Updated VERSION to 1.90 because of recent
          functionality boost.
 
-2003-10-05 08:11  jefbed
+2003-10-05 09:11  jefbed
 
        * Makefile.template: Access times of COPYING are preserved during
          installation.
 
-2003-10-05 01:31  jefbed
+2003-10-05 02:31  jefbed
 
        * postinstall-pak: postinstall-pak has been added so that packages
          generated with checkinstall can install an AntiRight session in gdm.
          XmDrawingArea's include was added to antiright-src/antiright.h
 
-2003-10-04 20:27  jefbed
+2003-10-04 21:27  jefbed
 
        * AUTHORS: Added Joe Klemmer to AUTHORS
 
-2003-10-04 19:01  jefbed
+2003-10-04 20:01  jefbed
 
        * Makefile.template: AntiClock simplified to ease lesstif memory
          leaks.
 
-2003-10-01 19:28  jefbed
+2003-10-01 20:28  jefbed
 
        * config.template: Updated VERSION to 1.85
 
-2003-10-01 19:26  jefbed
+2003-10-01 20:26  jefbed
 
        * antiright.1, TUTORIAL: Initial checkin.
 
-2003-10-01 17:52  jefbed
+2003-10-01 18:52  jefbed
 
        * AntiRight: Removed tutorial.
 
-2003-10-01 16:55  jefbed
+2003-10-01 17:55  jefbed
 
        * configure: Added check for NetBSD.
 
-2003-10-01 16:12  jefbed
+2003-10-01 17:12  jefbed
 
        * Makefile.template, configure: Started os detection/portability
          work.
 
-2003-09-30 21:05  jefbed
+2003-09-30 22:05  jefbed
 
        * Makefile.template: Includes are now appended to CFLAGS.
 
-2003-09-30 21:00  jefbed
+2003-09-30 22:00  jefbed
 
        * Makefile.template: Debugging makefile for gmake on NetBSD.
 
-2003-09-30 20:39  jefbed
+2003-09-30 21:39  jefbed
 
        * Makefile.template: Eleminated break characters that were breaking
          bsd build.
 
-2003-09-30 19:36  jefbed
+2003-09-30 20:36  jefbed
 
        * TODO: xmtextedit was fixed.  File->Print now makes use of
          antiright_strcat.
 
-2003-09-29 16:55  jefbed
+2003-09-29 17:55  jefbed
 
        * ChangeLog: Updated.
 
-2003-09-29 16:50  jefbed
+2003-09-29 17:50  jefbed
 
        * Makefile.template: Consolidated includes to antiright.h to allow
          better dependency tracking.
 
-2003-09-28 14:48  jefbed
+2003-09-28 15:48  jefbed
 
        * NumEntry.c, NumEntry.h, NumEntryP.h, antiright.c, antiright.h,
          antiright.xbm, background.c, background.h, calc.c, calc.h,
@@ -1514,16 +1963,16 @@
          themes.h, xhost.c, xhost.h: Moved *.c, *.h, and *.xbm to
          antiright-src
 
-2003-09-28 14:32  jefbed
+2003-09-28 15:32  jefbed
 
        * Makefile.template, TODO, antiright.c: Added source-file
          dependencies to the Makefile.
 
-2003-09-28 13:20  jefbed
+2003-09-28 14:20  jefbed
 
        * ChangeLog: Updated to for latest changes.
 
-2003-09-28 13:13  jefbed
+2003-09-28 14:13  jefbed
 
        * AntiRight, ChangeLog, Makefile.template, antiright.c,
          antiright.h, clock.c, clock.h, config.template, description-pak:
@@ -1531,110 +1980,110 @@
          project description to cvs.  Simplified AntiRight.  Made xmtextedit
          use functions from antiright's library.
 
-2003-09-27 21:41  jefbed
+2003-09-27 22:41  jefbed
 
        * antiright.c: Help->Tutorial now opens up the GNU General Public
          License in xmmessage.
 
-2003-09-27 21:25  jefbed
+2003-09-27 22:25  jefbed
 
        * TODO: Added text to comment stating to modify the configure
          script to check for gettext.
 
-2003-09-27 21:20  jefbed
+2003-09-27 22:20  jefbed
 
        * security.c: Added button to perform portscan of 127.0.0.1.
 
-2003-09-27 21:08  jefbed
+2003-09-27 22:08  jefbed
 
        * Makefile.template, help.c: Use common library functions.  Add
          menubar and proper formatting to xmmessage.
 
-2003-09-27 19:35  jefbed
+2003-09-27 20:35  jefbed
 
        * main.c: Reordered running of ~/.antirightrc to allow it to change
          the desktop background.
 
-2003-09-27 19:28  jefbed
+2003-09-27 20:28  jefbed
 
        * TODO, antiright.c, config.template: Added support for mutt and
          more program cutomization in config.template.
 
-2003-09-27 19:05  jefbed
+2003-09-27 20:05  jefbed
 
        * ChangeLog, TODO, config.template: Updated ChangeLog.  Removed
          items calling for xhost.c and a static library version of library.c.
          Updated AntiRight version in config.template.
 
-2003-09-26 15:45  jefbed
+2003-09-26 16:45  jefbed
 
        * config.template: Changed VERSION to  "AntiRight 1.83"
 
-2003-09-26 15:42  jefbed
+2003-09-26 16:42  jefbed
 
        * filemanage.c: Added antiright_file_open_ok_cb to handle opening
          of files with xmtextedit.
 
-2003-09-26 15:39  jefbed
+2003-09-26 16:39  jefbed
 
        * antiright.c: Temporarily removed File->Open.
 
-2003-09-26 15:28  jefbed
+2003-09-26 16:28  jefbed
 
        * AntiRight: Changed to work with Disk Manager button.
 
-2003-09-24 18:15  jefbed
+2003-09-24 19:15  jefbed
 
        * antiright.c: Reeplaced Image Editor button front panel with Disk
          Manager button, as it likely to be used more often.
 
-2003-09-24 16:22  jefbed
+2003-09-24 17:22  jefbed
 
        * themes.c: Added blues theme.
 
-2003-09-24 16:04  jefbed
+2003-09-24 17:04  jefbed
 
        * background.c: Added another row of background colors.
 
-2003-09-23 17:10  jefbed
+2003-09-23 18:10  jefbed
 
        * ChangeLog~, Makefile, TODO~, arcd, config.h, xhost.c~, xhost.h~,
          xmmessage, xmsticky, xmtextedit: Removed
 
-2003-09-22 19:08  jefbed
+2003-09-22 20:08  jefbed
 
        * ChangeLog: Updated Changelog.
 
-2003-09-22 19:05  jefbed
+2003-09-22 20:05  jefbed
 
        * Makefile.template: Added bzball and balls makefile targets.
          Ensured that no output lines violate the 80x24 rule.  cvs:
 
          ----------------------------------------------------------------------
 
-2003-09-22 18:25  jefbed
+2003-09-22 19:25  jefbed
 
        * antiright.c.test: This file is useless.
 
-2003-09-22 18:21  jefbed
+2003-09-22 19:21  jefbed
 
        * antiright: Binary file removed.
 
-2003-09-22 18:20  jefbed
+2003-09-22 19:20  jefbed
 
        * ChangeLog, themes.c: Many new themes have been added to the theme
          selector.  The changelog has at last been updated.
 
-2003-09-22 14:43  jefbed
+2003-09-22 15:43  jefbed
 
        * Makefile.template: Separated install into multiple targets for
          each AntiRight component.
 
-2003-09-21 18:00  jefbed
+2003-09-21 19:00  jefbed
 
        * Makefile.template: distclean now removes corefiles.
 
-2003-09-21 17:14  jefbed
+2003-09-21 18:14  jefbed
 
        * AntiRight, Makefile.template, antiright.c, antiright.h,
          background.c, config.template, configure, disk.c, library.c: The
@@ -1645,11 +2094,11 @@
          been added.  The status bar's display of commands has been fixed
          Includes have been consolidated into antiright.h where feasible.
 
-2003-09-20 15:04  jefbed
+2003-09-20 16:04  jefbed
 
        * xhost.c, xhost.c~, xhost.h, xhost.h~: Initial checkin.
 
-2003-09-20 10:25  jefbed
+2003-09-20 11:25  jefbed
 
        * AR, AUTHORS, AntiRight, COPYING, ChangeLog, ChangeLog~, HACKING,
          INSTALL, Makefile, Makefile.template, NEWS, NumEntry.c,

Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- Makefile    25 Feb 2007 21:33:10 -0000      1.10
+++ Makefile    4 Mar 2007 03:20:14 -0000       1.11
@@ -53,12 +53,15 @@
 man5dir=$(mandir)/man5
 datadir=$(PREFIX)/share
 docdir=$(datadir)/doc
+PKGBASE=antiright
 
 install: all
-       $(INSTALL_DIR) $(PREFIX) $(bindir) $(man1dir) $(man2dir) 
$(docdir)/antiright\
-        $(datadir)/antiright 
+       ${INSTALL_DIR} $(PREFIX) 
+       ${INSTALL_DIR} $(bindir) 
+       ${INSTALL_DIR} $(man1dir) 
+       ${INSTALL_DIR} $(docdir)/antiright
+       #${INSTALL_DIR} $(datadir)/antiright 
        $(INSTALL_DATA) doc/*.1 $(man1dir)
-#      $(INSTALL_DATA) doc/*.5 $(man5dir)
        $(INSTALL_DATA) COPYING $(docdir)/antiright
        $(INSTALL_DATA) doc/AUTHORS $(docdir)/antiright
        $(INSTALL_DATA) README $(docdir)/antiright
@@ -68,14 +71,8 @@
        cd gshterm && $(MAKE) install
        cd ACE-desktop && $(MAKE) install
 
-tarball: distclean
-       cd .. && tar czf antiright-$(VERSION).tar.gz antiright
-zip: distclean
-       cd .. && find antiright | zip antiright-$(VERSION).zip -@
 bzball: distclean
-       cd .. && tar cjf antiright-$(VERSION).tar.bz2 antiright
-fulldist: tarball zip bzball
-
-jbrel: tarball
-       cd .. && mv antiright-$(VERSION).tar.gz www/antiright && cd 
www/antiright && cvs add antiright-$(VERSION).tar.gz && vi +215 index.html && 
cvs commit
+       cd .. && cp -R antiright antiright-$(VERSION) \
+       && tar cjf antiright-$(VERSION).tar.bz2 antiright-$(VERSION) \
+       && rm -rf antiright-$(VERSION)
 

Index: configure
===================================================================
RCS file: /sources/antiright/antiright/configure,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- configure   28 Feb 2007 03:23:12 -0000      1.79
+++ configure   4 Mar 2007 03:20:14 -0000       1.80
@@ -20,7 +20,8 @@
 #
 #     You should have received a copy of the GNU General Public License
 #     along with AntiRight; if not, write to the Free Software
-#     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
02110-1301  USA
+#     Foundation, Inc., 51 Franklin Street, Fifth Floor, 
+#     Boston, MA  02110-1301  USA
 #
 ###############################################################################
 

Index: ACE-desktop/ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- ACE-desktop/ACE     2 Mar 2007 15:44:05 -0000       1.22
+++ ACE-desktop/ACE     4 Mar 2007 03:20:14 -0000       1.23
@@ -491,11 +491,11 @@
 Monitoring_Panel()
 {
        exec $ARSHELL -or 4 \
-               "$ARSHELL -aul 'ps xau' & # Processes"\
-               "$ARSHELL -aul who & # Users"\
-               "$ARSHELL -aul df & # Disks"\
+               "$ARSHELL -os -og 640x480 -ou 3000 -aul 'ps xau' & # Processes"\
+               "$ARSHELL -ou 2000 -aul who & # Users"\
+               "$ARSHELL -ou 5000 -aul df & # Disks"\
                'ACE System_Monitor'\
-               "$ARSHELL -aul uptime & # Uptime"\
+               "$ARSHELL -ou 2500 -aul uptime & # Uptime"\
                'ACE -A System_Accounting'\
                'xload -bg darkslategrey -fg white -hl azure & # X_Load'
 }

Index: ACE-desktop/Makefile
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- ACE-desktop/Makefile        2 Mar 2007 03:56:07 -0000       1.9
+++ ACE-desktop/Makefile        4 Mar 2007 03:20:14 -0000       1.10
@@ -45,20 +45,21 @@
 mandir=$(PREFIX)/man
 man1dir=$(mandir)/man1
 man5dir=$(mandir)/man5
-datadir=$(PREFIX)/share/ACE-desktop
+datadir=$(PREFIX)/share
 docdir=$(datadir)/doc
 icondir=$(datadir)/icons
 
 install: all
-       $(INSTALL_DIR) $(bindir) $(man1dir) $(man2dir) $(docdir)\
-        $(datadir) $(icondir)
-       $(INSTALL_DATA) system.antiright $(datadir)
+       $(INSTALL_DIR) $(bindir)
+       ${INSTALL_DIR} $(man1dir)
+       ${INSTALL_DIR} $(man2dir)
+       ${INSTALL_DIR} $(docdir)
+       ${INSTALL_DIR} $(datadir)
+       ${INSTALL_DIR} $(icondir)
+       $(INSTALL_DATA) system.antiright $(datadir)/ACE-desktop
        $(INSTALL_SCRIPT) ACE.install $(bindir)/ACE
        $(INSTALL_DATA) ACE.1 $(man1dir)
        $(INSTALL_DATA) system.antiright.5 $(man5dir)
-       $(INSTALL_DATA) AUTHORS $(docdir)
+       $(INSTALL_DATA) AUTHORS $(docdir)/ACE-desktop
        $(INSTALL_DATA) icons/*.* $(icondir)
 
-bzball: distclean
-       cd .. && tar cjf ACE-desktop-$(VERSION).tar.bz2 ACE-desktop
-

Index: gtkshell/updated_options.c
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/updated_options.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- gtkshell/updated_options.c  2 Mar 2007 19:12:00 -0000       1.11
+++ gtkshell/updated_options.c  4 Mar 2007 03:20:14 -0000       1.12
@@ -45,10 +45,12 @@
 add_updater(struct GSH * gsh, int argc, int * counter, char **argv,
                   void (*add_func)(struct GSH *, const gchar *))
 {
-       ARBUG("enter add_updater");
+#ifdef DEBUG
+       ARBUG("add_updater()");
+#endif /* DEBUG */
+
        (*add_func)(gsh, (const gchar *)argv[*counter+1]);
        gsh_updater_argument_generic(gsh, argc, counter);
-       ARBUG("leave add_updater");
 }
 
 void




reply via email to

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