diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-08-20 02:57:00 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-08-20 02:57:00 +0000 |
commit | 343e3118fdec5cee1bf83c8121da07e1706f59e3 (patch) | |
tree | c6ba8c53c14159043159fd116fbea538e48a985f | |
parent | eca92b139f35c81ca7407ea1060ab657cf9cafee (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-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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: |