aboutsummaryrefslogtreecommitdiffstats
path: root/mac/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a lot of options to reduce disk size of both the installer and the finalSteven Tamm2002-11-301-0/+21
| | | | | | application. Added option to make installer generate self-contained Emacs.app. Now nolonger creates a "full-dist" by default, by omitting .el files that have already been compiled.
* .Andreas Schwab2002-10-141-0/+4
|
* * make-package: Added ability to pass command line optionsSteven Tamm2002-10-091-0/+8
| | | | | | | through to make and configure (-m, & -c,). Added option to not copy Application into installer, the default for X11 builds. Does not copy CVS directories into installer. Clarified some of the usage notes.
* make-package: Now calls make bootstrap if .elc files are missingSteven Tamm2002-10-071-0/+4
|
* 2002-08-27 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-281-0/+5
| | | | | * INSTALL: Add information on starting Emacs as a GUI application from the terminal.
* 2002-08-15 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-161-0/+5
| | | | | * INSTALL: Add instructions for building Carbon version on Macs with X Window installed.
* 2002-07-31 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-011-0/+3
| | | | | * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: change creator code from ???? to EMAx.
* In src:Andrew Choi2002-08-011-0/+4
| | | | | | | | | | | | | 2002-07-31 Andrew Choi <akochoi@shaw.ca> * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if HAVE_CARBON is defined. In mac: 2002-07-31 Andrew Choi <akochoi@shaw.ca> * INSTALL: Add instructions for building X Window version.
* 2002-07-11 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-111-0/+4
| | | | * make-package: Change -a option to -R for cp command.
* 2002-07-05 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-051-0/+5
| | | | | * make-package: Add ability to handle options --help, --prefix, --no-conf, and --with-x.
* 2002-07-04 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-07-041-0/+4
| | | | * make-package: New file.
* In mac:Andrew Choi2002-07-011-4/+11
| | | | | | | | | | | | | | | | | | | | 2002-07-01 Andrew Choi <akochoi@shaw.ca> * Emacs.app/Contents/Resources/Emacs.icns: New file. * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and CFBundleIconFile entries. In src: 2002-07-01 Andrew Choi <akochoi@shaw.ca> * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef and FSRefMakePath to convert FSSpec returned with Apple Event to Posix pathname. (mac_initialize) [TARGET_API_MAC_CARBON]: Call init_required_apple_events and disable the `Quit' menu item provided automatically by the Carbon Toolbox.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+133
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* *** empty log message ***Kim F. Storm2002-01-281-0/+6
|
* *** empty log message ***Pavel Janík2001-12-221-4/+8
|
* *** empty log message ***Pavel Janík2001-12-221-0/+4
|
* *** empty log message ***Eli Zaretskii2001-12-131-0/+5
|
* *** empty log message ***Pavel Janík2001-12-081-0/+4
|
* *** empty log message ***Kim F. Storm2001-12-051-0/+4
|
* Merged fringe width related changes.Kim F. Storm2001-12-011-0/+10
|
* *** empty log message ***Pavel Janík2001-11-181-1/+1
|
* *** empty log message ***Pavel Janík2001-11-161-0/+4
|
* Fringe cleanup.Kim F. Storm2001-11-161-0/+22
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|
* Update calls to openp.Stefan Monnier2001-10-121-1/+6
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Stefan Monnier2001-10-081-2/+9
|
* *** empty log message ***Gerd Moellmann2001-10-061-0/+4
|
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-1/+9
| | | | | | | | | | | * src/macterm.c (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if a script code of -smJapanese is specified. (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0 encoding. (init_font_name_table): Use a script code of -smJapanese instead of smRoman for the second entry of a Japanese font. (XLoadQueryFont): Recognize a font as having the smRoman script code if its encoding is jisx0201.1976-0.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-0/+2
| | | | * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-1/+3
| | | | | * src/mac.c (sleep) [__MRC__]: Place loop around WaitNextEvent to check time elapsed instead of use WaitNextEvent call as a delay.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-0/+3
| | | | | * src/macterm.c (XTread_socket): Read all pending events in the event queue instead of one.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-0/+3
| | | | | * makefile.MPW: Generate etc/DOC file from .elc files instead of .el files.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-0/+6
| | | | | | * src/mac.c (stat): Don't fail for aliases. (sys_open) [__MRC__]: Set file creator and type for newly-created files.
* 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-08-241-0/+9
| | | | | | | | | * src/macterm.c (init_font_name_table): Add an additional entry to the font table with the script code smRoman for each Apple Japanese font. (XLoadQueryFont): Recognize a font as having the smRoman script code even when FontToScript returns smJapanese if it is one of those created above.
* 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-08-211-0/+9
| | | | | | | | | | | | | * src/macterm.c (local_to_global_coord): Comment out. * src/mac.c (mac-filename-to-unix): Change to mac-file-name-to-posix. (unix-filename-to-mac): Change to posix-file-name-to-mac. (mac_to_unix_pathname): Change to mac_to_posix_pathname. (unix_to_mac_pathname): Change to posix_to_mac_pathname. * src/macterm.c (do_ae_open_documents): Change call to mac_to_unix_pathname to mac_to_posix_pathname.
* 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-08-211-0/+3
| | | | | * INSTALL: Add to the note on using -opt speed in MPW the function macterm.c (x_draw_hollow_cursor).
* 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-08-211-0/+9
| | | | | | | | | * src/macterm.c (mac_scroll_area): Call CopyBits with local coordinates and portBits instead of global coordinates and screenBits. Set fore color and back color to black and white, respectively, before calling CopyBits. * src/macterm.c (local_to_global_coord): Comment out.
* 2001-07-26 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-07-261-0/+4
| | | | * inc/macterm.h (x_display_list): Declare extern.
* Fix typo.Pavel Janík2001-07-201-0/+4
|
* 2001-06-26 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-06-261-0/+5
| | | | | * README: Change references to SourceForge site to ftp://ftp.gnu.org/gnu/mac/emacs/.
* *** empty log message ***Gerd Moellmann2001-05-151-0/+4
|
* * src/Emacs.r: Change About box message.Andrew Choi2001-05-151-0/+17
| | | | | | | | | | | | | | | * makefile.MPW: Add md5.c.x to EmacsObjects. * src/mac.c (select): Call WaitNextEvent instead of Delay. (pause): Ditto. (sleep): Ditto. * src/macterm.c (do_app_resume): Set cursor to arrow. (clear_mouse_face): check for NIL Lisp object instead of null pointer. * INSTALL: Delete note on compiling Lisp files on a Unix system. Add note on turning off end of line conversion.
* * src/macfns.c: Rename everything containing *busy_cursor* andAndrew Choi2001-02-271-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | similar to *hourglass*. Change IMAGE_POSITIVE_INTEGER_VALUE to IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout. (x_set_font): If font hasn't changed, avoid recomputing faces and other things, as in xfns.c. (Qcancel_timer): New variable. (syms_of_macfns): Rename x-busy-pointer-shape to x-hourglass-pointer-shape, display-busy-cursor to display-hourglass, busy-cursor-delay to hourglass-delay, as in xfns.c. (x_set_tool_bar_lines): Modify as in xfns.c (x_change_window_heights): New function. * inc/macterm.h (struct x_output): Rename busy_cursor to hourglass_cursor, busy_window to hourglass_window, busy_p to hourglass_p, as in xterm.h. * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with safe_run_hooks, as in xmenu.c. * src/macterm.c (do_check_ram_size): New function. * src/Emacs.r: Add ALRT resource #129 for alert when there is over 256 MB RAM.
* Added copyright notice.Andrew Choi2001-02-201-0/+10
|
* * src/macterm.c (mac_font_pattern_match): Allocate three more bytes toAndrew Choi2001-01-281-0/+6
| | | | | | | regex for '^', '$', and '\0'. * src/macterm.c (x_list_fonts): Protect pattern and newlist from garbage collection.
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-281-0/+15
| | | | | | | | | | | | | | | | | | | | only if current_sblock has been initialized. * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial terminal frame even if it is the only visible frame. * src/macfns.c (QCconversion): Replaces QCalgorithm. * src/macfns.c (image_ascent, lookup_image): Adapt to change of image margins. * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground) (x_draw_image_relief, x_draw_image_foreground_1) (x_draw_image_glyph_string): Adapt to change of image margins. * src/macterm.c (mac_to_x_fontname): Change charset name of Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts from ksc5601 to ksc5601.1989.
* * cw5-mcp.xml: add md5.c to project.Andrew Choi2000-12-121-0/+4
| | | | * cw6-mcp.xml: add md5.c to project.
* * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handleAndrew Choi2000-12-121-0/+5
| | | | Lisp_Object type tip_frame (was struct frame *) as in xfns.c.