2007-03-10 14:40  jefbed

	* Makefile, configure: Fixed a ctags build problem on Slackware
	  with exuberant ctags by separating ctags generation from the main
	  build and removing the -t option.  Bumped version to 3.0.1.

2007-03-09 21:15  jefbed

	* ACE-desktop/Makefile: Fixed install path for icons.

2007-03-09 21:09  jefbed

	* Makefile: Fixed Makefile bzball target to include the correct
	  branch.

2007-03-09 19:19  jefbed

	* README: Updated README

2007-03-09 19:12  jefbed

	* Makefile: Remove backup files on distclean.

2007-03-09 19:00  jefbed

	* description-pak: Removed extraneous whitespace from
	  description-pak.

2007-03-09 18:58  jefbed

	* configure, ACE-desktop/Makefile, gtkshell/Makefile,
	  gtkshell/arguments.c, gtkshell/button.c, gtkshell/gtkshell.c,
	  gtkshell/gtkshell.h: Removed use of splint, as it was having
	  internal errors.  Changed version to 3.0.

2007-03-09 18:18  jefbed

	* ChangeLog: Make ChangeLog only reflect this branch and historical
	  revisions.

2007-03-09 18:14  jefbed

	* ChangeLog: Updated ChangeLog

2007-03-09 18:10  jefbed

	* Makefile: Merge from HEAD.

2007-03-09 17:52  jefbed

	* configure, doc/gshterm.1: Added gshterm.1

2007-03-09 17:50  jefbed

	* doc/gshterm.1: Added gshterm manual page.  Added install target
	  for it to Makefile.

2007-03-09 17:21  jefbed

	* doc/gtkshell.1: Merged gtkshell.1 from HEAD.

2007-03-09 15:02  jefbed

	* gtkshell/Makefile: Updated Makefile.

2007-03-07 01:28  jefbed

	* gtkshell/arguments.c, gtkshell/button.c, gtkshell/gtkshell.c,
	  gtkshell/gtkshell.h, libantiright/string.h: Added splint
	  annotations and changed code to fix warnings where appropriate.

2007-03-06 22:58  jefbed

	* configure, gshterm/command_line.c, gshterm/main.c,
	  gtkshell/arguments.c, gtkshell/dialog_options.c,
	  gtkshell/dragdrop.c, gtkshell/file_dialog.c,
	  gtkshell/file_dialog.h, gtkshell/font.c, gtkshell/font.h,
	  gtkshell/gtkshell.h, gtkshell/text.c: Increased warning level and
	  fixed warnings.

2007-03-05 18:42  jefbed

	* configure, description-pak, ACE-desktop/AUTHORS, doc/AUTHORS,
	  doc/antiright.lsm: Removed duplicate AUTHORS.  Updated package
	  descriptions.

2007-03-05 11:28  jefbed

	* gtkshell/arguments.c, libantiright/string.c: Split
	  antiright_beautified_string into subfunctions.

2007-03-05 10:38  jefbed

	* configure, ACE-desktop/Makefile: Fixed installation of directory
	  that is no longer existant.  Added --disable-ccache and
	  --disable-distcc options to configure.

2007-03-04 20:12  jefbed

	* gtkshell/add_options.c: Used function pointer specified generic
	  to eliminate duplicate code.

2007-03-04 20:05  jefbed

	* ACE-desktop/ACE, gtkshell/add_options.c, gtkshell/arguments.c,
	  gtkshell/button.c, gtkshell/image_button.c,
	  gtkshell/image_button.h, gtkshell/row.c, gtkshell/text.c,
	  gtkshell/text.h: Set text widgets to mono font by default.
	  Consolidate text buffer setting.  Removed -ai and -aI options, and
	  related functions.  Refactored button creation functions.  Use new
	  icon button definition format in ACE.  Fix spurious ! in row.c.

2007-03-04 18:23  jefbed

	* gtkshell/: arguments.c, button.c, gtkshell.h: Do not add command
	  callback if button launches a menu.

