aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8582bf67e04..23bf646f742 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,10 @@
4 Add a FIXME comment, since the code still doesn't look right. 4 Add a FIXME comment, since the code still doesn't look right.
5 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this 5 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
6 avoids a gcc -Wuninitialized diagnostic. 6 avoids a gcc -Wuninitialized diagnostic.
7 (display_line): Mark variables that gcc -Wuninitialized cannot
8 deduce are never used uninitialized.
9 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c
10 which in turn is copied from coreutils.
7 11
8 current_column: Now returns EMACS_INT, fixing some iftc. 12 current_column: Now returns EMACS_INT, fixing some iftc.
9 * bytecode.c (Fbyte_code): Don't cast current_column () to int. 13 * bytecode.c (Fbyte_code): Don't cast current_column () to int.