From: Paul Eggert Date: Fri, 11 Mar 2011 06:41:50 +0000 (-0800) Subject: Add bug#s. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~605^2^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53df7c11622bd13fd4336bdecfe7537ace3e2767;p=emacs.git Add bug#s. --- diff --git a/src/ChangeLog b/src/ChangeLog index 280434d0860..e29de95e82f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -38,8 +38,6 @@ Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR macros. -2011-03-09 Paul Eggert - * xterm.h (x_mouse_leave): New decl. * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame): @@ -80,7 +78,7 @@ since it's unused otherwise. * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. - Add a FIXME comment, since the code still doesn't look right. + Add a FIXME, since the code still doesn't look right. (Bug#8215) (Fcurrent_bidi_paragraph_direction): Simplify slightly; this avoids a gcc -Wuninitialized diagnostic. (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs): @@ -108,7 +106,7 @@ and to avoid gcc -Wuninitialized warning. (load_charset_map): Mark variables that gcc -Wuninitialized does not deduce are never used uninitialized. - (load_charset): Abort instead of using uninitialized var. + (load_charset): Abort instead of using uninitialized var (Bug#8229). * coding.c (coding_set_source, coding_set_destination): Use "else { /* comment */ }" rather than "else /* comment */;" @@ -130,7 +128,7 @@ -Wuninitialized does not deduce are never used uninitialized. (detect_coding_iso_2022): Initialize a local variable that might be used uninitialized. Leave a FIXME because it's not clear that - this initialization is needed. + this initialization is needed. (Bug#8211) (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P): (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):