diff options
| author | Karoly Lorentey | 2005-06-25 15:00:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-06-25 15:00:08 +0000 |
| commit | 0d0358be7e741898e363d02dbff01b35c662413c (patch) | |
| tree | e6bdb6ae792a8be712780a5cfad4eeddb09c4f43 /src/ChangeLog | |
| parent | f4d9bf3a9be50a17c2e2f7569b88f3606ab273d9 (diff) | |
| parent | b93e3c3ba1644f5e746c7486bd609ba9fc7ec583 (diff) | |
| download | emacs-0d0358be7e741898e363d02dbff01b35c662413c.tar.gz emacs-0d0358be7e741898e363d02dbff01b35c662413c.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 56 |
1 files changed, 49 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 659f1066efc..2ffb3c4959c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,45 @@ | |||
| 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'. |
| @@ -2799,7 +2841,7 @@ | |||
| 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 | ||
| @@ -2838,7 +2880,7 @@ | |||
| 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. |
| @@ -3624,7 +3666,7 @@ | |||
| 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 |
| @@ -4002,7 +4044,7 @@ | |||
| 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> |
| @@ -4864,7 +4906,7 @@ | |||
| 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 | ||
| @@ -8191,7 +8233,7 @@ | |||
| 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> |
| @@ -11637,7 +11679,7 @@ | |||
| 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. |