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,
	  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, ACE-desktop/dateload.c,
	  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/exit.c, gshterm/exit.h,
	  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, ACE-desktop/dateload.c, 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, config.mk, configure, ACE-desktop/Makefile,
	  gshterm/main.c: Removed gshedit.  gshterm is fully functional.

2007-02-03 23:44  jefbed

	* Makefile, config.mk, ACE-desktop/Makefile, ACE-desktop/config.mk,
	  ACE-desktop/configure, 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/COPYING, ACE-desktop/Makefile,
	  ACE-desktop/config.mk, ACE-desktop/configure,
	  ACE-desktop/dateload.c, 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

	* ACE, Makefile, configure, description-pak, postinstall-pak,
	  system.antiright, doc/ACE.1, doc/TODO, doc/antiright.lsm,
	  doc/flshell.1, doc/gtkshell.1, doc/system.antiright.5,
	  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, config.mk, 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

	* ACE, Makefile, Makefile.in, configure, system.antiright,
	  doc/arshell.1, doc/flshell.1: Establish flshell as arshell
	  replacement.

2006-07-23 00:00  jefbed

	* Makefile.in, configure, doc/arshell.1: 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-28 21:09  jefbed

	* Makefile.in, postinstall-pak: Integrated AR and ARO scripts into
	  ACE.

2006-03-28 21:06  jefbed

	* doc/: ACE.1, AR.1, ARO.1, arshell.1, system.antiright.5: Removed
	  unneeded manual pages.  Removed references to nonextant manual
	  pages.

2006-03-26 20:21  jefbed

	* Makefile.in: Removed appendage code because of its utterly
	  useless state and purpose.

2006-03-26 19:59  jefbed

	* Makefile.in: Removed the interface file language code, for the
	  same functionality can be implemented in awk.  It was originally
	  implemented to overcome the limitation on the number of command line
	  arguments, but the allowed amount on most unix systems is definately
	  not a limiting factor.

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

	* Makefile.in: Fixed distribution build target for bzball and zip
	  to include distclean.  Removed Desktop().

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

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

2005-11-13 20:56  jefbed

	* Makefile.in, 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 19:26  jefbed

	* doc/arcd.1: Removed unneeded manual page.

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

	* Makefile.in: Removed unused targets.

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, Makefile.in, configure, doc/ACE.1, doc/AR.1,
	  doc/ARO.1, doc/AUTHORS, doc/antiright.lsm, doc/arcd.1,
	  doc/arshell.1, doc/system.antiright.5: Changed email address from
	  jefbed@e-list.net to antiright@gmail.com.  Fixed lowering on fvwm.
	  Removed unused pixmaps.

2005-07-10 08:39  jefbed

	* Makefile.in: 2.10 initial checkin.  New icons and ACE
	  functionality (noicon support).

2005-07-07 00:36  jefbed

	* Makefile.in: Removed xbm installation.

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 19:21  jefbed

	* Makefile.in, configure: Added pongr and yetanotherclib to source
	  tree.

2005-07-03 15:56  jefbed

	* ChangeLog: Updated.

2005-07-03 14:05  jefbed

	* Makefile.in, configure: 2.9 Release

2005-06-25 02:13  jefbed

	* Makefile.in, configure, postinstall-pak: Updated FSF address.

2005-06-23 17:44  jefbed

	* Makefile.in: Added release convenience target.

2005-06-23 17:33  jefbed

	* Makefile.in: Temporarily removed wmarmon from the programs list
	  due to memory leak issues.

2005-06-17 21:59  jefbed

	* Makefile.in, configure: Added wmar slit utility.

2005-06-03 21:04  jefbed

	* Makefile.in: Added rules for building graphing code.

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-24 11:07  jefbed

	* Makefile.in: Added buffer and selection filling.

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.

2005-01-21 17:35  jefbed

	* Makefile.in: Added rules for resource.o, string.o, system.o, and
	  xmstring.o.

2004-12-27 02:55  jefbed

	* Makefile.in, 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-25 18:43  jefbed

	* doc/arshell.1: Updated manpage to contain new clockload and fifo
	  options.

2004-12-24 19:56  jefbed

	* ChangeLog: Updated for AntiRight 2.5.

2004-12-21 21:39  jefbed

	* Makefile.in: Added clockload.o and pixmap.o to the arshell object
	  list.

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 18:00  jefbed

	* Makefile.in: Fixed a typo in the bzball target.

2004-11-06 17:54  jefbed

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

2004-11-06 17:52  jefbed

	* Makefile.in: Code cleanups and refactorings for 2.3 release.

2004-10-31 16:25  jefbed

	* configure: Changed VERSION to 2.4.

2004-10-22 13:19  jefbed

	* doc/arshell.1: Documented -t option.

2004-09-11 01:33  jefbed

	* doc/TODO: All tasks are complete.

2004-09-04 21:56  jefbed

	* Makefile.in: Added -fno-strict-aliasing to CFLAGS.

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-29 18:52  jefbed

	* doc/arshell.1: Minor fixes.

2004-08-28 23:17  jefbed

	* Makefile.in: Removed installation of antiright-mail.awk.

2004-08-28 14:35  jefbed

	* doc/ARO.1: Added the manual page for ARO.

2004-08-28 14:34  jefbed

	* doc/AR.1: Added an AUTHORS section.

2004-08-28 14:29  jefbed

	* doc/AR.1: Escaped the dash after AR in the NAME section.

2004-08-28 14:28  jefbed

	* doc/AR.1: Added the manual page for AR.

2004-08-27 21:50  jefbed

	* ChangeLog: Updated for AntiRight 2.1 release.

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

	* COPYING, Makefile.in, 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-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 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 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, Makefile.in, configure, doc/README: 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-13 15:32  jefbed

	* Makefile.in: Functions have been split from textedit.c into
	  menubar.c, file.c, and search.c.

2004-08-12 20:04  jefbed

	* configure: Changed -D__GNU_SOURCE to -D_GNU_SOURCE.

2004-08-11 20:54  jefbed

	* Makefile.in: Nothing new to report.

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

	* Makefile.in, doc/TODO: Checkin for AntiRight 2.0.

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
	  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 19:46  jefbed

	* Makefile.in: Moved cleanup of backup files to distclean.

2004-07-23 19:19  jefbed

	* Makefile.in: Fixed clean target in makefile and commit needed
	  files.

2004-07-23 18:55  jefbed

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

2004-07-23 18:50  jefbed

	* doc/ACE.1: Spelling corrections.

2004-07-22 21:43  jefbed

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

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 16:47  jefbed

	* doc/arcd.1: Added extra information about CD-ROM device
	  configuration and fixed up SEE ALSO references.

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 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 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 15:55  jefbed

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

2004-07-08 15:29  jefbed

	* README, description-pak, description-pak.in, postinstall-pak,
	  postinstall-pak.in: Renamed and removed.

2004-07-08 15:13  jefbed

	* doc/system.antiright.5: Added.

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

	* Makefile.in, configure, doc/README: Rewrote build system and
	  restructured tree.

2004-07-07 20:56  jefbed

	* ChangeLog, Makefile.in, aclocal.m4, configure, configure.ac:
	  Restructuring.

2004-07-05 19:39  jefbed

	* AR, AntiRight, COPYING, Makefile.in, configure, configure.ac,
	  system.antiright, doc/ACE.1, doc/TODO, doc/TUTORIAL.in,
	  doc/anticlock.1, doc/antifile.1, doc/antiload.1, doc/antiright.1,
	  doc/antiright.lsm, doc/arcalc.1, doc/arcd.1, doc/arhelp.1,
	  doc/minileft.1, doc/xmsticky.1, doc/xmtextedit.1: 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

	* AntiRight, COPYING, ChangeLog, Makefile.in, README, aclocal.m4,
	  configure, configure.ac, system.antiright, doc/TUTORIAL.in:
	  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

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

	* ChangeLog, Makefile.in, aclocal.m4, configure, configure.ac,
	  description-pak.in, install-sh, intltool-extract.in,
	  intltool-merge.in, intltool-update.in, mkinstalldirs,
	  postinstall-pak.in, 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

	* AntiRight, COPYING, doc/HACKING, 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

	* AntiRight, COPYING, README, doc/HACKING, 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-12 18:28  jefbed

	* doc/xmsticky.1: The initial unique manual page for xmsticky has
	  been written.

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

	* doc/arcd.1: Made this manual page unique to arcd.

2004-04-10 12:22  jefbed

	* doc/xmtextedit.1: Made the manual page specific to xmtextedit.

2004-04-09 15:24  jefbed

	* Makefile.in, config.in, description-pak.in, postinstall-pak.in:
	  These files have been removed.

2004-04-09 15:01  jefbed

	* doc/TUTORIAL: Removed TUTORIAL.

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

	* AUTHORS, HACKING, INSTALL, TODO, TUTORIAL.in, antiright.1,
	  antiright.lsm, configure, doc/antiright.1: 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-04-08 00:36  jefbed

	* TODO: Updated to reflect current development.

2004-04-04 21:44  jefbed

	* AntiRight: Defined mnemonics for Yes and No.

2004-04-04 20:39  jefbed

	* AntiRight: Fixed acceleratorText for *Exit.

2004-03-27 11:47  jefbed

	* HACKING: Added in an extra permissive message for ARCD developers
	  and external libraries.

2004-03-27 11:39  jefbed

	* config.in: Updated version to AntiRight 2.0-pre4.

2004-03-27 11:21  jefbed

	* config.in: Added comment-out ANTIRIGHT_MINILEFT_MAIL definition.

2004-03-27 11:19  jefbed

	* AntiRight: Added color theme for ARCD.

2004-03-27 11:13  jefbed

	* AUTHORS: Removed credits to the Xlt developers due to the recent
	  removal of the XltNumentry-based calculator.

2004-03-27 11:10  jefbed

	* AntiRight: A color theme has been added for arcalc.  Various
	  button labels for arcalc have been defined.

2004-03-21 11:50  jefbed

	* ChangeLog, config.in: Updated for AntiRight 2.0-r3

2004-03-21 11:48  jefbed

	* Makefile.in: The new calculator is now the only calculator.

2004-03-21 11:15  jefbed

	* ChangeLog, Makefile.in, TODO: 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 21:17  jefbed

	* AUTHORS: Removed extra lines at the beginning of the file.

2004-02-09 19:05  jefbed

	* ChangeLog: Updated for 2.0-pre2.

2004-02-09 18:04  jefbed

	* ChangeLog: Updated.

2004-02-09 18:00  jefbed

	* config.in: Updated version to 2.0-pre1

2004-02-06 19:04  jefbed

	* antiright.1: Updated to contain information about arhelp instead
	  of arbrowse.

2004-02-02 22:41  jefbed

	* ChangeLog: Updated for AntiRight 2.0-pre1

2004-02-02 22:22  jefbed

	* Makefile.in, antiright.lsm, config.in: These changes are for
	  AntiRight 2.0-pre1.  10 mandatory -pre releases will be made.

2004-01-25 22:31  jefbed

	* AntiRight: MiniLeft's geometry is now specified.  This probably
	  doesn't work, so it was also hard coded into AntiRight's library.

2004-01-25 22:30  jefbed

	* AR: MiniLeft is now started as part of the default session.  The
	  default background is now slate grey, which is much easier on the
	  eyes.  ~/.Xdefaults is now read on startup.

2004-01-25 22:27  jefbed

	* Makefile.in: Added rules for arhelp.

2004-01-25 22:26  jefbed

	* TODO: Added a documentation suggestion stating the need for a man
	  page for each AntiRight application.

2004-01-25 22:23  jefbed

	* config.in: Added xlock configuration option which allows one to
	  choose whether or not xlock should be used by minileft for a
	  launcher.  AntiRight's version has been updated to 1.111.

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

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

2004-01-23 15:54  jefbed

	* config.in: Updated to AntiRight version 1.110.

2004-01-20 17:05  jefbed

	* antiright.1: Updated to contain KNOWN ISSUES.  The copyright
	  message was expanded, per that of df's manual page.  The AUTHORS
	  section was placed before KNOWN ISSUES.

2004-01-20 17:02  jefbed

	* Makefile.in: Binaries are now stripped by install.  Binaries are
	  now handled differently than scripts, such as AR.

