/[antiright]/antiright/ChangeLog
ViewVC logotype

Diff of /antiright/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.45 by jefbed, Sat Dec 25 00:56:13 2004 UTC revision 1.46 by jefbed, Sat Jan 22 19:14:34 2005 UTC
# Line 1  Line 1 
1    2005-01-21  Jeffrey Bedard  <jefbed@e-list.net>
2    
3            * src/ACE, src/AR, src/arshell/arguments.c,
4            src/arshell/clockload.c, src/arshell/clockload.h,
5            src/arshell/interface_file.c, src/arshell/update.c,
6            src/system.antiright, lib/form.c, lib/form.h, lib/frame.c,
7            lib/frame.h, lib/help.c, lib/help.h, lib/label.h, lib/library.c,
8            lib/library.h, lib/util.c, lib/util.h, lib/window.c, lib/window.h:
9            Rearranged functions into more logical file separations.
10            library.c is now a place for new implementation.
11    
12            * Makefile.in: Added rules for resource.o, string.o, system.o, and
13            xmstring.o.
14    
15    2005-01-18  Jeffrey Bedard  <jefbed@e-list.net>
16    
17            * src/ACE: Added appropriate titles to some panels.  Picked milder
18            colors for the sticky notes.  Removed some redundant peer
19            functions.
20    
21    2004-12-29  Jeffrey Bedard  <jefbed@e-list.net>
22    
23            * src/ACE: Wrote my own song retreival function using standard
24            shell utilites.  This eleminates dependence on perl, and
25            eliminates the need to give external credit.
26    
27            * src/arshell/appendage.c, src/arshell/appendage.h: Began
28            implementation.
29    
30            * src/ACE: The play/next button causes the mpg123 output to be
31            appended to ~/.antiright_mp3s, rather than having it replace the
32            file.  This prevents inaccurate display caused by truncating the
33            file.
34    
35            * src/arshell/appendage.c, src/arshell/appendage.h,
36            src/arshell/clockload.h, src/bitmaps/play.xbm,
37            src/bitmaps/stop.xbm: Added files that should have been added a
38            while ago.
39    
40            * src/ACE: Re-added the BitchX jukebox functionality in a much
41            cleaner fashion.  The user is now prompted once if he or she
42            wishes to use the bitchx aliases.  /amp prints the song, and /amn
43            goes to the next song.
44    
45    2004-12-28  Jeffrey Bedard  <jefbed@e-list.net>
46    
47            * src/ACE: Removed the bitchx features, as they added too many
48            hacks.  Posting mp3s on chat isnt really necessary anyways.
49    
50    2004-12-27  Jeffrey Bedard  <jefbed@e-list.net>
51    
52            * Makefile.in, configure, src/ACE: Added support for the mpg
53            script from BitchX's bain.irc package in the Jukebox.  This allows
54            the current song to be displayed in a bitchx session with the /mp3
55            command.
56    
57            * src/arshell/arshell.h, src/arshell/menubar.c: Use BEGINNING
58            alignment for menu items.
59    
60    2004-12-25  Jeffrey Bedard  <jefbed@e-list.net>
61    
62            * src/arshell/arshell-util.c: Updated arshell_usage() to contain
63            the new fifo and clockload options.
64    
65            * doc/arshell.1: Updated manpage to contain new clockload and fifo
66            options.
67    
68            * src/ACE: XmCD is now used if available.
69    
70  2004-12-25  Jeffrey Bedard  <jefbed@e-list.net>  2004-12-25  Jeffrey Bedard  <jefbed@e-list.net>
71    
72          * system.antiright: Added mp3-related fields.          * system.antiright: Added mp3-related fields.
# Line 8  Line 77 
77    
78          * ACE: Added JukeBox.          * ACE: Added JukeBox.
79    
80          * arshell/arguments.c, arshell/arshell-util.c, arshell/arshell.h, arshell/layout.c, arshell/layout.h, vdesk/vdesk.c:          * arshell/arguments.c, arshell/arshell-util.c, arshell/arshell.h,
81          Pre-2.5 tree sync.          arshell/layout.c, arshell/layout.h, vdesk/vdesk.c: Pre-2.5 tree
82            sync.
83    
84          * bitmaps/havemail.xbm: Added havemail.xbm.          * bitmaps/havemail.xbm: Added havemail.xbm.
85    
86          * arshell/color.c:          * arshell/color.c: antiright.display is used rather than a call to
87          antiright.display is used rather than a call to XtDisplay().          XtDisplay().
88    
89          * arshell/clockload.c:          * arshell/clockload.c: Added simple and useful clockload/mailcheck
90          Added simple and useful clockload/mailcheck applet.          applet.
91    
92          * arshell/update.c: Clockload applet now works.          * arshell/update.c: Clockload applet now works.
93    
94          * ACE:          * ACE: Fixed the Load_Meter.  Reordered buttons on Desktop.  Used
95          Fixed the Load_Meter.  Reordered buttons on Desktop.  Used new clockload applet in Desktop.          new clockload applet in Desktop.
96    
97  2004-12-19  Jeffrey Bedard  <jefbed@e-list.net>  2004-12-19  Jeffrey Bedard  <jefbed@e-list.net>
98    
99          * arshell/arguments.h: Changed AR_ARGUMENTS_H to ARSHELL_ARGUMENTS_H.          * arshell/arguments.h: Changed AR_ARGUMENTS_H to
100            ARSHELL_ARGUMENTS_H.
101    
102          * arshell/arshell.h: Included pixmap.h.          * arshell/arshell.h: Included pixmap.h.
103    
104          * arshell/arguments.c: Moved pixmap-specific functions to pixmap.c.          * arshell/arguments.c: Moved pixmap-specific functions to
105            pixmap.c.
106    
107          * arshell/pixmap.h, arshell/pixmap.c: This is the initial check-in.          * arshell/pixmap.h, arshell/pixmap.c: This is the initial
108            check-in.
109    
110  2004-12-16  Jeffrey Bedard  <jefbed@e-list.net>  2004-12-16  Jeffrey Bedard  <jefbed@e-list.net>
111    
112          * 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:          * arshell/arshell.c, arshell/arshell.h, arshell/file.c,
113          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/layout.c, arshell/layout.h, arshell/main.c,
114            arshell/textedit.c, ACE, AR, arshell/arguments.c,
115            system.antiright: Final checkin for release 2.4 of AntiRight.
116            Window lowering was fixed, so that all nonmanaged panels are not
117            lowered, but, rather, arshell started with -l lowers itself.
118    
119  2004-12-12  Jeffrey Bedard  <jefbed@e-list.net>  2004-12-12  Jeffrey Bedard  <jefbed@e-list.net>
120    
121          * arshell/arguments.c:          * arshell/arguments.c: Added arshell_add_lower_button().  Added
122          Added arshell_add_lower_button().  Added option -AL, to add the lowering button.          option -AL, to add the lowering button.
123    
124          * ACE:          * ACE: Consolidated Desktop_Lite() and Pager() into a unified form
125          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.          in Desktop().  Added a Cancel option for file management.  Only
126            the 5 minute load is displayed by ACE_print_time_and_load() to
127            conserve space.
128    
129  2004-11-21  Jeffrey Bedard  <jefbed@e-list.net>  2004-11-21  Jeffrey Bedard  <jefbed@e-list.net>
130    
131          * AntiRight: Added resources for about dialog.          * AntiRight: Added resources for about dialog.
132    
133          * ACE:          * ACE: Fixed alarm so that it does not request a command if a time
134          Fixed alarm so that it does not request a command if a time isnt specified.          isnt specified.
135    
136  2004-11-12  Jeffrey Bedard  <jefbed@e-list.net>  2004-11-12  Jeffrey Bedard  <jefbed@e-list.net>
137    
138          * ACE:          * ACE: Removed redundant load functions, which are easily replaced
139          Removed redundant load functions, which are easily replaced by a lower level call with appropriate parameters.          by a lower level call with appropriate parameters.
140    
141  2004-11-06  Jeffrey Bedard  <jefbed@e-list.net>  2004-11-06  Jeffrey Bedard  <jefbed@e-list.net>
142    
143          * arshell/arshell-util.c, arshell/color.c, arshell/interface_file.c:          * arshell/arshell-util.c, arshell/color.c,
144          Code cleanups and refactorings for 2.3 release.          arshell/interface_file.c: Code cleanups and refactorings for 2.3
145            release.
146    
147  2004-11-06  Jeffrey Bedard  <jefbed@e-list.net>  2004-11-06  Jeffrey Bedard  <jefbed@e-list.net>
148    
# Line 70  Line 150 
150    
151          * Makefile.in: Fixed a typo in the bzball target.          * Makefile.in: Fixed a typo in the bzball target.
152    
153          * ChangeLog: Updated and refilled for the release of AntiRight 2.3.          * ChangeLog: Updated and refilled for the release of AntiRight
154            2.3.
155    
156          * Makefile.in, lib/library.c, src/arshell/arshell-util.c, src/arshell/color.c, src/arshell/interface_file.c:          * Makefile.in, lib/library.c, src/arshell/arshell-util.c,
157          Code cleanups and refactorings for 2.3 release.          src/arshell/color.c, src/arshell/interface_file.c: Code cleanups
158            and refactorings for 2.3 release.
159    
160  2004-11-06  Jeffrey Bedard  <jefbed@e-list.net>  2004-11-06  Jeffrey Bedard  <jefbed@e-list.net>
161    

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26