comparison src/ChangeLog @ 44975:4cbf00710ba2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 Apr 2002 18:24:49 +0000
parents cb432afd3ca3
children 2a7ca74ca9f1
comparison
equal deleted inserted replaced
44974:cc9283570d1b 44975:4cbf00710ba2
1 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
4
1 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN) 7 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
4 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values. 8 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
5 9
36 40
37 * process.c: Declare QCfamily and QCfilter as extern. 41 * process.c: Declare QCfamily and QCfilter as extern.
38 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before 42 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
39 calling select. 43 calling select.
40 44
41 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and 45 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
42 tgetent. 46
43
44 * tparam.c [MAC_OSX]: Don't define BC and UP. 47 * tparam.c [MAC_OSX]: Don't define BC and UP.
45 48
46 * config.in [HAVE_CARBON]: Add. 49 * config.in [HAVE_CARBON]: Add.
47 50
48 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h: Move 51 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
49 here from mac/src and mac/inc. 52 Move here from mac/src and mac/inc.
50 53
51 * s/darwin.h, m/powermac.h, unexmacosx.c: New files. 54 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
52 55
53 2002-04-26 Gerd Moellmann <gerd@gnu.org> 56 2002-04-26 Gerd Moellmann <gerd@gnu.org>
54 57
55 * xterm.c (x_draw_phys_cursor_glyph): Undo last change. Compute 58 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
56 phys_cursor_width from the x position returned by x_draw_glyhs, 59 Compute phys_cursor_width from the x position returned
57 which is cheaper. 60 by x_draw_glyhs, which is cheaper.
58 (x_display_and_set_cursor): Compute the buffer-local value 61 (x_display_and_set_cursor): Compute the buffer-local value
59 of `cursor-in-non-selected-windows' only when needed. 62 of `cursor-in-non-selected-windows' only when needed.
60 63
61 2002-04-25 Gerd Moellmann <gerd@gnu.org> 64 2002-04-25 Gerd Moellmann <gerd@gnu.org>
62 65
81 case of writing a whole row, more or less analogous to the case of 84 case of writing a whole row, more or less analogous to the case of
82 writing only parts of a row. 85 writing only parts of a row.
83 86
84 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to 87 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
85 0 for NO_CURSOR. 88 0 for NO_CURSOR.
86 89
87 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error. 90 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
88 91
89 2002-04-23 Colin Walters <walters@verbum.org> 92 2002-04-23 Colin Walters <walters@verbum.org>
90 93
91 * buffer.c (syms_of_buffer): Doc fix. 94 * buffer.c (syms_of_buffer): Doc fix.
93 2002-04-23 Gerd Moellmann <gerd@gnu.org> 96 2002-04-23 Gerd Moellmann <gerd@gnu.org>
94 97
95 * xterm.c (notice_overwritten_cursor): Handle the special case 98 * xterm.c (notice_overwritten_cursor): Handle the special case
96 of the cursor being in the first blank non-text line at the 99 of the cursor being in the first blank non-text line at the
97 end of a window. 100 end of a window.
98 101
99 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor) 102 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
100 (x_draw_phys_cursor_glyph): Set phys_cursor_width here. 103 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
101 (x_display_and_set_cursor): Don't set phys_cursor_width here, for 104 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
102 bar cursors only, to make phys_cursor_width contain what its name 105 bar cursors only, to make phys_cursor_width contain what its name
103 suggests. 106 suggests.
109 * xfns.c (x_set_mouse_color): Change default for cross_cursor 112 * xfns.c (x_set_mouse_color): Change default for cross_cursor
110 to XC_hand2. 113 to XC_hand2.
111 114
112 2002-04-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 115 2002-04-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
113 116
114 * xdisp.c: Remove unused global variable 117 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
115 `minibuf_prompt_pixel_width'.
116 118
117 2002-04-22 Kim F. Storm <storm@cua.dk> 119 2002-04-22 Kim F. Storm <storm@cua.dk>
118 120
119 * textprop.c (remove_properties): Fixed trap for malformed plist. 121 * textprop.c (remove_properties): Fixed trap for malformed plist.
120 122