/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3207 by handa, Fri Apr 11 11:01:30 2003 UTC revision 1.3208 by monnier, Fri Apr 11 23:44:43 2003 UTC
# Line 1  Line 1 
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    
12  2003-04-11  Kenichi Handa  <handa@m17n.org>  2003-04-11  Kenichi Handa  <handa@m17n.org>
13    
14          * fileio.c (Vafter_insert_file_adjust_coding_function): Delete          * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
         this variable.  
15          (Qafter_insert_file_set_coding): New variable.          (Qafter_insert_file_set_coding): New variable.
16          (syms_of_fileio): Initialize and staticpro it.  Delete declaration          (syms_of_fileio): Initialize and staticpro it.  Delete declaration
17          for after-insert-file-adjust-coding-function.          for after-insert-file-adjust-coding-function.
# Line 17  Line 27 
27    
28  2003-04-10  Kenichi Handa  <handa@m17n.org>  2003-04-10  Kenichi Handa  <handa@m17n.org>
29    
30          * fileio.c (Vafter_insert_file_adjust_coding_function): New          * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
         variable.  
31          (syms_of_fileio): Declare it as a lisp variable.          (syms_of_fileio): Declare it as a lisp variable.
32          (Finsert_file_contents): Call          (Finsert_file_contents):
33          Vafter_insert_file_adjust_coding_function before calling          Call Vafter_insert_file_adjust_coding_function before calling
34          decode-format.          decode-format.
35    
36  2003-04-09  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-04-09  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
# Line 37  Line 46 
46          * xfaces.c (Vface_font_rescale_alist): New variable.          * xfaces.c (Vface_font_rescale_alist): New variable.
47          (struct font_name): New member rescale_ratio.          (struct font_name): New member rescale_ratio.
48          (font_rescale_ratio): New function.          (font_rescale_ratio): New function.
49          (split_font_name): If NUMERIC_P is nonzero, set          (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
         font->rescale_ratio.  
50          (better_font_p): On comparing point sized, pay attention to          (better_font_p): On comparing point sized, pay attention to
51          recale_ratio member of fonts.          recale_ratio member of fonts.
52          (build_scalable_font_name): Reflect font->rescale_ratio in the          (build_scalable_font_name): Reflect font->rescale_ratio in the
53          font name.          font name.
54          (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp          (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
         variable.  
55    
56          * lread.c (read1): Before calling index, check if the 2nd          * lread.c (read1): Before calling index, check if the 2nd
57          arguemnt is in ASCII range.          arguemnt is in ASCII range.
# Line 60  Line 67 
67          (syms_of_fileio) <after-insert-file-functions>: Doc fix.          (syms_of_fileio) <after-insert-file-functions>: Doc fix.
68    
69  2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)  2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
70            
71          * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.          * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
72    
73  2003-04-08  Steven Tamm  <steventamm@mac.com>  2003-04-08  Steven Tamm  <steventamm@mac.com>
# Line 70  Line 77 
77    
78  2003-04-08  Kenichi Handa  <handa@m17n.org>  2003-04-08  Kenichi Handa  <handa@m17n.org>
79    
80          * coding.c (code_convert_region_unwind): Set          * coding.c (code_convert_region_unwind):
81          Vlast_coding_system_used to the argument.          Set Vlast_coding_system_used to the argument.
82          (code_convert_region): If post-read-conversion function changed          (code_convert_region): If post-read-conversion function changed
83          the value of last-coding-sytem, keep the new value in          the value of last-coding-sytem, keep the new value in
84          coding->symbol so that it won't be overridden.          coding->symbol so that it won't be overridden.
# Line 164  Line 171 
171          (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)          (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
172          (x_default_parameter, Fx_parse_geometry): Functions for generic          (x_default_parameter, Fx_parse_geometry): Functions for generic
173          access to frame parameters.          access to frame parameters.
174          (x_figure_window_size): Generic calculation of frame size. Fixed          (x_figure_window_size): Generic calculation of frame size.
175          to add space needed for tool bar.  Also setup size_hint_flags.          Fixed to add space needed for tool bar.  Also setup size_hint_flags.
176          (syms_of_frame): Intern and staticpro frame parameter variables.          (syms_of_frame): Intern and staticpro frame parameter variables.
177          Defvar_lisp Vx_resource_class and Vx_resource_name here.          Defvar_lisp Vx_resource_class and Vx_resource_name here.
178          Defsubr Sx_get_resource and Sx_parse_geometry.          Defsubr Sx_get_resource and Sx_parse_geometry.

Legend:
Removed from v.1.3207  
changed lines
  Added in v.1.3208

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26