diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-06-10 01:31:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-06-10 01:31:26 +0800 |
commit | fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb (patch) | |
tree | d92902feb3bc61a35fe4b600dc42465e8bcacb90 /views | |
parent | 1c5f741b4bc521c6d7a83907fd3dca5be32a7f79 (diff) | |
download | gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.tar gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.tar.gz gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.tar.bz2 gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.tar.lz gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.tar.xz gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.tar.zst gsoc2013-evolution-fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb.zip |
Roll over ChangeLogs.
svn path=/trunk/; revision=21387
Diffstat (limited to 'views')
-rw-r--r-- | views/ChangeLog | 109 | ||||
-rw-r--r-- | views/ChangeLog.pre-1-4 | 109 |
2 files changed, 109 insertions, 109 deletions
diff --git a/views/ChangeLog b/views/ChangeLog index 55d42e1fe4..e69de29bb2 100644 --- a/views/ChangeLog +++ b/views/ChangeLog @@ -1,109 +0,0 @@ -2003-02-06 Dan Winship <danw@ximian.com> - - * */Makefile.am: use viewsdir - -2003-01-22 Ettore Perazzoli <ettore@ximian.com> - - * tasks/Makefile.am (defaulttasksdir): Likewise. - - * calendar/Makefile.am (defaultcalendardir): Likewise. - - * addressbook/Makefile.am (defaultaddressbookdir): Version using - $(BASE_VERSION). - -2002-07-10 Ettore Perazzoli <ettore@ximian.com> - - * tasks/galview.xml: Add accelerators. [#10069] - -2002-07-10 Ettore Perazzoli <ettore@ximian.com> - - * calendar/galview.xml: Add accelerators. [#10067] - -2002-07-10 Ettore Perazzoli <ettore@ximian.com> - - * addressbook/galview.xml: Add accelerators. [#10068] - -2002-02-12 Jeffrey Stedfast <fejj@ximian.com> - - * mail/galview.xml: Offer the new By Follow Up Flag view. - - * mail/By_Follow_Up_Flag.galview: New galview for Follow Up Flag. - -2002-02-13 Christopher James Lahey <clahey@ximian.com> - - * addressbook/Makefile.am (defaultaddressbook_DATA): Added - Address_Cards.galview. - - * addressbook/Address_Cards.galview: New galview file for the - minicard view since they save data now. - -2002-02-07 Christopher James Lahey <clahey@ximian.com> - - * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml, - tasks/galview.xml: Added default-view parameters. - - * mail/As_Sent_Folder.galview: New galview. - - * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder - galview. - -2001-10-21 Christopher James Lahey <clahey@ximian.com> - - * addressbook/By_Company.galview: Group by the correct column. - - * addressbook/By_Company.galview, addressbook/Phone_List.galview: - Updated both sets of columns here to make more sense. - -2001-10-05 Christopher James Lahey <clahey@ximian.com> - - * mail/By_Sender.galview, mail/By_Status.galview, - mail/By_Subject.galview: Fixed these. Fixes Ximian bug #6803. - -2001-06-15 Federico Mena Quintero <federico@ximian.com> - - * calendar/galview.xml: New list of the default calendar views. - -2001-05-21 Chris Toshok <toshok@ximian.com> - - * addressbook/galview.xml: correct typo. - -2001-04-11 Christopher James Lahey <clahey@ximian.com> - - * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: - Translate the titles here. - -2001-03-04 Christopher James Lahey <clahey@ximian.com> - - * addressbook/By_Company.galview: New view. - - * addressbook/Makefile.am: Added By_Company.galview. - - * addressbook/Phone_List.galview: Updated this a bit. - - * addressbook/galview.xml: Added By Company and Address Cards (No - Address_Cards.galview is required for now.) - -2001-03-04 Christopher James Lahey <clahey@ximian.com> - - * addressbook/.cvsignore, addressbook/Makefile.am, - addressbook/Phone_List.galview, addressbook/galview.xml: Added a - built in view menu for addressbook. - -2001-03-04 Christopher James Lahey <clahey@ximian.com> - - * mail/By_Sender.galview, mail/By_Subject.galview: Corrected these - views a bit. - - * mail/By_Status.galview, mail/Messages.galview: New views for "By - Status" and "Messages". - - * mail/Makefile.am, mail/galview.xml: Added By_Status.galview and - Messages.galview. - -2001-03-01 Christopher James Lahey <clahey@ximian.com> - - * .cvsignore, Makefile.am, mail/.cvsignore, - mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am, - mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am, - tasks/Tasks.galview, tasks/With_Category.galview, - tasks/galview.xml: Builtin View menus for tasks and mail. diff --git a/views/ChangeLog.pre-1-4 b/views/ChangeLog.pre-1-4 new file mode 100644 index 0000000000..55d42e1fe4 --- /dev/null +++ b/views/ChangeLog.pre-1-4 @@ -0,0 +1,109 @@ +2003-02-06 Dan Winship <danw@ximian.com> + + * */Makefile.am: use viewsdir + +2003-01-22 Ettore Perazzoli <ettore@ximian.com> + + * tasks/Makefile.am (defaulttasksdir): Likewise. + + * calendar/Makefile.am (defaultcalendardir): Likewise. + + * addressbook/Makefile.am (defaultaddressbookdir): Version using + $(BASE_VERSION). + +2002-07-10 Ettore Perazzoli <ettore@ximian.com> + + * tasks/galview.xml: Add accelerators. [#10069] + +2002-07-10 Ettore Perazzoli <ettore@ximian.com> + + * calendar/galview.xml: Add accelerators. [#10067] + +2002-07-10 Ettore Perazzoli <ettore@ximian.com> + + * addressbook/galview.xml: Add accelerators. [#10068] + +2002-02-12 Jeffrey Stedfast <fejj@ximian.com> + + * mail/galview.xml: Offer the new By Follow Up Flag view. + + * mail/By_Follow_Up_Flag.galview: New galview for Follow Up Flag. + +2002-02-13 Christopher James Lahey <clahey@ximian.com> + + * addressbook/Makefile.am (defaultaddressbook_DATA): Added + Address_Cards.galview. + + * addressbook/Address_Cards.galview: New galview file for the + minicard view since they save data now. + +2002-02-07 Christopher James Lahey <clahey@ximian.com> + + * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml, + tasks/galview.xml: Added default-view parameters. + + * mail/As_Sent_Folder.galview: New galview. + + * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder + galview. + +2001-10-21 Christopher James Lahey <clahey@ximian.com> + + * addressbook/By_Company.galview: Group by the correct column. + + * addressbook/By_Company.galview, addressbook/Phone_List.galview: + Updated both sets of columns here to make more sense. + +2001-10-05 Christopher James Lahey <clahey@ximian.com> + + * mail/By_Sender.galview, mail/By_Status.galview, + mail/By_Subject.galview: Fixed these. Fixes Ximian bug #6803. + +2001-06-15 Federico Mena Quintero <federico@ximian.com> + + * calendar/galview.xml: New list of the default calendar views. + +2001-05-21 Chris Toshok <toshok@ximian.com> + + * addressbook/galview.xml: correct typo. + +2001-04-11 Christopher James Lahey <clahey@ximian.com> + + * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: + Translate the titles here. + +2001-03-04 Christopher James Lahey <clahey@ximian.com> + + * addressbook/By_Company.galview: New view. + + * addressbook/Makefile.am: Added By_Company.galview. + + * addressbook/Phone_List.galview: Updated this a bit. + + * addressbook/galview.xml: Added By Company and Address Cards (No + Address_Cards.galview is required for now.) + +2001-03-04 Christopher James Lahey <clahey@ximian.com> + + * addressbook/.cvsignore, addressbook/Makefile.am, + addressbook/Phone_List.galview, addressbook/galview.xml: Added a + built in view menu for addressbook. + +2001-03-04 Christopher James Lahey <clahey@ximian.com> + + * mail/By_Sender.galview, mail/By_Subject.galview: Corrected these + views a bit. + + * mail/By_Status.galview, mail/Messages.galview: New views for "By + Status" and "Messages". + + * mail/Makefile.am, mail/galview.xml: Added By_Status.galview and + Messages.galview. + +2001-03-01 Christopher James Lahey <clahey@ximian.com> + + * .cvsignore, Makefile.am, mail/.cvsignore, + mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am, + mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am, + tasks/Tasks.galview, tasks/With_Category.galview, + tasks/galview.xml: Builtin View menus for tasks and mail. |