diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 280434d0860..e29de95e82f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -38,8 +38,6 @@ | |||
| 38 | Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR | 38 | Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR |
| 39 | macros. | 39 | macros. |
| 40 | 40 | ||
| 41 | 2011-03-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 42 | |||
| 43 | * xterm.h (x_mouse_leave): New decl. | 41 | * xterm.h (x_mouse_leave): New decl. |
| 44 | 42 | ||
| 45 | * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame): | 43 | * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame): |
| @@ -80,7 +78,7 @@ | |||
| 80 | since it's unused otherwise. | 78 | since it's unused otherwise. |
| 81 | 79 | ||
| 82 | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. | 80 | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. |
| 83 | Add a FIXME comment, since the code still doesn't look right. | 81 | Add a FIXME, since the code still doesn't look right. (Bug#8215) |
| 84 | (Fcurrent_bidi_paragraph_direction): Simplify slightly; this | 82 | (Fcurrent_bidi_paragraph_direction): Simplify slightly; this |
| 85 | avoids a gcc -Wuninitialized diagnostic. | 83 | avoids a gcc -Wuninitialized diagnostic. |
| 86 | (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs): | 84 | (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs): |
| @@ -108,7 +106,7 @@ | |||
| 108 | and to avoid gcc -Wuninitialized warning. | 106 | and to avoid gcc -Wuninitialized warning. |
| 109 | (load_charset_map): Mark variables that gcc -Wuninitialized | 107 | (load_charset_map): Mark variables that gcc -Wuninitialized |
| 110 | does not deduce are never used uninitialized. | 108 | does not deduce are never used uninitialized. |
| 111 | (load_charset): Abort instead of using uninitialized var. | 109 | (load_charset): Abort instead of using uninitialized var (Bug#8229). |
| 112 | 110 | ||
| 113 | * coding.c (coding_set_source, coding_set_destination): | 111 | * coding.c (coding_set_source, coding_set_destination): |
| 114 | Use "else { /* comment */ }" rather than "else /* comment */;" | 112 | Use "else { /* comment */ }" rather than "else /* comment */;" |
| @@ -130,7 +128,7 @@ | |||
| 130 | -Wuninitialized does not deduce are never used uninitialized. | 128 | -Wuninitialized does not deduce are never used uninitialized. |
| 131 | (detect_coding_iso_2022): Initialize a local variable that might | 129 | (detect_coding_iso_2022): Initialize a local variable that might |
| 132 | be used uninitialized. Leave a FIXME because it's not clear that | 130 | be used uninitialized. Leave a FIXME because it's not clear that |
| 133 | this initialization is needed. | 131 | this initialization is needed. (Bug#8211) |
| 134 | (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): | 132 | (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): |
| 135 | (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P): | 133 | (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P): |
| 136 | (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER): | 134 | (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER): |