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: Tue, 31 Aug 2004 18:25:23 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 04/08/31 22:20:26

Modified files:
        .              : ChangeLog 

Log message:
        Updated for AntiRight 2.2.1.  Refilled buffer.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/ChangeLog.diff?tr1=1.41&tr2=1.42&r1=text&r2=text

Patches:
Index: antiright/ChangeLog
diff -u antiright/ChangeLog:1.41 antiright/ChangeLog:1.42
--- antiright/ChangeLog:1.41    Mon Aug 30 00:10:27 2004
+++ antiright/ChangeLog Tue Aug 31 22:20:25 2004
@@ -1,29 +1,45 @@
+2004-08-31  Jeffrey Bedard  <address@hidden>
+
+       * lib/menubar.c, src/arshell/menubar.c: Improved separator
+       placement menus.  Improved item ordering in the File menu.
+
+       * src/system.antiright, configure: Rewrote test for
+       libcdaudio-config.
+
+2004-08-30  Jeffrey Bedard  <address@hidden>
+
+       * src/arcd/arcd.c: Fixed errors in which libcdaudio code was used
+       when it is not available.
+
 2004-08-30  Jeffrey Bedard  <address@hidden>
 
        * configure: Changed VERSION to 2.2.
 
-       * src/ACE:
-       Fixed settings utility, making proper use of the new dialog code.
+       * src/ACE: Fixed settings utility, making proper use of the new
+       dialog code.
 
 2004-08-29  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/textedit.c:
-       Fixed compilation.  Fixed the the line display when the cursor is at a 
newline character.  Added arshell_position().
-
-       * doc/arshell.1, lib/button.c, lib/menubar.c, src/antiright-mail.awk, 
src/arshell/dialog.c, src/arshell/textedit.c:
-       Minor fixes.
+       * src/arshell/textedit.c: Fixed compilation.  Fixed the the line
+       display when the cursor is at a newline character.  Added
+       arshell_position().
+
+       * doc/arshell.1, lib/button.c, lib/menubar.c,
+       src/antiright-mail.awk, src/arshell/dialog.c,
+       src/arshell/textedit.c: Minor fixes.
 
        * Makefile.in: Removed installation of antiright-mail.awk.
 
-       * lib/library.c:
-       Fixed warning of unused variables widget and tooltip_string in 
antiright_set_tooltip() when tooltips are not available.
+       * lib/library.c: Fixed warning of unused variables widget and
+       tooltip_string in antiright_set_tooltip() when tooltips are not
+       available.
 
        * lib/popup.c: Fixed compiler warning about unused call_data.
 
        * lib/edit.c: Fixed compiler warnings about unused variables.
 
-       * src/arshell/color.c:
-       Fixed compiler warning, indicating that client_data is not used.
+       * src/arshell/color.c: Fixed compiler warning, indicating that
+       client_data is not used.
 
 2004-08-28  Jeffrey Bedard  <address@hidden>
 
@@ -39,11 +55,16 @@
 
 2004-08-28  Jeffrey Bedard  <address@hidden>
 
-       * src/ACE:
-       Removed Read_Mail() and Write_Mail().  Renamed "Close" label of cd 
player to "Exit".
+       * src/ACE: Removed Read_Mail() and Write_Mail().  Renamed "Close"
+       label of cd player to "Exit".
 
-       * src/arcd/arcd.c, src/arshell/arguments.c, src/arshell/arguments.h, 
src/arshell/arshell.h, src/arshell/interface_file.c, 
src/arshell/interface_file.h, 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.
+       * src/arcd/arcd.c, src/arshell/arguments.c,
+       src/arshell/arguments.h, src/arshell/arshell.h,
+       src/arshell/interface_file.c, src/arshell/interface_file.h,
+       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-26  Jeffrey Bedard  <address@hidden>
 
@@ -51,85 +72,166 @@
 
 2004-08-25  Jeffrey Bedard  <address@hidden>
 
