comparison src/ChangeLog @ 47873:23880aaee06f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 Oct 2002 04:44:24 +0000
parents e86bf751b595
children 5508277df103
comparison
equal deleted inserted replaced
47872:e5d59debb925 47873:23880aaee06f
1 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
4 a backslash-quoted char.
5 (scan_lists, scan_sexps_forward): Pacify the compiler.
6
1 2002-10-13 Richard M. Stallman <rms@gnu.org> 7 2002-10-13 Richard M. Stallman <rms@gnu.org>
2 8
3 * window.c (window_scroll): Set immediate_quit. 9 * window.c (window_scroll): Set immediate_quit.
4 10
5 * print.c (print): When backquote form is the car of a list, 11 * print.c (print): When backquote form is the car of a list,
15 21
16 * lread.c (Fload): Doc fix (load-suffixes). 22 * lread.c (Fload): Doc fix (load-suffixes).
17 23
18 2002-10-10 Steven Tamm <steventamm@mac.com> 24 2002-10-10 Steven Tamm <steventamm@mac.com>
19 25
20 * macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed 26 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
21 functionality of mac-wheel-button-is-mouse-2 to be correct. Also 27 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
22 switched the default to Qnil from Qt. 28 Also switch the default to Qnil from Qt.
23 29
24 2002-10-08 Kenichi Handa <handa@m17n.org> 30 2002-10-08 Kenichi Handa <handa@m17n.org>
25 31
26 * coding.c (code_convert_region): When we need more GAP for 32 * coding.c (code_convert_region): When we need more GAP for
27 conversion, pay attention to the case that coding->produced is not 33 conversion, pay attention to the case that coding->produced is not
51 57
52 * fns.c (Flength): Doc fix. 58 * fns.c (Flength): Doc fix.
53 59
54 2002-10-04 Steven Tamm <steventamm@mac.com> 60 2002-10-04 Steven Tamm <steventamm@mac.com>
55 61
56 * macterm.c (keycode_to_xkeysym_table): Change return to be 62 * macterm.c (keycode_to_xkeysym_table): Change return to be
57 treated like an X keysym 63 treated like an X keysym
58 64
59 2002-10-03 Jan D. <jan.h.d@swipnet.se> 65 2002-10-03 Jan D. <jan.h.d@swipnet.se>
60 66
61 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, 67 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
116 * minibuf.c (Fminibufferp): Add an optional `buffer' argument. 122 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
117 123
118 2002-09-26 Kenichi Handa <handa@etl.go.jp> 124 2002-09-26 Kenichi Handa <handa@etl.go.jp>
119 125
120 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is 126 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
121 nonzero, try face's family at first. Otherwise try FAMILY at 127 nonzero, try face's family at first. Otherwise try FAMILY at first.
122 first.
123 (choose_face_font): If C is a single byte char or latin-1, call 128 (choose_face_font): If C is a single byte char or latin-1, call
124 try_font_list with PREFER_FACE_FAMILY 1. 129 try_font_list with PREFER_FACE_FAMILY 1.
125 130
126 2002-09-21 Richard M. Stallman <rms@gnu.org> 131 2002-09-21 Richard M. Stallman <rms@gnu.org>
127 132