antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright ChangeLog


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ChangeLog
Date: Fri, 16 Feb 2007 23:43:32 +0000

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

Modified files:
        .              : ChangeLog 

Log message:
        Updated ChangeLog

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ChangeLog?cvsroot=antiright&r1=1.58&r2=1.59

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/antiright/antiright/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- ChangeLog   9 Feb 2007 03:16:11 -0000       1.58
+++ ChangeLog   16 Feb 2007 23:43:32 -0000      1.59
@@ -1,10 +1,98 @@
-2007-02-08 18:22  jefbed
+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.
 
-       * Makefile, gshedit/Makefile, gshedit/main.c, gshterm/Makefile,
+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/callbacks.c, gtkshell/callbacks.h, gtkshell/text.c,
-         libantiright/util.c: Added tags generation to main makefile.
-         Added geometry support to gshterm.  Removed gshedit.
+         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
 
@@ -40,11 +128,10 @@
 2007-02-03 23:44  jefbed
 
        * Makefile, config.mk, ACE-desktop/Makefile, ACE-desktop/config.mk,
-         ACE-desktop/configure, gshedit/Makefile, gshedit/main.c,
-         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.
+         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
 
@@ -70,7 +157,7 @@
        * 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,
-         gshedit/Makefile, gtkshell/Makefile, gtkshell/add_options.c,
+         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,




reply via email to

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