aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog68
1 files changed, 66 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 30db0548172..61b658b6b88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,62 @@
12005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (note_mouse_movement): Use PtInRect.
4 (XTread_socket): Also ignore mouse motion just before a button
5 release event. Don't process button release event when mouse is
6 not grabbed.
7
82005-10-16 Masatake YAMATO <jet@gyve.org>
9
10 * minibuf.c (Fdisplay_completion_list): Add new optional
11 argument COMMON_SUBSTRING. Bind `completion-common-substring'
12 to the optional argument during running `completion-setup-hook'.
13
142005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15
16 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
17 Allow nil as argument.
18 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
19 for encoding arguments as UTF-16 in native byte order, no BOM.
20
21 * macfns.c (Fx_create_frame): Add debugging code.
22 (Fx_show_tip): Set frame pixel width and height.
23
24 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
25 (FRAME_NORMAL_GC): New macro.
26 (mac_draw_line, mac_clear_area, mac_clear_window)
27 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
28 (mac_draw_image_string, mac_draw_image_string_16): Rename from
29 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
30 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
31 All uses changed.
32 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
33 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
34 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
35 (mac_draw_string_16, mac_draw_image_string)
36 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
37 (mac_scroll_area): Drawing functions now take frame as destination.
38 All uses changed.
39 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
40 (x_draw_fringe_bitmap): Set clipping area in face->gc.
41
42 * macterm.h (mac_clear_area): Add extern.
43
442005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
45
46 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
47 changes for xterm.c.
48
49 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
50
512005-10-14 Kenichi Handa <handa@m17n.org>
52
53 * search.c (search_buffer): Give up BM search on case-fold-search
54 if one of a target character has a case-equivalence of different
55 charset even if that target charcter is an ASCII.
56
57 * casefiddle.c (casify_object): Fix for the case that case
58 conversion change the byte length.
59
12005-10-14 Kim F. Storm <storm@cua.dk> 602005-10-14 Kim F. Storm <storm@cua.dk>
2 61
3 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise. 62 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
@@ -177,7 +236,7 @@
177 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. 236 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
178 237
179 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. 238 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
180 Add debug code. 239 Add debugging code.
181 240
1822005-10-08 Kim F. Storm <storm@cua.dk> 2412005-10-08 Kim F. Storm <storm@cua.dk>
183 242
@@ -221,6 +280,11 @@
221 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in 280 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
222 struct glyph_string to for_overlaps. 281 struct glyph_string to for_overlaps.
223 282
2832005-10-04 Richard M. Stallman <rms@gnu.org>
284
285 * alloc.c (refill_memory_reserve): Conditionalize the body,
286 not the function's existence.
287
2242005-10-04 Kim F. Storm <storm@cua.dk> 2882005-10-04 Kim F. Storm <storm@cua.dk>
225 289
226 * window.c (window_split_tree): New function. 290 * window.c (window_split_tree): New function.
@@ -262,7 +326,7 @@
262 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. 326 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
263 327
264 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. 328 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
265 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. 329 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
266 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: 330 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
267 Try ATSUI-compatible 12pt Monaco font first. 331 Try ATSUI-compatible 12pt Monaco font first.
268 332