From b531b6160c5ecc41f7160195da1b449dc87d01e3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 23 Jul 2013 08:31:38 -0400 Subject: [PATCH 1/2] Fixed compilation ordering to avoid bug in gnustep-make --- UI/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/GNUmakefile b/UI/GNUmakefile index 6ad78eeaa..ced651de2 100644 --- a/UI/GNUmakefile +++ b/UI/GNUmakefile @@ -8,8 +8,8 @@ SUBPROJECTS += \ SOGoElements \ Common \ Contacts \ + MailPartViewers \ MailerUI \ - MailPartViewers \ MainUI \ PreferencesUI \ Scheduler \ From 9f381e768dfd6548da4a88de370818ba6abb3314 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 23 Jul 2013 08:38:09 -0400 Subject: [PATCH 2/2] Update ChangeLog --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index b8a81a05d..a0f39423b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +commit b531b6160c5ecc41f7160195da1b449dc87d01e3 +Author: Ludovic Marcotte +Date: Tue Jul 23 08:31:38 2013 -0400 + + Fixed compilation ordering to avoid bug in gnustep-make + +M UI/GNUmakefile + +commit 8a041860a01b3f27f631a244727550ca9d90304e +Author: Francis Lachapelle +Date: Fri Jul 19 13:40:33 2013 -0400 + + Update ChangeLog + +M ChangeLog + commit d5f76ac832912402d714dd13291c43aa9f84940f Author: Francis Lachapelle Date: Fri Jul 19 13:39:18 2013 -0400