| Commit message (Expand) | Author | Age | Files | Lines |
| * | * w32gui.h (widget_value, XtPointer, Boolean, enum button_type): | Jason Rumney | 2008-06-09 | 1 | -0/+8 |
| * | (enum button_type, widget_value, local_heap, local_alloc): | Jason Rumney | 2008-06-09 | 1 | -523/+2 |
| * | Include w32term.h, move widget related | Jason Rumney | 2008-06-09 | 1 | -27/+1 |
| * | (widget_value, XtPointer, Boolean, enum button_type): Define here. | Jason Rumney | 2008-06-09 | 1 | -0/+60 |
| * | ($(SRC)/menu.o): New target. | Jason Rumney | 2008-06-09 | 1 | -2/+14 |
| * | Fix typos. | Juanma Barranquero | 2008-06-09 | 1 | -22/+14 |
| * | (Qascii_0): Extern it. | Kenichi Handa | 2008-06-09 | 2 | -0/+3 |
| * | (Qascii_0): New variable. | Kenichi Handa | 2008-06-09 | 2 | -4/+20 |
| * | (ftfont_spec_pattern): Accept the registry `ascii-0'. | Kenichi Handa | 2008-06-09 | 1 | -1/+28 |
| * | Add arch tagline | Miles Bader | 2008-06-08 | 1 | -0/+3 |
| * | Fix last entry for .gdbinit. | Eli Zaretskii | 2008-06-08 | 1 | -1/+1 |
| * | *** empty log message *** | Juanma Barranquero | 2008-06-08 | 1 | -3/+1 |
| * | *** empty log message *** | Kenichi Handa | 2008-06-08 | 1 | -0/+4 |
| * | *** empty log message *** | Kenichi Handa | 2008-06-08 | 1 | -0/+17 |
| * | * menu.c [HAVE_X_WINDOWS]: Include "xterm.h". | Andreas Schwab | 2008-06-08 | 3 | -1/+8 |
| * | (Ffontset_info): Fix typo. | Andreas Schwab | 2008-06-08 | 2 | -1/+3 |
| * | * Makefile.in (obj): Always add menu.o | Andreas Schwab | 2008-06-08 | 4 | -12/+9 |
| * | Add note. | Chong Yidong | 2008-06-08 | 1 | -1/+1 |
| * | * Makefile.in: Compile menu.c. | Chong Yidong | 2008-06-08 | 1 | -0/+28 |
| * | Compile menu.c. | Chong Yidong | 2008-06-08 | 1 | -1/+7 |
| * | Declare syms_of_menu. | Chong Yidong | 2008-06-08 | 1 | -0/+3 |
| * | (main): Call syms_of_menu. | Chong Yidong | 2008-06-08 | 1 | -0/+4 |
| * | Relocate platform-independent menu definitions from xmenu.c. | Chong Yidong | 2008-06-08 | 1 | -3/+82 |
| * | Remove platform-independent menu definitions. | Chong Yidong | 2008-06-08 | 1 | -947/+6 |
| * | * menu.c: New file. Relocate platform-independent menu definitions | Chong Yidong | 2008-06-08 | 1 | -0/+996 |
| * | (Flast_nonminibuf_frame): Handle the NULL case. | Stefan Monnier | 2008-06-07 | 2 | -2/+7 |
| * | Calculate tab width based on current face, not global default | Miles Bader | 2008-06-06 | 2 | -2/+7 |
| * | * window.el (display-buffer-function, special-display-p) | Stefan Monnier | 2008-06-05 | 6 | -576/+40 |
| * | (set_internal): Fix up call to let_shadows_buffer_binding_p. | Stefan Monnier | 2008-06-05 | 2 | -16/+15 |
| * | (detect_coding): Fix previous change. | Kenichi Handa | 2008-06-05 | 1 | -4/+6 |
| * | *** empty log message *** | Kenichi Handa | 2008-06-05 | 1 | -0/+5 |
| * | *** 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 |