summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2005-12-08 18:17:42 +0000
committerAlbert Astals Cid <aacid@kde.org>2005-12-08 18:17:42 +0000
commit830b61bfd1c985fe14ec4d0f6724c8f70e924fc1 (patch)
treea19eafd3191664e90c530861eb969d006e105698 /ChangeLog
parent0a1c33ed17fd7053ed455da3444856a5dab3c9b4 (diff)
* configure.ac: Detect if gettimeofday is available, fixes for correct
linking to Qt4 on windows * goo/GooTimer.[cc|h]: Only build if gettimeofday is available * poppler/Gfx.cc: Only use the timer for profiling if gettimeofday is available * poppler/GlobalParams.cc: Remove extra unlockGlobalParams that was making windows hang * splash/SplashFTFontEngine.cc: i need unistd.h on windows also * splash/SplashFontFile.cc: i need unistd.h on windows also
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d985214..b3dc88c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2005-12-08 Albert Astals Cid <aacid@kde.org>
+ * configure.ac: Detect if gettimeofday is available, fixes for correct
+ linking to Qt4 on windows
+ * goo/GooTimer.[cc|h]: Only build if gettimeofday is available
+ * poppler/Gfx.cc: Only use the timer for profiling if gettimeofday is
+ available
+ * poppler/GlobalParams.cc: Remove extra unlockGlobalParams that was
+ making windows hang
+ * splash/SplashFTFontEngine.cc: i need unistd.h on windows also
+ * splash/SplashFontFile.cc: i need unistd.h on windows also
+
+2005-12-08 Albert Astals Cid <aacid@kde.org>
+
* glib/Makefile.am:
* poppler/Makefile.am:
* qt/Makefile.am: