From: Juanma Barranquero Date: Wed, 22 Oct 2008 14:58:18 +0000 (+0000) Subject: Fix instance of Bug#870. X-Git-Tag: emacs-pretest-23.0.90~2265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6c952f8a5b644bbbb5262ee37b77760702dbad8;p=emacs.git Fix instance of Bug#870. --- diff --git a/src/ChangeLog b/src/ChangeLog index f7e4b819286..15a53c094d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6182,6 +6182,7 @@ * lisp.h (Fbuffer_list): Declare. 2008-03-17 Jan Djärv + * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if handlebox_widget is != 0. @@ -6652,6 +6653,7 @@ * intervals.h (INT_LISPLIKE): Remove. It may misfire. (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it. + 2008-02-18 Jason Rumney * w32fns.c (Fw32_shell_execute): Encode parameters. @@ -12981,6 +12983,7 @@ * xdisp.c (load_overlay_strings): Fix copy&paste typo. 2007-11-09 Jason Rumney + * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define. * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.