2007-03-04 18:12  jefbed

	* gtkshell/arguments.c: Use constant string for button command.

2007-03-04 18:11  jefbed

	* ACE-desktop/ACE, gtkshell/add_options.c, gtkshell/arguments.c,
	  gtkshell/button.c, gtkshell/image_button.c,
	  gtkshell/image_button.h, gtkshell/row.c: Added support for menu
	  buttons, along with menu items with icons.  Menus and items are
	  specified as a "::" separated list.  Icons are specified after the
	  command, separated by a comma.  Stock icons are used if a file name
	  for an icon cannot be resolved, so the individual stock item
	  addition option has been removed.

2007-03-03 22:20  jefbed

	* ChangeLog, Makefile, configure, ACE-desktop/ACE,
	  ACE-desktop/Makefile, gtkshell/updated_options.c: 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.

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, doc/gtkshell.1,
	  gshterm/main.c: Replaced dateload.  Fixed default font setting on
	  gshterm.

2007-02-25 05:48  jefbed

	* 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

	* 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, 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/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/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/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/main.c, gtkshell/button.c,
	  gtkshell/gtkshell.c, gtkshell/gtkshell.h, gtkshell/main.c,
	  gtkshell/row.c: Fixed row layout bug in gtkshell.  Added file
	  unlinking to gshterm main method and used gtk_main_quit for the
	  terminal client exit callback, removing exit.[ch] functions.  Fixed
	  memory leaks by recursively deleting application structures before
	  gtk_main.

2007-02-12 22:23  jefbed

	* configure, gshterm/command_line.c, gshterm/command_line.h,
	  gshterm/gshterm.c, gshterm/gshterm.h, gshterm/main.c,
	  gtkshell/arguments.h, gtkshell/button.c,
	  gtkshell/dialog_options.c, gtkshell/file_dialog.c,
	  gtkshell/geometry.c, gtkshell/gtkshell.c, gtkshell/gtkshell.h,
	  gtkshell/option_options.h, gtkshell/row.c, gtkshell/row.h,
	  gtkshell/text.c, gtkshell/text.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: Finished global structuring.

2007-02-12 11:36  jefbed

	* gtkshell/: add_options.c, add_options.h, arguments.c,
	  arguments.h, button.c, button.h, callbacks.c, callbacks.h,
	  containers.c, containers.h, dialog_options.c, dialog_options.h,
	  file_dialog.c, file_dialog.h, geometry.c, geometry.h, gtkshell.c,
	  gtkshell.h, label.c, label.h, main.c, option_options.c,
	  option_options.h, options.c, options.h, row.h: Began global
	  variable elimination and structuring.

2007-02-11 16:42  jefbed

	* gtkshell/geometry.c: Organized gsh_check_and_set_geometry() to be
	  less redundant internally.

2007-02-10 23:23  jefbed

	* gtkshell/Makefile, gtkshell/geometry.c, gtkshell/geometry.h,
	  gtkshell/gtkshell.c, gtkshell/gtkshell.h, libantiright/util.c,
	  libantiright/util.h: Split out geometry parsing functions in
	  gtkshell.  Added random number generation functions to libantiright.

2007-02-10 13:54  jefbed

	* configure, ACE-desktop/Makefile, gshterm/Makefile,
	  gtkshell/Makefile: Build with distcc, if present.

2007-02-09 11:40  jefbed

	* ACE-desktop/Makefile, libantiright/library.h: Set up dateload
	  build to link to libantiright.a and glib.

2007-02-09 11:28  jefbed

	* libantiright/: Makefile, library.h, string.c, system.c, util.c:
	  Link libantiright.a to glib.  Use g_malloc instead of malloc in
	  xmalloc.  Reindent antiright_system(). Remove commented code in
	  string.c.

2007-02-09 11:10  jefbed

	* gshterm/Makefile, gshterm/gshterm.c, gtkshell/updated_label.c:
	  Split out functions performed at exit in gshterm.  Split out result
	  verification in updated_label updater function.

2007-02-09 11:02  jefbed

	* gshterm/: Makefile, command_line.c, command_line.h, gshterm.c,
	  gshterm.h, script.c, script.h: Refactored gshterm source tree.

2007-02-08 22:16  jefbed

	* ChangeLog, Makefile, gshterm/gshterm.c, gshterm/main.c,
	  gtkshell/Makefile, gtkshell/arguments.c, gtkshell/callbacks.c,
	  gtkshell/containers.c, gtkshell/containers.h,
	  gtkshell/gtkshell.c, gtkshell/gtkshell.h, gtkshell/row.c,
	  gtkshell/row.h, gtkshell/updated.c, gtkshell/updated_options.c,
	  libantiright/library.h, libantiright/system.c,
	  libantiright/system.h, libantiright/util.h: Updated ChangeLog.
	  Added ctags generation to Makefile.  Added UNUSED macro.  Added
	  sysprintf() and vsysprintf().  Refactored gshterm command
	  generation.  Split out container management code in gtkshell.[ch] to
	  containers.[ch].

2007-02-08 18:22  jefbed

	* Makefile, gshterm/Makefile, gshterm/gshterm.c, gshterm/gshterm.h,
	  gshterm/main.c, gtkshell/callbacks.c, gtkshell/callbacks.h,
	  gtkshell/text.c, libantiright/util.c: Added tags generation to
	  main makefile.  Added geometry support to gshterm.  Removed gshedit.

2007-02-07 11:44  jefbed

	* doc/TODO, doc/gtkshell.1, gtkshell/options.c, gtkshell/row.c,
	  gtkshell/row.h: Began revision of manual page.  Added stub for
	  help option.  Added files row.[ch] to store row container handling
	  functions.

2007-02-07 11:28  jefbed

	* configure: Bumped version to 2.99.6

2007-02-07 11:27  jefbed

	* gtkshell/: options.c, updated_options.c: Refactored
	  updated_options.c switch.  Use g_printerr for undefined error in
	  options.c.

2007-02-07 11:05  jefbed

	* gtkshell/: add_options.c, updated_label.c: A check for empty
	  output was added to updated_label.c to prevent a gtk warning.

2007-02-05 10:55  jefbed

	* configure: Fixed stow path in -s option to configure.

2007-02-04 01:58  jefbed

	* ChangeLog, Makefile, configure, ACE-desktop/Makefile,
	  gshterm/main.c: Removed gshedit.  gshterm is fully functional.

2007-02-03 23:44  jefbed

	* Makefile, ACE-desktop/Makefile, gshterm/Makefile, gshterm/main.c,
	  gtkshell/gtkshell.c, gtkshell/gtkshell.h, gtkshell/main.c: Added
	  the gshedit and gshterm utilities, based on gtksourceview and
	  libvte, respectively.  Make ACE-desktop use the base build system.

2007-02-03 15:11  jefbed

	* ChangeLog, ACE-desktop/ACE, ACE-desktop/ACE.1,
	  ACE-desktop/AUTHORS, ACE-desktop/Makefile,
	  ACE-desktop/postinstall-pak, ACE-desktop/system.antiright,
	  ACE-desktop/system.antiright.5, ACE-desktop/icons/ACE.png,
	  ACE-desktop/icons/Browser.png, ACE-desktop/icons/Calculator.png,
	  ACE-desktop/icons/File_Manager.png,
	  ACE-desktop/icons/File_Sharing.png,
	  ACE-desktop/icons/Image_Editor.png,
	  ACE-desktop/icons/Lock_Display.png, ACE-desktop/icons/Screen.png,
	  ACE-desktop/icons/Sticky_Note.png,
	  ACE-desktop/icons/System_Monitor.png,
	  ACE-desktop/icons/Terminal.png,
	  ACE-desktop/icons/Text_Editor.png,
	  ACE-desktop/icons/Word_Processor.png: Reintegrated ACE-desktop.

2007-02-01 15:45  jefbed

	* Makefile, configure, description-pak, doc/TODO,
	  doc/antiright.lsm, doc/gtkshell.1, gtkshell/Makefile,
	  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/dialog_options.c, gtkshell/dialog_options.h,
	  gtkshell/file_dialog.c, gtkshell/file_dialog.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/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/Makefile,
	  libantiright/util.c: Brought CVS up to date.  This syncs with the
	  antiright-2.99.4 source tree.  ACE has been separated into
	  ACE-desktop, but will be reintegrated into the tree soon.

2006-08-23 03:15  jefbed

	* gtkshell/: Makefile, main.c: Changed to GTK2.

2006-08-11 23:52  jefbed

	* Makefile, description-pak, libantiright/Makefile,
	  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: Changed description to
	  indicate FLTK as being the toolkit.

2006-07-24 17:53  jefbed

	* Makefile, configure: Establish flshell as arshell replacement.

2006-07-23 00:00  jefbed

	* configure: Begin antiright 3.0 development, based on FLTK.

2006-04-21 05:34  jefbed

	* ChangeLog, configure: Updated ChangeLog.  Improved graph
	  appearance through use of lighter colors.  Graphing of equation
	  commands now works.  Desktop publishing, IRC, and disk space admin
	  commands were added to ACE.  Functions were moved into clockload.c
	  after futher extraction from update.c.  Handling of nonexistant and
	  read-only files has been added to file.c.

2006-04-14 22:47  jefbed

	* configure: Fixed a long-standing memory leak in
	  antiright_pipe_read.  Bumped version number to 2.15.  Refactored
	  clockload applet code.

2006-03-26 19:33  jefbed

	* configure: Version number bumped to 2.14.  Yaclib was removed in
	  order to ensure license purity of package and to reduce package
	  size.

2006-03-18 22:46  jefbed

	* README: Updated README to indicate the necessity of GNU Make for
	  building.  Fixed a problem with misplaced parentheses in ACE.

2006-03-13 21:58  jefbed

	* ChangeLog: Updated ChangeLog for release 2.13.

2006-03-12 22:38  jefbed

	* configure, doc/TODO: Updated TODO, Updated version in configure,
	  fixed Command button in ACE panel, and enabled word wrap on the text
	  work area.

2006-01-26 22:50  jefbed

	* doc/antiright.lsm: Initial BASH removal.

2006-01-26 17:10  jefbed

	* configure: Added support for libraries and headers located in
	  /usr/pkg

2005-11-23 20:36  jefbed

	* configure: Added support for the tcc compiler, though linking
	  still needs to be debugged, as the compiler segfaults.

2005-11-13 20:56  jefbed

	* configure: Fixed prefixes.

2005-11-13 20:43  jefbed

	* configure: Changed path setup to allow for home directory and
	  stow installation.

2005-09-26 19:37  jefbed

	* ChangeLog: Updated for version 2.12.

2005-09-26 17:52  jefbed

	* README, doc/AUTHORS, doc/INSTALL, doc/antiright.lsm: Removed
	  unnecessary files, updated documentation, and added a Debian panel
	  to ACE.

2005-09-23 17:35  jefbed

	* configure: Removed unneeded files and increased antiright version
	  to 2.12.

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 12:25  jefbed

	* description-pak: Added detail to the description with a special
	  emphasis on arshell.

2005-07-31 12:22  jefbed

	* ChangeLog: Updated ChangeLog using cvs2cl.

2005-07-25 21:17  jefbed

	* ChangeLog: Updated for AntiRight 2.10.

2005-07-23 13:10  jefbed

	* ChangeLog, configure, doc/AUTHORS, doc/antiright.lsm: Changed
	  email address from jefbed@e-list.net to antiright@gmail.com.  Fixed
	  lowering on fvwm.  Removed unused pixmaps.

