aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e1b54a72d0..521e18583a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12013-06-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor problems found by static checking.
4 * coding.c (encode_inhibit_flag, inhibit_flag): New functions.
5 Redo the latter's body to sidestep GCC parenthesization warnings.
6 (setup_coding_system, detect_coding, detect_coding_system): Use them.
7 * coding.c (detect_coding, detect_coding_system):
8 * coding.h (struct undecided_spec):
9 Use bool for boolean.
10 * image.c (QCmax_width, QCmax_height): Now static.
11 * xdisp.c (Fmove_point_visually): Remove unused local.
12
12013-06-29 Eli Zaretskii <eliz@gnu.org> 132013-06-29 Eli Zaretskii <eliz@gnu.org>
2 14
3 * xdisp.c (Fmove_point_visually): New function. 15 * xdisp.c (Fmove_point_visually): New function.