antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright ChangeLog [antiright-3]


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ChangeLog [antiright-3]
Date: Fri, 09 Mar 2007 23:14:01 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         antiright-3
Changes by:     Jeffrey Bedard <jefbed> 07/03/09 23:14:01

Modified files:
        .              : ChangeLog 

Log message:
        Updated ChangeLog

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ChangeLog?cvsroot=antiright&only_with_tag=antiright-3&r1=1.60&r2=1.60.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/antiright/antiright/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.60.2.1
diff -u -b -r1.60 -r1.60.2.1
--- ChangeLog   4 Mar 2007 03:20:14 -0000       1.60
+++ ChangeLog   9 Mar 2007 23:14:01 -0000       1.60.2.1
@@ -1,3 +1,138 @@
+2007-03-09 17:52  jefbed
+
+       * configure, doc/gshterm.1: Added gshterm.1
+
+2007-03-09 17:50  jefbed
+
+       * Makefile, doc/gshterm.1, doc/gtkshell.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 17:17  jefbed
+
+       * doc/gtkshell.1: Added description of menu specification to manual
+         page.
+
+2007-03-09 17:12  jefbed
+
+       * doc/gtkshell.1, gtkshell/option_options.c: Updated gtkshell
+         manual page.
+
+2007-03-09 15:06  jefbed
+
+       * configure: Changed version string to 3.1-alpha
+
+2007-03-09 15:02  jefbed
+
+       * gtkshell/Makefile: Updated Makefile.
+
+2007-03-09 15:00  jefbed
+
+       * configure, gtkshell/Makefile, gtkshell/arguments.c,
+         gtkshell/gtkshell.c, gtkshell/gtkshell.h: Fixed Splint Makefile
+         target to disable warnings resulting only from use of GTK.  Fixed
+         splint parse errors.  Changed version in configure.
+
+2007-03-08 01:07  jefbed
+
+       * gtkshell/: arguments.c, gtkshell.c, guidl.lex, guidl.y: Fix some
+         splint warnings.  Added guidl.lex and guidl.y.  These are currently
+         just skeleton files and are not built.  They will be the definition
+         of the GUI Definition Language, which will allow a formalization of
+         the GUI construction procedure.  This will allow programs that use
+         the gtkshell library to define GUIs internally, GUIs to be defined
+         via pipes to increase security (and serve as the basis of ACE
+         security features), and allow GUI definitions to be statically
+         stored (decreasing the size of ACE).
+
+2007-03-07 01:44  jefbed
+
+       * Makefile, configure, ACE-desktop/Makefile, gshterm/Makefile,
+         gshterm/command_line.c, gshterm/main.c, gtkshell/Makefile,
+         gtkshell/add_options.c, gtkshell/arguments.c,
+         gtkshell/dialog_options.c, gtkshell/dragdrop.c,
+         gtkshell/file_dialog.h, gtkshell/font.c, gtkshell/font.h,
+         gtkshell/gtkshell.h, gtkshell/text.c: Pull up some changes from
+         antiright-3.
+
+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,




reply via email to

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