comparison mac/src/Emacs.r @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 01b93e5e53a7
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* Resource definitions for GNU Emacs on the Macintosh. 1 /* Resource definitions for GNU Emacs on the Macintosh.
2 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2002, 2003, 2004,
3 2005 Free Software Foundation, Inc.
3 4
4 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
5 6
6 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15 GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02110-1301, USA. */
20 21
21 /* Contributed by Andrew Choi (akochoi@mac.com). */ 22 /* Contributed by Andrew Choi (akochoi@mac.com). */
22 23
23 #ifndef TARGET_API_MAC_CARBON 24 #ifndef TARGET_API_MAC_CARBON
24 #include "Types.r" 25 #include "Types.r"
25 /* added for finder icon balloon help --ben */ 26 /* added for finder icon balloon help --ben */
26 #include "Balloons.r" 27 #include "Balloons.r"
27 #endif
28 28
29 /* Define to use gnu icon */ 29 /* Define to use gnu icon */
30 /* #define GNU_ICON 1 */ 30 /* #define GNU_ICON 1 */
31 31
32 resource 'STR#' (128) { 32 resource 'STR#' (128) {
55 128 55 128
56 } 56 }
57 } 57 }
58 }; 58 };
59 59
60 #ifndef TARGET_API_MAC_CARBON
61 /* added for finder icon balloon help --ben */ 60 /* added for finder icon balloon help --ben */
62 resource 'STR ' (128) { /*help message for emacs icon*/ 61 resource 'STR ' (128) { /*help message for emacs icon*/
63 "GNU Emacs\0xd1the extensible, customizable, self-documenting real-time display editor." 62 "GNU Emacs\0xd1the extensible, customizable, self-documenting real-time display editor."
64 }; 63 };
65 #endif 64 #endif
141 }, 140 },
142 /* [2] */ 141 /* [2] */
143 {10, 60, 72, 278}, 142 {10, 60, 72, 278},
144 StaticText { 143 StaticText {
145 disabled, 144 disabled,
146 "GNU Emacs 21 for Mac OS" 145 "GNU Emacs 22 for Mac OS"
147 } 146 }
148 } 147 }
149 }; 148 };
150 149
151 resource 'ALRT' (129, "Ram Too Large", purgeable) { 150 resource 'ALRT' (129, "Ram Too Large", purgeable) {
174 }, 173 },
175 /* [2] */ 174 /* [2] */
176 {10, 60, 72, 278}, 175 {10, 60, 72, 278},
177 StaticText { 176 StaticText {
178 disabled, 177 disabled,
179 "Emacs does not run on a Macintosh with more than 256 MB of physical or virtual memory" 178 "Emacs does not run on a Macintosh with more than 512 MB of physical or virtual memory"
180 } 179 }
181 } 180 }
182 }; 181 };
183 182
184 resource 'BNDL' (128) { 183 resource 'BNDL' (128) {
215 1, 214 1,
216 "" 215 ""
217 }; 216 };
218 217
219 resource 'vers' (1) { 218 resource 'vers' (1) {
220 0x1, 219 0x22, /* Major revision in BCD */
221 0x0, 220 0x0, /* Minor revision in BCD */
222 development, 221 development, /* development, alpha, beta, or final (release) */
223 0x0, 222 50, /* Non-final release # */
224 0, 223 0, /* Region code */
225 "d6", 224 "22.0.50", /* Short version number */
226 "GNU Emacs 21.1 for Mac OS\n\0xa9 2" 225 "22.0.50, Copyright \0xa9 2005 "
227 "000 Free Software Foundation" 226 "Free Software Foundation, Inc." /* Long version number */
228 }; 227 };
229 228
230 data 'EMAx' (0, "Owner resource") { 229 data 'EMAx' (0, "Owner resource") {
231 $"00" /* . */ 230 $"00" /* . */
232 }; 231 };