2005-07-07 00:34  jefbed

	* configure: Redesigned icons.  They are now original, rather than
	  KDE1 icons.  Removed kde 1 icons and xbm icons.

2005-07-03 19:21  jefbed

	* configure: Added pongr and yetanotherclib to source tree.

2005-07-03 15:56  jefbed

	* ChangeLog: Updated.

2005-07-03 14:05  jefbed

	* configure: 2.9 Release

2005-06-25 02:13  jefbed

	* configure: Updated FSF address.

2005-06-17 21:59  jefbed

	* configure: Added wmar slit utility.

2005-02-23 21:24  jefbed

	* ChangeLog: Updated for AntiRight 2.7.

2005-02-23 20:22  jefbed

	* README: Fixed to make accurate.

2005-01-22 15:11  jefbed

	* configure: Changed VERSION to 2.7.  Included 2005 in copyright.

2005-01-22 14:20  jefbed

	* ChangeLog: Updated for 2.6.  Refilled.

2005-01-22 14:14  jefbed

	* ChangeLog: Updated for pre-2.6.

2004-12-27 02:55  jefbed

	* configure: Added support for the mpg script from BitchX's
	  bain.irc package in the Jukebox.  This allows the current song to be
	  displayed in a bitchx session with the /mp3 command.

2004-12-24 19:56  jefbed

	* ChangeLog: Updated for AntiRight 2.5.

2004-12-19 12:15  jefbed

	* configure: Changed version to 2.5.

2004-12-16 18:55  jefbed

	* configure: Final checkin for release 2.4 of AntiRight.  Window
	  lowering was fixed, so that all nonmanaged panels are not lowered,
	  but, rather, arshell started with -l lowers itself.

2004-11-06 18:05  jefbed

	* ChangeLog: Last minute update for 2.3.

2004-11-06 18:02  jefbed

	* configure: Changed the version back to 2.3.

2004-11-06 17:54  jefbed

	* ChangeLog: Updated and refilled for the release of AntiRight 2.3.

2004-10-31 16:25  jefbed

	* configure: Changed VERSION to 2.4.

2004-09-11 01:33  jefbed

	* doc/TODO: All tasks are complete.

2004-09-04 21:45  jefbed

	* configure: Changed VERSION	to 2.3.

2004-08-31 18:20  jefbed

	* ChangeLog: Updated for AntiRight 2.2.1.  Refilled buffer.

2004-08-30 21:20  jefbed

	* configure: Rewrote test for libcdaudio-config.

2004-08-29 20:10  jefbed

	* ChangeLog: Updated for 2.2 release.

2004-08-29 20:03  jefbed

	* configure: Changed VERSION to 2.2.

2004-08-27 21:50  jefbed

	* ChangeLog: Updated for AntiRight 2.1 release.

2004-08-27 21:16  jefbed

	* 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 19:50  jefbed

	* COPYING, README: Added comment and uncomment features.  Refined
	  edit menu appearance by separating relevent items.  The toolbar
	  widget was removed and the toolbar buttons are now simply created
	  right on top of arshell.layout.row_manager instead.  Debug messages
	  were removed.  No changes were made to COPYING, it was just replaced
	  with exactly the same file.  Convenience functions were added to the
	  popup menu, allowing certain predefined text clippings to be
	  inserted and code to be quickly be commented and uncommented.

2004-08-25 19:45  jefbed

	* configure: Fixed bug in which MAKE is defined as $CC.

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 20:13  jefbed

	* doc/antiright.lsm: Updated to represent current project
	  information.

2004-08-18 20:31  jefbed

	* COPYING, README, configure: 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 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 14:00  jefbed

	* configure: Only define -D_GNU_SOURCE, not including -D__USE_GNU.

