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: Sat, 22 Jan 2005 14:14:34 -0500

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/01/22 19:14:34

Modified files:
        .              : ChangeLog 

Log message:
        Updated for pre-2.6.

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

Patches:
Index: antiright/ChangeLog
diff -u antiright/ChangeLog:1.45 antiright/ChangeLog:1.46
--- antiright/ChangeLog:1.45    Sat Dec 25 00:56:13 2004
+++ antiright/ChangeLog Sat Jan 22 19:14:34 2005
@@ -1,3 +1,72 @@
+2005-01-21  Jeffrey Bedard  <address@hidden>
+
+       * src/ACE, src/AR, src/arshell/arguments.c,
+       src/arshell/clockload.c, src/arshell/clockload.h,
+       src/arshell/interface_file.c, src/arshell/update.c,
+       src/system.antiright, lib/form.c, lib/form.h, lib/frame.c,
+       lib/frame.h, lib/help.c, lib/help.h, lib/label.h, lib/library.c,
+       lib/library.h, lib/util.c, lib/util.h, lib/window.c, lib/window.h:
+       Rearranged functions into more logical file separations.
+       library.c is now a place for new implementation.
+
+       * Makefile.in: Added rules for resource.o, string.o, system.o, and
+       xmstring.o.
+
+2005-01-18  Jeffrey Bedard  <address@hidden>
+
+       * src/ACE: Added appropriate titles to some panels.  Picked milder
+       colors for the sticky notes.  Removed some redundant peer
+       functions.
+
+2004-12-29  Jeffrey Bedard  <address@hidden>
+
+       * src/ACE: Wrote my own song retreival function using standard
+       shell utilites.  This eleminates dependence on perl, and
+       eliminates the need to give external credit.
+
+       * src/arshell/appendage.c, src/arshell/appendage.h: Began
+       implementation.
+
+       * src/ACE: The play/next button causes the mpg123 output to be
+       appended to ~/.antiright_mp3s, rather than having it replace the
+       file.  This prevents inaccurate display caused by truncating the
+       file.
+
+       * src/arshell/appendage.c, src/arshell/appendage.h,
+       src/arshell/clockload.h, src/bitmaps/play.xbm,
+       src/bitmaps/stop.xbm: Added files that should have been added a
+       while ago.
+
+       * src/ACE: Re-added the BitchX jukebox functionality in a much
+       cleaner fashion.  The user is now prompted once if he or she
+       wishes to use the bitchx aliases.  /amp prints the song, and /amn
+       goes to the next song.
+
+2004-12-28  Jeffrey Bedard  <address@hidden>
+
+       * src/ACE: Removed the bitchx features, as they added too many
+       hacks.  Posting mp3s on chat isnt really necessary anyways.
+
+2004-12-27  Jeffrey Bedard  <address@hidden>
+
+       * Makefile.in, configure, src/ACE: 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.
+
+       * src/arshell/arshell.h, src/arshell/menubar.c: Use BEGINNING
+       alignment for menu items.
+
+2004-12-25  Jeffrey Bedard  <address@hidden>
+
+       * src/arshell/arshell-util.c: Updated arshell_usage() to contain
+       the new fifo and clockload options.
+
+       * doc/arshell.1: Updated manpage to contain new clockload and fifo
+       options.
+
+       * src/ACE: XmCD is now used if available.
+
 2004-12-25  Jeffrey Bedard  <address@hidden>
 
        * system.antiright: Added mp3-related fields.
@@ -8,61 +77,72 @@
 
        * ACE: Added JukeBox.
 
-       * arshell/arguments.c, arshell/arshell-util.c, arshell/arshell.h, 
arshell/layout.c, arshell/layout.h, vdesk/vdesk.c:
-       Pre-2.5 tree sync.
+       * arshell/arguments.c, arshell/arshell-util.c, arshell/arshell.h,
+       arshell/layout.c, arshell/layout.h, vdesk/vdesk.c: Pre-2.5 tree
+       sync.
 
        * bitmaps/havemail.xbm: Added havemail.xbm.
 
-       * arshell/color.c:
-       antiright.display is used rather than a call to XtDisplay().
+       * arshell/color.c: antiright.display is used rather than a call to
+       XtDisplay().
 
-       * arshell/clockload.c:
-       Added simple and useful clockload/mailcheck applet.
+       * arshell/clockload.c: Added simple and useful clockload/mailcheck
+       applet.
 
        * arshell/update.c: Clockload applet now works.
 
-       * ACE:
-       Fixed the Load_Meter.  Reordered buttons on Desktop.  Used new 
clockload applet in Desktop.
+       * ACE: Fixed the Load_Meter.  Reordered buttons on Desktop.  Used
+       new clockload applet in Desktop.
 
 2004-12-19  Jeffrey Bedard  <address@hidden>
 
-       * arshell/arguments.h: Changed AR_ARGUMENTS_H to ARSHELL_ARGUMENTS_H.
+       * arshell/arguments.h: Changed AR_ARGUMENTS_H to
+       ARSHELL_ARGUMENTS_H.
 
        * arshell/arshell.h: Included pixmap.h.
 
-       * arshell/arguments.c: Moved pixmap-specific functions to pixmap.c.
+       * arshell/arguments.c: Moved pixmap-specific functions to
+       pixmap.c.
 
-       * arshell/pixmap.h, arshell/pixmap.c: This is the initial check-in.
+       * arshell/pixmap.h, arshell/pixmap.c: This is the initial
+       check-in.
 
 2004-12-16  Jeffrey Bedard  <address@hidden>
 
-       * arshell/arshell.c, arshell/arshell.h, arshell/file.c, 
arshell/layout.c, arshell/layout.h, arshell/main.c, arshell/textedit.c, ACE, 
AR, arshell/arguments.c, system.antiright:
-       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.
+       * arshell/arshell.c, arshell/arshell.h, arshell/file.c,
+       arshell/layout.c, arshell/layout.h, arshell/main.c,
+       arshell/textedit.c, ACE, AR, arshell/arguments.c,
+       system.antiright: 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-12-12  Jeffrey Bedard  <address@hidden>
 
-       * arshell/arguments.c:
-       Added arshell_add_lower_button().  Added option -AL, to add the 
lowering button.
+       * arshell/arguments.c: Added arshell_add_lower_button().  Added
+       option -AL, to add the lowering button.
 
-       * ACE:
-       Consolidated Desktop_Lite() and Pager() into a unified form in 
Desktop().  Added a Cancel option for file management.  Only the 5 minute load 
is displayed by ACE_print_time_and_load() to conserve space.
+       * ACE: Consolidated Desktop_Lite() and Pager() into a unified form
+       in Desktop().  Added a Cancel option for file management.  Only
+       the 5 minute load is displayed by ACE_print_time_and_load() to
+       conserve space.
 
 2004-11-21  Jeffrey Bedard  <address@hidden>
 
        * AntiRight: Added resources for about dialog.
 
-       * ACE:
-       Fixed alarm so that it does not request a command if a time isnt 
specified.
+       * ACE: Fixed alarm so that it does not request a command if a time
+       isnt specified.
 
 2004-11-12  Jeffrey Bedard  <address@hidden>
 
-       * ACE:
-       Removed redundant load functions, which are easily replaced by a lower 
level call with appropriate parameters.
+       * ACE: Removed redundant load functions, which are easily replaced
+       by a lower level call with appropriate parameters.
 
 2004-11-06  Jeffrey Bedard  <address@hidden>
 
-       * arshell/arshell-util.c, arshell/color.c, arshell/interface_file.c:
-       Code cleanups and refactorings for 2.3 release.
+       * arshell/arshell-util.c, arshell/color.c,
+       arshell/interface_file.c: Code cleanups and refactorings for 2.3
+       release.
 
 2004-11-06  Jeffrey Bedard  <address@hidden>
 
@@ -70,10 +150,12 @@
 
        * Makefile.in: Fixed a typo in the bzball target.
 
-       * ChangeLog: Updated and refilled for the release of AntiRight 2.3.
+       * ChangeLog: Updated and refilled for the release of AntiRight
+       2.3.
 
-       * Makefile.in, lib/library.c, src/arshell/arshell-util.c, 
src/arshell/color.c, src/arshell/interface_file.c:
-       Code cleanups and refactorings for 2.3 release.
+       * Makefile.in, lib/library.c, src/arshell/arshell-util.c,
+       src/arshell/color.c, src/arshell/interface_file.c: Code cleanups
+       and refactorings for 2.3 release.
 
 2004-11-06  Jeffrey Bedard  <address@hidden>
 




reply via email to

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