2004-01-19 13:21  jefbed

	* config.in: ANTIRIGHT_LPR defines the lpr command.

2004-01-18 17:13  jefbed

	* AntiRight: Background of browser work area and labels within are
	  now white.

2004-01-14 21:24  jefbed

	* TODO: Added desire to display load average in AntiLoad.

2004-01-13 18:04  jefbed

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

2004-01-11 00:06  jefbed

	* TODO: Added info about desire for relative urls and their status
	  as a dependency for the 2.0-alpha release.

2004-01-10 23:34  jefbed

	* config.in: AntiRight version is now 1.108.

2004-01-10 22:53  jefbed

	* HACKING: Fixed some erraneous statements.  Updated to match
	  current development philosophies.

2004-01-03 19:43  jefbed

	* config.in: Defined preprocessor symbols now have the ANTIRIGHT_
	  prefix.  ARBrowse is niced.

2004-01-03 19:17  jefbed

	* antiright.lsm, header.txt: Removed header.txt.  Added
	  antiright.lsm.  Fixed an asthetic regression in library.c.

2004-01-03 19:10  jefbed

	* Makefile.in: config.status is now removed in the distclean
	  target.

2004-01-03 11:46  jefbed

	* HACKING: Updated for current development positions.  Reasoning
	  for no new libraries is provided.

2004-01-03 11:42  jefbed

	* TODO: Some updates performed for version 1.108.

2004-01-02 16:13  jefbed

	* TODO: Replaced antiright_cancel_cb and antiright_ok_cb with
	  antiright_close_cb.

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-31 20:08  jefbed

	* AR: No changes.

2003-12-30 15:11  jefbed

	* antiright.1: Updated to reflect current state of AntiRight.

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, Makefile.in, Makefile.template, TUTORIAL.in,
	  TUTORIAL.template, config.in, config.template,
	  description-pak.in, description-pak.template, postinstall-pak.in,
	  postinstall-pak.template: Renamed.  Otherwise nothing to report.

2003-12-28 10:36  uid68742

	* ChangeLog: Updated for 1.106

2003-12-26 17:49  uid68742

	* AR, AntiRight, Makefile.template, config.template, configure,
	  header.txt, postinstall-pak.template: 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-24 09:51  uid68742

	* TODO, config.template: Fixed bug in antiright_strcat that was
	  causing antiload to crash.  Fixed a potential bug in antiload.
	  Updated TODO.  ARBrowse is now managed by a form.
	  Internationalization has started.

2003-12-01 18:50  jefbed

	* ChangeLog: Updated for 1.103

2003-12-01 18:46  jefbed

	* config.template: Updated version for 1.103.

2003-11-28 17:53  jefbed

	* config.template: The parser in arbrowse has been optimized by
	  testing less conditionals per cycle.  Lynx is no longer used.

2003-11-25 17:22  jefbed

	* ChangeLog: Updated for 1.102

2003-11-24 20:40  jefbed

	* config.template: Update version to 1.102.

2003-11-24 19:04  jefbed

	* Makefile.template: A mkdirp is now performed for the manual page
	  installation directory.

2003-11-24 18:29  jefbed

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

2003-11-24 18:24  jefbed

	* AntiRight: Font specifications have been removed as they create
	  problems on 640x480 displays.  The background of anticlock and
	  antiload are white now.

2003-11-19 17:51  jefbed

	* Makefile.template: Added a verification dialog to xmtextedit with
	  verification utility function in library.c.  This is only a
	  preliminary verification dialog API.  Warnings with -W have been
	  cleaned up.

2003-11-17 18:41  jefbed

	* ChangeLog: Updated for 1.101.

2003-11-17 18:21  jefbed

	* AntiRight, Makefile.template, TODO, config.template: Various GUI
	  name improvements have been made.  a Help button has been added to
	  the panel.  A mnemonic for Processes has been added to AntiRight.
	  TODO has been updated.  AntiRight's verison in config.template has
	  been updated to 1.101.  The icon of antifile has been made more
	  attractive.

2003-11-16 12:13  jefbed

	* TODO: xmtextedit now supports the -m option allowing it to be
	  used in place of xmmessage.  ARBrowse now has a list on the left
	  side for topic selection.