2004-08-16 13:27  jefbed

	* COPYING, configure: Pixmap icons were added.  A unified search
	  and replace dialog was added to the text editor.   A series of
	  pixmap/bitmap convenience functions were added.  Label-less icon
	  buttons were added to arshell, invoked by the -Ai option.  Various
	  pixmaps were added.  Find at cursor, find selected, revert file,
	  insert file, select all, and show/hide toolbar features were added.
	  The line counter in the status bar of the text editor was fixed,
	  giving an accurate line count.  A font selector was added and is
	  usable for changing the font of the work area.

2004-08-12 20:04  jefbed

	* configure: Changed -D__GNU_SOURCE to -D_GNU_SOURCE.

2004-08-09 18:54  jefbed

	* ChangeLog: Updated for 2.0.

2004-08-09 18:45  jefbed

	* configure: Changed version to 2.0.

2004-08-09 18:45  jefbed

	* doc/TODO: Checkin for AntiRight 2.0.

2004-08-07 13:13  jefbed

	* configure, doc/TODO, doc/antiright.lsm: This is a the update for
	  the 2.0rc1 release.  A new data structure scheme for libantiright
	  and arshell has been implemented.  Arshell now makes use of the
	  XmMainWindow  widget.  The text editor is now usable and now has
	  find and replace.  Library files were updated according to the
	  changes in the data structures.  The XmIconButton is now used if
	  available.  Tooltips are enabled if available, except on override
	  panels such as the desk bar.  Mnemonics, accelerators and label
	  string values were further defined in AntiRight.

2004-07-24 22:43  jefbed

	* doc/antiright.lsm: Updated description to correspond with current
	  state of AntiRight.

2004-07-23 19:47  jefbed

	* configure: Changed VERSION to 2.0-pre12.

2004-07-23 18:55  jefbed

	* ChangeLog: Updated for 2.0-pre12.  The text has been
	  reformatted/filled.

2004-07-22 21:43  jefbed

	* ChangeLog: Updated for 2.0-pre12 and refined removal of files on
	  clean.

2004-07-22 16:56  jefbed

	* configure, doc/TODO: Updated build files and documentation for
	  2.0-pre12.  Added an arshell utility written in Xlib.

2004-07-08 17:21  jefbed

	* ChangeLog: Updated.

2004-07-08 17:12  jefbed

	* configure: Removed unused BSDMAKEOPTIONS and defined VERSION in
	  Makefile.

2004-07-08 16:19  jefbed

	* ChangeLog: Updated for 2.0-pre11.

2004-07-08 15:55  jefbed

	* description-pak: Made the description more brief and accurate.

2004-07-08 15:29  jefbed

	* README, description-pak: Renamed and removed.

2004-07-08 14:57  jefbed

	* configure: Rewrote build system and restructured tree.

2004-07-07 20:56  jefbed

	* ChangeLog, configure: Restructuring.

2004-07-05 19:39  jefbed

	* COPYING, configure, doc/TODO, doc/antiright.lsm: This is the
	  final phase of the redesigning of AntiRight.  All GUI operations in
	  AntiRight are now handled by arshell.  The color selector, which
	  uses the Motif 2.2 color selection widget if available, is now part
	  of arshell.  The file manager and the configuration tool have been
	  rewritten to use arshell through ACE.  The pager has been modified
	  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 21:26  jefbed

	* COPYING, ChangeLog, README, configure: ACE-based
	  rearchitecturing.  Much of the environment has been rewritten with a
	  data-centric goal.  Through arshell, the environment can be defined
	  at the command line, making the entire environment scriptable.
	  Through system.antiright and ACE, the applications and actions of
	  arshell interfaces are defined.  arconfig allows the actions to be
	  configured by the user.

2004-06-11 13:32  jefbed

	* configure: 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 16:06  jefbed

	* ChangeLog, configure, doc/TODO: 2.0 preliminary checkin of
	  autoconf support, gettext support, improved xmtextedit stdin paging,
	  and an improved pager.

2004-05-28 15:46  jefbed

	* COPYING, doc/TODO: Arcolor, a file selector has been added.  --
	  AntiRight's background dialog and resource file have been updated to
	  accompany several new colors and the color selector.  HACKING has
	  been updated, further defining naming conventions.

