|
Revision 2, 0.8 kB
(checked in by nextime, 2 years ago)
|
Initial import, branching from morphix svn
|
| Line | |
|---|
| 1 |
2004-03-07 Brendan M. Sleight <bmsleight@morphix.org> |
|---|
| 2 |
* Removed all make files. Autogen works fine with gthread |
|---|
| 3 |
* Submit to cvs |
|---|
| 4 |
TO DO: Remove generated temp scripts from /tmp/ |
|---|
| 5 |
|
|---|
| 6 |
2004-02-27 Brendan M. Sleight <bmsleight@morphix.org> |
|---|
| 7 |
* Changed Glade Layout - no Fixed Positions |
|---|
| 8 |
* Added Progress Bars |
|---|
| 9 |
* Complete re-write of callbacks.c |
|---|
| 10 |
* Add selection of all files or only modified files |
|---|
| 11 |
* Changed Makefile add the following:- |
|---|
| 12 |
cd_persistent_LDFLAGS = -pthread |
|---|
| 13 |
cd_persistent_LDADD = @PACKAGE_LIBS@ -lcrypt -lgthread-2.0 -lglib-2.0 $(INTLLIBS) |
|---|
| 14 |
* I do not know how to change autogen.sh to add thread support |
|---|
| 15 |
|
|---|
| 16 |
2004-02-22 Brendan M. Sleight <morphix@barwap.com> |
|---|
| 17 |
* Initial release |
|---|
| 18 |
* Please be gentle this is my first GTK application and first GPL application I have written. |
|---|
| 19 |
* TODO: Progress bars. Try to get my head around threads. |
|---|