summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fdefine_charset_internal): After calculatingKenichi Handa2008-11-292-3/+15
* * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.Seiji Zenitani2008-11-284-3/+53
* (Fx_font_family_list, syms_of_xfaces): Fix last change.Eli Zaretskii2008-11-272-20/+27
* * w32font.c (add_font_entity_to_list): Pass the right LOGFONTJuanma Barranquero2008-11-272-4/+10
* (print_object): For bool-vector, delete unnecessaryKenichi Handa2008-11-271-6/+1
* (describe_vector): Adjusted for the change ofKenichi Handa2008-11-271-12/+29
* (fontset_add): Adjusted for the change ofKenichi Handa2008-11-271-6/+3
* (sub_char_table_ref_and_range): Adjusted for theKenichi Handa2008-11-271-47/+44