summaryrefslogtreecommitdiff
path: root/mac
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* *** empty log message ***Kim F. Storm2002-01-281-0/+6
|
* Fix typo.Pavel Janík2002-01-121-4/+4
|
* *** empty log message ***Pavel Janík2001-12-221-4/+8
|
* Remove mocklisp files.Pavel Janík2001-12-223-45/+1
|
* *** empty log message ***Pavel Janík2001-12-221-0/+4
|
* *** empty log message ***Eli Zaretskii2001-12-131-0/+5
|
* (x_report_frame_params): Makes the scroll-bar-width frameEli Zaretskii2001-12-131-0/+4
| | | | parameter have a numeric value all the time.
* *** empty log message ***Pavel Janík2001-12-081-0/+4
|
* New file.Pavel Janík2001-12-081-0/+340
|
* *** empty log message ***Kim F. Storm2001-12-051-0/+4
|
* (x_report_frame_params): Return actual fringe widths.Kim F. Storm2001-12-051-0/+4
|
* Merged fringe width related changes.Kim F. Storm2001-12-011-0/+10
|
* Merged fringe width related changes from xterm.h.Kim F. Storm2001-12-011-23/+7
|
* 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
|
* *** empty log message ***Pavel Janík2001-11-181-1/+1
|
* *** empty log message ***Pavel Janík2001-11-161-0/+4
|
* (waiting_for_input): Remove unnecessary prototype.Pavel Janík2001-11-161-2/+0
|
* Fringe cleanup.Kim F. Storm2001-11-161-0/+22
|
* 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-18/+18
| | | | | | | | | | | | Comment fixes. Use renamed symbols. (fringes_extra): Renamed from flags_areas_extra. (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
* Fringe cleanup.Kim F. Storm2001-11-161-2/+2
| | | | Use renamed symbols.
* *** 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-123-4/+9
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Stefan Monnier2001-10-081-0/+2
|
* *** empty log message ***Stefan Monnier2001-10-081-2/+7
|
* (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.
* *** empty log message ***Gerd Moellmann2001-10-061-0/+4
|
* 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-09-042-9/+26
| | | | | | | | | | | * 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-042-3/+4
| | | | * 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-042-2/+10
| | | | | * 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-042-2/+17
| | | | | * 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-042-68/+71
| | | | | * 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-042-4/+15
| | | | | | * 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-242-1/+39
| | | | | | | | | * 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-213-41/+50
| | | | | | | | | | | | | * 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-212-2/+6
| | | | | * 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-212-1/+23
| | | | | | | | | * 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-262-1/+8
| | | | * inc/macterm.h (x_display_list): Declare extern.
* Fix typo.Pavel Janík2001-07-202-1/+5
|
* 2001-06-26 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-06-262-5/+10
| | | | | * README: Change references to SourceForge site to ftp://ftp.gnu.org/gnu/mac/emacs/.
* Fix a typo.Eli Zaretskii2001-06-111-1/+1
|
* *** empty log message ***Gerd Moellmann2001-05-151-0/+4
|
* * src/Emacs.r: Change About box message.Andrew Choi2001-05-156-28/+35
| | | | | | | | | | | | | | | * 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-276-163/+401
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* *** empty log message ***Andrew Choi2001-02-201-0/+10
|