summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen/ChangeLog')
-rw-r--r--Build/source/utils/pdfopen/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/utils/pdfopen/ChangeLog b/Build/source/utils/pdfopen/ChangeLog
index 77fb5e3d9d2..8acb751ea09 100644
--- a/Build/source/utils/pdfopen/ChangeLog
+++ b/Build/source/utils/pdfopen/ChangeLog
@@ -1,3 +1,24 @@
+2009-08-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Avoid maximal compiler warnings.
+ * pdfopen.c: Use strdup'ed literal string (malloc+strcpy) to
+ initialize non-constant string.
+ * sendx.[ch]: Constify string args of all functions.
+ Consistently use wname for window name string param.
+ (close_channel): ANSI C function definition.
+
+2009-08-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am (AM_CFLAGS), configure.ac: Enable compiler warnings.
+ * pdfopen.c (usage), pdfclose.c (usage): Declare as static.
+
+ * sendx.h (new): Declare prototypes for functions in sendx.c.
+ * Makefile.am (pdfopen_SOURCES, pdfclose_SOURCES): Add sendx.h.
+ * pdfopen.c, pdfclose.c, sendx.c: #include "sendx.h".
+
+ * sendx.c (GetRootWindow): Slightly reformulate to avoid compiler
+ warning (strict-aliasing rules).
+
2009-05-06 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.