aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-08-10 07:29:27 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-08-10 07:29:27 +0800
commita40159746efa236f154c57ff57f0fe1cb4ec9e5e (patch)
treec6d2d602194b54f1c734b1af7748709b630fed6a /filter/ChangeLog
parenta43c128c4bfe96ea35225cf1fb551c0cb8c5ac4a (diff)
downloadgsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.tar
gsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.tar.gz
gsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.tar.bz2
gsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.tar.lz
gsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.tar.xz
gsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.tar.zst
gsoc2013-evolution-a40159746efa236f154c57ff57f0fe1cb4ec9e5e.zip
Use privsolib instead of privlib. On Unix they are the same, on Win32
2005-08-10 Tor Lillqvist <tml@novell.com> * Makefile.am: Use privsolib instead of privlib. On Unix they are the same, on Win32 privsolibdir is the same as libdir. Use the macro name EVOLUTION_GLADEDIR as in e-util/e-util-private.h instead of FILTER_GLADEDIR, so that the Win32 run-time path lookup mechanism works. Use NO_UNDEFINED. Link explicitly with the actual libraries used. * filter-datespec.c: No localtime_r() on Win32, but we can use plain localtime() which is thread-safe in the Microsoft C library. * filter-datespec.c * rule-editor.c: Include e-util-private.h for Win32 path run-time lookup. Use EVOLUTION_GLADEDIR instead of FILTER_GLADEDIR, and do the filter.glade pathname construction at run-time so it works even when EVOLUTION_GLADEDIR is a function call on Win32. svn path=/trunk/; revision=30063
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 75a9efac83..15e441b099 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,21 @@
+2005-08-10 Tor Lillqvist <tml@novell.com>
+
+ * Makefile.am: Use privsolib instead of privlib. On Unix they are
+ the same, on Win32 privsolibdir is the same as libdir. Use the
+ macro name EVOLUTION_GLADEDIR as in e-util/e-util-private.h
+ instead of FILTER_GLADEDIR, so that the Win32 run-time path lookup
+ mechanism works. Use NO_UNDEFINED. Link explicitly with the actual
+ libraries used.
+
+ * filter-datespec.c: No localtime_r() on Win32, but we can use
+ plain localtime() which is thread-safe in the Microsoft C library.
+
+ * filter-datespec.c
+ * rule-editor.c: Include e-util-private.h for Win32 path run-time
+ lookup. Use EVOLUTION_GLADEDIR instead of FILTER_GLADEDIR, and do
+ the filter.glade pathname construction at run-time so it works
+ even when EVOLUTION_GLADEDIR is a function call on Win32.
+
2005-05-16 Not Zed <NotZed@Ximian.com>
* moved e-error to e-util