aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 22.1.50.Chong Yidong2007-06-041-4/+4
|
* Increment version to 22.1.Chong Yidong2007-06-021-5/+5
|
* Bump version to 22.0.990emacs-pretest-22.0.990Chong Yidong2007-05-171-3/+3
|
* Bump version to 22.0.99.Chong Yidong2007-04-241-3/+3
|
* Bump version to 22.0.98.Chong Yidong2007-04-171-3/+3
|
* Bump version to 22.0.97.Chong Yidong2007-04-041-3/+3
|
* Bump version to 22.0.96.Chong Yidong2007-03-201-3/+3
|
* Bump to 22.0.95.Chong Yidong2007-03-011-3/+3
|
* Bump to version 22.0.94.emacs-pretest-22.0.94Chong Yidong2007-02-231-3/+3
|
* Bump version to 22.0.93.Chong Yidong2007-01-231-3/+3
|
* Update copyright to 2007.Glenn Morris2007-01-211-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-163-6/+6
| | | | 2001).
* Bump version number to 22.0.92Chong Yidong2006-12-191-3/+3
|
* Bump version to 22.0.91Chong Yidong2006-11-181-3/+3
|
* Bump version number to 22.0.90.emacs-pretest-22.0.90Chong Yidong2006-10-271-4/+4
|
* (M_APPLE): New define.YAMAMOTO Mitsuharu2006-09-191-1/+3
| | | | (MENU): Use it.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-063-4/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-103-3/+6
|
* Update FSF's address.Lute Kamstra2005-07-043-6/+6
|
* (DITL, vers): Fix version number and copyright.YAMAMOTO Mitsuharu2005-04-061-9/+9
|
* (SIZE): Increase preferred memory size to 32MB.YAMAMOTO Mitsuharu2005-03-041-1/+13
| | | | [HAVE_CARBON] (crfg): New resource for extra stack space.
* Update TOO_MUCH_RAM error message.Stefan Monnier2004-01-141-2/+2
|
* src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.Andrew Choi2003-11-021-2/+0
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-267-27555/+7
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (x_erase_phys_cursor): Don't erase cursor if cursor rowKim F. Storm2002-01-281-0/+6
| | | | | is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line.
* Fix typo.Pavel Janík2002-01-121-4/+4
|
* (x_report_frame_params): Makes the scroll-bar-width frameEli Zaretskii2001-12-131-0/+4
| | | | parameter have a numeric value all the time.
* (x_report_frame_params): Return actual fringe widths.Kim F. Storm2001-12-051-0/+4
|
* Merged fringe width related changes from xterm.c.Kim F. Storm2001-12-011-156/+217
|
* Merged fringe width related changes from xfns.c.Kim F. Storm2001-12-011-5/+25
|
* (waiting_for_input): Remove unnecessary prototype.Pavel Janík2001-11-161-2/+0
|
* Fringe cleanup.Kim F. Storm2001-11-161-66/+66
| | | | | | | | Comment fixes. Use renamed symbols. (fringe_bitmap_type): Renamed from bitmap_type. (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. (x_draw_fringe_bitmap): Renamed from x_draw_bitmap. (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
* Fringe cleanup.Kim F. Storm2001-11-161-2/+2
| | | | Use renamed symbols.
* Update calls to openp.Stefan Monnier2001-10-122-3/+3
|
* (Fx_popup_menu): Use Fkeymap_prompt.Stefan Monnier2001-10-081-2/+3
|
* Include keymap.h.Stefan Monnier2001-10-081-2/+3
| | | | (note_mode_line_highlight): Use kEYMAPP.
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-041-8/+17
| | | | | | | | | | | * 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-3/+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/+7
| | | | | * 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-2/+14
| | | | | * 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-4/+9
| | | | | | * 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-1/+30
| | | | | | | | | * 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-212-41/+41
| | | | | | | | | | | | | * 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-1/+14
| | | | | | | | | * 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.
* Fix typo.Pavel Janík2001-07-201-1/+1
|
* * src/Emacs.r: Change About box message.Andrew Choi2001-05-153-11/+12
| | | | | | | | | | | | | | | * 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-274-157/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * src/macterm.c (mac_font_pattern_match): Allocate three more bytes toAndrew Choi2001-01-281-1/+6
| | | | | | | regex for '^', '$', and '\0'. * src/macterm.c (x_list_fonts): Protect pattern and newlist from garbage collection.