-       * COPYING, Makefile.in, README, lib/edit.c, lib/edit.h, lib/library.h, 
lib/popup.c, lib/window.c, src/ACE, src/AntiRight, src/arshell/arshell-util.c, 
src/arshell/dialog.c, src/arshell/file.c, src/arshell/menubar.c, 
src/arshell/search.c, src/arshell/textedit.h:
-       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.
+       * COPYING, Makefile.in, README, lib/edit.c, lib/edit.h,
+       lib/library.h, lib/popup.c, lib/window.c, src/ACE, src/AntiRight,
+       src/arshell/arshell-util.c, src/arshell/dialog.c,
+       src/arshell/file.c, src/arshell/menubar.c, src/arshell/search.c,
+       src/arshell/textedit.h: 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.
 
        * configure: Fixed bug in which MAKE is defined as $CC.
 
 2004-08-23  Jeffrey Bedard  <address@hidden>
 
-       * configure, lib/button.c, lib/library.h, lib/menubar.c, lib/window.c, 
src/ACE, src/arcd/arcd.c, src/arshell/arguments.c, src/arshell/arshell.c, 
src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/menubar.c, 
src/arshell/search.c, src/arshell/textedit.c, src/arshell/textedit.h, 
src/arshell/update.c, src/arshell/update.h:
-       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.
+       * configure, lib/button.c, lib/library.h, lib/menubar.c,
+       lib/window.c, src/ACE, src/arcd/arcd.c, src/arshell/arguments.c,
+       src/arshell/arshell.c, src/arshell/arshell.h,
+       src/arshell/dialog.c, src/arshell/menubar.c, src/arshell/search.c,
+       src/arshell/textedit.c, src/arshell/textedit.h,
+       src/arshell/update.c, src/arshell/update.h: 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-20  Jeffrey Bedard  <address@hidden>
 
-       * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm:
-       Updated copying information.
+       * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm: Updated
+       copying information.
 
-       * doc/antiright.lsm: Updated to represent current project information.
+       * doc/antiright.lsm: Updated to represent current project
+       information.
 
 2004-08-19  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/arshell-util.c:
-       Updated the usage text to show currently supported arguments.
-
-       * src/AR, src/arshell/arshell.h, src/arshell/update.c, doc/ACE.1, 
doc/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.
+       * src/arshell/arshell-util.c: Updated the usage text to show
+       currently supported arguments.
 
-       * lib/menubar.c, src/AntiRight, src/arshell/dialog.c, 
src/arshell/textedit.c, src/bitmaps/www.xpm, COPYING, Makefile.in, README, 
configure, doc/README, lib/button.c, lib/library.h:
-       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.
+       * src/AR, src/arshell/arshell.h, src/arshell/update.c, doc/ACE.1,
+       doc/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.
+
+       * lib/menubar.c, src/AntiRight, src/arshell/dialog.c,
+       src/arshell/textedit.c, src/bitmaps/www.xpm, COPYING, Makefile.in,
+       README, configure, doc/README, lib/button.c, lib/library.h: 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  Jeffrey Bedard  <address@hidden>
 
        * lib/menubar.c: Re-added the popular applications menu.
 
-       * configure:
-       The resource directory is now determined automatically.  The icon 
directory is set.  The version has been changed to 2.1.
-
-       * src/AR:
-       Added the ability to customize the window manager used.  If 
WINDOWMANAGER is not set, mwm is used.  If mwm is not available, twm is used as 
a last resort.
+       * configure: The resource directory is now determined
+       automatically.  The icon directory is set.  The version has been
+       changed to 2.1.
+
+       * src/AR: Added the ability to customize the window manager used.
+       If WINDOWMANAGER is not set, mwm is used.  If mwm is not
+       available, twm is used as a last resort.
 
 2004-08-17  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/file.c:
-       Fixed a bug that was causing files to be overwritten by the contents of 
the previously opened file.
+       * src/arshell/file.c: Fixed a bug that was causing files to be
+       overwritten by the contents of the previously opened file.
 
 2004-08-16  Jeffrey Bedard  <address@hidden>
 
        * src/ACE: Changed to use www.xpm icon instead of netscape.xpm.
 
-       * src/bitmaps/www.xpm:
-       Added www.xpm and its corresponding copyright and GPL notice from 
Launcher.
+       * src/bitmaps/www.xpm: Added www.xpm and its corresponding
+       copyright and GPL notice from Launcher.
 
-       * lib/menubar.c:
-       Separated the manual menu definition in its own function.
+       * lib/menubar.c: Separated the manual menu definition in its own
+       function.
 
        * configure: Only define -D_GNU_SOURCE, not including -D__USE_GNU.
 
        * src/ACE: Removed memory-hungry desktop.
 
