| Commit message (Expand) | Author | Age | Files | Lines |
| * | (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead of | Eli Zaretskii | 2008-02-09 | 2 | -1/+6 |
| * | * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete | Dan Nicolaescu | 2008-02-09 | 4 | -100/+29 |
| * | * xfaces.c (Finternal_make_lisp_face): Use ASET. | Stefan Monnier | 2008-02-08 | 2 | -4/+5 |
| * | (Fkey_description): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 2 | -1/+3 |
| * | (add_command_key, parse_menu_item): Use ASET. | Stefan Monnier | 2008-02-08 | 2 | -27/+28 |
| * | (free_face_fontset): Use FONTSET_FROM_ID. | Stefan Monnier | 2008-02-08 | 2 | -2/+5 |
| * | (concat): Move side effect outside of macro call. | Stefan Monnier | 2008-02-08 | 2 | -3/+14 |
| * | (Fdelete_frame): If FORCE, don't call hooks. | Richard M. Stallman | 2008-02-08 | 2 | -4/+24 |
| * | Whitespace changes. | Romain Francoise | 2008-02-07 | 1 | -13/+13 |
| * | (USAGE3): Add --parent-id | Jan Djärv | 2008-02-07 | 2 | -0/+32 |
| * | (Fx_create_frame): Do not override the explicitly set parent | Jan Djärv | 2008-02-07 | 1 | -4/+8 |
| * | (xg_create_frame_widgets): If frame is embedded, call | Jan Djärv | 2008-02-07 | 1 | -1/+5 |
| * | (struct x_display_info): Add AtomXatom_XEMBED. | Jan Djärv | 2008-02-07 | 1 | -0/+63 |
| * | (x_detect_focus_change): Handle embed client message. | Jan Djärv | 2008-02-07 | 1 | -5/+94 |
| * | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)". | Jan Djärv | 2008-02-07 | 2 | -2/+6 |
| * | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 2 | -10/+15 |
| * | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 3 | -6/+16 |
| * | Jim Meyering <meyering at redhat.com> | Glenn Morris | 2008-02-07 | 2 | -4/+4 |
| * | * xselect.c (x_handle_dnd_message): | Stefan Monnier | 2008-02-07 | 8 | -53/+68 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-07 | 1 | -0/+7 |
| * | (ftxfont_open): Don't set | Kenichi Handa | 2008-02-07 | 1 | -0/+8 |
| * | (ftfont_open): Fix previous change. | Kenichi Handa | 2008-02-07 | 1 | -1/+1 |
| * | * w32font.c (w32font_text_extents): Fill in lbearing metric. | Jason Rumney | 2008-02-06 | 3 | -11/+63 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-06 | 1 | -0/+12 |
| * | (x_produce_glyphs): Don't set it->ascent and it->descent | Kenichi Handa | 2008-02-06 | 1 | -1/+4 |
| * | (ftxfont_draw): Use s->font_info, not face->font_info. | Kenichi Handa | 2008-02-06 | 1 | -1/+1 |
| * | (ftfont_open): Fix calculation of font->font.averange_width. | Kenichi Handa | 2008-02-06 | 1 | -0/+1 |
| * | (syms_of_charset): Set QCtest and Qeq. | Kenichi Handa | 2008-02-06 | 1 | -0/+4 |
| * | Merge some "likewise"s. | Glenn Morris | 2008-02-06 | 1 | -219/+161 |
| * | Tidying: | Glenn Morris | 2008-02-06 | 1 | -667/+460 |
| * | Move some out-of-place entries. | Glenn Morris | 2008-02-06 | 1 | -12/+12 |
| * | Remove "sync with head" entries brought in by unicode merge. | Glenn Morris | 2008-02-06 | 1 | -153/+6 |
| * | Update copyright years and GPL version. | Glenn Morris | 2008-02-06 | 4 | -12/+12 |
| * | Update copyright years. | Glenn Morris | 2008-02-06 | 2 | -4/+4 |
| * | * process.c (Fstart_process): | Stefan Monnier | 2008-02-06 | 4 | -6/+18 |
| * | (check_gstring): Use them and AREF to access the vector before | Stefan Monnier | 2008-02-06 | 2 | -27/+31 |
| * | (enum lgstring_indices, enum lglyph_indices): New enums. | Stefan Monnier | 2008-02-06 | 2 | -36/+55 |
| * | (Fcompose_region_internal, Fcompose_string_internal): Declare. | Stefan Monnier | 2008-02-06 | 2 | -75/+64 |
| * | (make_sub_char_table): Remove noop-yet-incorrect statement. | Stefan Monnier | 2008-02-06 | 2 | -1/+4 |
| * | (w32font_open_internal): Fill min_width with tmAveCharWidth. | Jason Rumney | 2008-02-05 | 2 | -1/+36 |
| * | *** empty log message *** | Kenichi Handa | 2008-02-05 | 1 | -0/+4 |
| * | (decode_eol): Pay attention to coding->dst_multibyte. | Kenichi Handa | 2008-02-05 | 1 | -1/+4 |
| * | Revert 2008-02-01 change to src/xfaces.c by cyd@stupidchicken.com | Miles Bader | 2008-02-05 | 2 | -30/+70 |
| * | (w32font_open_internal): Use xmalloc, xrealloc, xfree. | Jason Rumney | 2008-02-04 | 2 | -3/+4 |
| * | (Ffontset_info): Handle the case of inhibitting the | Kenichi Handa | 2008-02-04 | 2 | -21/+79 |
| * | (w32font_open_internal): Use font_unparse_fcname to set full_name. | Jason Rumney | 2008-02-04 | 2 | -1/+30 |
| * | (OBJ1): Include font.o here. | Jason Rumney | 2008-02-03 | 2 | -46/+51 |
| * | Revert most of last two changes. | Jason Rumney | 2008-02-02 | 1 | -22/+2 |
| * | *** empty log message *** | Jason Rumney | 2008-02-02 | 1 | -6/+1 |
| * | Remove conflict marker and merged entries about re-generating config.in. | Glenn Morris | 2008-02-02 | 1 | -5/+0 |