aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bece374f080..01f3093b6dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12013-08-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor problems found by static checking.
4 * image.c (XGetPixel, XPutPixel) [HAVE_NS]: Now static.
5 (expect): Avoid nested-if warning.
6 (x_build_heuristic_mask) [HAVE_NS]: Avoid unused-var warning.
7 * nsmenu.m (fillWithWidgetValue:): Avoid type warning.
8 * nsterm.h, nsterm.m (ns_select):
9 * xgselect.c, xgselect.h (xg_select):
10 Adjust signature to better match pselect's.
11 * nsterm.m (ns_select):
12 Don't set *TIMEOUT, since pselect doesn't.
13 * regex.c (whitespace_regexp): Now const_re_char *, to avoid
14 diagnostic about assigning const char * to it.
15 * xfaces.c (x_display_info) [HAVE_NS]: Remove; unused.
16
12013-08-26 Stefan Monnier <monnier@iro.umontreal.ca> 172013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 18
3 * lread.c (substitute_object_recurse): Handle hash-tables as well 19 * lread.c (substitute_object_recurse): Handle hash-tables as well