]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
New icon.
[gnu-emacs] / src / ChangeLog
index 5d0592479400bef445476d86cab84728b128b179..ad01ac41f1a171941dec510cba3efbf39273443f 100644 (file)
@@ -1,3 +1,33 @@
+2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
+
+       * gnu.h: New icon.
+
+2008-03-02  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (decode_coding_utf_8): When eol-type of CODING is
+       `dos', don't decode '\r' if that is the last in the source.
+       (decode_coding_utf_16, decode_coding_emacs_mule)
+       (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
+       (decode_coding_raw_text, decode_coding_charset): Likewise.
+       (produce_chars): Don't decode EOL here.  Use EMACS_INT.
+
+2008-03-01  Jason Rumney  <jasonr@gnu.org>
+
+       * w32font.c (w32font_full_name): Report point size for scalable fonts.
+
+2008-03-01  Kim F. Storm  <storm@cua.dk>
+
+       * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
+
+2008-03-01  Jason Rumney  <jasonr@gnu.org>
+
+       * w32font.c (w32font_full_name): New function.
+       (w32font_open_internal): Use it.
+
+2008-03-01  Kim F. Storm  <storm@cua.dk>
+
+       * dispnew.c (line_draw_cost): Fix invalid glyph check.
+
 2008-03-01  Jason Rumney  <jasonr@gnu.org>
 
        * font.c (font_unparse_fcname): Increase len when style is a symbol.