2003-11-13 18:34  jefbed

	* NEWS: Nothing to report.

2003-11-13 18:33  jefbed

	* ChangeLog: Updated for 1.100.

2003-11-13 18:31  jefbed

	* config.template: Changed version to 1.100.

2003-11-13 18:26  jefbed

	* Makefile.template: Distclean now removes emacs backup files from
	  the root project directory.

2003-11-13 18:07  jefbed

	* Makefile.template: Changed installation of NEWS to installation
	  of ChangeLog.

2003-11-13 17:45  jefbed

	* config.template: Correct updatedb for NetBSD is now chosen
	  automatically through configure and cpp.

2003-11-04 17:33  jefbed

	* ChangeLog: Updated for AntiRight 1.99.

2003-11-04 17:02  jefbed

	* Makefile.template: Removed some line breaks in target
	  dependencies.

2003-11-04 16:59  jefbed

	* config.template: Updated version to 1.99.

2003-11-03 21:49  jefbed

	* AntiRight, TODO, config.template: A help browser has been added
	  and will soon replace help.c.

2003-11-03 21:27  jefbed

	* Makefile.template: Added targets for arbrowse.  Separated
	  documentation installation and installed all documentation files,
	  not just previous.  PREFIX is now used for documentation
	  installation since it is defined in config.h.

2003-10-26 19:11  jefbed

	* ChangeLog: Updated for AntiRight 1.98

2003-10-26 19:07  jefbed

	* AntiRight, COPYING: Nothing to report.

2003-10-21 14:54  jefbed

	* AntiRight: Added mnemonic for Open SFTP Connection.

2003-10-21 11:56  jefbed

	* Makefile.template, configure, postinstall-pak,
	  postinstall-pak.template: 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 19:13  jefbed

	* TUTORIAL.template: Updated the descriptions for the new
	  components of AntiRight.  This tutorial is far form complete.

2003-10-19 17:37  jefbed

	* config.template: Updated for AntiRight 1.98.

2003-10-19 17:32  jefbed

	* AntiRight, Makefile.template: Added separate filemanager,
	  antifile.

2003-10-19 13:54  jefbed

	* ChangeLog: Updated.

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

	* configure: PREFIX is now defined in config.h

2003-10-19 12:52  jefbed

	* postinstall-pak: #!/bin/sh is now produced on first line and
	  column.

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

	* ChangeLog: Updated for AntiRight 1.97

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

	* ChangeLog: Updated for 1.96.

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

	* AntiRight: Update application panel fonts for new layout.

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: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 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

	* AntiRight, Makefile.template, NEWS, TUTORIAL, TUTORIAL.template,
	  config.template, 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-10 18:22  jefbed

	* Makefile.template, config.template: Added a separate load
	  monitor.

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 18:46  jefbed

	* description-pak, description-pak.template: 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:40  jefbed

	* Makefile.template: Added remove target for description-pak.

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 18:02  jefbed

	* config.template: Niced updatedb and wvdial.  Removed background
	  setting options.

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

	* Makefile.template: Nothing to report.

2003-10-05 12:53  jefbed

	* ChangeLog: Updated for AntiRight 1.90

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

	* HACKING: Eased some requirements.

2003-10-05 09:25  jefbed

	* config.template: Updated VERSION to 1.90 because of recent
	  functionality boost.

2003-10-05 09:11  jefbed

	* Makefile.template: Access times of COPYING are preserved during
	  installation.

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 21:27  jefbed

	* AUTHORS: Added Joe Klemmer to AUTHORS

2003-10-04 20:01  jefbed

	* Makefile.template: AntiClock simplified to ease lesstif memory
	  leaks.

2003-10-01 20:28  jefbed

	* config.template: Updated VERSION to 1.85

2003-10-01 20:26  jefbed

	* antiright.1, TUTORIAL: Initial checkin.

2003-10-01 18:52  jefbed

	* AntiRight: Removed tutorial.

2003-10-01 17:55  jefbed

	* configure: Added check for NetBSD.

2003-10-01 17:12  jefbed

	* Makefile.template, configure: Started os detection/portability
	  work.

2003-09-30 22:05  jefbed

	* Makefile.template: Includes are now appended to CFLAGS.

2003-09-30 22:00  jefbed

	* Makefile.template: Debugging makefile for gmake on NetBSD.

2003-09-30 21:39  jefbed

	* Makefile.template: Eleminated break characters that were breaking
	  bsd build.

2003-09-30 20:36  jefbed

	* TODO: xmtextedit was fixed.  File->Print now makes use of
	  antiright_strcat.

2003-09-29 17:55  jefbed

	* ChangeLog: Updated.

2003-09-29 17:50  jefbed

	* Makefile.template: Consolidated includes to antiright.h to allow
	  better dependency tracking.

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,
	  disk.c, disk.h, filemanage.c, filemanage.h, help.c, help.h,
	  library.c, library.h, main.c, security.c, security.h, themes.c,
	  themes.h, xhost.c, xhost.h: Moved *.c, *.h, and *.xbm to
	  antiright-src

2003-09-28 15:32  jefbed

	* Makefile.template, TODO, antiright.c: Added source-file
	  dependencies to the Makefile.

2003-09-28 14:20  jefbed

	* ChangeLog: Updated to for latest changes.

2003-09-28 14:13  jefbed

	* AntiRight, ChangeLog, Makefile.template, antiright.c,
	  antiright.h, clock.c, clock.h, config.template, 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 22:41  jefbed

	* antiright.c: Help->Tutorial now opens up the GNU General Public
	  License in xmmessage.

2003-09-27 22:25  jefbed

	* TODO: Added text to comment stating to modify the configure
	  script to check for gettext.

2003-09-27 22:20  jefbed

	* security.c: Added button to perform portscan of 127.0.0.1.

2003-09-27 22:08  jefbed

	* Makefile.template, help.c: Use common library functions.  Add
	  menubar and proper formatting to xmmessage.

2003-09-27 20:35  jefbed

	* main.c: Reordered running of ~/.antirightrc to allow it to change
	  the desktop background.

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 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 16:45  jefbed

	* config.template: Changed VERSION to  "AntiRight 1.83"

2003-09-26 16:42  jefbed

	* filemanage.c: Added antiright_file_open_ok_cb to handle opening
	  of files with xmtextedit.

2003-09-26 16:39  jefbed

	* antiright.c: Temporarily removed File->Open.

2003-09-26 16:28  jefbed

	* AntiRight: Changed to work with Disk Manager button.

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

	* themes.c: Added blues theme.

2003-09-24 17:04  jefbed

	* background.c: Added another row of background colors.

2003-09-23 18:10  jefbed

	* ChangeLog~, Makefile, TODO~, arcd, config.h, xhost.c~, xhost.h~,
	  xmmessage, xmsticky, xmtextedit: Removed

2003-09-22 20:08  jefbed

	* ChangeLog: Updated Changelog.

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

	* antiright.c.test: This file is useless.

2003-09-22 19:21  jefbed

	* antiright: Binary file removed.

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 15:43  jefbed

	* Makefile.template: Separated install into multiple targets for
	  each AntiRight component.

2003-09-21 19:00  jefbed

	* Makefile.template: distclean now removes corefiles.

2003-09-21 18:14  jefbed

	* AntiRight, Makefile.template, antiright.c, antiright.h,
	  background.c, config.template, configure, disk.c, library.c: 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 16:04  jefbed

	* xhost.c, xhost.c~, xhost.h, xhost.h~: Initial checkin.

2003-09-20 11:25  jefbed

	* AR, AUTHORS, AntiRight, COPYING, ChangeLog, ChangeLog~, HACKING,
	  INSTALL, Makefile, Makefile.template, NEWS, NumEntry.c,
	  NumEntry.h, NumEntryP.h, README, TODO, TODO~, antiright,
	  antiright.c, antiright.c.test, antiright.h, antiright.xbm, arcd,
	  background.c, background.h, calc.c, calc.h, clock.c, clock.h,
	  config.h, config.template, configure, disk.c, disk.h,
	  filemanage.c, filemanage.h, header.txt, help.c, help.h,
	  library.c, library.h, main.c, security.c, security.h, themes.c,
	  themes.h, xmmessage, xmsticky, xmtextedit: This is the initial
	  CVS checkin

