/[antiright]/antiright/ChangeLog
ViewVC logotype

Diff of /antiright/ChangeLog

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

revision 1.41 by jefbed, Mon Aug 30 00:10:27 2004 UTC revision 1.42 by jefbed, Tue Aug 31 22:20:25 2004 UTC
# Line 1  Line 1 
1    2004-08-31  Jeffrey Bedard  <jefbed@e-list.net>
2    
3            * lib/menubar.c, src/arshell/menubar.c: Improved separator
4            placement menus.  Improved item ordering in the File menu.
5    
6            * src/system.antiright, configure: Rewrote test for
7            libcdaudio-config.
8    
9    2004-08-30  Jeffrey Bedard  <jefbed@e-list.net>
10    
11            * src/arcd/arcd.c: Fixed errors in which libcdaudio code was used
12            when it is not available.
13    
14  2004-08-30  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-30  Jeffrey Bedard  <jefbed@e-list.net>
15    
16          * configure: Changed VERSION to 2.2.          * configure: Changed VERSION to 2.2.
17    
18          * src/ACE:          * src/ACE: Fixed settings utility, making proper use of the new
19          Fixed settings utility, making proper use of the new dialog code.          dialog code.
20    
21  2004-08-29  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-29  Jeffrey Bedard  <jefbed@e-list.net>
22    
23          * src/arshell/textedit.c:          * src/arshell/textedit.c: Fixed compilation.  Fixed the the line
24          Fixed compilation.  Fixed the the line display when the cursor is at a newline character.  Added arshell_position().          display when the cursor is at a newline character.  Added
25            arshell_position().
26          * doc/arshell.1, lib/button.c, lib/menubar.c, src/antiright-mail.awk, src/arshell/dialog.c, src/arshell/textedit.c:  
27          Minor fixes.          * doc/arshell.1, lib/button.c, lib/menubar.c,
28            src/antiright-mail.awk, src/arshell/dialog.c,
29            src/arshell/textedit.c: Minor fixes.
30    
31          * Makefile.in: Removed installation of antiright-mail.awk.          * Makefile.in: Removed installation of antiright-mail.awk.
32    
33          * lib/library.c:          * lib/library.c: Fixed warning of unused variables widget and
34          Fixed warning of unused variables widget and tooltip_string in antiright_set_tooltip() when tooltips are not available.          tooltip_string in antiright_set_tooltip() when tooltips are not
35            available.
36    
37          * lib/popup.c: Fixed compiler warning about unused call_data.          * lib/popup.c: Fixed compiler warning about unused call_data.
38    
39          * lib/edit.c: Fixed compiler warnings about unused variables.          * lib/edit.c: Fixed compiler warnings about unused variables.
40    
41          * src/arshell/color.c:          * src/arshell/color.c: Fixed compiler warning, indicating that
42          Fixed compiler warning, indicating that client_data is not used.          client_data is not used.
43    
44  2004-08-28  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-28  Jeffrey Bedard  <jefbed@e-list.net>
45    
# Line 39  Line 55 
55    
56  2004-08-28  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-28  Jeffrey Bedard  <jefbed@e-list.net>
57    
58          * src/ACE:          * src/ACE: Removed Read_Mail() and Write_Mail().  Renamed "Close"
59          Removed Read_Mail() and Write_Mail().  Renamed "Close" label of cd player to "Exit".          label of cd player to "Exit".
60    
61          * 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:          * src/arcd/arcd.c, src/arshell/arguments.c,
62          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/arshell/arguments.h, src/arshell/arshell.h,
63            src/arshell/interface_file.c, src/arshell/interface_file.h,
64            Makefile.in, configure: Added support for interface files using
65            yetanotherclib's parsing functions.  The file format is that of a
66            standard yaclib parser input file, its grammar defined in
67            interface_file.c.
68    
69  2004-08-26  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-26  Jeffrey Bedard  <jefbed@e-list.net>
70    
# Line 51  Line 72 
72    
73  2004-08-25  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-25  Jeffrey Bedard  <jefbed@e-list.net>
74    
75          * 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:          * COPYING, Makefile.in, README, lib/edit.c, lib/edit.h,
76          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.          lib/library.h, lib/popup.c, lib/window.c, src/ACE, src/AntiRight,
77            src/arshell/arshell-util.c, src/arshell/dialog.c,
78            src/arshell/file.c, src/arshell/menubar.c, src/arshell/search.c,
79            src/arshell/textedit.h: Added comment and uncomment features.
80            Refined edit menu appearance by separating relevent items.  The
81            toolbar widget was removed and the toolbar buttons are now simply
82            created right on top of arshell.layout.row_manager instead.  Debug
83            messages were removed.  No changes were made to COPYING, it was
84            just replaced with exactly the same file.  Convenience functions
85            were added to the popup menu, allowing certain predefined text
86            clippings to be inserted and code to be quickly be commented and
87            uncommented.
88    
89          * configure: Fixed bug in which MAKE is defined as $CC.          * configure: Fixed bug in which MAKE is defined as $CC.
90    
91  2004-08-23  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-23  Jeffrey Bedard  <jefbed@e-list.net>
92    
93          * 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:          * configure, lib/button.c, lib/library.h, lib/menubar.c,
94          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.          lib/window.c, src/ACE, src/arcd/arcd.c, src/arshell/arguments.c,
95            src/arshell/arshell.c, src/arshell/arshell.h,
96            src/arshell/dialog.c, src/arshell/menubar.c, src/arshell/search.c,
97            src/arshell/textedit.c, src/arshell/textedit.h,
98            src/arshell/update.c, src/arshell/update.h: Added an IGNORE CASE
99            option to the search and replace dialog.  Changed the updating
100            code to use a linked list to store updaters, allowing an
101            indefinite amount of such.  Fixed a scope issue with the pixmap
102            transparency code.
103    
104  2004-08-20  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-20  Jeffrey Bedard  <jefbed@e-list.net>
105    
106          * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm:          * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm: Updated
107          Updated copying information.          copying information.
108    
109          * doc/antiright.lsm: Updated to represent current project information.          * doc/antiright.lsm: Updated to represent current project
110            information.
111    
112  2004-08-19  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-19  Jeffrey Bedard  <jefbed@e-list.net>
113    
114          * src/arshell/arshell-util.c:          * src/arshell/arshell-util.c: Updated the usage text to show
115          Updated the usage text to show currently supported arguments.          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.  
116    
117          * 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:          * src/AR, src/arshell/arshell.h, src/arshell/update.c, doc/ACE.1,
118          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.          doc/arshell.1: Autodetection of the window manager was added to
119            AR.  Updating of the title bar and the work area was added to
120            update.c.  An updating flag was added to the flags structure in
121            arshell.h for future use.  A manual page for arshell was written.
122    
123            * lib/menubar.c, src/AntiRight, src/arshell/dialog.c,
124            src/arshell/textedit.c, src/bitmaps/www.xpm, COPYING, Makefile.in,
125            README, configure, doc/README, lib/button.c, lib/library.h: Moved
126            README to root of source tree.  Added a games menu and renamed the
127            "Popular Applications" menu to the "Applications" menu.  Restored
128            the www.xpm icon as it is easilly corruptable by modifications.
129    
130  2004-08-18  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-18  Jeffrey Bedard  <jefbed@e-list.net>
131    
132          * lib/menubar.c: Re-added the popular applications menu.          * lib/menubar.c: Re-added the popular applications menu.
133    
134          * configure:          * configure: The resource directory is now determined
135          The resource directory is now determined automatically.  The icon directory is set.  The version has been changed to 2.1.          automatically.  The icon directory is set.  The version has been
136            changed to 2.1.
137          * src/AR:  
138          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.          * src/AR: Added the ability to customize the window manager used.
139            If WINDOWMANAGER is not set, mwm is used.  If mwm is not
140            available, twm is used as a last resort.
141    
142  2004-08-17  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-17  Jeffrey Bedard  <jefbed@e-list.net>
143    
144          * src/arshell/file.c:          * src/arshell/file.c: Fixed a bug that was causing files to be
145          Fixed a bug that was causing files to be overwritten by the contents of the previously opened file.          overwritten by the contents of the previously opened file.
146    
147  2004-08-16  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-16  Jeffrey Bedard  <jefbed@e-list.net>
148    
149          * src/ACE: Changed to use www.xpm icon instead of netscape.xpm.          * src/ACE: Changed to use www.xpm icon instead of netscape.xpm.
150    
151          * src/bitmaps/www.xpm:          * src/bitmaps/www.xpm: Added www.xpm and its corresponding
152          Added www.xpm and its corresponding copyright and GPL notice from Launcher.          copyright and GPL notice from Launcher.
153    
154          * lib/menubar.c:          * lib/menubar.c: Separated the manual menu definition in its own
155          Separated the manual menu definition in its own function.          function.
156    
157          * configure: Only define -D_GNU_SOURCE, not including -D__USE_GNU.          * configure: Only define -D_GNU_SOURCE, not including -D__USE_GNU.
158    
159          * src/ACE: Removed memory-hungry desktop.          * src/ACE: Removed memory-hungry desktop.
160    
161          * 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:          * src/bitmaps/README.aicons, src/bitmaps/README.gnomexpm,
162          Added.  Added 3 icons from the aicons package.  Added the icons from my gnomexpm package. Added 7 kde icons.          src/bitmaps/close.xpm, src/bitmaps/copy.xpm, src/bitmaps/cut.xpm,
163            src/bitmaps/fileserver.xpm, src/bitmaps/handtoface.xpm,
164          * 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:          src/bitmaps/help.xpm, src/bitmaps/home.xpm, src/bitmaps/index.xpm,
165          Removed pixmaps.          src/bitmaps/jump_to.xpm, src/bitmaps/kcalc.xpm,
166            src/bitmaps/kcoloredit.xpm, src/bitmaps/kcontrol.xpm,
167          * 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:          src/bitmaps/kedit.xpm, src/bitmaps/kfm.xpm,
168          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/knotes.xpm, src/bitmaps/kscd.xpm,
169            src/bitmaps/ksysguard.xpm, src/bitmaps/left_arrow.xpm,
170            src/bitmaps/new.xpm, src/bitmaps/open.xpm, src/bitmaps/paste.xpm,
171            src/bitmaps/preferences.xpm, src/bitmaps/print.xpm,
172            src/bitmaps/right_arrow.xpm, src/bitmaps/save.xpm,
173            src/bitmaps/saveas.xpm, src/bitmaps/search.xpm,
174            src/bitmaps/spell.xpm, src/bitmaps/term.xpm, src/bitmaps/undo.xpm,
175            src/bitmaps/up_arrow.xpm: Added.  Added 3 icons from the aicons
176            package.  Added the icons from my gnomexpm package. Added 7 kde
177            icons.
178    
179            * src/bitmaps/barchart.xpm, src/bitmaps/calculate.xpm,
180            src/bitmaps/cdrom.xpm, src/bitmaps/colormap.xpm,
181            src/bitmaps/disks.xpm, src/bitmaps/earth.xpm,
182            src/bitmaps/edit.xpm, src/bitmaps/filing.xpm,
183            src/bitmaps/lightning.xpm, src/bitmaps/note2.xpm,
184            src/bitmaps/notebook.xpm, src/bitmaps/xterm.xpm: Removed pixmaps.
185    
186            * COPYING, Makefile.in, configure, doc/README, lib/button.c,
187            lib/label.c, lib/label.h, lib/library.h, lib/status.c,
188            lib/window.c, lib/window.h, src/ACE, src/AntiRight,
189            src/arshell/arguments.c, src/arshell/arshell.h,
190            src/arshell/dialog.c, src/arshell/file.c, src/arshell/file.h,
191            src/arshell/main.c, src/arshell/menubar.c, src/arshell/search.c,
192            src/arshell/search.h, src/arshell/textedit.c,
193            src/arshell/textedit.h, src/bitmaps/barchart.xpm,
194            src/bitmaps/calculate.xpm, src/bitmaps/cdrom.xpm,
195            src/bitmaps/colormap.xpm, src/bitmaps/disks.xpm,
196            src/bitmaps/earth.xpm, src/bitmaps/edit.xpm,
197            src/bitmaps/filing.xpm, src/bitmaps/lightning.xpm,
198            src/bitmaps/mail.xpm, src/bitmaps/note2.xpm,
199            src/bitmaps/notebook.xpm, src/bitmaps/tools.xpm,
200            src/bitmaps/xterm.xpm: Pixmap icons were added.  A unified search
201            and replace dialog was added to the text editor.  A series of
202            pixmap/bitmap convenience functions were added.  Label-less icon
203            buttons were added to arshell, invoked by the -Ai option.  Various
204            pixmaps were added.  Find at cursor, find selected, revert file,
205            insert file, select all, and show/hide toolbar features were
206            added.  The line counter in the status bar of the text editor was
207            fixed, giving an accurate line count.  A font selector was added
208            and is usable for changing the font of the work area.
209    
210  2004-08-13  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-13  Jeffrey Bedard  <jefbed@e-list.net>
211    
212          * src/arshell/menubar.c:          * src/arshell/menubar.c: Refactored arshell_setup_work_menubar(),
213          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.          extracting arshell_setup_editor_toolbar() and
214            arshell_hide_sticky_note_toolbar().  The test for a non-NULL
215          * 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:          menubar now tests the menubar widget rather than the file menu
216          Functions have been split from textedit.c into menubar.c, file.c, and search.c.          widget.
217    
218          * 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:          * Makefile.in, src/arshell/arshell.h, src/arshell/file.c,
219          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/file.h, src/arshell/menubar.c, src/arshell/menubar.h,
220            src/arshell/search.c, src/arshell/search.h,
221            src/arshell/textedit.c, src/arshell/textedit.h: Functions have
222            been split from textedit.c into menubar.c, file.c, and search.c.
223    
224            * lib/button.c, lib/help.c, lib/library.c, lib/library.h,
225            lib/menubar.c, src/arshell/arshell.h, src/arshell/layout.c,
226            src/arshell/layout.h, src/arshell/textedit.c,
227            src/arshell/textedit.h, src/arshell/update.h: Added structures to
228            their appropriate headers from arshell.h.  A tighter layout for
229            rows and buttons is now used.  A warning was fixed in
230            lib/menubar.c and in lib/help.c.  antiright_get_values() was added
231            to lib/library.c.
232    
233          * lib/util.c:          * lib/util.c: Added antiright_delete_range() and
234          Added antiright_delete_range() and antiright_insert_string().          antiright_insert_string().
235    
236          * src/arshell/textedit.c: Added arshell_find_at_cursor_cb().          * src/arshell/textedit.c: Added arshell_find_at_cursor_cb().
237    
# Line 143  Line 245 
245    
246          * src/AR: The Desktop_Lite feature is now started by default.          * src/AR: The Desktop_Lite feature is now started by default.
247    
248          * src/ACE:          * src/ACE: Improved aesthetics of Desktop_Lite panel.  This is to
249          Improved aesthetics of Desktop_Lite panel.  This is to be the default desktop icon facility, as the other uses too much memory.          be the default desktop icon facility, as the other uses too much
250            memory.
251    
252          * src/ACE:          * src/ACE: Made desktop icons flush to background and centered
253          Made desktop icons flush to background and centered label alignment.          label alignment.
254    
255          * src/arshell/util.c, src/arshell/util.h: Removed.          * src/arshell/util.c, src/arshell/util.h: Removed.
256    
# Line 155  Line 258 
258    
259  2004-08-11  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-11  Jeffrey Bedard  <jefbed@e-list.net>
260    
261          * src/ACE:          * src/ACE: Added Desktop_Lite(), a lightweight version of the
262          Added Desktop_Lite(), a lightweight version of the desktop icon facility.          desktop icon facility.
263    
264          * src/ACE:          * src/ACE: Added a new desktop icon feature.  A low memory variant
265          Added a new desktop icon feature.  A low memory variant will soon be created, with only one arshell instance used.          will soon be created, with only one arshell instance used.
266    
267          * src/ACE: The launcher code now uses arshell prompt dialog features.          * src/ACE: The launcher code now uses arshell prompt dialog
268            features.
269    
270  2004-08-09  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-09  Jeffrey Bedard  <jefbed@e-list.net>
271    
272          * ChangeLog: Updated for 2.0.          * ChangeLog: Updated for 2.0.
273    
274          * src/arshell/textedit.c:          * src/arshell/textedit.c: Changed "Find and Replace" dialog to use
275          Changed "Find and Replace" dialog to use a message dialog.          a message dialog.
276    
277          * configure: Changed version to 2.0.          * configure: Changed version to 2.0.
278    
279          * 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,
280            lib/window.c, src/arshell/antiright.xbm, src/arshell/arguments.c,
281            src/arshell/arguments.h, src/arshell/arshell-util.c,
282            src/arshell/arshell-util.h, src/arshell/arshell.c,
283            src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/layout.c,
284            src/arshell/layout.h, src/arshell/main.c, src/arshell/main.h,
285            src/arshell/menubar.c, src/arshell/menubar.h,
286            src/arshell/update.c, src/arshell/update.h, src/system.antiright:
287          Checkin for AntiRight 2.0.          Checkin for AntiRight 2.0.
288    
289          * src/arshell/dialog.h: Updated prototypes.          * src/arshell/dialog.h: Updated prototypes.
290    
291          * lib/util.c:          * lib/util.c: Removed unused variable command_string in
292          Removed unused variable command_string in antiright_beautified_label().          antiright_beautified_label().
293    
294          * lib/status.c: Returned the created status bar.          * lib/status.c: Returned the created status bar.
295    
296          * 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:          * src/arshell/arguments.h, src/arshell/arshell-util.c,
297          Added new dialog code.  Added better updating code to arshell, including updating of labels and updating of progress bars.          src/arshell/arshell-util.h, src/arshell/arshell.c,
298            src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/dialog.h,
299            src/arshell/textedit.c: Added new dialog code.  Added better
300            updating code to arshell, including updating of labels and
301            updating of progress bars.
302    
303          * src/arshell/arguments.c:          * src/arshell/arguments.c: Added arshell_handle_dialog_arguments()
304          Added arshell_handle_dialog_arguments() call to the construction argument handler switch statement.          call to the construction argument handler switch statement.
305    
306          * src/ACE:          * src/ACE: Added check for old ~/.antiright versions.  Adjusted
307          Added check for old ~/.antiright versions.  Adjusted code to use new dialog features of arshell.          code to use new dialog features of arshell.
308    
309  2004-08-09  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-09  Jeffrey Bedard  <jefbed@e-list.net>
310    
311          * src/arshell/textedit.c:          * src/arshell/textedit.c: Changed "Find and Replace" dialog to use
312          Changed "Find and Replace" dialog to use a message dialog.          a message dialog.
313    
314          * configure: Changed version to 2.0.          * configure: Changed version to 2.0.
315    
316          * 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,
317            lib/window.c, src/arshell/antiright.xbm, src/arshell/arguments.c,
318            src/arshell/arguments.h, src/arshell/arshell-util.c,
319            src/arshell/arshell-util.h, src/arshell/arshell.c,
320            src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/layout.c,
321            src/arshell/layout.h, src/arshell/main.c, src/arshell/main.h,
322            src/arshell/menubar.c, src/arshell/menubar.h,
323            src/arshell/update.c, src/arshell/update.h, src/system.antiright:
324          Checkin for AntiRight 2.0.          Checkin for AntiRight 2.0.
325    
326          * src/arshell/dialog.h: Updated prototypes.          * src/arshell/dialog.h: Updated prototypes.
327    
328          * lib/util.c:          * lib/util.c: Removed unused variable command_string in
329          Removed unused variable command_string in antiright_beautified_label().          antiright_beautified_label().
330    
331          * lib/status.c: Returned the created status bar.          * lib/status.c: Returned the created status bar.
332    
333          * 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:          * src/arshell/arguments.h, src/arshell/arshell-util.c,
334          Added new dialog code.  Added better updating code to arshell, including updating of labels and updating of progress bars.          src/arshell/arshell-util.h, src/arshell/arshell.c,
335            src/arshell/arshell.h, src/arshell/dialog.c, src/arshell/dialog.h,
336            src/arshell/textedit.c: Added new dialog code.  Added better
337            updating code to arshell, including updating of labels and
338            updating of progress bars.
339    
340          * src/arshell/arguments.c:          * src/arshell/arguments.c: Added arshell_handle_dialog_arguments()
341          Added arshell_handle_dialog_arguments() call to the construction argument handler switch statement.          call to the construction argument handler switch statement.
342    
343          * src/ACE:          * src/ACE: Added check for old ~/.antiright versions.  Adjusted
344          Added check for old ~/.antiright versions.  Adjusted code to use new dialog features of arshell.          code to use new dialog features of arshell.
345    
346  2004-08-08  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-08  Jeffrey Bedard  <jefbed@e-list.net>
347    
348          * 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:          * src/bitmaps/arrow.xbm, src/bitmaps/browser.xbm,
349          Added license statements to the bitmap files.          src/bitmaps/calculate.xbm, src/bitmaps/cdplayer.xbm,
350            src/bitmaps/files.xbm, src/bitmaps/image.xbm,
351            src/bitmaps/load.xbm, src/bitmaps/lock.xbm, src/bitmaps/mail.xbm,
352            src/bitmaps/notes.xbm, src/bitmaps/panel.xbm,
353            src/bitmaps/switches.xbm, src/bitmaps/terminal.xbm,
354            src/bitmaps/text.xbm, src/bitmaps/unknown.xbm: Added license
355            statements to the bitmap files.
356    
357          * lib/library.h:          * lib/library.h: Added more detailed comments.  Added
358          Added more detailed comments.  Added antiright_set_values().          antiright_set_values().
359    
360  2004-08-07  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-07  Jeffrey Bedard  <jefbed@e-list.net>
361    
362          * 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:          * src/bitmaps/antiright.xbm, src/bitmaps/arrow.xbm,
363          Added bitmaps.          src/bitmaps/browser.xbm, src/bitmaps/calculate.xbm,
364            src/bitmaps/cdplayer.xbm, src/bitmaps/files.xbm,
365          * 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:          src/bitmaps/image.xbm, src/bitmaps/load.xbm, src/bitmaps/lock.xbm,
366          Fixed compiler warnings.          src/bitmaps/mail.xbm, src/bitmaps/notes.xbm,
367            src/bitmaps/panel.xbm, src/bitmaps/switches.xbm,
368          * src/arshell/arguments.c:          src/bitmaps/terminal.xbm, src/bitmaps/text.xbm,
369          Refactored code through extraction in order to trim size of main argument handling loop.          src/bitmaps/unknown.xbm: Added bitmaps.
370    
371          * src/arshell/arshell.c:          * lib/button.c, lib/help.c, lib/menubar.c, lib/util.c,
372          Tooltips are only enabled if XmNtoolTipEnable is defined.          src/arshell-x/arshell-x.c, src/arshell/arshell.c,
373            src/arshell/textedit.c: Fixed compiler warnings.
374          * 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:  
375          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/arshell/arguments.c: Refactored code through extraction in
376            order to trim size of main argument handling loop.
377    
378            * src/arshell/arshell.c: Tooltips are only enabled if
379            XmNtoolTipEnable is defined.
380    
381            * Makefile.in, configure, doc/TODO, doc/antiright.lsm,
382            lib/button.c, lib/button.h, lib/drawing.c, lib/edit.h, lib/form.c,
383            lib/frame.c, lib/help.c, lib/label.c, lib/label.h, lib/library.c,
384            lib/library.h, lib/list.c, lib/menubar.c, lib/popup.c, lib/row.c,
385            lib/separator.c, lib/status.c, lib/status.h, lib/util.c,
386            lib/window.c, lib/window.h, src/ACE, src/AntiRight,
387            src/arshell-x/arshell-x.c, src/arshell/arguments.c,
388            src/arshell/arguments.h, src/arshell/arshell-util.c,
389            src/arshell/arshell-util.h, src/arshell/arshell.c,
390            src/arshell/arshell.h, src/arshell/color.c,
391            src/arshell/textedit.h: This is a the update for the 2.0rc1
392            release.  A new data structure scheme for libantiright and arshell
393            has been implemented.  Arshell now makes use of the XmMainWindow
394            widget.  The text editor is now usable and now has find and
395            replace.  Library files were updated according to the changes in
396            the data structures.  The XmIconButton is now used if available.
397            Tooltips are enabled if available, except on override panels such
398            as the desk bar.  Mnemonics, accelerators and label string values
399            were further defined in AntiRight.
400    
401  2004-08-06  Jeffrey Bedard  <jefbed@e-list.net>  2004-08-06  Jeffrey Bedard  <jefbed@e-list.net>
402    
403          * src/arshell/textedit.c:          * src/arshell/textedit.c: Find and replace code has been
404          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.          implemented.  Save as and Opening has been implemented using the
405            Motif File Selection dialog as opposed to the AntiRight file
406            management script.  The printing callback is now utilized.
407            Changes have been made, adapting arshell to the new use of the
408            XmMainWindow widget and the new arshell data structures.
409    
410  2004-07-27  Jeffrey Bedard  <jefbed@e-list.net>  2004-07-27  Jeffrey Bedard  <jefbed@e-list.net>
411    
412          * src/arshell/textedit.c:          * src/arshell/textedit.c: After setting the contents of the
413          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.          scrolled text work area, the insertion posistion is returned to 0,
414            making the text at the beginning of the buffer appear first.
415    
416  2004-07-26  Jeffrey Bedard  <jefbed@e-list.net>  2004-07-26  Jeffrey Bedard  <jefbed@e-list.net>
417    
418          * src/arshell-x/arshell-x.c:          * src/arshell-x/arshell-x.c: Fixed color selector.  Arshell-x now
419          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.          exits on color selector select button press.  The bitmap button
420            argument is now handled, though unimplemented.  The arshell-x
421            window is set to transient mode and positioned at 0x0 on the
422            screen when the overrideRedirect xrm option is used, allowing use
423            of arshell-x for as a pager.
424    
425  2004-07-25  Jeffrey Bedard  <jefbed@e-list.net>  2004-07-25  Jeffrey Bedard  <jefbed@e-list.net>
426    
427          * doc/antiright.lsm:          * doc/antiright.lsm: Updated description to correspond with
428          Updated description to correspond with current state of AntiRight.          current state of AntiRight.
429    
430  2004-07-23  Jeffrey Bedard  <jefbed@e-list.net>  2004-07-23  Jeffrey Bedard  <jefbed@e-list.net>
431    
# Line 268  Line 433 
433    
434          * Makefile.in: Moved cleanup of backup files to distclean.          * Makefile.in: Moved cleanup of backup files to distclean.
435    
436          * Makefile.in, lib/util.c, lib/util.h, src/arshell/arshell-util.c, src/arshell/arshell-util.h:          * Makefile.in, lib/util.c, lib/util.h, src/arshell/arshell-util.c,
437          Fixed clean target in makefile and commit needed files.          src/arshell/arshell-util.h: Fixed clean target in makefile and
438            commit needed files.
439    
440          * ChangeLog:          * ChangeLog: Updated for 2.0-pre12.  The text has been
441          Updated for 2.0-pre12.  The text has been reformatted/filled.          reformatted/filled.
442    
443          * doc/ACE.1: Spelling corrections.          * doc/ACE.1: Spelling corrections.
444    
# Line 569  Line 735 
735          choose whether or not xlock should be used by minileft for a          choose whether or not xlock should be used by minileft for a
736          launcher.  AntiRight's version has been updated to 1.111.          launcher.  AntiRight's version has been updated to 1.111.
737    
738          * arhelp-src/arhelp.c, arhelp-src/arhelp.xbm: AddedCVS:          * arhelp-src/arhelp.c, arhelp-src/arhelp.xbm: Added
         ----------------------------------------------------------------------  
739    
740  2004-01-25  Jeffrey Bedard  <jefbed@e-list.net>  2004-01-25  Jeffrey Bedard  <jefbed@e-list.net>
741    

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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