comparison src/ChangeLog @ 97072:9b141ec374d8

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Jul 2008 22:30:25 +0000
parents 32466fc89674
children 8aef9f3fd859
comparison
equal deleted inserted replaced
97071:9c2b921ae2a4 97072:9b141ec374d8
4 compute_window_start_on_continuation_line before forcing a window 4 compute_window_start_on_continuation_line before forcing a window
5 start. 5 start.
6 6
7 2008-07-28 Jason Rumney <jasonr@gnu.org> 7 2008-07-28 Jason Rumney <jasonr@gnu.org>
8 8
9 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently. 9 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
10 10
11 * w32term.c: (w32_enable_unicode_output, cleartype_active): Remove 11 * w32term.c (w32_enable_unicode_output, cleartype_active):
12 obsolete display options. 12 Remove obsolete display options.
13 (x_draw_glyph_string_background): Don't use old cleartype_active 13 (x_draw_glyph_string_background): Don't use old cleartype_active
14 workaround. 14 workaround.
15 (w32_initialize): Remove cleartype_active initialization. 15 (w32_initialize): Remove cleartype_active initialization.
16 (syms_of_w32term): Remove w32_enable_unicode_output initialization. 16 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
17 17
18 2008-07-28 Andreas Schwab <schwab@suse.de> 18 2008-07-28 Andreas Schwab <schwab@suse.de>
19 19
20 * lisp.h (init_weak_hash_tables, syms_of_font) 20 * lisp.h (init_weak_hash_tables, syms_of_font)
21 (xd_read_queued_messages, syms_of_dbusbind): Declare. 21 (xd_read_queued_messages, syms_of_dbusbind): Declare.
103 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData) 103 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
104 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host. 104 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
105 105
106 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change) 106 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
107 107
108 * w32inevt.c: Include dispextern.h. 108 * w32inevt.c: Include dispextern.h.
109 109
110 2008-07-26 Andreas Schwab <schwab@suse.de> 110 2008-07-26 Andreas Schwab <schwab@suse.de>
111 111
112 * print.c (print_object): Fix off-by-one in last change. 112 * print.c (print_object): Fix off-by-one in last change.
113 113
116 * term.c (syms_of_term): Don't initialize default_orig_pair, 116 * term.c (syms_of_term): Don't initialize default_orig_pair,
117 default_set_foreground and default_set_background on Windows. 117 default_set_foreground and default_set_background on Windows.
118 118
119 2008-07-25 Jason Rumney <jasonr@gnu.org> 119 2008-07-25 Jason Rumney <jasonr@gnu.org>
120 120
121 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to 121 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
122 ScriptItemize. Clean up return value checking. Remove unused 122 ScriptItemize. Clean up return value checking. Remove unused
123 variables. 123 variables.
124 (uniscribe_encode_char): Encode non-BMP characters with uniscribe 124 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
125 shaping engine. 125 shaping engine.
126 126
127 * w32font.c (w32font_has_char): Handle the case where we can't 127 * w32font.c (w32font_has_char): Handle the case where we can't
128 determine the script for a character. 128 determine the script for a character.
129 129
130 2008-07-25 Chong Yidong <cyd@stupidchicken.com> 130 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
131 131
132 * term.c (syms_of_term): Initialize default_orig_pair, 132 * term.c (syms_of_term): Initialize default_orig_pair,
133 default_set_foreground, and default_set_background. 133 default_set_foreground, and default_set_background.
142 rsvg_handle_free to free rsvg handle. 142 rsvg_handle_free to free rsvg handle.
143 (x_from_xcolors): Don't initialize pixmap (silence compiler). 143 (x_from_xcolors): Don't initialize pixmap (silence compiler).
144 144
145 2008-07-25 Jason Rumney <jasonr@gnu.org> 145 2008-07-25 Jason Rumney <jasonr@gnu.org>
146 146
147 * w32font.c (w32font_encode_char): Encode characters outside BMP as 147 * w32font.c (w32font_encode_char): Encode characters outside BMP as
148 surrogates before looking up glyph index. 148 surrogates before looking up glyph index.
149 (w32font_text_extents): Encode as surrogates if falling back to 149 (w32font_text_extents): Encode as surrogates if falling back to
150 functions that need UTF-16 wide chars. 150 functions that need UTF-16 wide chars.
151 151
152 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside 152 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
153 BMP as surrogates before looking up glyph index. 153 BMP as surrogates before looking up glyph index.
154 154
155 2008-07-25 Chong Yidong <cyd@stupidchicken.com> 155 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
156 156
157 * image.c (svg_load_image): Check for failure in return value of 157 * image.c (svg_load_image): Check for failure in return value of
158 rsvg_handle_get_pixbuf. Free rsvg handle when done. 158 rsvg_handle_get_pixbuf. Free rsvg handle when done.
159 159
160 2008-07-25 Jason Rumney <jasonr@gnu.org> 160 2008-07-25 Jason Rumney <jasonr@gnu.org>
161 161
162 * w32font.c (Fx_select_font): Reverse sense of second arg. 162 * w32font.c (Fx_select_font): Reverse sense of second arg.
163 163
164 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca> 164 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
165 165
166 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos) 166 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
167 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions. 167 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.