Mercurial > emacs
annotate mac/ChangeLog @ 38917:7f8686d21c31
(hexl-insert-multibyte-char) New function.
(hexl-quoted-insert, hexl-self-insert-command)
(hexl-insert-hex-char, hexl-insert-decimal-char)
(hexl-insert-octal-char): Call it instead of hexl-insert-char.
Fix the doc strings accordingly.
(hexl-insert-char): Reject characters whose code is above 255.
Doc fix.
(hexl-mode-map): Copy the global keymap instead of creating a
sparse keymap, and bind all self-inserting characters to
hexl-self-insert-command.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 23 Aug 2001 10:54:55 +0000 |
parents | bd309345e7ea |
children | dc047d3af2cd |
rev | line source |
---|---|
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
1 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk> |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
2 |
38887
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
3 * INSTALL: Add to the note on using -opt speed in MPW the function |
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
4 macterm.c (x_draw_hollow_cursor). |
12fcb93284db
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38886
diff
changeset
|
5 |
38886
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
6 * src/macterm.c (mac_scroll_area): Call CopyBits with local |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
7 coordinates and portBits instead of global coordinates and |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
8 screenBits. Set fore color and back color to black and white, |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
9 respectively, before calling CopyBits. |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
10 |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
11 * src/macterm.c (local_to_global_coord): Comment out. |
f035ca54b24a
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38565
diff
changeset
|
12 |
38893
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
13 * src/mac.c (mac-filename-to-unix): Change to |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
14 mac-file-name-to-posix. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
15 (unix-filename-to-mac): Change to posix-file-name-to-mac. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
16 (mac_to_unix_pathname): Change to mac_to_posix_pathname. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
17 (unix_to_mac_pathname): Change to posix_to_mac_pathname. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
18 |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
19 * src/macterm.c (do_ae_open_documents): Change call to |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
20 mac_to_unix_pathname to mac_to_posix_pathname. |
bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi <akochoi@shaw.ca>
parents:
38887
diff
changeset
|
21 |
38565
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
22 2001-07-26 Andrew Choi <akochoi@i-cable.com> |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
23 |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
24 * inc/macterm.h (x_display_list): Declare extern. |
af9f5dd840a3
2001-07-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
38508
diff
changeset
|
25 |
38508 | 26 2001-07-20 Pavel Janík <Pavel@Janik.cz> |
27 | |
28 * src/macterm.c (xim_open_dpy): Fix typo. | |
29 | |
38188
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
30 2001-06-26 Andrew Choi <akochoi@i-cable.com> |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
31 |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
32 * README: Change references to SourceForge site to |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
33 ftp://ftp.gnu.org/gnu/mac/emacs/. |
5cb0f2b0cabd
2001-06-26 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37740
diff
changeset
|
34 |
37740 | 35 2001-05-15 Gerd Moellmann <gerd@gnu.org> |
36 | |
37 * src/macterm.c (clear_mouse_face): Check for nil tip_frame. | |
38 | |
37738
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
39 2001-05-15 Andrew Choi <akochoi@i-cable.com> |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
40 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
41 * src/Emacs.r: Change About box message. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
42 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
43 * makefile.MPW: Add md5.c.x to EmacsObjects. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
44 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
45 * src/mac.c (select): Call WaitNextEvent instead of Delay. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
46 (pause): Ditto. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
47 (sleep): Ditto. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
48 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
49 * src/macterm.c (do_app_resume): Set cursor to arrow. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
50 (clear_mouse_face): check for NIL Lisp object instead of null |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
51 pointer. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
52 |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
53 * INSTALL: Delete note on compiling Lisp files on a Unix system. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
54 Add note on turning off end of line conversion. |
c04e66e2c50c
* src/Emacs.r: Change About box message.
Andrew Choi <akochoi@shaw.ca>
parents:
36417
diff
changeset
|
55 |
36417
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
56 2001-02-27 Andrew Choi <akochoi@i-cable.com> |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
57 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
58 * src/macfns.c: Rename everything containing *busy_cursor* and |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
59 similar to *hourglass*. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
60 Change IMAGE_POSITIVE_INTEGER_VALUE to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
61 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
62 (x_set_font): If font hasn't changed, avoid recomputing faces and |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
63 other things, as in xfns.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
64 (Qcancel_timer): New variable. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
65 (syms_of_macfns): Rename x-busy-pointer-shape to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
66 x-hourglass-pointer-shape, display-busy-cursor to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
67 display-hourglass, busy-cursor-delay to hourglass-delay, as in |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
68 xfns.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
69 (x_set_tool_bar_lines): Modify as in xfns.c |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
70 (x_change_window_heights): New function. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
71 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
72 * inc/macterm.h (struct x_output): Rename busy_cursor to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
73 hourglass_cursor, busy_window to hourglass_window, busy_p to |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
74 hourglass_p, as in xterm.h. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
75 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
76 * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
77 safe_run_hooks, as in xmenu.c. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
78 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
79 * src/macterm.c (do_check_ram_size): New function. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
80 |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
81 * src/Emacs.r: Add ALRT resource #129 for alert when there is over |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
82 256 MB RAM. |
350e6092a4c4
* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi <akochoi@shaw.ca>
parents:
36234
diff
changeset
|
83 |
36234 | 84 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
85 | |
86 * mac/INSTALL: | |
87 * mac/README: | |
88 * mac/cw5-mcp.xml: | |
89 * mac/cw6-mcp.xml: | |
90 * mac/inc/alloca.h: | |
91 * mac/inc/defs-cw5.h: | |
92 * mac/inc/defs-cw6.h: Added copyright notice. | |
93 | |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
94 2001-01-28 Andrew Choi <akochoi@i-cable.com> |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
95 |
35664
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
96 * src/macterm.c (mac_font_pattern_match): Allocate three more |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
97 bytes to regex for '^', '$', and '\0'. |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
98 |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
99 * src/macterm.c (x_list_fonts): Protect pattern and newlist from |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
100 garbage collection. |
16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
Andrew Choi <akochoi@shaw.ca>
parents:
35660
diff
changeset
|
101 |
35660
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
102 * src/macfns.c (QCconversion): Replaces QCalgorithm. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
103 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
104 * src/macfns.c (image_ascent, lookup_image): Adapt to change of |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
105 image margins. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
106 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
107 * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground) |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
108 (x_draw_image_relief, x_draw_image_foreground_1) |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
109 (x_draw_image_glyph_string): Adapt to change of image margins. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
110 |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
111 * src/macterm.c (mac_to_x_fontname): Change charset name of |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
112 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
113 from ksc5601 to ksc5601.1989. |
b9366f467430
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Andrew Choi <akochoi@shaw.ca>
parents:
34466
diff
changeset
|
114 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
115 2000-12-12 Andrew Choi <akochoi@i-cable.com> |
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
116 |
34466
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
117 * cw5-mcp.xml: add md5.c to project. |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
118 |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
119 * cw6-mcp.xml: add md5.c to project. |
3e1faf8a629f
* cw5-mcp.xml: add md5.c to project.
Andrew Choi <akochoi@shaw.ca>
parents:
34465
diff
changeset
|
120 |
34465
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
121 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle |
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
122 Lisp_Object type tip_frame (was struct frame *) as in xfns.c. |
94435b0ce7fd
* src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
Andrew Choi <akochoi@shaw.ca>
parents:
33886
diff
changeset
|
123 |
33886
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
124 2000-11-26 Andrew Choi <akochoi@i-cable.com> |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
125 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
126 * src/macterm.c (x_handle_tool_bar_click): |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
127 (note_tool_bar_highlight): change references to members deleted |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
128 from struct frame as in xterm.c. |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
129 |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
130 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
131 ~emacs/mac/bin. |
ff4ddf873081
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi <akochoi@shaw.ca>
parents:
32870
diff
changeset
|
132 |
32869
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
133 2000-10-25 Andrew Choi <akochoi@i-cable.com> |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
134 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
135 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
136 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
137 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
138 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
139 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
140 |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
141 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. |
59ce5f754d90
2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32786
diff
changeset
|
142 |
32870 | 143 2000-10-24 Andrew Choi <akochoi@i-cable.com> |
32786
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
144 |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
145 * src/macterm.c (XTread_socket): check whether Lisp variable |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
146 mac-ready-for-drag-n-drop is bound rather than non-nil value. |
3d21222bc794
Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
32752
diff
changeset
|
147 |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
148 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net> |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
149 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
150 * INSTALL: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
151 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
152 * README: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
153 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
154 * TODO: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
155 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
156 * emacs-cw5.mcp.xml: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
157 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
158 * emacs-cw6.mcp.xml: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
159 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
160 * makefile.MPW: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
161 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
162 * inc/alloca.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
163 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
164 * inc/cmdline-defs-cw5.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
165 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
166 * inc/cmdline-defs-cw6.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
167 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
168 * inc/config.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
169 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
170 * inc/dirent.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
171 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
172 * inc/epaths.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
173 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
174 * inc/m-mac.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
175 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
176 * inc/macgui.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
177 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
178 * inc/macterm.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
179 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
180 * inc/pwd.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
181 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
182 * inc/s-mac.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
183 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
184 * inc/termio.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
185 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
186 * inc/utime.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
187 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
188 * inc/utsname.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
189 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
190 * inc/sys/file.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
191 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
192 * inc/sys/ioctl.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
193 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
194 * inc/sys/param.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
195 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
196 * inc/sys/stat.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
197 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
198 * inc/sys/time.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
199 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
200 * inc/sys/types.h: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
201 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
202 * src/Emacs.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
203 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
204 * src/EmacsMPW.r: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
205 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
206 * src/chdir.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
207 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
208 * src/mac.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
209 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
210 * src/macfns.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
211 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
212 * src/macmenu.c: New file. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
213 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
214 * src/macterm.c: New file. |