-       * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm, 
src/bitmaps/close.xpm, src/bitmaps/copy.xpm, src/bitmaps/cut.xpm, 
src/bitmaps/fileserver.xpm, src/bitmaps/handtoface.xpm, src/bitmaps/help.xpm, 
src/bitmaps/home.xpm, src/bitmaps/index.xpm, src/bitmaps/jump_to.xpm, 
src/bitmaps/kcalc.xpm, src/bitmaps/kcoloredit.xpm, src/bitmaps/kcontrol.xpm, 
src/bitmaps/kedit.xpm, src/bitmaps/kfm.xpm, src/bitmaps/knotes.xpm, 
src/bitmaps/kscd.xpm, src/bitmaps/ksysguard.xpm, src/bitmaps/left_arrow.xpm, 
src/bitmaps/new.xpm, src/bitmaps/open.xpm, src/bitmaps/paste.xpm, 
src/bitmaps/preferences.xpm, src/bitmaps/print.xpm, 
src/bitmaps/right_arrow.xpm, src/bitmaps/save.xpm, src/bitmaps/saveas.xpm, 
src/bitmaps/search.xpm, src/bitmaps/spell.xpm, src/bitmaps/term.xpm, 
src/bitmaps/undo.xpm, src/bitmaps/up_arrow.xpm:
-       Added.  Added 3 icons from the aicons package.  Added the icons from my 
gnomexpm package. Added 7 kde icons.
-
-       * src/bitmaps/barchart.xpm, src/bitmaps/calculate.xpm, 
src/bitmaps/cdrom.xpm, src/bitmaps/colormap.xpm, src/bitmaps/disks.xpm, 
src/bitmaps/earth.xpm, src/bitmaps/edit.xpm, src/bitmaps/filing.xpm, 
src/bitmaps/lightning.xpm, src/bitmaps/note2.xpm, src/bitmaps/notebook.xpm, 
src/bitmaps/xterm.xpm:
-       Removed pixmaps.
-
-       * COPYING, Makefile.in, configure, doc/README, lib/button.c, 
lib/label.c, lib/label.h, lib/library.h, lib/status.c, lib/window.c, 
lib/window.h, src/ACE, src/AntiRight, src/arshell/arguments.c, 
src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/file.c, 
src/arshell/file.h, src/arshell/main.c, src/arshell/menubar.c, 
src/arshell/search.c, src/arshell/search.h, src/arshell/textedit.c, 
src/arshell/textedit.h, src/bitmaps/barchart.xpm, src/bitmaps/calculate.xpm, 
src/bitmaps/cdrom.xpm, src/bitmaps/colormap.xpm, src/bitmaps/disks.xpm, 
src/bitmaps/earth.xpm, src/bitmaps/edit.xpm, src/bitmaps/filing.xpm, 
src/bitmaps/lightning.xpm, src/bitmaps/mail.xpm, src/bitmaps/note2.xpm, 
src/bitmaps/notebook.xpm, src/bitmaps/tools.xpm, src/bitmaps/xterm.xpm:
-       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.
+       * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm,
+       src/bitmaps/close.xpm, src/bitmaps/copy.xpm, src/bitmaps/cut.xpm,
+       src/bitmaps/fileserver.xpm, src/bitmaps/handtoface.xpm,
+       src/bitmaps/help.xpm, src/bitmaps/home.xpm, src/bitmaps/index.xpm,
+       src/bitmaps/jump_to.xpm, src/bitmaps/kcalc.xpm,
+       src/bitmaps/kcoloredit.xpm, src/bitmaps/kcontrol.xpm,
+       src/bitmaps/kedit.xpm, src/bitmaps/kfm.xpm,
+       src/bitmaps/knotes.xpm, src/bitmaps/kscd.xpm,
+       src/bitmaps/ksysguard.xpm, src/bitmaps/left_arrow.xpm,
+       src/bitmaps/new.xpm, src/bitmaps/open.xpm, src/bitmaps/paste.xpm,
+       src/bitmaps/preferences.xpm, src/bitmaps/print.xpm,
+       src/bitmaps/right_arrow.xpm, src/bitmaps/save.xpm,
+       src/bitmaps/saveas.xpm, src/bitmaps/search.xpm,
+       src/bitmaps/spell.xpm, src/bitmaps/term.xpm, src/bitmaps/undo.xpm,
+       src/bitmaps/up_arrow.xpm: Added.  Added 3 icons from the aicons
+       package.  Added the icons from my gnomexpm package. Added 7 kde
+       icons.
+
+       * src/bitmaps/barchart.xpm, src/bitmaps/calculate.xpm,
+       src/bitmaps/cdrom.xpm, src/bitmaps/colormap.xpm,
+       src/bitmaps/disks.xpm, src/bitmaps/earth.xpm,
+       src/bitmaps/edit.xpm, src/bitmaps/filing.xpm,
+       src/bitmaps/lightning.xpm, src/bitmaps/note2.xpm,
+       src/bitmaps/notebook.xpm, src/bitmaps/xterm.xpm: Removed pixmaps.
+
+       * COPYING, Makefile.in, configure, doc/README, lib/button.c,
+       lib/label.c, lib/label.h, lib/library.h, lib/status.c,
+       lib/window.c, lib/window.h, src/ACE, src/AntiRight,
+       src/arshell/arguments.c, src/arshell/arshell.h,
+       src/arshell/dialog.c, src/arshell/file.c, src/arshell/file.h,
+       src/arshell/main.c, src/arshell/menubar.c, src/arshell/search.c,
+       src/arshell/search.h, src/arshell/textedit.c,
+       src/arshell/textedit.h, src/bitmaps/barchart.xpm,
+       src/bitmaps/calculate.xpm, src/bitmaps/cdrom.xpm,
+       src/bitmaps/colormap.xpm, src/bitmaps/disks.xpm,
+       src/bitmaps/earth.xpm, src/bitmaps/edit.xpm,
+       src/bitmaps/filing.xpm, src/bitmaps/lightning.xpm,
+       src/bitmaps/mail.xpm, src/bitmaps/note2.xpm,
+       src/bitmaps/notebook.xpm, src/bitmaps/tools.xpm,
+       src/bitmaps/xterm.xpm: 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  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/menubar.c:
-       Refactored arshell_setup_work_menubar(), extracting 
arshell_setup_editor_toolbar() and arshell_hide_sticky_note_toolbar().  The 
test for a non-NULL menubar now tests the menubar widget rather than the file 
menu widget.
-
-       * Makefile.in, src/arshell/arshell.h, src/arshell/file.c, 
src/arshell/file.h, src/arshell/menubar.c, src/arshell/menubar.h, 
src/arshell/search.c, src/arshell/search.h, src/arshell/textedit.c, 
src/arshell/textedit.h:
-       Functions have been split from textedit.c into menubar.c, file.c, and 
search.c.
-
-       * lib/button.c, lib/help.c, lib/library.c, lib/library.h, 
lib/menubar.c, src/arshell/arshell.h, src/arshell/layout.c, 
src/arshell/layout.h, src/arshell/textedit.c, src/arshell/textedit.h, 
src/arshell/update.h:
-       Added structures to their appropriate headers from arshell.h.  A 
tighter layout for rows and buttons is now used.  A warning was fixed in 
lib/menubar.c  and in lib/help.c.  antiright_get_values() was added to 
lib/library.c.
+       * src/arshell/menubar.c: Refactored arshell_setup_work_menubar(),
+       extracting arshell_setup_editor_toolbar() and
+       arshell_hide_sticky_note_toolbar().  The test for a non-NULL
+       menubar now tests the menubar widget rather than the file menu
+       widget.
+
+       * Makefile.in, src/arshell/arshell.h, src/arshell/file.c,
+       src/arshell/file.h, src/arshell/menubar.c, src/arshell/menubar.h,
+       src/arshell/search.c, src/arshell/search.h,
+       src/arshell/textedit.c, src/arshell/textedit.h: Functions have
+       been split from textedit.c into menubar.c, file.c, and search.c.
+
+       * lib/button.c, lib/help.c, lib/library.c, lib/library.h,
+       lib/menubar.c, src/arshell/arshell.h, src/arshell/layout.c,
+       src/arshell/layout.h, src/arshell/textedit.c,
+       src/arshell/textedit.h, src/arshell/update.h: Added structures to
+       their appropriate headers from arshell.h.  A tighter layout for
+       rows and buttons is now used.  A warning was fixed in
+       lib/menubar.c and in lib/help.c.  antiright_get_values() was added
+       to lib/library.c.
 
