| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kenichi Handa | 2008-06-05 | 1 | -2/+11 |
| * | (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte. | Stefan Monnier | 2008-06-05 | 2 | -1/+4 |
| * | * keymap.c (Vminibuffer_local_filename_must_match_map): | Stefan Monnier | 2008-06-05 | 4 | -7/+15 |
| * | (Fx_family_fonts): Use font_parse_family_registry instead of | Kenichi Handa | 2008-06-05 | 1 | -1/+1 |
| * | (Ffont_put): Don't use font_parse_family_registry for | Kenichi Handa | 2008-06-05 | 1 | -7/+1 |
| * | (Ffont_spec): Don't use font_parse_family_registry for | Kenichi Handa | 2008-06-05 | 1 | -5/+0 |
| * | (fontset_find_font): Call font_open_for_lface with the | Kenichi Handa | 2008-06-05 | 1 | -1/+2 |
| * | (xfont_list): Don't set registry to iso8859-1 even if it | Kenichi Handa | 2008-06-05 | 2 | -4/+12 |
| * | (realize_x_face): If the font-related face attributes | Kenichi Handa | 2008-06-05 | 1 | -1/+2 |
| * | * window.c (window_scroll_pixel_based_preserve_x) | Stefan Monnier | 2008-06-05 | 5 | -23/+94 |
| * | (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE). | Juanma Barranquero | 2008-06-05 | 2 | -5/+13 |
| * | (Fset_window_parameter): Doc fix. | Juanma Barranquero | 2008-06-04 | 2 | -8/+10 |
| * | (struct window): Add new member window_parameters. | Juanma Barranquero | 2008-06-04 | 2 | -7/+18 |
| * | (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter): New defuns. | Juanma Barranquero | 2008-06-04 | 1 | -1/+52 |
| * | (Fdefmacro): Doc fix. | John Paul Wallington | 2008-06-04 | 2 | -1/+10 |
| * | (detect_coding): Fix handling of coding->head_ascii. | Kenichi Handa | 2008-06-04 | 2 | -39/+50 |
| * | (font_prop_validate_spacing): Fix last change. | Andreas Schwab | 2008-06-03 | 2 | -1/+5 |
| * | *** empty log message *** | Kenichi Handa | 2008-06-03 | 1 | -0/+5 |
| * | (font_parse_fcname): Fix handling of unknown key. | Kenichi Handa | 2008-06-03 | 1 | -2/+4 |
| * | Fix typos. | Juanma Barranquero | 2008-06-03 | 1 | -3/+4 |
| * | (font_prop_validate_spacing): Handle uppercase symbols. | Kenichi Handa | 2008-06-03 | 1 | -8/+13 |
| * | (xfont_list): Try an alias. | Kenichi Handa | 2008-06-03 | 1 | -0/+8 |
| * | (char_charset): Return NULL if the arg charset_list is | Kenichi Handa | 2008-06-03 | 2 | -1/+11 |
| * | (font_pixel_size): Don't take cdr of an integer. | Chong Yidong | 2008-06-02 | 1 | -1/+1 |
| * | * font.c (font_pixel_size): Don't take cdr of an integer. | Chong Yidong | 2008-06-02 | 1 | -0/+4 |
| * | Make "xfree (NULL)" a no-op; remove useless if-before-xfree. | Jim Meyering | 2008-06-02 | 18 | -93/+80 |
| * | remove useless if-before-free tests | Jim Meyering | 2008-06-02 | 7 | -22/+23 |
| * | (font_find_for_lface): Handle float font size. | Kenichi Handa | 2008-06-02 | 2 | -12/+14 |
| * | (x_supports_face_attributes_p): Check face->font before | Kenichi Handa | 2008-06-02 | 2 | -2/+9 |
| * | *** empty log message *** | Kenichi Handa | 2008-06-02 | 1 | -0/+12 |
| * | (w32_enumfont_pattern_entity): Use requested registry. | Jason Rumney | 2008-06-01 | 2 | -13/+57 |
| * | Fix typo in comment. | Juanma Barranquero | 2008-06-01 | 1 | -11/+11 |
| * | (dot, dotdot): Remove, update users. | Dan Nicolaescu | 2008-06-01 | 2 | -32/+28 |
| * | Implement face-remapping-alist feature | Miles Bader | 2008-06-01 | 5 | -40/+268 |
| * | (syms_of_textprop) <text-property-default-nonsticky>: | Juanma Barranquero | 2008-06-01 | 2 | -3/+8 |
| * | (font_list_entities): Fix the car part of data to be | Kenichi Handa | 2008-05-31 | 2 | -0/+6 |
| * | (ftfont_font_format): Don't use strcasestr. | Kenichi Handa | 2008-05-31 | 2 | -8/+18 |
| * | * chartab.c (Foptimize_char_table, optimize_sub_char_table): | Stefan Monnier | 2008-05-30 | 4 | -20/+31 |
| * | (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is | Kenichi Handa | 2008-05-30 | 2 | -0/+12 |
| * | (Fmake_variable_buffer_local, Fmake_local_variable) | Stefan Monnier | 2008-05-30 | 2 | -12/+24 |
| * | * fontset.c (Ffont_info): Moved to font.c. | Kenichi Handa | 2008-05-30 | 1 | -56/+0 |
| * | (font_style_to_value, font_score): Delete casting of the | Kenichi Handa | 2008-05-30 | 1 | -9/+80 |
| * | (utf-8-sig, utf-8-auto): New coding systems. | Kenichi Handa | 2008-05-29 | 1 | -0/+31 |
| * | (CODING_UTF_8_BOM): New macro. | Kenichi Handa | 2008-05-29 | 1 | -25/+159 |
| * | (enum define_coding_utf8_arg_index): New enum. | Kenichi Handa | 2008-05-29 | 1 | -6/+13 |
| * | *** empty log message *** | Jason Rumney | 2008-05-29 | 1 | -2/+5 |
| * | (add_font_entity_to_list): Allow non-opentype truetype fonts back | Jason Rumney | 2008-05-29 | 1 | -1/+8 |
| * | (Faccept_process_output): If `millisec' is non-nil, `seconds' default to 0. | Stefan Monnier | 2008-05-29 | 2 | -16/+26 |
| * | (w32font_open_internal): Prefer truetype fonts unless | Jason Rumney | 2008-05-29 | 2 | -0/+11 |
| * | *** empty log message *** | Kenichi Handa | 2008-05-29 | 1 | -0/+1 |