2004-05-22 19:18  jefbed

	* ChangeLog: This is the final checkin before the release of
	  AntiRight 2.0-pre7.

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 22:58  jefbed

	* COPYING, README, doc/TODO, doc/antiright.lsm: AntiRight-pre7
	  preparations.  Initialization verification with assertions has been
	  performed.  A process display is accessable from the load meter.
	  Changes to the Makefile were made due to the new library-src scheme.

2004-04-17 19:36  jefbed

	* ChangeLog: Updated.

2004-04-17 19:32  jefbed

	* ChangeLog: Update for AntiRight 2.0-pre5.

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-09 14:35  jefbed

	* doc/: AUTHORS, INSTALL, TODO, antiright.lsm: The documentation
	  has been split from the project root dircetory.

2004-04-08 13:29  jefbed

	* configure: The documentation has been separated from the
	  antiright root directory.  The template files used during
	  configuration have been placed in configure.d.  Appropriate
	  modifications to configure and Makefile.in have been made.  Some
	  formatting improvements in code have been done, along with some
	  improvements to minileft.

2004-03-21 11:50  jefbed

	* ChangeLog: Updated for AntiRight 2.0-r3

2004-03-21 11:15  jefbed

	* ChangeLog: A new calculator has been added.  It will be used
	  instead of the XltNumEntry-based one.  This is considered both a
	  major code cleanup and a major feature enhancement.

2004-02-09 19:05  jefbed

	* ChangeLog: Updated for 2.0-pre2.

2004-02-09 18:04  jefbed

	* ChangeLog: Updated.

2004-02-02 22:41  jefbed

	* ChangeLog: Updated for AntiRight 2.0-pre1

2004-01-23 19:08  jefbed

	* ChangeLog: Updated once again.

2004-01-23 18:30  jefbed

	* ChangeLog: Updated for AntiRight 1.110.

2004-01-23 18:28  jefbed

	* ChangeLog, configure: Internationalization has started for
	  Spanish and Italian messages.  Code has been cleaned and
	  restructured where appropriate.

2004-01-13 18:04  jefbed

	* configure: Changed instruction telling the builder to start make,
	  to indicate need for GNU make.

2004-01-02 15:11  jefbed

	* configure: config.status is now created.  An incorrect comment
	  was corrected.

2003-12-31 20:25  jefbed

	* ChangeLog: Updated for AntiRight 1.107.

2003-12-28 23:29  uid68742

	* configure: Removed usage of XtSetArg and XmCreateRowColumn in all
	  instances except library wrappers.  Added some translations.
	  Brought some files in antiright-src up to date in terms of current
	  AntiRight development style and APIs.

2003-12-28 18:52  uid68742

	* COPYING: Renamed.  Otherwise nothing to report.

2003-12-28 10:36  uid68742

	* ChangeLog: Updated for 1.106

2003-12-26 17:49  uid68742

	* configure: Updated headers to include 2004 in copyright for New
	  Year's release.  Did some more internationalization.  Removed some
	  more usage of XtSetArg.  Updated initialization function to set icon
	  and titles of icon and window.  The size of the icon for an
	  application is now assumed and forced to 48x48.  internationalize()
	  now checks if the language is correctly initialized.

2003-12-01 18:50  jefbed

	* ChangeLog: Updated for 1.103

2003-11-25 17:22  jefbed

	* ChangeLog: Updated for 1.102

2003-11-24 18:29  jefbed

	* configure: The C compiler is now detected and defined in
	  Makefile.

2003-11-17 18:41  jefbed

	* ChangeLog: Updated for 1.101.

2003-11-13 18:33  jefbed

	* ChangeLog: Updated for 1.100.

2003-11-04 17:33  jefbed

	* ChangeLog: Updated for AntiRight 1.99.

2003-10-26 19:11  jefbed

	* ChangeLog: Updated for AntiRight 1.98

