summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-06-20 00:17:02 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-06-20 00:17:02 +0000
commitd4fc584014c27ddc20b47759829caa9715fb50de (patch)
treea24fe8bf38bc5d306d9556f6163be3c78f379389 /ChangeLog
parentCorrectly write Aleksandar Urosevic's name. Closes 1353260. (diff)
downloadinkscape-d4fc584014c27ddc20b47759829caa9715fb50de.tar.gz
inkscape-d4fc584014c27ddc20b47759829caa9715fb50de.zip
* packaging/macosx/Resources/script,
packaging/macosx/Resources/bin/inkscape: Improve quoting of shell variables. * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj: Xcode 2 project file for the OS X launcher. This will build a Universal version of the launcher by default. The project files for different versions are named differently, so this will be picked up and used if the package builder has a sufficiently new version of Xcode. * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser, packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser: Remove unnecessary user preference files. * Makefile.am: Update the Xcode project files included when creating releases. (bzr r1239)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d025998d..018fa7535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2006-06-19 Michael Wybrow <mjwybrow@users.sourceforge.net>
+
+ * packaging/macosx/Resources/script,
+ packaging/macosx/Resources/bin/inkscape:
+
+ Improve quoting of shell variables.
+
+ * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
+
+ Xcode 2 project file for the OS X launcher. This will build a
+ Universal version of the launcher by default. The project files for
+ different versions are named differently, so this will be picked up and
+ used if the package builder has a sufficiently new version of Xcode.
+
+ * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
+ packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
+
+ Remove unnecessary user preference files.
+
+ * Makefile.am:
+
+ Update the Xcode project files included when creating releases.
+
2006-06-13 Jon A. Cruz <jon@joncruz.org>
* TRANSLATORS, src/ui/dialog/aboutbox.cpp:
@@ -12,7 +35,8 @@
2006-06-09 Jon A. Cruz <jon@joncruz.org>
- * src/object-snapper.cpp, src/selection.cpp, src/selection.h, src/seltrans.cpp:
+ * src/object-snapper.cpp, src/selection.cpp, src/selection.h,
+ src/seltrans.cpp:
Applied patch #1503864.
@@ -27,7 +51,8 @@
* src/seltrans.cpp:
- Work-around for seltrans not getting calls to grab() and ungrab() as expected.
+ Work-around for seltrans not getting calls to grab() and ungrab() as
+ expected.
Fixes bug #1501156.
2006-06-07 Jon A. Cruz <jon@joncruz.org>