From: Stas Z. <sta...@us...> - 2005-10-02 21:43:56
|
Update of /cvsroot/gmailagent/GA-main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15333 Modified Files: GmailAgent.e3p version.py Added Files: CHANGELOG Removed Files: Changelog Log Message: changed name Index: version.py =================================================================== RCS file: /cvsroot/gmailagent/GA-main/version.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** version.py 1 Jun 2005 18:01:55 -0000 1.10 --- version.py 2 Oct 2005 09:44:40 -0000 1.11 *************** *** 3,7 **** # it to get a version number ! VERSION = "0.7" ! #last changed on May 15 --sz-- --- 3,7 ---- # it to get a version number ! VERSION = "0.7.1" ! #last changed on Okt 01 --sz-- --- NEW FILE: CHANGELOG --- GmailAgent (0.7.1) * Made the whole GUI resizeable. * Redesigned the contacts dialog. GmailAgent (0.7) * Replaced addressbook with a a call to GContactsAgent. * Added some progress dialogs. * Now using the official libgmail. * Changed the debugging output. GmailAgent (0.6) * New release. * Added a help browser. * Added a 'sending message' progress dialog. * Started to fork libgmail. * Improved the installer. It now installs the docs and generates modules at run time used by gmailagent. GmailAgent (0.5) * New Release. * Added a check to prevent storing the same address multiple times. * Fixed: exception raised when clicking ok in the addressdialog while nothing is selected. * Added address lookup while typing for the search field in the addressdialog . GmailAgent (0.4.1) * Bugfix release. * Fixed the mainwindow title. GmailAgent (0.4) * New release. * Added a about dialog. * Updated the main win layout * Fixed a wrong tooltip. * Removed the print statement which echos the login values to stderr. This could be a security risk when GA is run from a console. * Added an addressbook with all the functionality one would expect. * Added support for multiple addresses as recipients. * Added attachments file checks. * Removed debug messages to stderr. GmailAgent (0.3) * Updated the README * Added a install script. GmailAgent (0.2.1) * Fixed the CC entry in a message. * Commented the redirection of streams. * Added support for non-mozilla syntax. * Resized the GUI to fix some display problems with various themes. --- Changelog DELETED --- Index: GmailAgent.e3p =================================================================== RCS file: /cvsroot/gmailagent/GA-main/GmailAgent.e3p,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** GmailAgent.e3p 14 Sep 2005 11:36:28 -0000 1.15 --- GmailAgent.e3p 2 Oct 2005 09:44:40 -0000 1.16 *************** *** 2,6 **** <!DOCTYPE Project SYSTEM "Project-3.5.dtd"> <!-- Project file for project GmailAgent --> ! <!-- Saved: 2005-08-11, 17:20:42 --> <!-- Copyright (C) 2005 Stas Zytkiewicz, st...@li... --> <Project version="3.5"> --- 2,6 ---- <!DOCTYPE Project SYSTEM "Project-3.5.dtd"> <!-- Project file for project GmailAgent --> ! <!-- Saved: 2005-10-02, 11:31:14 --> <!-- Copyright (C) 2005 Stas Zytkiewicz, st...@li... --> <Project version="3.5"> *************** *** 38,44 **** </Source> <Source> - <Name>AddressDialog_forms.py</Name> - </Source> - <Source> <Name>HelpDialog_forms.py</Name> </Source> --- 38,41 ---- *************** *** 46,55 **** <Name>setup.py</Name> </Source> - <Source> - <Name>AddressEditDialog_forms.py</Name> - </Source> - <Source> - <Name>AddressEditorDialog_forms.py</Name> - </Source> </Sources> <Forms> --- 43,46 ---- *************** *** 73,82 **** </Form> <Form> - <Name>AddressDialog.ui</Name> - </Form> - <Form> - <Name>AddressDialog.ui.h</Name> - </Form> - <Form> <Name>HelpDialog.ui</Name> </Form> --- 64,67 ---- *************** *** 84,99 **** <Name>HelpDialog.ui.h</Name> </Form> - <Form> - <Name>AddressEditorDialog.ui</Name> - </Form> - <Form> - <Name>AddressEditorDialog.ui.h</Name> - </Form> - <Form> - <Name>AddressEditDialog.ui</Name> - </Form> - <Form> - <Name>AddressEditDialog.ui.h</Name> - </Form> </Forms> <Translations> --- 69,72 ---- |