comparison src/ChangeLog @ 63685:8166221bcd71

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 07:54:12 +0000
parents 0f4f09189edf
children 983f6dfadc5d
comparison
equal deleted inserted replaced
63684:c95dbbf82d19 63685:8166221bcd71
1 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * image.c (fn_png_init_io): Don't define it.
4 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
5 (png_read_from_file): New function, based on png_read_from_memory.
6 (png_load): Use it, instead of fn_png_init_io.
7
1 2005-06-23 Kim F. Storm <storm@cua.dk> 8 2005-06-23 Kim F. Storm <storm@cua.dk>
2 9
3 * search.c (Fmatch_data): Remove evaporate option. 10 * search.c (Fmatch_data): Remove evaporate option.
4 (Fset_match_data): Do not mention evaporate option in doc string. 11 (Fset_match_data): Do not mention evaporate option in doc string.
5 Add commentary explaining evaporate arg (for internal use only). 12 Add commentary explaining evaporate arg (for internal use only).
2804 (FRAME_SIZE_HINTS): New macro. 2811 (FRAME_SIZE_HINTS): New macro.
2805 (mac_unload_font): Add extern. 2812 (mac_unload_font): Add extern.
2806 2813
2807 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac. 2814 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
2808 2815
2809 * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font. 2816 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
2810 2817
2811 2004-12-27 Richard M. Stallman <rms@gnu.org> 2818 2004-12-27 Richard M. Stallman <rms@gnu.org>
2812 2819
2813 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). 2820 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
2814 (syms_of_buffer): Don't defsubr it. 2821 (syms_of_buffer): Don't defsubr it.
2843 (xdialog_show): If dialog popped down and no button in the dialog was 2850 (xdialog_show): If dialog popped down and no button in the dialog was
2844 pushed, call Fsignal to quit. 2851 pushed, call Fsignal to quit.
2845 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call 2852 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
2846 Fsignal to quit. 2853 Fsignal to quit.
2847 2854
2848 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g. 2855 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
2849 2856
2850 * gtkutil.c (xg_initialize): Install bindings for C-g so that 2857 * gtkutil.c (xg_initialize): Install bindings for C-g so that
2851 dialogs and menus pop down. 2858 dialogs and menus pop down.
2852 2859
2853 2004-12-27 Kenichi Handa <handa@m17n.org> 2860 2004-12-27 Kenichi Handa <handa@m17n.org>
3629 * xmenu.c (pop_down_menu): Return nil. 3636 * xmenu.c (pop_down_menu): Return nil.
3630 3637
3631 2004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 3638 2004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
3632 3639
3633 * xmenu.c (x_menu_wait_for_event): New function. 3640 * xmenu.c (x_menu_wait_for_event): New function.
3634 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event 3641 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
3635 to handle timers. 3642 to handle timers.
3636 (popup_widget_loop): Add argument do_timers. 3643 (popup_widget_loop): Add argument do_timers.
3637 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for 3644 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
3638 do_timers to popup_widget_loop. 3645 do_timers to popup_widget_loop.
3639 (xmenu_show): Call XMenuActivateSetWaitFunction so that 3646 (xmenu_show): Call XMenuActivateSetWaitFunction so that
4007 4014
4008 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor. 4015 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
4009 4016
4010 2004-10-28 Will <will@glozer.net> 4017 2004-10-28 Will <will@glozer.net>
4011 4018
4012 * macterm.c: allow user to assign key modifiers to the Mac Option 4019 * macterm.c: Allow user to assign key modifiers to the Mac Option
4013 key via a 'mac-option-modifier' variable. 4020 key via a 'mac-option-modifier' variable.
4014 4021
4015 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca> 4022 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4016 4023
4017 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions): 4024 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
4869 4876
4870 2004-07-31 Luc Teirlinck <teirllm@auburn.edu> 4877 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4871 4878
4872 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. 4879 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
4873 4880
4874 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix. 4881 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
4875 4882
4876 * callint.c (Fcall_interactively): Doc fix. 4883 * callint.c (Fcall_interactively): Doc fix.
4877 4884
4878 2004-07-30 Richard M. Stallman <rms@gnu.org> 4885 2004-07-30 Richard M. Stallman <rms@gnu.org>
4879 4886
8196 to compile on terminal configuration. 8203 to compile on terminal configuration.
8197 8204
8198 * fileio.c (Fread_file_name): Check use_file_dialog also before 8205 * fileio.c (Fread_file_name): Check use_file_dialog also before
8199 calling Fx_file_dialog. 8206 calling Fx_file_dialog.
8200 8207
8201 * fns.c: use_file_dialog: New variable. 8208 * fns.c (use_file_dialog): New variable.
8202 (syms_of_fns): DEFVAR_BOOL use-file-dialog. 8209 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
8203 8210
8204 2003-11-29 Kim F. Storm <storm@cua.dk> 8211 2003-11-29 Kim F. Storm <storm@cua.dk>
8205 8212
8206 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern. 8213 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
11642 11649
11643 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window 11650 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
11644 for USE_GTK. 11651 for USE_GTK.
11645 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars 11652 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
11646 also. 11653 also.
11647 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit 11654 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
11648 scrollbar and control is pressed, call x_scroll_bar_handle_click. 11655 scrollbar and control is pressed, call x_scroll_bar_handle_click.
11649 11656
11650 * gtkutil.h (xg_get_scroll_id_for_window): Declare. 11657 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
11651 11658
11652 * gtkutil.c (xg_get_scroll_id_for_window): New function. 11659 * gtkutil.c (xg_get_scroll_id_for_window): New function.