Mercurial > emacs
comparison src/ChangeLog @ 73511:f14918c52d74
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 27 Oct 2006 22:37:48 +0000 |
parents | f2ea221d11a2 |
children | 38a1bdc97e78 |
comparison
equal
deleted
inserted
replaced
73510:2c1760046d15 | 73511:f14918c52d74 |
---|---|
1 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change) | |
2 | |
3 * w32term.c (x_draw_glyph_string_foreground): Set background mode | |
4 to TRANSPARENT before using overstrike to simulate bold faces. | |
5 | |
6 * xfaces.c (best_matching_font): Fix logic to decide whether to | |
7 use overstriking to simulate bold-face (it was reversed). | |
8 | |
1 2006-10-23 Kim F. Storm <storm@cua.dk> | 9 2006-10-23 Kim F. Storm <storm@cua.dk> |
2 | 10 |
3 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not initialized. | 11 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not |
12 initialized. | |
4 | 13 |
5 * keyboard.c (read_char): Make an element (t . EVENT) in | 14 * keyboard.c (read_char): Make an element (t . EVENT) in |
6 unread-command-events add EVENT to the current command's key sequence. | 15 unread-command-events add EVENT to the current command's key sequence. |
7 (syms_of_keyboard) <unread-command-events>: Update doc. | 16 (syms_of_keyboard) <unread-command-events>: Update doc. |
8 | 17 |
111 Support overstrike. | 120 Support overstrike. |
112 (mac_draw_string, mac_draw_string_16): Remove functions. | 121 (mac_draw_string, mac_draw_string_16): Remove functions. |
113 (x_draw_glyph_string_foreground): Use overstrike when needed. | 122 (x_draw_glyph_string_foreground): Use overstrike when needed. |
114 (x_draw_composite_glyph_string_foreground): Likewise. | 123 (x_draw_composite_glyph_string_foreground): Likewise. |
115 Use mac_draw_image_string_16 instead of mac_draw_string_16. | 124 Use mac_draw_image_string_16 instead of mac_draw_string_16. |
116 (mac_load_query_font): Rename from XLoadQueryFont. Take argument F | 125 (mac_load_query_font): Rename from XLoadQueryFont. Take argument |
117 instead of DPY. All uses changed. Don't save/restore font. | 126 F instead of DPY. All uses changed. Don't save/restore font. |
118 | 127 |
119 2006-10-07 Ralf Angeli <angeli@caeruleus.net> | 128 2006-10-07 Ralf Angeli <angeli@caeruleus.net> |
120 | 129 |
121 * w32fns.c (w32_createwindow): Honour left and top positions if | 130 * w32fns.c (w32_createwindow): Honour left and top positions if |
122 supplied explicitly. | 131 supplied explicitly. |
155 | 164 |
156 * xdisp.c (handle_fontified_prop): Don't fontify at EOB. | 165 * xdisp.c (handle_fontified_prop): Don't fontify at EOB. |
157 | 166 |
158 2006-09-30 Eli Zaretskii <eliz@gnu.org> | 167 2006-09-30 Eli Zaretskii <eliz@gnu.org> |
159 | 168 |
160 * config.in Regenerated. | 169 * config.in: Regenerated. |
161 | 170 |
162 2006-09-29 Juri Linkov <juri@jurta.org> | 171 2006-09-29 Juri Linkov <juri@jurta.org> |
163 | 172 |
164 * buffer.c (syms_of_buffer): Reorder coding systems in the | 173 * buffer.c (syms_of_buffer): Reorder coding systems in the |
165 docstring of %z to the real order displayed in the modeline. | 174 docstring of %z to the real order displayed in the modeline. |