aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-23 07:54:12 +0000
committerJuanma Barranquero2005-06-23 07:54:12 +0000
commit1d1c7e755a99050996bdb6c2097c935637705a8d (patch)
treef27ff4603f1cb18bc704fc56e39340251f0608c5 /src
parent9a22a004b31ed864fb21e27ca780f009cc2ea820 (diff)
downloademacs-1d1c7e755a99050996bdb6c2097c935637705a8d.tar.gz
emacs-1d1c7e755a99050996bdb6c2097c935637705a8d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 62e5f9d3b2f..ab6c74d8638 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-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
12005-06-23 Kim F. Storm <storm@cua.dk> 82005-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.
@@ -2806,7 +2813,7 @@
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
28112004-12-27 Richard M. Stallman <rms@gnu.org> 28182004-12-27 Richard M. Stallman <rms@gnu.org>
2812 2819
@@ -2845,7 +2852,7 @@
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.
@@ -3631,7 +3638,7 @@
36312004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 36382004-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
@@ -4009,7 +4016,7 @@
4009 4016
40102004-10-28 Will <will@glozer.net> 40172004-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
40152004-10-28 Stefan Monnier <monnier@iro.umontreal.ca> 40222004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -4871,7 +4878,7 @@
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
@@ -8198,7 +8205,7 @@
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
82042003-11-29 Kim F. Storm <storm@cua.dk> 82112003-11-29 Kim F. Storm <storm@cua.dk>
@@ -11644,7 +11651,7 @@
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.