2003-10-26 19:07  jefbed

	* COPYING: Nothing to report.

2003-10-21 11:56  jefbed

	* configure: postinstall-pak is now created with configure using
	  postinstall-pak.template.  This is to fix the PREFIX problem due to
	  the removal of the definition of PREFIX in Makefile.template.

2003-10-19 13:54  jefbed

	* ChangeLog: Updated.

2003-10-19 13:36  jefbed

	* configure: PREFIX is now defined in config.h

2003-10-19 12:03  jefbed

	* ChangeLog: Updated for AntiRight 1.97

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 17:07  jefbed

	* ChangeLog: Updated for 1.96.

2003-10-12 15:54  jefbed

	* configure: This really does work with NetBSD.

2003-10-12 01:45  jefbed

	* configure: This should now work on NetBSD.

2003-10-12 01:40  jefbed

	* configure: Updated sedding.

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 23:57  jefbed

	* configure: Updated in an effort to make work on NetBSD.

2003-10-11 18:22  jefbed

	* configure: Changed configure to use sed instead of grep in an
	  effort to enter into greater compliance with GNU Makefile standards.
	  Make is determined through conditionals.  Install is determined by
	  conditionals.  AntiRight has mnemonics for Cancel.  antiright.c's
	  menus have been rearranged.  A View->Netowrk menu has been added.
	  The View->Applications menu has been removed.  The new launcher
	  functions are used to give access to xhost, ftp, telnet, and ssh.
	  The VERSION declaration in Makefile has been removed.

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
	  method for finding the version has been made more robust by
	  eliminating the cutting of hard-coded character ranges.  This is
	  necessary both for cleanliness and for the fact that AntiRight will
	  soon go over version 1.100, breaking the range selection.

2003-10-10 21:03  jefbed

	* ChangeLog: Updated for AntiRight 1.95.

2003-10-07 18:46  jefbed

	* description-pak: Added description-pak.template to generate
	  description-pak.

2003-10-07 18:42  jefbed

	* configure: Added generation of description-pak from
	  description-pak.template.

2003-10-07 18:23  jefbed

	* description-pak: Xm/ToggleB.h added to antiright.h.  Warnings
	  were cleaned in xmtextedit.

2003-10-05 12:53  jefbed

	* ChangeLog: Updated for AntiRight 1.90

2003-10-01 17:55  jefbed

	* configure: Added check for NetBSD.

2003-10-01 17:12  jefbed

	* configure: Started os detection/portability work.

2003-09-29 17:55  jefbed

	* ChangeLog: Updated.

2003-09-28 14:20  jefbed

	* ChangeLog: Updated to for latest changes.

2003-09-28 14:13  jefbed

	* ChangeLog, description-pak: Made clock an independent program,
	  anticlock.  Added checkinstall project description to cvs.
	  Simplified AntiRight.  Made xmtextedit use functions from
	  antiright's library.

2003-09-27 20:05  jefbed

	* ChangeLog: Updated ChangeLog.  Removed items calling for xhost.c
	  and a static library version of library.c.  Updated AntiRight
	  version in config.template.

2003-09-23 18:10  jefbed

	* Makefile: Removed

2003-09-22 20:08  jefbed

	* ChangeLog: Updated Changelog.

2003-09-22 19:20  jefbed

	* ChangeLog: Many new themes have been added to the theme selector.
	  The changelog has at last been updated.

2003-09-21 18:14  jefbed

	* configure: The tutorial has been updated to reflect the current
	  status of AntiRight The PREFIX environment variable can now be
	  passed to configure to determine install location.  The broken
	  "Reverse" background option has been removed and two new colors,
	  "Olive Green" and "Rose", have been added.  The status bar's display
	  of commands has been fixed Includes have been consolidated into
	  antiright.h where feasible.

2003-09-20 11:25  jefbed

	* COPYING, ChangeLog, Makefile, README, configure: This is the
	  initial CVS checkin