-       * lib/util.c:
-       Added antiright_delete_range() and antiright_insert_string().
+       * lib/util.c: Added antiright_delete_range() and
+       antiright_insert_string().
 
        * src/arshell/textedit.c: Added arshell_find_at_cursor_cb().
 
@@ -143,11 +245,12 @@
 
        * src/AR: The Desktop_Lite feature is now started by default.
 
-       * src/ACE:
-       Improved aesthetics of Desktop_Lite panel.  This is to be the default 
desktop icon facility, as the other uses too much memory.
+       * src/ACE: Improved aesthetics of Desktop_Lite panel.  This is to
+       be the default desktop icon facility, as the other uses too much
+       memory.
 
-       * src/ACE:
-       Made desktop icons flush to background and centered label alignment.
+       * src/ACE: Made desktop icons flush to background and centered
+       label alignment.
 
        * src/arshell/util.c, src/arshell/util.h: Removed.
 
@@ -155,112 +258,174 @@
 
 2004-08-11  Jeffrey Bedard  <address@hidden>
 
-       * src/ACE:
-       Added Desktop_Lite(), a lightweight version of the desktop icon 
facility.
+       * src/ACE: Added Desktop_Lite(), a lightweight version of the
+       desktop icon facility.
 
-       * src/ACE:
-       Added a new desktop icon feature.  A low memory variant will soon be 
created, with only one arshell instance used.
+       * src/ACE: Added a new desktop icon feature.  A low memory variant
+       will soon be created, with only one arshell instance used.
 
-       * src/ACE: The launcher code now uses arshell prompt dialog features.
+       * src/ACE: The launcher code now uses arshell prompt dialog
+       features.
 
 2004-08-09  Jeffrey Bedard  <address@hidden>
 
        * ChangeLog: Updated for 2.0.
 
-       * src/arshell/textedit.c:
-       Changed "Find and Replace" dialog to use a message dialog.
+       * src/arshell/textedit.c: Changed "Find and Replace" dialog to use
+       a message dialog.
 
        * configure: Changed version to 2.0.
 
-       * Makefile.in, doc/TODO, lib/library.c, lib/library.h, lib/window.c, 
src/arshell/antiright.xbm, src/arshell/arguments.c, src/arshell/arguments.h, 
src/arshell/arshell-util.c, src/arshell/arshell-util.h, src/arshell/arshell.c, 
src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/layout.c, 
src/arshell/layout.h, src/arshell/main.c, src/arshell/main.h, 
src/arshell/menubar.c, src/arshell/menubar.h, src/arshell/update.c, 
src/arshell/update.h, src/system.antiright:
+       * Makefile.in, doc/TODO, lib/library.c, lib/library.h,
+       lib/window.c, src/arshell/antiright.xbm, src/arshell/arguments.c,
+       src/arshell/arguments.h, src/arshell/arshell-util.c,
+       src/arshell/arshell-util.h, src/arshell/arshell.c,
+       src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/layout.c,
+       src/arshell/layout.h, src/arshell/main.c, src/arshell/main.h,
+       src/arshell/menubar.c, src/arshell/menubar.h,
+       src/arshell/update.c, src/arshell/update.h, src/system.antiright:
        Checkin for AntiRight 2.0.
 
        * src/arshell/dialog.h: Updated prototypes.
 
-       * lib/util.c:
-       Removed unused variable command_string in antiright_beautified_label().
+       * lib/util.c: Removed unused variable command_string in
+       antiright_beautified_label().
 
        * lib/status.c: Returned the created status bar.
 
-       * src/arshell/arguments.h, src/arshell/arshell-util.c, 
src/arshell/arshell-util.h, src/arshell/arshell.c, src/arshell/arshell.h, 
src/arshell/dialog.c, src/arshell/dialog.h, src/arshell/textedit.c:
-       Added new dialog code.  Added better updating code to arshell, 
including updating of labels and updating of progress bars.
+       * src/arshell/arguments.h, src/arshell/arshell-util.c,
+       src/arshell/arshell-util.h, src/arshell/arshell.c,
+       src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/dialog.h,
+       src/arshell/textedit.c: Added new dialog code.  Added better
+       updating code to arshell, including updating of labels and
+       updating of progress bars.
 
