aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-03-19 17:55:13 +0000
committerKaroly Lorentey <[email protected]>2005-03-19 17:55:13 +0000
commit392711ede18168618ac6eedd4fdf5910d11a2714 (patch)
tree29940aa43a5fb4527b4111db7fb7aa2b57b444fd /mac
parent04e9296582b1bbe7b2c5911691d9fbe4a9581382 (diff)
parent951f97e67d904729032b476caf5f7c2e7e303d73 (diff)
Merged from [email protected] (patch 39-44, 184-191)
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-184 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-185 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-186 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-187 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-188 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-189 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-190 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-191 Update from CVS * [email protected]/gnus--rel--5.10--patch-39 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-40 Update from CVS * [email protected]/gnus--rel--5.10--patch-41 Update from CVS * [email protected]/gnus--rel--5.10--patch-42 Update from CVS * [email protected]/gnus--rel--5.10--patch-43 Update from CVS * [email protected]/gnus--rel--5.10--patch-44 Merge from emacs--cvs-trunk--0 git-archimport-id: [email protected]/emacs--multi-tty--0--patch-311
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog9
-rw-r--r--mac/Emacs.app/Contents/Info.plist2
2 files changed, 8 insertions, 3 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index a0083af7e4..8b12032ce5 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,14 +1,19 @@
+2005-03-16 YAMAMOTO Mitsuharu <[email protected]>
+
+ * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
+ org.gnu.Emacs.
+
2005-03-05 YAMAMOTO Mitsuharu <[email protected]>
* INSTALL: Mention new target `NonCarbon'.
-
+
2005-03-04 YAMAMOTO Mitsuharu <[email protected]>
* makefile.MPW (NonCarbon): New target. The target `Emacs' is now
used for the Carbon build that defines HAVE_CARBON.
* inc/config.h (HAVE_STDLIB_H): Define to 1.
-
+
* src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
[HAVE_CARBON] (crfg): New resource for extra stack space.
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist
index 49de7d9e15..afcf6cc342 100644
--- a/mac/Emacs.app/Contents/Info.plist
+++ b/mac/Emacs.app/Contents/Info.plist
@@ -26,7 +26,7 @@
<key>CFBundleIconFile</key>
<string>Emacs.icns</string>
<key>CFBundleIdentifier</key>
- <string>com.gnu.Emacs</string>
+ <string>org.gnu.Emacs</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>