From fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 9 Jun 2003 17:31:26 +0000 Subject: Roll over ChangeLogs. svn path=/trunk/; revision=21387 --- views/ChangeLog | 109 ------------------------------------------------ views/ChangeLog.pre-1-4 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 109 deletions(-) create mode 100644 views/ChangeLog.pre-1-4 (limited to 'views') 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 - - * */Makefile.am: use viewsdir - -2003-01-22 Ettore Perazzoli - - * tasks/Makefile.am (defaulttasksdir): Likewise. - - * calendar/Makefile.am (defaultcalendardir): Likewise. - - * addressbook/Makefile.am (defaultaddressbookdir): Version using - $(BASE_VERSION). - -2002-07-10 Ettore Perazzoli - - * tasks/galview.xml: Add accelerators. [#10069] - -2002-07-10 Ettore Perazzoli - - * calendar/galview.xml: Add accelerators. [#10067] - -2002-07-10 Ettore Perazzoli - - * addressbook/galview.xml: Add accelerators. [#10068] - -2002-02-12 Jeffrey Stedfast - - * 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 - - * 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 - - * 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 - - * 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 - - * mail/By_Sender.galview, mail/By_Status.galview, - mail/By_Subject.galview: Fixed these. Fixes Ximian bug #6803. - -2001-06-15 Federico Mena Quintero - - * calendar/galview.xml: New list of the default calendar views. - -2001-05-21 Chris Toshok - - * addressbook/galview.xml: correct typo. - -2001-04-11 Christopher James Lahey - - * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: - Translate the titles here. - -2001-03-04 Christopher James Lahey - - * 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 - - * 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 - - * 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 - - * .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 + + * */Makefile.am: use viewsdir + +2003-01-22 Ettore Perazzoli + + * tasks/Makefile.am (defaulttasksdir): Likewise. + + * calendar/Makefile.am (defaultcalendardir): Likewise. + + * addressbook/Makefile.am (defaultaddressbookdir): Version using + $(BASE_VERSION). + +2002-07-10 Ettore Perazzoli + + * tasks/galview.xml: Add accelerators. [#10069] + +2002-07-10 Ettore Perazzoli + + * calendar/galview.xml: Add accelerators. [#10067] + +2002-07-10 Ettore Perazzoli + + * addressbook/galview.xml: Add accelerators. [#10068] + +2002-02-12 Jeffrey Stedfast + + * 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 + + * 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 + + * 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 + + * 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 + + * mail/By_Sender.galview, mail/By_Status.galview, + mail/By_Subject.galview: Fixed these. Fixes Ximian bug #6803. + +2001-06-15 Federico Mena Quintero + + * calendar/galview.xml: New list of the default calendar views. + +2001-05-21 Chris Toshok + + * addressbook/galview.xml: correct typo. + +2001-04-11 Christopher James Lahey + + * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: + Translate the titles here. + +2001-03-04 Christopher James Lahey + + * 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 + + * 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 + + * 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 + + * .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. -- cgit v1.2.3