aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-01 09:09:18 -0800
committerPaul Eggert2013-12-01 09:09:18 -0800
commit75b09539a4b4e62818d65cb0773587d8a2ac615f (patch)
treed5cdb6c58ff12f0f98a81a941014698ffaba56a6 /src/ChangeLog
parent1f6e1bb00084afd6598e83edb1697fef3379fec2 (diff)
downloademacs-75b09539a4b4e62818d65cb0773587d8a2ac615f.tar.gz
emacs-75b09539a4b4e62818d65cb0773587d8a2ac615f.zip
Fix minor problems found by static checking.
* dispextern.h, xdisp.c (x_draw_bottom_divider): Now static. * frame.c (set_frame_param) [!HAVE_NTGUI]: Remove. * xdisp.c (Ftool_bar_height) [USE_GTK || HAVE_NS]: Now const function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 36c379c56dc..fc9e8431146 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-12-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor problems found by static checking.
4 * dispextern.h, xdisp.c (x_draw_bottom_divider): Now static.
5 * frame.c (set_frame_param) [!HAVE_NTGUI]: Remove.
6 * xdisp.c (Ftool_bar_height) [USE_GTK || HAVE_NS]: Now const function.
7
12013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> 82013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 9
3 * image.c (imagemagick_compute_animated_image): Don't crash if we 10 * image.c (imagemagick_compute_animated_image): Don't crash if we