-       * src/arshell/arguments.c:
-       Added arshell_handle_dialog_arguments() call to the construction 
argument handler switch statement.
+       * src/arshell/arguments.c: Added arshell_handle_dialog_arguments()
+       call to the construction argument handler switch statement.
 
-       * src/ACE:
-       Added check for old ~/.antiright versions.  Adjusted code to use new 
dialog features of arshell.
+       * src/ACE: Added check for old ~/.antiright versions.  Adjusted
+       code to use new dialog features of arshell.
 
 2004-08-09  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/textedit.c:
-       Changed "Find and Replace" dialog to use a message dialog.
+       * src/arshell/textedit.c: Changed "Find and Replace" dialog to use
+       a message dialog.
 
        * configure: Changed version to 2.0.
 
-       * Makefile.in, doc/TODO, lib/library.c, lib/library.h, lib/window.c, 
src/arshell/antiright.xbm, src/arshell/arguments.c, src/arshell/arguments.h, 
src/arshell/arshell-util.c, src/arshell/arshell-util.h, src/arshell/arshell.c, 
src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/layout.c, 
src/arshell/layout.h, src/arshell/main.c, src/arshell/main.h, 
src/arshell/menubar.c, src/arshell/menubar.h, src/arshell/update.c, 
src/arshell/update.h, src/system.antiright:
+       * Makefile.in, doc/TODO, lib/library.c, lib/library.h,
+       lib/window.c, src/arshell/antiright.xbm, src/arshell/arguments.c,
+       src/arshell/arguments.h, src/arshell/arshell-util.c,
+       src/arshell/arshell-util.h, src/arshell/arshell.c,
+       src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/layout.c,
+       src/arshell/layout.h, src/arshell/main.c, src/arshell/main.h,
+       src/arshell/menubar.c, src/arshell/menubar.h,
+       src/arshell/update.c, src/arshell/update.h, src/system.antiright:
        Checkin for AntiRight 2.0.
 
        * src/arshell/dialog.h: Updated prototypes.
 
-       * lib/util.c:
-       Removed unused variable command_string in antiright_beautified_label().
+       * lib/util.c: Removed unused variable command_string in
+       antiright_beautified_label().
 
        * lib/status.c: Returned the created status bar.
 
-       * src/arshell/arguments.h, src/arshell/arshell-util.c, 
src/arshell/arshell-util.h, src/arshell/arshell.c, src/arshell/arshell.h, 
src/arshell/dialog.c, src/arshell/dialog.h, src/arshell/textedit.c:
-       Added new dialog code.  Added better updating code to arshell, 
including updating of labels and updating of progress bars.
+       * src/arshell/arguments.h, src/arshell/arshell-util.c,
+       src/arshell/arshell-util.h, src/arshell/arshell.c,
+       src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/dialog.h,
+       src/arshell/textedit.c: Added new dialog code.  Added better
+       updating code to arshell, including updating of labels and
+       updating of progress bars.
 
-       * src/arshell/arguments.c:
-       Added arshell_handle_dialog_arguments() call to the construction 
argument handler switch statement.
+       * src/arshell/arguments.c: Added arshell_handle_dialog_arguments()
+       call to the construction argument handler switch statement.
 
-       * src/ACE:
-       Added check for old ~/.antiright versions.  Adjusted code to use new 
dialog features of arshell.
+       * src/ACE: Added check for old ~/.antiright versions.  Adjusted
+       code to use new dialog features of arshell.
 
 2004-08-08  Jeffrey Bedard  <address@hidden>
 
