Fix EOLs broken with last commit.
[bpt/emacs.git] / src / ChangeLog
index 9e81d0a..f1fadd2 100644 (file)
@@ -1,3 +1,78 @@
+2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
+       x_draw_glyph_string_background.
+
+       * w32term.c (x_draw_glyph_string): Likewise.
+
+2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xterm.c (x_draw_glyph_string): Stop drawing the background of
+       the next glyph string once past the overhang width.
+
+       * nsterm.m (ns_draw_glyph_string): Likewise.
+
+       * w32term.c (x_draw_glyph_string): Likewise.
+
+2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
+
+       * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
+       double file close.
+
+2008-11-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
+       dedicated status of window before attempting to display another
+       buffer in it.
+
+2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * msdos.c (Fmsdos_long_file_names):
+       (syms_of_msdos) <dos-unsupported-char-glyph>:
+       * dosfns.c (Fint86): Fix typos in docstrings.
+
+2008-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
+
+2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1260000.
+
+2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
+
+       * frame.c (x_set_alpha): Set alpha to -1 if nil given.
+
+       * frame.h: Negative alpha means "don't touch".
+
+       * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
+
+       * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
+
+2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * hftctl.c:
+       * chpdef.h:
+       * acldef.h: Remove files used only for systems no longer supported.
+
+       * Makefile.in: Fix .o alphabetical ordering.
+       (hftctl.o): Remove dependency, file removed.
+       (keymap.o, print.o): Depend on charset.h.
+
+2008-11-10  Kenichi Handa  <handa@m17n.org>
+
+       * character.c (Fget_byte): Fix and make it faster for unibyte
+       target.
+
+2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired.c (file_name_completion): If completion_ignore_case is
+       enabled, ignore case when checking completion-regexp-list.
+
+2008-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * vm-limit.c (get_lim_data): Fix last change.
+
 2008-11-08  Kenichi Handa  <handa@m17n.org>
 
        * character.c (Fget_byte): New function.
 
        * ftfont.c (fc_charset_table): New member lang.
        (ftfont_resolve_generic_family): New arg pattern.
-       (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
+       (ftfont_spec_pattern): Check fc_charset_table[]->lang.
        (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
        (ftfont_open): Fix args to ftfont_font_format.
        (ftfont_font_format): New arg filename.
 
        * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
        (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
-       of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
+       of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
        (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
        last arg Qnil.