(hl-line-mode): Don't be a global mode.
[emacs.git] / mac / ChangeLog
blob4030043afc906b421b8f9ef119140ee6a61f222f
1 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
3         * src/macterm.c (init_font_name_table): Add an additional entry to
4         the font table with the script code smRoman for each Apple
5         Japanese font.
6         (XLoadQueryFont): Recognize a font as having the smRoman script
7         code even when FontToScript returns smJapanese if it is one of
8         those created above.
10 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
12         * INSTALL: Add to the note on using -opt speed in MPW the function
13         macterm.c (x_draw_hollow_cursor).
15         * src/macterm.c (mac_scroll_area): Call CopyBits with local
16         coordinates and portBits instead of global coordinates and
17         screenBits.  Set fore color and back color to black and white,
18         respectively, before calling CopyBits.
20         * src/macterm.c (local_to_global_coord): Comment out.
22         * src/mac.c (mac-filename-to-unix): Change to
23         mac-file-name-to-posix.
24         (unix-filename-to-mac): Change to posix-file-name-to-mac.
25         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
26         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
28         * src/macterm.c (do_ae_open_documents): Change call to
29         mac_to_unix_pathname to mac_to_posix_pathname.
31 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
33         * inc/macterm.h (x_display_list): Declare extern.
35 2001-07-20  Pavel Janík  <Pavel@Janik.cz>
37         * src/macterm.c (xim_open_dpy): Fix typo.
39 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
41         * README: Change references to SourceForge site to
42         ftp://ftp.gnu.org/gnu/mac/emacs/.
44 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
46         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
48 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
50         * src/Emacs.r: Change About box message.
52         * makefile.MPW: Add md5.c.x to EmacsObjects.
54         * src/mac.c (select): Call WaitNextEvent instead of Delay.
55         (pause): Ditto.
56         (sleep): Ditto.
58         * src/macterm.c (do_app_resume): Set cursor to arrow.
59         (clear_mouse_face): check for NIL Lisp object instead of null
60         pointer.
61         
62         * INSTALL: Delete note on compiling Lisp files on a Unix system.
63         Add note on turning off end of line conversion.
65 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
67         * src/macfns.c: Rename everything containing *busy_cursor* and
68         similar to *hourglass*.
69         Change IMAGE_POSITIVE_INTEGER_VALUE to
70         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
71         (x_set_font): If font hasn't changed, avoid recomputing faces and
72         other things, as in xfns.c.
73         (Qcancel_timer): New variable.
74         (syms_of_macfns): Rename x-busy-pointer-shape to
75         x-hourglass-pointer-shape, display-busy-cursor to
76         display-hourglass, busy-cursor-delay to hourglass-delay, as in
77         xfns.c.
78         (x_set_tool_bar_lines): Modify as in xfns.c
79         (x_change_window_heights): New function.
81         * inc/macterm.h (struct x_output): Rename busy_cursor to
82         hourglass_cursor, busy_window to hourglass_window, busy_p to
83         hourglass_p, as in xterm.h.
85         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
86         safe_run_hooks, as in xmenu.c.
88         * src/macterm.c (do_check_ram_size): New function.
90         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
91         256 MB RAM.
92         
93 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
95         * mac/INSTALL:
96         * mac/README:
97         * mac/cw5-mcp.xml:
98         * mac/cw6-mcp.xml:
99         * mac/inc/alloca.h:
100         * mac/inc/defs-cw5.h:
101         * mac/inc/defs-cw6.h: Added copyright notice.
103 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
105         * src/macterm.c (mac_font_pattern_match): Allocate three more
106         bytes to regex for '^', '$', and '\0'.
108         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
109         garbage collection.
110         
111         * src/macfns.c (QCconversion): Replaces QCalgorithm.
113         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
114         image margins.
116         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
117         (x_draw_image_relief, x_draw_image_foreground_1)
118         (x_draw_image_glyph_string): Adapt to change of image margins.
120         * src/macterm.c (mac_to_x_fontname): Change charset name of
121         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
122         from ksc5601 to ksc5601.1989.
123         
124 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
126         * cw5-mcp.xml: add md5.c to project.
128         * cw6-mcp.xml: add md5.c to project.
130         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
131         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
133 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
135         * src/macterm.c (x_handle_tool_bar_click):
136         (note_tool_bar_highlight): change references to members deleted
137         from struct frame as in xterm.c.
139         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
140         ~emacs/mac/bin.
142 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
144         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
146         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
148         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
150         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
152 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
154         * src/macterm.c (XTread_socket): check whether Lisp variable
155         mac-ready-for-drag-n-drop is bound rather than non-nil value.
157 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
159         * INSTALL: New file.
161         * README: New file.
163         * TODO: New file.
165         * emacs-cw5.mcp.xml: New file.
167         * emacs-cw6.mcp.xml: New file.
169         * makefile.MPW: New file.
171         * inc/alloca.h: New file.
173         * inc/cmdline-defs-cw5.h: New file.
175         * inc/cmdline-defs-cw6.h: New file.
177         * inc/config.h: New file.
179         * inc/dirent.h: New file.
181         * inc/epaths.h: New file.
183         * inc/m-mac.h: New file.
185         * inc/macgui.h: New file.
187         * inc/macterm.h: New file.
189         * inc/pwd.h: New file.
191         * inc/s-mac.h: New file.
193         * inc/termio.h: New file.
195         * inc/utime.h: New file.
197         * inc/utsname.h: New file.
199         * inc/sys/file.h: New file.
201         * inc/sys/ioctl.h: New file.
203         * inc/sys/param.h: New file.
205         * inc/sys/stat.h: New file.
207         * inc/sys/time.h: New file.
209         * inc/sys/types.h: New file.
211         * src/Emacs.r: New file.
213         * src/EmacsMPW.r: New file.
215         * src/chdir.c: New file.
216         
217         * src/mac.c: New file.
219         * src/macfns.c: New file.
221         * src/macmenu.c: New file.
223         * src/macterm.c: New file.