X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a130b9017fde7be1abfcab3bd2b74ab0b50bf1a5..c482cf97b84b41866ce85824851df127acca9596:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 7977fd9c9a..105d81a6a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,34 @@ +2004-11-16 Kim F. Storm + + * keyboard.c (Fposn_at_point): Remove extra */ after doc string. + Reported by Andrew M. Scott. + +2004-11-15 Kim F. Storm + + * fns.c (Fsafe_plist_get): New defun. + (syms_of_fns): Defsubr it. + + * lisp.h (Fsafe_plist_get): Add EXFUN. + + * xdisp.c (store_mode_line_string, produce_stretch_glyph): + Use Fsafe_plist_get. + (note_mode_line_or_margin_highlight, note_mouse_highlight): + Fix image map element parsing. Use Fsafe_plist_get. + +2004-11-15 Richard M. Stallman + + * xdisp.c (get_next_display_element): Fix previous change. + 2004-11-14 Jan Dj,Ad(Brv + * window.c (shrink_windows): Handle special case of one window left + when trying to shrink the final reminder. Grow windows if + total_removed is less than total_shrink. + * xmenu.c (pop_down_menu): Remove global variable current_menu, extract pointer from arg with XSAVE_VALUE. - (create_and_show_popup_menu, create_and_show_dialog, - xmenu_show): Construct arg to record_unwind_protect with - make_save_value. + (create_and_show_popup_menu, create_and_show_dialog, xmenu_show): + Construct arg to record_unwind_protect with make_save_value. 2004-11-13 Richard M. Stallman @@ -32,8 +56,8 @@ * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel) (xg_file_sel_destroy): Removed. - (xg_file_response_cb, pop_down_file_dialog, - xg_get_file_name_from_chooser, xg_get_file_name_from_selector): + (xg_file_response_cb, pop_down_file_dialog) + (xg_get_file_name_from_chooser, xg_get_file_name_from_selector): New functions. (xg_get_file_with_chooser, xg_get_file_with_selection): Take new argument func, set it to xg_get_file_name_from_chooser/selector.