comparison src/ChangeLog @ 83314:d07fdd5d7d4e

Merged from miles@gnu.org--gnu-2005 (patch 441-446) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441 Update reference to renamed Buffer-menu-buffer face * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-442 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-443 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-444 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-445 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-446 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-354
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 25 Jun 2005 15:00:08 +0000
parents 1d86d5c00a50
children ad9a8f94b184 b7da78284d4c
comparison
equal deleted inserted replaced
83313:bdcbdec78dd3 83314:d07fdd5d7d4e
1 2005-06-23 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (get_next_display_element): Finish reversing the tests of
4 Vnobreak_char_display.
5
6 * xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape.
7 All uses changed.
8 (Qnobreak_space): Renamed from Qno_break_space. All uses changed.
9 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
10
11 * fileio.c (Frename_file): Preserve owner and group, if possible,
12 when copying.
13
14 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
15
16 * abbrev.c (Funexpand_abbrev):
17 * category.c (Fmake_category_set):
18 * dispnew.c (Fsleep_for, Fsit_for):
19 * editfns.c (Fsubst_char_in_region):
20 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
21 * frame.c (make_frame_without_minibuffer):
22 * lread.c (read_vector):
23 * macfns.c (check_x_frame):
24 * process.c (Fstop_process, Fcontinue_process):
25 * search.c (Freplace_match):
26 * syntax.c (Fstring_to_syntax):
27 * w32fns.c (check_x_frame, check_x_display_info):
28 * xfaces.c (x_supports_face_attributes_p):
29 * xselect.c (Fx_own_selection_internal): Follow error conventions.
30
31 * image.c (fn_png_init_io): Don't define it.
32 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
33 (png_read_from_file): New function, based on png_read_from_memory.
34 (png_load): Use it, instead of fn_png_init_io.
35
36 2005-06-23 Kim F. Storm <storm@cua.dk>
37
38 * search.c (Fmatch_data): Remove evaporate option.
39 (Fset_match_data): Do not mention evaporate option in doc string.
40 Add commentary explaining evaporate arg (for internal use only).
41 (unwind_set_match_data): Add comment on evaporate use.
42
1 2005-06-22 Miles Bader <miles@gnu.org> 43 2005-06-22 Miles Bader <miles@gnu.org>
2 44
3 * xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'. 45 * xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'.
4 (realize_basic_faces, syms_of_xfaces): Update references to it. 46 (realize_basic_faces, syms_of_xfaces): Update references to it.
5 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID' 47 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
2797 (FRAME_SIZE_HINTS): New macro. 2839 (FRAME_SIZE_HINTS): New macro.
2798 (mac_unload_font): Add extern. 2840 (mac_unload_font): Add extern.
2799 2841
2800 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac. 2842 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
2801 2843
2802 * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font. 2844 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
2803 2845
2804 2004-12-27 Richard M. Stallman <rms@gnu.org> 2846 2004-12-27 Richard M. Stallman <rms@gnu.org>
2805 2847
2806 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el). 2848 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
2807 (syms_of_buffer): Don't defsubr it. 2849 (syms_of_buffer): Don't defsubr it.
2836 (xdialog_show): If dialog popped down and no button in the dialog was 2878 (xdialog_show): If dialog popped down and no button in the dialog was
2837 pushed, call Fsignal to quit. 2879 pushed, call Fsignal to quit.
2838 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call 2880 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
2839 Fsignal to quit. 2881 Fsignal to quit.
2840 2882
2841 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g. 2883 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
2842 2884
2843 * gtkutil.c (xg_initialize): Install bindings for C-g so that 2885 * gtkutil.c (xg_initialize): Install bindings for C-g so that
2844 dialogs and menus pop down. 2886 dialogs and menus pop down.
2845 2887
2846 2004-12-27 Kenichi Handa <handa@m17n.org> 2888 2004-12-27 Kenichi Handa <handa@m17n.org>
3622 * xmenu.c (pop_down_menu): Return nil. 3664 * xmenu.c (pop_down_menu): Return nil.
3623 3665
3624 2004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 3666 2004-11-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
3625 3667
3626 * xmenu.c (x_menu_wait_for_event): New function. 3668 * xmenu.c (x_menu_wait_for_event): New function.
3627 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event 3669 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
3628 to handle timers. 3670 to handle timers.
3629 (popup_widget_loop): Add argument do_timers. 3671 (popup_widget_loop): Add argument do_timers.
3630 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for 3672 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
3631 do_timers to popup_widget_loop. 3673 do_timers to popup_widget_loop.
3632 (xmenu_show): Call XMenuActivateSetWaitFunction so that 3674 (xmenu_show): Call XMenuActivateSetWaitFunction so that
4000 4042
4001 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor. 4043 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
4002 4044
4003 2004-10-28 Will <will@glozer.net> 4045 2004-10-28 Will <will@glozer.net>
4004 4046
4005 * macterm.c: allow user to assign key modifiers to the Mac Option 4047 * macterm.c: Allow user to assign key modifiers to the Mac Option
4006 key via a 'mac-option-modifier' variable. 4048 key via a 'mac-option-modifier' variable.
4007 4049
4008 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca> 4050 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4009 4051
4010 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions): 4052 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
4862 4904
4863 2004-07-31 Luc Teirlinck <teirllm@auburn.edu> 4905 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4864 4906
4865 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. 4907 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
4866 4908
4867 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix. 4909 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
4868 4910
4869 * callint.c (Fcall_interactively): Doc fix. 4911 * callint.c (Fcall_interactively): Doc fix.
4870 4912
4871 2004-07-30 Richard M. Stallman <rms@gnu.org> 4913 2004-07-30 Richard M. Stallman <rms@gnu.org>
4872 4914
8189 to compile on terminal configuration. 8231 to compile on terminal configuration.
8190 8232
8191 * fileio.c (Fread_file_name): Check use_file_dialog also before 8233 * fileio.c (Fread_file_name): Check use_file_dialog also before
8192 calling Fx_file_dialog. 8234 calling Fx_file_dialog.
8193 8235
8194 * fns.c: use_file_dialog: New variable. 8236 * fns.c (use_file_dialog): New variable.
8195 (syms_of_fns): DEFVAR_BOOL use-file-dialog. 8237 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
8196 8238
8197 2003-11-29 Kim F. Storm <storm@cua.dk> 8239 2003-11-29 Kim F. Storm <storm@cua.dk>
8198 8240
8199 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern. 8241 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
11635 11677
11636 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window 11678 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
11637 for USE_GTK. 11679 for USE_GTK.
11638 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars 11680 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
11639 also. 11681 also.
11640 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit 11682 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
11641 scrollbar and control is pressed, call x_scroll_bar_handle_click. 11683 scrollbar and control is pressed, call x_scroll_bar_handle_click.
11642 11684
11643 * gtkutil.h (xg_get_scroll_id_for_window): Declare. 11685 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
11644 11686
11645 * gtkutil.c (xg_get_scroll_id_for_window): New function. 11687 * gtkutil.c (xg_get_scroll_id_for_window): New function.