Changeset 4227
- Timestamp:
- 04/06/08 09:13:21 (8 months ago)
- Files:
-
- branches/4.00-dev/ChangeLog.Meadow (modified) (1 diff)
- branches/4.00-dev/info/ccmode-2 (deleted)
- branches/4.00-dev/info/dbus (deleted)
- branches/4.00-dev/info/epa (deleted)
- branches/4.00-dev/info/nxml-mode (deleted)
- branches/4.00-dev/info/remember (deleted)
- branches/4.00-dev/mac/ChangeLog (modified) (15 diffs)
- branches/4.00-dev/mac/Emacs.app/Contents/Info.plist (modified) (1 diff)
- branches/4.00-dev/mac/Emacs.app/Contents/Resources/Emacs.icns (modified) (previous)
- branches/4.00-dev/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings (modified) (1 diff)
- branches/4.00-dev/mac/Emacs.app/Contents/Resources/document.icns (added)
- branches/4.00-dev/mac/INSTALL (modified) (2 diffs)
- branches/4.00-dev/mac/README (modified) (3 diffs)
- branches/4.00-dev/mac/cw6-mcp.xml (deleted)
- branches/4.00-dev/mac/inc (deleted)
- branches/4.00-dev/mac/makefile.MPW (deleted)
- branches/4.00-dev/mac/src/Emacs.r (modified) (2 diffs)
- branches/4.00-dev/mac/src/EmacsMPW.r (deleted)
- branches/4.00-dev/mac/src/mac.c (deleted)
- branches/4.00-dev/mac/src/macfns.c (deleted)
- branches/4.00-dev/mac/src/macmenu.c (deleted)
- branches/4.00-dev/mac/src/macterm.c (deleted)
- branches/4.00-dev/msdos/ChangeLog (modified) (8 diffs)
- branches/4.00-dev/msdos/sed1v2.inp (modified) (1 diff)
- branches/4.00-dev/msdos/sed2v2.inp (modified) (1 diff)
- branches/4.00-dev/msdos/sed6.inp (modified) (1 diff)
- branches/4.00-dev/nt/ChangeLog.Meadow (modified) (1 diff)
- branches/4.00-dev/nt/makefile.mw32-in (modified) (1 diff)
- branches/4.00-dev/oldXMenu/ChangeLog (modified) (7 diffs)
- branches/4.00-dev/oldXMenu/FindSel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/4.00-dev/ChangeLog.Meadow
r4225 r4227 1 2008-04-06 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * Sync up with Emacs CVS HEAD. 4 1 5 2008-04-06 MIYOSHI Masanori <miyoshi@meadowy.org> 2 6 branches/4.00-dev/mac/ChangeLog
r4220 r4227 1 2008-03-26 Chong Yidong <cyd@stupidchicken.com> 2 3 * Version 22.2 released. 1 2008-03-13 Glenn Morris <rgm@gnu.org> 2 3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: 4 * src/Emacs.r: Set version to 23.0.60. 5 6 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> 7 8 * Emacs.app/Contents/Resources/Emacs.icns: 9 * Emacs.app/Contents/Resources/document.icns: Update icon. 10 11 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu> 12 13 * INSTALL, README: Only mention MacOSX. 14 15 * cw6-mcp.xml, make-package, makefile.MPW, inc/alloca.h: 16 * inc/config.h, inc/defs-cw6.h, inc/dirent.h, inc/epaths.h: 17 * inc/grp.h, inc/m-mac.h, inc/pwd.h, inc/s-mac.h, inc/termio.h: 18 * inc/utime.h, inc/utsname.h, inc/sys/file.h, inc/sys/ioctl.h: 19 * inc/sys/param.h, inc/sys/stat.h, inc/sys/time.h, inc/sys/types.h: 20 * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX 21 systems. 22 * inc: Remove directory. 4 23 5 24 2008-01-04 Glenn Morris <rgm@gnu.org> … … 12 31 * INSTALL: Also build and run on Mac OS X 10.5. 13 32 33 2007-11-01 Jan DjÀrv <jan.h.d@swipnet.se> 34 35 * inc/config.h: Remove HAVE_X11R5. 36 37 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> 38 39 * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. 40 41 2007-09-13 Seiji Zenitani <zenitani@mac.com> 42 Takanori Yamamoto <takanori.yamamoto@gmail.com> 43 Kentaro Ohkouchi <nanasess@fsm.ne.jp> 44 45 * Emacs.app/Contents/Info.plist: Add 46 filetype/extension entries for the document icon. 47 * Emacs.app/Contents/Resources/Emacs.icns: Update. 48 * Emacs.app/Contents/Resources/document.icns: New file. 49 50 2007-08-29 Glenn Morris <rgm@gnu.org> 51 52 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: 53 * src/Emacs.r: Increase version to 23.0.50. 54 55 2007-08-29 Karoly Lorentey <lorentey@elte.hu> 56 57 * makefile.MPW (EmacsObjects): Add terminal.c.x. 58 (callproc.c.x): Add dependencies frame.h, termhooks.h. 59 ({Src}terminal.c.x): New. 60 (shortlisp): Add server.elc and termdev.elc. 61 14 62 2007-07-25 Glenn Morris <rgm@gnu.org> 15 63 … … 31 79 * INSTALL: Fix description about using colors in terminal. 32 80 Fix typos (/Application -> /Applications). 81 82 2007-04-26 Glenn Morris <rgm@gnu.org> 83 84 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: 85 * src/Emacs.r: Increase version to 22.1.50. 33 86 34 87 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> … … 137 190 138 191 * make-package: Add a --compressed-dist option to compress info 139 files and .el files that have been byte-compiled. It defaults to "no".192 files and .el files that have been byte-compiled. It defaults to "no". 140 193 141 194 2005-09-24 Eli Zaretskii <eliz@gnu.org> … … 327 380 328 381 * INSTALL: Added documentation about --enable-carbon-app and 329 changed documentation concerning Emacs.app location 382 changed documentation concerning Emacs.app location. 330 383 Removed some of the documentation about make-package that isn't 331 needed 384 needed. 332 385 Changed comment about requiring root permission to install to 333 saying that it might be necessary depending on where you install 334 Refered to /usr caveat in more places 386 saying that it might be necessary depending on where you install. 387 Refered to /usr caveat in more places. 335 388 * make-package (make_options): Use new carbon_appdir option to 336 389 specify directory to install Application and lets the makefile 337 install 390 install. 338 391 339 392 2003-01-01 Steven Tamm <steventamm@mac.com> … … 429 482 430 483 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: 431 change creator code from ???? to EMAx.484 Change creator code from ???? to EMAx. 432 485 433 486 * INSTALL: Add instructions for building X Window version. … … 488 541 489 542 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c, 490 src/macterm.c, inc/macterm.h: Remove from here and move to src.543 * src/macterm.c, inc/macterm.h: Remove from here and move to src. 491 544 492 545 2002-04-12 Andrew Choi <akochoi@shaw.ca> … … 592 645 of a window, and we switch to a buffer with a header line. 593 646 594 2001-12-22 Pavel Jan ,Am(Bk <Pavel@Janik.cz>647 2001-12-22 Pavel JanÃk <Pavel@Janik.cz> 595 648 596 649 * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. … … 601 654 frame parameter have a numeric value all the time. 602 655 603 2001-12-08 Pavel Jan ,Am(Bk <Pavel@Janik.cz>656 2001-12-08 Pavel JanÃk <Pavel@Janik.cz> 604 657 605 658 * COPYING: New file. … … 619 672 * src/macfns.c: Merged changes from xfns.c. 620 673 621 2001-11-16 Pavel Jan ,Am(Bk <Pavel@Janik.cz>674 2001-11-16 Pavel JanÃk <Pavel@Janik.cz> 622 675 623 676 * src/macterm.c (waiting_for_input): Remove unnecessary declaration. … … 630 683 * src/macfns.c: Use renamed symbols. 631 684 632 * src/macterm.c: Comment fixes. Use renamed symbols.685 * src/macterm.c: Comment fixes. Use renamed symbols. 633 686 (fringe_bitmap_type): Renamed from bitmap_type. 634 687 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. … … 636 689 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. 637 690 638 * inc/macterm.h: Comment fixes. Use renamed symbols.691 * inc/macterm.h: Comment fixes. Use renamed symbols. 639 692 (fringes_extra): Renamed from flags_areas_extra. 640 693 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. … … 723 776 * inc/macterm.h (x_display_list): Declare extern. 724 777 725 2001-07-20 Pavel Jan ,Am(Bk <Pavel@Janik.cz>778 2001-07-20 Pavel JanÃk <Pavel@Janik.cz> 726 779 727 780 * src/macterm.c (xim_open_dpy): Fix typo. … … 814 867 2000-12-12 Andrew Choi <akochoi@i-cable.com> 815 868 816 * cw5-mcp.xml: add md5.c to project.817 818 * cw6-mcp.xml: add md5.c to project.819 820 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle869 * cw5-mcp.xml: Add md5.c to project. 870 871 * cw6-mcp.xml: Add md5.c to project. 872 873 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): Change to handle 821 874 Lisp_Object type tip_frame (was struct frame *) as in xfns.c. 822 875 823 876 2000-11-26 Andrew Choi <akochoi@i-cable.com> 824 877 825 * src/macterm.c (x_handle_tool_bar_click): 826 (note_tool_bar_highlight): change references to members deleted 827 from struct frame as in xterm.c. 828 829 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of 878 * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight): 879 Change references to members deleted from struct frame as in xterm.c. 880 881 * inc/epaths.h: Set PATH_EXEC to ~emacs/mac instead of 830 882 ~emacs/mac/bin. 831 883 832 884 2000-10-25 Andrew Choi <akochoi@i-cable.com> 833 885 834 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.835 836 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.837 838 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.839 840 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.886 * cw5-mcp.xml: Renamed from emacs-cw5.mcp.xml. 887 888 * cw6-mcp.xml: Renamed from emacs-cw6.mcp.xml. 889 890 * inc/defs-cw5.h: Renamed from inc/cmdline-defs-cw5.h. 891 892 * inc/defs-cw6.h: Renamed from inc/cmdline-defs-cw6.h. 841 893 842 894 2000-10-24 Andrew Choi <akochoi@i-cable.com> 843 895 844 * src/macterm.c (XTread_socket): check whether Lisp variable896 * src/macterm.c (XTread_socket): Check whether Lisp variable 845 897 mac-ready-for-drag-n-drop is bound rather than non-nil value. 846 898 … … 914 966 915 967 ;; Local Variables: 916 ;; coding: iso-2022-7bit-dos968 ;; coding: utf-8 917 969 ;; add-log-time-zone-rule: t 918 970 ;; End: branches/4.00-dev/mac/Emacs.app/Contents/Info.plist
r4220 r4227 32 32 <key>CFBundleTypeExtensions</key> 33 33 <array> 34 <string>text</string> 35 <string>txt</string> 36 </array> 37 <key>CFBundleTypeIconFile</key> 38 <string>document.icns</string> 39 <key>CFBundleTypeName</key> 40 <string>Plain text document</string> 41 <key>CFBundleTypeOSTypes</key> 42 <array> 43 <string>TEXT</string> 44 <string>utxt</string> 45 </array> 46 <key>CFBundleTypeRole</key> 47 <string>Editor</string> 48 </dict> 49 <dict> 50 <key>CFBundleTypeExtensions</key> 51 <array> 52 <string>html</string> 53 <string>htm</string> 54 <string>shtm</string> 55 <string>shtml</string> 56 <string>jsp</string> 57 <string>asp</string> 58 </array> 59 <key>CFBundleTypeIconFile</key> 60 <string>document.icns</string> 61 <key>CFBundleTypeName</key> 62 <string>HTML document</string> 63 <key>CFBundleTypeOSTypes</key> 64 <array> 65 <string>HTML</string> 66 </array> 67 <key>CFBundleTypeRole</key> 68 <string>Editor</string> 69 </dict> 70 <dict> 71 <key>CFBundleTypeExtensions</key> 72 <array> 73 <string>css</string> 74 </array> 75 <key>CFBundleTypeIconFile</key> 76 <string>document.icns</string> 77 <key>CFBundleTypeName</key> 78 <string>CSS style sheet</string> 79 <key>CFBundleTypeRole</key> 80 <string>Editor</string> 81 </dict> 82 <dict> 83 <key>CFBundleTypeExtensions</key> 84 <array> 85 <string>xhtml</string> 86 <string>xhtm</string> 87 </array> 88 <key>CFBundleTypeIconFile</key> 89 <string>document.icns</string> 90 <key>CFBundleTypeName</key> 91 <string>XHTML document</string> 92 <key>CFBundleTypeRole</key> 93 <string>Editor</string> 94 </dict> 95 <dict> 96 <key>CFBundleTypeExtensions</key> 97 <array> 98 <string>xml</string> 99 <string>xsl</string> 100 <string>xslt</string> 101 <string>xbl</string> 102 <string>xul</string> 103 <string>rdf</string> 104 <string>dtd</string> 105 </array> 106 <key>CFBundleTypeIconFile</key> 107 <string>document.icns</string> 108 <key>CFBundleTypeName</key> 109 <string>XML document</string> 110 <key>CFBundleTypeRole</key> 111 <string>Editor</string> 112 </dict> 113 <dict> 114 <key>CFBundleTypeExtensions</key> 115 <array> 116 <string>sgml</string> 117 <string>sgm</string> 118 </array> 119 <key>CFBundleTypeIconFile</key> 120 <string>document.icns</string> 121 <key>CFBundleTypeName</key> 122 <string>SGML document</string> 123 <key>CFBundleTypeRole</key> 124 <string>Editor</string> 125 </dict> 126 <dict> 127 <key>CFBundleTypeExtensions</key> 128 <array> 129 <string>yml</string> 130 </array> 131 <key>CFBundleTypeIconFile</key> 132 <string>document.icns</string> 133 <key>CFBundleTypeName</key> 134 <string>YAML document</string> 135 <key>CFBundleTypeRole</key> 136 <string>Editor</string> 137 </dict> 138 <dict> 139 <key>CFBundleTypeExtensions</key> 140 <array> 141 <string>js</string> 142 <string>JS</string> 143 </array> 144 <key>CFBundleTypeIconFile</key> 145 <string>document.icns</string> 146 <key>CFBundleTypeName</key> 147 <string>JavaScript script</string> 148 <key>CFBundleTypeRole</key> 149 <string>Editor</string> 150 </dict> 151 <dict> 152 <key>CFBundleTypeExtensions</key> 153 <array> 154 <string>php</string> 155 <string>php3</string> 156 <string>php4</string> 157 </array> 158 <key>CFBundleTypeIconFile</key> 159 <string>document.icns</string> 160 <key>CFBundleTypeName</key> 161 <string>PHP script</string> 162 <key>CFBundleTypeRole</key> 163 <string>Editor</string> 164 </dict> 165 <dict> 166 <key>CFBundleTypeExtensions</key> 167 <array> 168 <string>tcl</string> 169 </array> 170 <key>CFBundleTypeIconFile</key> 171 <string>document.icns</string> 172 <key>CFBundleTypeName</key> 173 <string>Tcl script</string> 174 <key>CFBundleTypeRole</key> 175 <string>Editor</string> 176 </dict> 177 <dict> 178 <key>CFBundleTypeExtensions</key> 179 <array> 180 <string>rb</string> 181 </array> 182 <key>CFBundleTypeIconFile</key> 183 <string>document.icns</string> 184 <key>CFBundleTypeName</key> 185 <string>Ruby script</string> 186 <key>CFBundleTypeRole</key> 187 <string>Editor</string> 188 </dict> 189 <dict> 190 <key>CFBundleTypeExtensions</key> 191 <array> 192 <string>py</string> 193 </array> 194 <key>CFBundleTypeIconFile</key> 195 <string>document.icns</string> 196 <key>CFBundleTypeName</key> 197 <string>Python script</string> 198 <key>CFBundleTypeRole</key> 199 <string>Editor</string> 200 </dict> 201 <dict> 202 <key>CFBundleTypeExtensions</key> 203 <array> 204 <string>pl</string> 205 <string>pm</string> 206 </array> 207 <key>CFBundleTypeIconFile</key> 208 <string>document.icns</string> 209 <key>CFBundleTypeName</key> 210 <string>Perl script</string> 211 <key>CFBundleTypeRole</key> 212 <string>Editor</string> 213 </dict> 214 <dict> 215 <key>CFBundleTypeExtensions</key> 216 <array> 217 <string>sh</string> 218 <string>csh</string> 219 </array> 220 <key>CFBundleTypeIconFile</key> 221 <string>document.icns</string> 222 <key>CFBundleTypeName</key> 223 <string>Shell script</string> 224 <key>CFBundleTypeRole</key> 225 <string>Editor</string> 226 </dict> 227 <dict> 228 <key>CFBundleTypeExtensions</key> 229 <array> 230 <string>h</string> 231 </array> 232 <key>CFBundleTypeIconFile</key> 233 <string>document.icns</string> 234 <key>CFBundleTypeName</key> 235 <string>C Header Source File</string> 236 <key>CFBundleTypeRole</key> 237 <string>Editor</string> 238 </dict> 239 <dict> 240 <key>CFBundleTypeExtensions</key> 241 <array> 242 <string>c</string> 243 </array> 244 <key>CFBundleTypeIconFile</key> 245 <string>document.icns</string> 246 <key>CFBundleTypeName</key> 247 <string>C Source File</string> 248 <key>CFBundleTypeRole</key> 249 <string>Editor</string> 250 </dict> 251 <dict> 252 <key>CFBundleTypeExtensions</key> 253 <array> 254 <string>hh</string> 255 <string>hp</string> 256 <string>hpp</string> 257 <string>hxx</string> 258 <string>h++</string> 259 </array> 260 <key>CFBundleTypeIconFile</key> 261 <string>document.icns</string> 262 <key>CFBundleTypeName</key> 263 <string>C++ Header Source File</string> 264 <key>CFBundleTypeRole</key> 265 <string>Editor</string> 266 </dict> 267 <dict> 268 <key>CFBundleTypeExtensions</key> 269 <array> 270 <string>cc</string> 271 <string>cp</string> 272 <string>cpp</string> 273 <string>cxx</string> 274 <string>c++</string> 275 </array> 276 <key>CFBundleTypeIconFile</key> 277 <string>document.icns</string> 278 <key>CFBundleTypeName</key> 279 <string>C++ Source File</string> 280 <key>CFBundleTypeRole</key> 281 <string>Editor</string> 282 </dict> 283 <dict> 284 <key>CFBundleTypeExtensions</key> 285 <array> 286 <string>m</string> 287 </array> 288 <key>CFBundleTypeIconFile</key> 289 <string>document.icns</string> 290 <key>CFBundleTypeName</key> 291 <string>Objective-C Source File</string> 292 <key>CFBundleTypeRole</key> 293 <string>Editor</string> 294 </dict> 295 <dict> 296 <key>CFBundleTypeExtensions</key> 297 <array> 298 <string>s</string> 299 <string>asm</string> 300 </array> 301 <key>CFBundleTypeIconFile</key> 302 <string>document.icns</string> 303 <key>CFBundleTypeName</key> 304 <string>Assembly Source File</string> 305 <key>CFBundleTypeRole</key> 306 <string>Editor</string> 307 </dict> 308 <dict> 309 <key>CFBundleTypeExtensions</key> 310 <array> 311 <string>java</string> 312 <string>jav</string> 313 </array> 314 <key>CFBundleTypeIconFile</key> 315 <string>document.icns</string> 316 <key>CFBundleTypeName</key> 317 <string>Java Source File</string> 318 <key>CFBundleTypeRole</key> 319 <string>Editor</string> 320 </dict> 321 <dict> 322 <key>CFBundleTypeExtensions</key> 323 <array> 324 <string>f</string> 325 <string>for</string> 326 <string>f77</string> 327 <string>f90</string> 328 <string>f95</string> 329 <string>f99</string> 330 </array> 331 <key>CFBundleTypeIconFile</key> 332 <string>document.icns</string> 333 <key>CFBundleTypeName</key> 334 <string>Fortran Source File</string> 335 <key>CFBundleTypeRole</key> 336 <string>Editor</string> 337 </dict> 338 <dict> 339 <key>CFBundleTypeExtensions</key> 340 <array> 341 <string>pas</string> 342 </array> 343 <key>CFBundleTypeIconFile</key> 344 <string>document.icns</string> 345 <key>CFBundleTypeName</key> 346 <string>Pascal Source file</string> 347 <key>CFBundleTypeRole</key> 348 <string>Editor</string> 349 </dict> 350 <dict> 351 <key>CFBundleTypeExtensions</key> 352 <array> 353 <string>ada</string> 354 <string>adb</string> 355 <string>ads</string> 356 </array> 357 <key>CFBundleTypeIconFile</key> 358 <string>document.icns</string> 359 <key>CFBundleTypeName</key> 360 <string>Ada Source File</string> 361 <key>CFBundleTypeRole</key> 362 <string>Editor</string> 363 </dict> 364 <dict> 365 <key>CFBundleTypeExtensions</key> 366 <array> 367 <string>el</string> 368 </array> 369 <key>CFBundleTypeIconFile</key> 370 <string>document.icns</string> 371 <key>CFBundleTypeName</key> 372 <string>Emacs Lisp Source File</string> 373 <key>CFBundleTypeRole</key> 374 <string>Editor</string> 375 </dict> 376 <dict> 377 <key>CFBundleTypeExtensions</key> 378 <array> 379 <string>hs</string> 380 <string>lhs</string> 381 </array> 382 <key>CFBundleTypeIconFile</key> 383 <string>document.icns</string> 384 <key>CFBundleTypeName</key> 385 <string>Haskell Source File</string> 386 <key>CFBundleTypeRole</key> 387 <string>Editor</string> 388 </dict> 389 <dict> 390 <key>CFBundleTypeExtensions</key> 391 <array> 392 <string>lua</string> 393 </array> 394 <key>CFBundleTypeIconFile</key> 395 <string>document.icns</string> 396 <key>CFBundleTypeName</key> 397 <string>Lua Source File</string> 398 <key>CFBundleTypeRole</key> 399 <string>Editor</string> 400 </dict> 401 <dict> 402 <key>CFBundleTypeExtensions</key> 403 <array> 404 <string>pro</string> 405 </array> 406 <key>CFBundleTypeIconFile</key> 407 <string>document.icns</string> 408 <key>CFBundleTypeName</key> 409 <string>IDL Procedure File</string> 410 <key>CFBundleTypeRole</key> 411 <string>Editor</string> 412 </dict> 413 <dict> 414 <key>CFBundleTypeExtensions</key> 415 <array> 416 <string>gp</string> 417 </array> 418 <key>CFBundleTypeIconFile</key> 419 <string>document.icns</string> 420 <key>CFBundleTypeName</key> 421 <string>gnuplot file</string> 422 <key>CFBundleTypeRole</key> 423 <string>Editor</string> 424 </dict> 425 <dict> 426 <key>CFBundleTypeExtensions</key> 427 <array> 428 <string>bib</string> 429 </array> 430 <key>CFBundleTypeIconFile</key> 431 <string>document.icns</string> 432 <key>CFBundleTypeName</key> 433 <string>BibTeX document</string> 434 <key>CFBundleTypeRole</key> 435 <string>Editor</string> 436 </dict> 437 <dict> 438 <key>CFBundleTypeExtensions</key> 439 <array> 440 <string>tex</string> 441 <string>ltx</string> 442 <string>ctx</string> 443 <string>latex</string> 444 <string>texi</string> 445 </array> 446 <key>CFBundleTypeIconFile</key> 447 <string>document.icns</string> 448 <key>CFBundleTypeName</key> 449 <string>TeX document</string> 450 <key>CFBundleTypeRole</key> 451 <string>Editor</string> 452 </dict> 453 <dict> 454 <key>CFBundleTypeExtensions</key> 455 <array> 34 456 <string>*</string> 35 457 </array> branches/4.00-dev/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
r4220 r4227 2 2 3 3 CFBundleName = "Emacs"; 4 CFBundleShortVersionString = "2 2.2";5 CFBundleGetInfoString = "2 2.2, Copyright (C) 2008 Free Software Foundation, Inc.";4 CFBundleShortVersionString = "23.0.60"; 5 CFBundleGetInfoString = "23.0.60, Copyright (C) 2008 Free Software Foundation, Inc."; branches/4.00-dev/mac/INSTALL
r4220 r4227 1 * BUILDING EMACS ON MAC OS Classic AND MAC OSX -*- outline -*-1 * BUILDING EMACS ON MAC OS X -*- outline -*- 2 2 3 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, … … 159 159 directory. 160 160 161 * BUILDING EMACS ON MAC OS Classic162 163 You can use MPW-GM (Aug. 2001) to build Emacs. MPW-GM can be164 downloaded free of charge from Apple.165 166 ### IMPORTANT ### You can use StuffIt Expander to decompress and untar167 the distribution. However, you *must* set the radio button in the168 Preferences->Cross Platform->Convert text files to Macintosh format to169 "Never". Otherwise the compiled Lisp files will be corrupted.170 171 (Optional) A subset of the fonts from the GNU intlfonts-1.2172 distribution converted to NFNT format can be obtained from173 174 http://members.shaw.ca/akochoi-emacs/stories/Resources/GNU-Fonts.smi.bin175 176 To build Emacs in the MPW Shell, simply set the directory to177 ...:emacs:mac: and build the target Emacs of the make file<
