aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Jason Rumney2008-12-041-0/+5
* (w32font_draw): Initialize orig_clip before getting it, and delete itJason Rumney2008-12-041-7/+13
* (kbd_buffer_get_event): Follow the non-interactiveDan Nicolaescu2008-12-042-1/+9
* Better description.Juanma Barranquero2008-12-031-1/+1
* * w32.c (init_environment): Don't free handle to library shell32.dll.Juanma Barranquero2008-12-032-7/+6
* (encode_coding_emacs_mule): Be sure to set `code'.Kenichi Handa2008-12-031-2/+4
* (font_at): Set `multibyte' at first.Kenichi Handa2008-12-032-1/+5
* *** empty log message ***Kenichi Handa2008-12-031-0/+3
* (decode_coding_charset): Check type of an element ofKenichi Handa2008-12-031-1/+1
* (face_for_char): Handle invalid charset propertyKenichi Handa2008-12-032-6/+12
* Handle fonts with corrupted size specs, i.e. non-int and non-float.Chong Yidong2008-12-031-2/+5
* (font_update_lface): Handle fonts with corrupted size specs,Chong Yidong2008-12-031-0/+2
* (Fopen_font): Compute pixel size correctly.Chong Yidong2008-12-031-1/+1
* * font.c (Fopen_font): Compute pixel size correctly.Chong Yidong2008-12-031-0/+2
* (ftfont_list_family): Initialize list var earlier.Chong Yidong2008-12-031-2/+1
* * ftfont.c (ftfont_list_family): Initialize list var earlier.Chong Yidong2008-12-031-0/+1
* (ftfont_resolve_generic_family): Avoid using uninitialized var.Chong Yidong2008-12-031-1/+1
* * ftfont.c (ftfont_resolve_generic_family): Avoid using uninitialized var.Chong Yidong2008-12-031-0/+1
* (ftfont_match): Initialize entity variable.Chong Yidong2008-12-031-1/+1
* * ftfont.c (ftfont_match): Initialize entity variable.Chong Yidong2008-12-031-0/+2
* Fix last fix.Chong Yidong2008-12-031-6/+4
* (Fx_get_cut_buffer_internal): Fix memory leak.Chong Yidong2008-12-031-1/+8
* * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.Chong Yidong2008-12-031-0/+2
* Fix typo.Chong Yidong2008-12-031-1/+1
* (x_draw_glyph_string): Fall back on underline_minimum_offset forChong Yidong2008-12-031-0/+2
* * xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offsetChong Yidong2008-12-031-0/+5
* * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.Dan Nicolaescu2008-12-033-4/+8
* (detect_coding_system): Initialize utf_16_le_eol to -1, val toKenichi Handa2008-12-032-5/+7
* (decode_coding_utf_8): Likewise.Kenichi Handa2008-12-032-1/+2
* (decode_coding_utf_16): Initialize consumed_chars_baseKenichi Handa2008-12-032-1/+6
* (make_lispy_position): Only use PT if the selected window is current.Chong Yidong2008-12-021-1/+2
* * keyboard.c (make_lispy_position): Only use PT if the selectedChong Yidong2008-12-021-0/+5
* (font_unparse_fcname): Fix use of uninitialized variable.Andreas Schwab2008-12-022-2/+3
* (doprnt1): Fix size of charbuf.Andreas Schwab2008-12-022-1/+5
* Fix typos.Juanma Barranquero2008-12-021-3/+3
* (timer_check): Revert last change.Chong Yidong2008-12-021-8/+0
* * keyboard.c (timer_check): Revert last change.Chong Yidong2008-12-021-0/+4
* * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.Juanma Barranquero2008-12-022-1/+5
* * makefile.w32-in: Update dependencies.Juanma Barranquero2008-12-012-107/+287
* (register_font_driver): Use xmalloc.Andreas Schwab2008-12-012-4/+7
* (realize_x_face): Make abort condition clearer.Chong Yidong2008-12-011-3/+6
* * xfaces.c (realize_x_face): Make abort condition clearer.Chong Yidong2008-12-011-0/+2
* (update_frame_tool_bar): Initialize variable.Chong Yidong2008-12-011-1/+1
* * gtkutil.c (update_frame_tool_bar): Initialize variable.Chong Yidong2008-12-011-0/+4
* (timer_check): After a timer runs, ensure that the selected window'sChong Yidong2008-11-301-5/+8
* * keyboard.c (timer_check): After a timer runs, ensure that theChong Yidong2008-11-301-0/+5
* * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.Juanma Barranquero2008-11-302-12/+3
* * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.Juanma Barranquero2008-11-302-2/+6
* * w32proc.c: Include "coding.h".Juanma Barranquero2008-11-292-3/+11
* (CHAR_CHARSET_P): Check if the encoder is loaded orKenichi Handa2008-11-292-1/+5