aboutsummaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog6
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings4
-rw-r--r--mac/inc/config.h6
-rw-r--r--mac/src/Emacs.r6
4 files changed, 16 insertions, 6 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 038d749ec2f..225d953dfc4 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
12006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * inc/config.h: Sync with src/config.in.
4
12006-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52006-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * INSTALL: Add descriptions about configuration and invocation. 7 * INSTALL: Add descriptions about configuration and invocation.
@@ -859,7 +863,7 @@
859 * src/macterm.c: New file. 863 * src/macterm.c: New file.
860 864
861;; Local Variables: 865;; Local Variables:
862;; coding: iso-2022-7bit-unix 866;; coding: iso-2022-7bit
863;; add-log-time-zone-rule: t 867;; add-log-time-zone-rule: t
864;; End: 868;; End:
865 869
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
index d297cfb34ef..88098f4728f 100644
--- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
+++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
1/* Localized versions of Info.plist keys */ 1/* Localized versions of Info.plist keys */
2 2
3CFBundleName = "Emacs"; 3CFBundleName = "Emacs";
4CFBundleShortVersionString = "22.0.91"; 4CFBundleShortVersionString = "22.0.92";
5CFBundleGetInfoString = "22.0.91, Copyright (C) 2006 Free Software Foundation, Inc."; 5CFBundleGetInfoString = "22.0.92, Copyright (C) 2006 Free Software Foundation, Inc.";
diff --git a/mac/inc/config.h b/mac/inc/config.h
index 3af1f35e389..3dd38a2913d 100644
--- a/mac/inc/config.h
+++ b/mac/inc/config.h
@@ -588,6 +588,9 @@ Boston, MA 02110-1301, USA. */
588/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 588/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
589#define HAVE_STRUCT_UTIMBUF 1 589#define HAVE_STRUCT_UTIMBUF 1
590 590
591/* Define to 1 if you have the `sync' function. */
592/* #undef HAVE_SYNC */
593
591/* Define to 1 if you have the `sysinfo' function. */ 594/* Define to 1 if you have the `sysinfo' function. */
592/* #undef HAVE_SYSINFO */ 595/* #undef HAVE_SYSINFO */
593 596
@@ -715,6 +718,9 @@ Boston, MA 02110-1301, USA. */
715/* Define to 1 if you have the X11R6 or newer version of Xt. */ 718/* Define to 1 if you have the X11R6 or newer version of Xt. */
716/* #undef HAVE_X11XTR6 */ 719/* #undef HAVE_X11XTR6 */
717 720
721/* Define to 1 if the file /usr/lib64 exists. */
722/* #undef HAVE_X86_64_LIB64_DIR */
723
718/* Define to 1 if you have the Xaw3d library (-lXaw3d). */ 724/* Define to 1 if you have the Xaw3d library (-lXaw3d). */
719/* #undef HAVE_XAW3D */ 725/* #undef HAVE_XAW3D */
720 726
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 73be8488f6b..37d6d0f7c39 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -221,10 +221,10 @@ resource 'vers' (1) {
221 0x22, /* Major revision in BCD */ 221 0x22, /* Major revision in BCD */
222 0x0, /* Minor revision in BCD */ 222 0x0, /* Minor revision in BCD */
223 alpha, /* development, alpha, beta, or final (release) */ 223 alpha, /* development, alpha, beta, or final (release) */
224 91, /* Non-final release # */ 224 92, /* Non-final release # */
225 0, /* Region code */ 225 0, /* Region code */
226 "22.0.91", /* Short version number */ 226 "22.0.92", /* Short version number */
227 "22.0.91, Copyright \0xa9 2006 " 227 "22.0.92, Copyright \0xa9 2006 "
228 "Free Software Foundation, Inc." /* Long version number */ 228 "Free Software Foundation, Inc." /* Long version number */
229}; 229};
230 230