From 824714d55eda1314ca5e7933084b21a58244e87f Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 27 Jan 2006 19:32:43 +0000 Subject: Committing Rajeev's patch. svn path=/trunk/; revision=31331 --- ui/ChangeLog | 7 +++++++ ui/Makefile.am | 1 + ui/evolution-memo-editor.xml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 ui/evolution-memo-editor.xml (limited to 'ui') diff --git a/ui/ChangeLog b/ui/ChangeLog index 88be979272..57fca7e8cf 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2006-01-18 Rajeev Ramanathan + + ** Fixes bug #328150 + + * evolution-memo-editor.xml: Added a new xml file for memos. + * Makefile.am: Added new file to the build + 2006-01-25 Srinivasa Ragavan ** Fixes bugs #328513, #328514, #328551, #328553, #328558, #328559, #328560 diff --git a/ui/Makefile.am b/ui/Makefile.am index 51a4c672de..56743c53e9 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -12,6 +12,7 @@ XML_FILES = \ evolution-signature-editor.xml \ evolution-subscribe.xml \ evolution-event-editor.xml \ + evolution-memo-editor.xml \ evolution-task-editor.xml \ evolution-editor.xml \ evolution-tasks.xml diff --git a/ui/evolution-memo-editor.xml b/ui/evolution-memo-editor.xml new file mode 100644 index 0000000000..08cbd3f600 --- /dev/null +++ b/ui/evolution-memo-editor.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit