aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-10-22 14:58:18 +0000
committerJuanma Barranquero2008-10-22 14:58:18 +0000
commitd6c952f8a5b644bbbb5262ee37b77760702dbad8 (patch)
treecda9720dda9b693a9afb10493be8c5b1efe4515d /src
parentbbeb4e990606615000126c07f3209da43b2d527d (diff)
downloademacs-d6c952f8a5b644bbbb5262ee37b77760702dbad8.tar.gz
emacs-d6c952f8a5b644bbbb5262ee37b77760702dbad8.zip
Fix instance of Bug#870.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f7e4b819286..15a53c094d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6182,6 +6182,7 @@
6182 * lisp.h (Fbuffer_list): Declare. 6182 * lisp.h (Fbuffer_list): Declare.
6183 6183
61842008-03-17 Jan Djärv <jan.h.d@swipnet.se> 61842008-03-17 Jan Djärv <jan.h.d@swipnet.se>
6185
6185 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if 6186 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
6186 handlebox_widget is != 0. 6187 handlebox_widget is != 0.
6187 6188
@@ -6652,6 +6653,7 @@
6652 6653
6653 * intervals.h (INT_LISPLIKE): Remove. It may misfire. 6654 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
6654 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it. 6655 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
6656
66552008-02-18 Jason Rumney <jasonr@gnu.org> 66572008-02-18 Jason Rumney <jasonr@gnu.org>
6656 6658
6657 * w32fns.c (Fw32_shell_execute): Encode parameters. 6659 * w32fns.c (Fw32_shell_execute): Encode parameters.
@@ -12981,6 +12983,7 @@
12981 * xdisp.c (load_overlay_strings): Fix copy&paste typo. 12983 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
12982 12984
129832007-11-09 Jason Rumney <jasonr@gnu.org> 129852007-11-09 Jason Rumney <jasonr@gnu.org>
12986
12984 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define. 12987 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
12985 12988
12986 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. 12989 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.