diff options
author | Tor Lillqvist <tml@novell.com> | 2005-11-25 22:32:54 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-11-25 22:32:54 +0800 |
commit | 6dc1dc5620c653d17d467d129c64dad94f8f82ac (patch) | |
tree | 72e675a0ab0593c536e933e54ac90995b83150d0 /e-util/ChangeLog | |
parent | c3b27aca696a51e4b6d455f6a0ec39e61bb434bc (diff) | |
download | gsoc2013-evolution-6dc1dc5620c653d17d467d129c64dad94f8f82ac.tar.gz gsoc2013-evolution-6dc1dc5620c653d17d467d129c64dad94f8f82ac.tar.zst gsoc2013-evolution-6dc1dc5620c653d17d467d129c64dad94f8f82ac.zip |
Sort the stuff in the Win32 part for clarity. Add some new run-time
2005-11-25 Tor Lillqvist <tml@novell.com>
* e-util-private.h: Sort the stuff in the Win32 part for
clarity. Add some new run-time overrides for compile-time
paths. Include fcntl.h and define O_BINARY as zero if not defined
(on Unix).
* e-win32-reloc.c: Sort here, too, and add the implementation for
the new run-time overrides.
* Makefile.am: Ditto here. Link with INTLLIBS.
svn path=/trunk/; revision=30670
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 8e0a97a24b..90a055a519 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,15 @@ +2005-11-25 Tor Lillqvist <tml@novell.com> + + * e-util-private.h: Sort the stuff in the Win32 part for + clarity. Add some new run-time overrides for compile-time + paths. Include fcntl.h and define O_BINARY as zero if not defined + (on Unix). + + * e-win32-reloc.c: Sort here, too, and add the implementation for + the new run-time overrides. + + * Makefile.am: Ditto here. Link with INTLLIBS. + 2005-11-09 P. S. Chakravarthi <pchakravarthi@novell.com> Fixes #314638 |