summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-08-20 02:57:00 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-08-20 02:57:00 +0000
commit343e3118fdec5cee1bf83c8121da07e1706f59e3 (patch)
treec6ba8c53c14159043159fd116fbea538e48a985f
parenteca92b139f35c81ca7407ea1060ab657cf9cafee (diff)
2006-08-19 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* MSVC/examples/.cvsignore: * MSVC/examples/Makefile.am: * MSVC/examples/pdf-surface/.cvsignore: * MSVC/examples/pdf-surface/Makefile.am: * MSVC/examples/pdf-surface/pdf-surface.vcproj: * MSVC/examples/png_file/.cvsignore: * MSVC/examples/png_file/Makefile.am: * MSVC/examples/png_file/png_file.vcproj: * MSVC/examples/ps-surface/.cvsignore: * MSVC/examples/ps-surface/Makefile.am: * MSVC/examples/ps-surface/ps-surface.vcproj: * MSVC/examples/svg-surface/.cvsignore: * MSVC/examples/svg-surface/Makefile.am: * MSVC/examples/svg-surface/svg-surface.vcproj: * MSVC/examples/text-rotate/.cvsignore: * MSVC/examples/text-rotate/Makefile.am: * MSVC/examples/text-rotate/text-rotate.vcproj: * MSVC/gendef/.cvsignore: * MSVC/gendef/Makefile.am: * MSVC/gendef/gendef.cc: * MSVC/gendef/gendef.vcproj: added a bunch of MSVC / windows-specific things that got missed last time.
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1526496..5adb70a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2006-08-19 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * MSVC/examples/.cvsignore:
+ * MSVC/examples/Makefile.am:
+ * MSVC/examples/pdf-surface/.cvsignore:
+ * MSVC/examples/pdf-surface/Makefile.am:
+ * MSVC/examples/pdf-surface/pdf-surface.vcproj:
+ * MSVC/examples/png_file/.cvsignore:
+ * MSVC/examples/png_file/Makefile.am:
+ * MSVC/examples/png_file/png_file.vcproj:
+ * MSVC/examples/ps-surface/.cvsignore:
+ * MSVC/examples/ps-surface/Makefile.am:
+ * MSVC/examples/ps-surface/ps-surface.vcproj:
+ * MSVC/examples/svg-surface/.cvsignore:
+ * MSVC/examples/svg-surface/Makefile.am:
+ * MSVC/examples/svg-surface/svg-surface.vcproj:
+ * MSVC/examples/text-rotate/.cvsignore:
+ * MSVC/examples/text-rotate/Makefile.am:
+ * MSVC/examples/text-rotate/text-rotate.vcproj:
+ * MSVC/gendef/.cvsignore:
+ * MSVC/gendef/Makefile.am:
+ * MSVC/gendef/gendef.cc:
+ * MSVC/gendef/gendef.vcproj: added a bunch of MSVC / windows-specific things
+ that got missed last time.
+
2006-08-18 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* cairomm/win32_surface.cc: