| Commit message (Expand) | Author | Age | Files | Lines |
* | (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]: | YAMAMOTO Mitsuharu | 2009-04-25 | 2 | -1/+10 |
* | Fix typos. | Juanma Barranquero | 2009-04-24 | 1 | -5/+5 |
* | (Fx_list_fonts): If a font size is specified in PATTERN, set it in | Kenichi Handa | 2009-04-23 | 2 | -1/+21 |
* | * keyboard.c (Fset_input_meta_mode): Doc fix. | Chong Yidong | 2009-04-22 | 6 | -24/+44 |
* | * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes, | Chong Yidong | 2009-04-22 | 2 | -4/+4 |
* | * term.c (Ftty_display_color_p, Ftty_display_color_cells) | Chong Yidong | 2009-04-22 | 2 | -18/+25 |
* | Minor comment fix. | Chong Yidong | 2009-04-22 | 1 | -8/+5 |
* | Add bug reference. | Juanma Barranquero | 2009-04-21 | 1 | -1/+1 |
* | (font_score): Check AVGWIDTH too. | Kenichi Handa | 2009-04-21 | 2 | -0/+4 |
* | (font_load_for_lface): Cancel previous change. | Kenichi Handa | 2009-04-21 | 2 | -2/+3 |
* | (decode_coding_utf_16): Reduce charbuf_end for the | Kenichi Handa | 2009-04-21 | 2 | -7/+26 |
* | The following changes fix Bug#3005 for wide glyphs on each platform, | Jason Rumney | 2009-04-19 | 4 | -20/+56 |
* | Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used. | Jan Djärv | 2009-04-19 | 2 | -6/+14 |
* | (font_put_frame_data): Use xfree instead of free. | Andreas Schwab | 2009-04-18 | 2 | -1/+5 |
* | * w32font.c (Qja, Qko): Remove declarations. | Juanma Barranquero | 2009-04-17 | 2 | -3/+6 |
* | * font.c (Qja, Qko): Move definitions here from ftfont.c. | Chong Yidong | 2009-04-17 | 5 | -7/+19 |
* | (Ftranslate_region_internal): Use Fconcat to make a | Kenichi Handa | 2009-04-17 | 2 | -6/+4 |
* | (ftfont_pattern_entity): Return a newly allocated | Kenichi Handa | 2009-04-17 | 2 | -1/+13 |
* | * search.c: Use EMACS_INT for buffer positions. Add prototypes. | Andreas Schwab | 2009-04-16 | 3 | -56/+70 |
* | Add bug reference. | Andreas Schwab | 2009-04-16 | 1 | -1/+1 |
* | (boyer_moore): Use zero as marker value for a possible | Andreas Schwab | 2009-04-16 | 2 | -98/+74 |
* | * keyboard.c (adjust_point_for_property): Disable 2009-02-12 | Chong Yidong | 2009-04-16 | 2 | -11/+18 |
* | (xfont_has_char): Special handling of `ja' and `ko' adstyle. | Kenichi Handa | 2009-04-16 | 2 | -7/+55 |
* | (xftfont_has_char): Special handling of `ja' and `ko' adstyle. | Kenichi Handa | 2009-04-16 | 1 | -0/+12 |
* | (Qja, Qko): Don't make them static. | Kenichi Handa | 2009-04-16 | 1 | -86/+93 |
* | (font_sort_entites): Change the meaning of the arg | Kenichi Handa | 2009-04-16 | 1 | -40/+13 |
* | (merge_face_vectors): Reflect font properties in | Kenichi Handa | 2009-04-16 | 1 | -1/+12 |
* | (charset_ksc5601): Extern it. | Kenichi Handa | 2009-04-16 | 2 | -0/+9 |
* | (charset_ksc5601): New variable. | Kenichi Handa | 2009-04-16 | 1 | -0/+4 |
* | (match-data): Refer to `set-match-data' rather than `store-match-data'. | Stefan Monnier | 2009-04-15 | 1 | -1/+1 |
* | * fileio.c (history_delete_duplicates): Remove unused declaration. | Dan Nicolaescu | 2009-04-15 | 3 | -4/+14 |
* | (syms_of_buffer) <line-spacing>: Doc fix. | Eli Zaretskii | 2009-04-14 | 2 | -1/+6 |
* | (Ffont_info): Fix docstring. Fix the second element of | Kenichi Handa | 2009-04-14 | 2 | -4/+9 |
* | Fix last change. | Chong Yidong | 2009-04-14 | 1 | -1/+2 |
* | * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings. | Chong Yidong | 2009-04-14 | 2 | -10/+15 |
* | (xfont_has_char): The font has C if C is ASCII and the | Kenichi Handa | 2009-04-14 | 2 | -1/+13 |
* | (Fdefine_charset_internal): Make charset | Kenichi Handa | 2009-04-14 | 1 | -0/+2 |
* | * nsselect.m (symbol_to_nsstring, clean_local_selection_data) | Stefan Monnier | 2009-04-13 | 6 | -9/+21 |
* | (get_adstyle_property): Fix previous change. | Kenichi Handa | 2009-04-13 | 2 | -1/+28 |
* | (Qja, Qko): New variables. | Kenichi Handa | 2009-04-13 | 1 | -37/+162 |
* | (font_delete_unmatched): Preserve the order of list | Kenichi Handa | 2009-04-13 | 1 | -2/+9 |
* | Remove `tiny change' for Nikolaj Schumacher. | Stefan Monnier | 2009-04-10 | 1 | -4/+4 |
* | (map_charset_chars): For a charset of `superset' | Kenichi Handa | 2009-04-09 | 2 | -2/+5 |
* | (font_put_extra): If VAL is nil, delete the slot for PROP | Kenichi Handa | 2009-04-09 | 2 | -1/+18 |
* | (redraw_overlapping_rows): Fix detection of | YAMAMOTO Mitsuharu | 2009-04-08 | 2 | -3/+6 |
* | (ftfont_text_extents): Fix calculation of metrics->descent. | Kenichi Handa | 2009-04-08 | 2 | -3/+8 |
* | (x_set_font): Avoid C99 mid-block variable declaration. | Jason Rumney | 2009-04-06 | 2 | -3/+6 |
* | (ftxfont_draw_backgrond): Fix args to XFillRectangle. | Kenichi Handa | 2009-04-06 | 2 | -1/+7 |
* | (xftfont_open): Fix setting font->underline_thickness. | Kenichi Handa | 2009-04-06 | 1 | -1/+1 |
* | (ftfont_open): Fix checking of the return value of | Kenichi Handa | 2009-04-06 | 2 | -2/+7 |