diff options
| author | Stefan Monnier | 2003-04-11 23:44:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-04-11 23:44:43 +0000 |
| commit | 6901b111fe763ea2519a383cbc29877b3c4f24b8 (patch) | |
| tree | deda731911eed1aa69a891de034d231b26dbbc22 /src/ChangeLog | |
| parent | a4e19f6e869fa365d27b3afd367c86d6f962f136 (diff) | |
| download | emacs-6901b111fe763ea2519a383cbc29877b3c4f24b8.tar.gz emacs-6901b111fe763ea2519a383cbc29877b3c4f24b8.zip | |
(head_table): Use switch-frame as event_kind for select-window.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa5ff38f12e..e7d6321152f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,17 @@ | |||
| 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. |
| @@ -17,11 +27,10 @@ | |||
| 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> |
| @@ -37,14 +46,12 @@ | |||
| 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. |
| @@ -60,7 +67,7 @@ | |||
| 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> |
| @@ -70,8 +77,8 @@ | |||
| 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. |
| @@ -164,8 +171,8 @@ | |||
| 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. |