diff options
author | Tor Lillqvist <tml@novell.com> | 2005-11-26 10:43:22 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-11-26 10:43:22 +0800 |
commit | 4172f09580fed628681bd683f620c2bc43ea842e (patch) | |
tree | bed2c46b352cef1d47de2a951207c5e789c9bb5c /composer/ChangeLog | |
parent | 906edb038027f0c8c4d0e4cebf7cf487be8c19c3 (diff) | |
download | gsoc2013-evolution-4172f09580fed628681bd683f620c2bc43ea842e.tar.gz gsoc2013-evolution-4172f09580fed628681bd683f620c2bc43ea842e.tar.zst gsoc2013-evolution-4172f09580fed628681bd683f620c2bc43ea842e.zip |
Include e-util-private.h to get redefinition of compile-time pathnames as
2005-11-26 Tor Lillqvist <tml@novell.com>
* e-msg-composer-attachment.c: Include e-util-private.h to get
redefinition of compile-time pathnames as calls to functions on
Windows. Construct the pathnames of files and directories under
the installation prefix at run-time to enable install-anywhere on
Windows. No effect on functionality on Unix.
svn path=/trunk/; revision=30681
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 27b66c5ac7..146fe4cbbb 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2005-11-26 Tor Lillqvist <tml@novell.com> + + * e-msg-composer-attachment.c: Include e-util-private.h to get + redefinition of compile-time pathnames as calls to functions on + Windows. Construct the pathnames of files and directories under + the installation prefix at run-time to enable install-anywhere on + Windows. No effect on functionality on Unix. + 2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com> * e-msg-composer.c: (get_file_content): |