diff options
author | Dan Winship <danw@src.gnome.org> | 2003-11-08 05:20:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-11-08 05:20:47 +0800 |
commit | 104d471a79497aed5cc6b08cdd157b3ff7064bac (patch) | |
tree | 5528d1f5fa58df9e9afbed28c2bb4fa145c15fb9 /mail/ChangeLog | |
parent | 7e90203a66104f50ba67c37e0edc60f73faf30a0 (diff) | |
download | gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.tar.gz gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.tar.zst gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.zip |
Don't #include e-name-western.h, since the code that uses it is commented
* message-list.c: Don't #include e-name-western.h, since the code
that uses it is commented out, and we want to remove the local
copy, but we don't want to make the mailer depend on the e-d-s
copy if it's not even going to be using it.
svn path=/trunk/; revision=23230
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b113f7cf5f..46b6a9fec5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-11-07 Dan Winship <danw@ximian.com> + + * message-list.c: Don't #include e-name-western.h, since the code + that uses it is commented out, and we want to remove the local + copy, but we don't want to make the mailer depend on the e-d-s + copy if it's not even going to be using it. + 2003-11-07 JP Rosevear <jpr@ximian.com> * Makefile.am: build the marshall files right at the beginning |