-       * src/bitmaps/arrow.xbm, src/bitmaps/browser.xbm, 
src/bitmaps/calculate.xbm, src/bitmaps/cdplayer.xbm, src/bitmaps/files.xbm, 
src/bitmaps/image.xbm, src/bitmaps/load.xbm, src/bitmaps/lock.xbm, 
src/bitmaps/mail.xbm, src/bitmaps/notes.xbm, src/bitmaps/panel.xbm, 
src/bitmaps/switches.xbm, src/bitmaps/terminal.xbm, src/bitmaps/text.xbm, 
src/bitmaps/unknown.xbm:
-       Added license statements to the bitmap files.
+       * src/bitmaps/arrow.xbm, src/bitmaps/browser.xbm,
+       src/bitmaps/calculate.xbm, src/bitmaps/cdplayer.xbm,
+       src/bitmaps/files.xbm, src/bitmaps/image.xbm,
+       src/bitmaps/load.xbm, src/bitmaps/lock.xbm, src/bitmaps/mail.xbm,
+       src/bitmaps/notes.xbm, src/bitmaps/panel.xbm,
+       src/bitmaps/switches.xbm, src/bitmaps/terminal.xbm,
+       src/bitmaps/text.xbm, src/bitmaps/unknown.xbm: Added license
+       statements to the bitmap files.
 
-       * lib/library.h:
-       Added more detailed comments.  Added antiright_set_values().
+       * lib/library.h: Added more detailed comments.  Added
+       antiright_set_values().
 
 2004-08-07  Jeffrey Bedard  <address@hidden>
 
-       * src/bitmaps/antiright.xbm, src/bitmaps/arrow.xbm, 
src/bitmaps/browser.xbm, src/bitmaps/calculate.xbm, src/bitmaps/cdplayer.xbm, 
src/bitmaps/files.xbm, src/bitmaps/image.xbm, src/bitmaps/load.xbm, 
src/bitmaps/lock.xbm, src/bitmaps/mail.xbm, src/bitmaps/notes.xbm, 
src/bitmaps/panel.xbm, src/bitmaps/switches.xbm, src/bitmaps/terminal.xbm, 
src/bitmaps/text.xbm, src/bitmaps/unknown.xbm:
-       Added bitmaps.
-
-       * lib/button.c, lib/help.c, lib/menubar.c, lib/util.c, 
src/arshell-x/arshell-x.c, src/arshell/arshell.c, src/arshell/textedit.c:
-       Fixed compiler warnings.
-
-       * src/arshell/arguments.c:
-       Refactored code through extraction in order to trim size of main 
argument handling loop.
-
-       * src/arshell/arshell.c:
-       Tooltips are only enabled if XmNtoolTipEnable is defined.
-
-       * Makefile.in, configure, doc/TODO, doc/antiright.lsm, lib/button.c, 
lib/button.h, lib/drawing.c, lib/edit.h, lib/form.c, lib/frame.c, lib/help.c, 
lib/label.c, lib/label.h, lib/library.c, lib/library.h, lib/list.c, 
lib/menubar.c, lib/popup.c, lib/row.c, lib/separator.c, lib/status.c, 
lib/status.h, lib/util.c, lib/window.c, lib/window.h, src/ACE, src/AntiRight, 
src/arshell-x/arshell-x.c, src/arshell/arguments.c, src/arshell/arguments.h, 
src/arshell/arshell-util.c, src/arshell/arshell-util.h, src/arshell/arshell.c, 
src/arshell/arshell.h, src/arshell/color.c, src/arshell/textedit.h:
-       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.
+       * src/bitmaps/antiright.xbm, src/bitmaps/arrow.xbm,
+       src/bitmaps/browser.xbm, src/bitmaps/calculate.xbm,
+       src/bitmaps/cdplayer.xbm, src/bitmaps/files.xbm,
+       src/bitmaps/image.xbm, src/bitmaps/load.xbm, src/bitmaps/lock.xbm,
+       src/bitmaps/mail.xbm, src/bitmaps/notes.xbm,
+       src/bitmaps/panel.xbm, src/bitmaps/switches.xbm,
+       src/bitmaps/terminal.xbm, src/bitmaps/text.xbm,
+       src/bitmaps/unknown.xbm: Added bitmaps.
+
+       * lib/button.c, lib/help.c, lib/menubar.c, lib/util.c,
+       src/arshell-x/arshell-x.c, src/arshell/arshell.c,
+       src/arshell/textedit.c: Fixed compiler warnings.
+
+       * src/arshell/arguments.c: Refactored code through extraction in
+       order to trim size of main argument handling loop.
+
+       * src/arshell/arshell.c: Tooltips are only enabled if
+       XmNtoolTipEnable is defined.
+
+       * Makefile.in, configure, doc/TODO, doc/antiright.lsm,
+       lib/button.c, lib/button.h, lib/drawing.c, lib/edit.h, lib/form.c,
+       lib/frame.c, lib/help.c, lib/label.c, lib/label.h, lib/library.c,
+       lib/library.h, lib/list.c, lib/menubar.c, lib/popup.c, lib/row.c,
+       lib/separator.c, lib/status.c, lib/status.h, lib/util.c,
+       lib/window.c, lib/window.h, src/ACE, src/AntiRight,
+       src/arshell-x/arshell-x.c, src/arshell/arguments.c,
+       src/arshell/arguments.h, src/arshell/arshell-util.c,
+       src/arshell/arshell-util.h, src/arshell/arshell.c,
+       src/arshell/arshell.h, src/arshell/color.c,
+       src/arshell/textedit.h: 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-08-06  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/textedit.c:
-       Find and replace code has been implemented.  Save as and Opening has 
been implemented using the Motif File Selection dialog as opposed to the 
AntiRight file management script.  The printing callback is now utilized.  
Changes have been made, adapting arshell to the new use of the XmMainWindow 
widget and the new arshell data structures.
+       * src/arshell/textedit.c: Find and replace code has been
+       implemented.  Save as and Opening has been implemented using the
+       Motif File Selection dialog as opposed to the AntiRight file
+       management script.  The printing callback is now utilized.
+       Changes have been made, adapting arshell to the new use of the
+       XmMainWindow widget and the new arshell data structures.
 
 2004-07-27  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell/textedit.c:
-       After setting the contents of the scrolled text work area, the 
insertion posistion is returned to 0, making the text at the beginning of the 
buffer appear first.
+       * src/arshell/textedit.c: After setting the contents of the
+       scrolled text work area, the insertion posistion is returned to 0,
+       making the text at the beginning of the buffer appear first.
 
 2004-07-26  Jeffrey Bedard  <address@hidden>
 
-       * src/arshell-x/arshell-x.c:
-       Fixed color selector.  Arshell-x now exits on color selector select 
button press.  The bitmap button argument is now handled, though unimplemented. 
 The arshell-x window is set to transient mode and positioned at 0x0 on the 
screen when the overrideRedirect xrm option is used, allowing use of arshell-x 
for as a pager.
+       * src/arshell-x/arshell-x.c: Fixed color selector.  Arshell-x now
+       exits on color selector select button press.  The bitmap button
+       argument is now handled, though unimplemented.  The arshell-x
+       window is set to transient mode and positioned at 0x0 on the
+       screen when the overrideRedirect xrm option is used, allowing use
+       of arshell-x for as a pager.
 
 2004-07-25  Jeffrey Bedard  <address@hidden>
 
-       * doc/antiright.lsm:
-       Updated description to correspond with current state of AntiRight.
+       * doc/antiright.lsm: Updated description to correspond with
+       current state of AntiRight.
 
 2004-07-23  Jeffrey Bedard  <address@hidden>
 
@@ -268,11 +433,12 @@
 
        * Makefile.in: Moved cleanup of backup files to distclean.
 
-       * Makefile.in, lib/util.c, lib/util.h, src/arshell/arshell-util.c, 
src/arshell/arshell-util.h:
-       Fixed clean target in makefile and commit needed files.
+       * Makefile.in, lib/util.c, lib/util.h, src/arshell/arshell-util.c,
+       src/arshell/arshell-util.h: Fixed clean target in makefile and
+       commit needed files.
 
-       * ChangeLog:
-       Updated for 2.0-pre12.  The text has been reformatted/filled.
+       * ChangeLog: Updated for 2.0-pre12.  The text has been
+       reformatted/filled.
 
        * doc/ACE.1: Spelling corrections.
 
@@ -569,8 +735,7 @@
        choose whether or not xlock should be used by minileft for a
        launcher.  AntiRight's version has been updated to 1.111.
 
-       * arhelp-src/arhelp.c, arhelp-src/arhelp.xbm: AddedCVS:
-       ----------------------------------------------------------------------
+       * arhelp-src/arhelp.c, arhelp-src/arhelp.xbm: Added
 
 2004-01-25  Jeffrey Bedard  <address@hidden>
 




reply via email to

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