comparison src/ChangeLog @ 50558:7750a331ccb9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Apr 2003 23:44:43 +0000
parents e5a7bd7247c7
children 12b66952af3a
comparison
equal deleted inserted replaced
50557:c940538354f7 50558:7750a331ccb9
1 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
2
3 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
4 specially, so that they can't hide an implicit switch-frame event.
5 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
6 (head_table): Use switch-frame as event_kind for select-window.
7 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
8
9 * editfns.c (Fformat): Lisp_Object/int mixup.
10 (format2): Remove unused var numargs.
11
1 2003-04-11 Kenichi Handa <handa@m17n.org> 12 2003-04-11 Kenichi Handa <handa@m17n.org>
2 13
3 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete 14 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
4 this variable.
5 (Qafter_insert_file_set_coding): New variable. 15 (Qafter_insert_file_set_coding): New variable.
6 (syms_of_fileio): Initialize and staticpro it. Delete declaration 16 (syms_of_fileio): Initialize and staticpro it. Delete declaration
7 for after-insert-file-adjust-coding-function. 17 for after-insert-file-adjust-coding-function.
8 (Finsert_file_contents): Call Qafter_insert_file_set_coding 18 (Finsert_file_contents): Call Qafter_insert_file_set_coding
9 instead of Vafter_insert_file_adjust_coding_function. 19 instead of Vafter_insert_file_adjust_coding_function.
15 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp 25 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
16 string. Callers changed. 26 string. Callers changed.
17 27
18 2003-04-10 Kenichi Handa <handa@m17n.org> 28 2003-04-10 Kenichi Handa <handa@m17n.org>
19 29
20 * fileio.c (Vafter_insert_file_adjust_coding_function): New 30 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
21 variable.
22 (syms_of_fileio): Declare it as a lisp variable. 31 (syms_of_fileio): Declare it as a lisp variable.
23 (Finsert_file_contents): Call 32 (Finsert_file_contents):
24 Vafter_insert_file_adjust_coding_function before calling 33 Call Vafter_insert_file_adjust_coding_function before calling
25 decode-format. 34 decode-format.
26 35
27 2003-04-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 36 2003-04-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
28 37
29 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to 38 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
35 2003-04-09 Kenichi Handa <handa@m17n.org> 44 2003-04-09 Kenichi Handa <handa@m17n.org>
36 45
37 * xfaces.c (Vface_font_rescale_alist): New variable. 46 * xfaces.c (Vface_font_rescale_alist): New variable.
38 (struct font_name): New member rescale_ratio. 47 (struct font_name): New member rescale_ratio.
39 (font_rescale_ratio): New function. 48 (font_rescale_ratio): New function.
40 (split_font_name): If NUMERIC_P is nonzero, set 49 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
41 font->rescale_ratio.
42 (better_font_p): On comparing point sized, pay attention to 50 (better_font_p): On comparing point sized, pay attention to
43 recale_ratio member of fonts. 51 recale_ratio member of fonts.
44 (build_scalable_font_name): Reflect font->rescale_ratio in the 52 (build_scalable_font_name): Reflect font->rescale_ratio in the
45 font name. 53 font name.
46 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp 54 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
47 variable.
48 55
49 * lread.c (read1): Before calling index, check if the 2nd 56 * lread.c (read1): Before calling index, check if the 2nd
50 arguemnt is in ASCII range. 57 arguemnt is in ASCII range.
51 58
52 2003-04-08 Richard M. Stallman <rms@gnu.org> 59 2003-04-08 Richard M. Stallman <rms@gnu.org>
58 65
59 * fileio.c (Finsert_file_contents): Doc fix. 66 * fileio.c (Finsert_file_contents): Doc fix.
60 (syms_of_fileio) <after-insert-file-functions>: Doc fix. 67 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
61 68
62 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change) 69 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
63 70
64 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN. 71 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
65 72
66 2003-04-08 Steven Tamm <steventamm@mac.com> 73 2003-04-08 Steven Tamm <steventamm@mac.com>
67 74
68 * mac.c (init_mac_osx_environment): Switch libexec and bin so 75 * mac.c (init_mac_osx_environment): Switch libexec and bin so
69 that self-contained application finds libexec files. 76 that self-contained application finds libexec files.
70 77
71 2003-04-08 Kenichi Handa <handa@m17n.org> 78 2003-04-08 Kenichi Handa <handa@m17n.org>
72 79
73 * coding.c (code_convert_region_unwind): Set 80 * coding.c (code_convert_region_unwind):
74 Vlast_coding_system_used to the argument. 81 Set Vlast_coding_system_used to the argument.
75 (code_convert_region): If post-read-conversion function changed 82 (code_convert_region): If post-read-conversion function changed
76 the value of last-coding-sytem, keep the new value in 83 the value of last-coding-sytem, keep the new value in
77 coding->symbol so that it won't be overridden. 84 coding->symbol so that it won't be overridden.
78 (run_pre_post_conversion_on_str): Likewise. 85 (run_pre_post_conversion_on_str): Likewise.
79 (coding_system_accept_latin_extra_p): New function. 86 (coding_system_accept_latin_extra_p): New function.
162 (display_x_get_resource, x_get_resource_string): Functions for 169 (display_x_get_resource, x_get_resource_string): Functions for
163 generic access to X resources. 170 generic access to X resources.
164 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg) 171 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
165 (x_default_parameter, Fx_parse_geometry): Functions for generic 172 (x_default_parameter, Fx_parse_geometry): Functions for generic
166 access to frame parameters. 173 access to frame parameters.
167 (x_figure_window_size): Generic calculation of frame size. Fixed 174 (x_figure_window_size): Generic calculation of frame size.
168 to add space needed for tool bar. Also setup size_hint_flags. 175 Fixed to add space needed for tool bar. Also setup size_hint_flags.
169 (syms_of_frame): Intern and staticpro frame parameter variables. 176 (syms_of_frame): Intern and staticpro frame parameter variables.
170 Defvar_lisp Vx_resource_class and Vx_resource_name here. 177 Defvar_lisp Vx_resource_class and Vx_resource_name here.
171 Defsubr Sx_get_resource and Sx_parse_geometry. 178 Defsubr Sx_get_resource and Sx_parse_geometry.
172 179
173 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame 180 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame