diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23bf646f742..ff8c5fd027d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,8 +4,9 @@ | |||
| 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 | 7 | (display_line, BUILD_COMPOSITE_GLYPH_STRING): Mark variables that |
| 8 | deduce are never used uninitialized. | 8 | gcc -Wuninitialized cannot deduce are never used uninitialized. |
| 9 | |||
| 9 | * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c | 10 | * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c |
| 10 | which in turn is copied from coreutils. | 11 | which in turn is copied from coreutils. |
| 11 | 12 | ||