| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kenichi Handa | 2006-07-26 | 2 | -0/+32 |
| * | (font_unparse_fcname): Fix typo (swidth->width). | Kenichi Handa | 2006-07-26 | 1 | -41/+97 |
| * | (Qfont_backend): Extern it. | Kenichi Handa | 2006-07-26 | 1 | -0/+2 |
| * | (Qfont_backend): New variable. | Kenichi Handa | 2006-07-26 | 1 | -0/+39 |
| * | (x_create_tip_frame) [USE_FONT_BACKEND]: Handle | Kenichi Handa | 2006-07-26 | 1 | -0/+6 |
| * | (xfont_list): Don't try listing by :name property if the | Kenichi Handa | 2006-07-26 | 1 | -1/+2 |
| * | *** empty log message *** | Kenichi Handa | 2006-07-24 | 1 | -0/+37 |
| * | (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM) | Kenichi Handa | 2006-07-24 | 1 | -6/+12 |
| * | Include window.h. | Kenichi Handa | 2006-07-24 | 1 | -28/+114 |
| * | (it_props): Move the entry for Qauto_composed to just | Kenichi Handa | 2006-07-24 | 1 | -8/+54 |
| * | Changes from arch/CVS synchronization | Miles Bader | 2006-07-24 | 1 | -0/+5 |
| * | (x_draw_composite_glyph_string_foreground): Check if | Kenichi Handa | 2006-07-24 | 1 | -1/+1 |
| * | (font.o): Make it depends on window.h. | Kenichi Handa | 2006-07-24 | 1 | -2/+2 |
| * | *** empty log message *** | Kenichi Handa | 2006-07-20 | 1 | -0/+4 |
| * | (casify_object): Sync with HEAD. | Kenichi Handa | 2006-07-20 | 1 | -63/+61 |
| * | Merge from emacs--devo--0 | Miles Bader | 2006-07-19 | 57 | -960/+1310 |
| |\ |
|
| | * | (x_calc_absolute_position): Fix frame positioning | Kim F. Storm | 2006-07-18 | 1 | -6/+38 |
| | * | *** empty log message *** | Kim F. Storm | 2006-07-18 | 1 | -0/+5 |
| | * | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 7 | -6/+25 |
| | * | *** empty log message *** | Kim F. Storm | 2006-07-18 | 1 | -0/+99 |
| | * | (x_get_local_selection, copy_multiple_data) | Kim F. Storm | 2006-07-18 | 1 | -52/+30 |
| | * | (x_decode_color): Use signal_error. | Kim F. Storm | 2006-07-18 | 1 | -3/+1 |
| | * | * xfaces.c (signal_error): Move to eval.c. | Kim F. Storm | 2006-07-18 | 1 | -13/+1 |
| | * | (window_scroll_pixel_based, window_scroll_line_based): | Kim F. Storm | 2006-07-18 | 1 | -5/+5 |
| | * | (unexec): Use xsignal. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | * | (text_read_only): Use xsignal0, xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+4 |
| | * | (scan_lists): Use xsignal3. | Kim F. Storm | 2006-07-18 | 1 | -14/+9 |
| | * | (compile_pattern_1): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -12/+6 |
| | * | (Fmsdos_set_mouse_buttons): Use xsignal2. | Kim F. Storm | 2006-07-18 | 1 | -3/+3 |
| | * | (x_get_local_selection): Use signal_error. | Kim F. Storm | 2006-07-18 | 1 | -5/+3 |
| | * | (Fload): Use xsignal2, signal_error. | Kim F. Storm | 2006-07-18 | 1 | -36/+40 |
| | * | (list1): Add EXFUN. | Kim F. Storm | 2006-07-18 | 1 | -0/+7 |
| | * | (Fmap_keymap): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | * | (recursive_edit_1): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | * | (x_set_line_spacing, x_set_screen_gamma): Use signal_error. | Kim F. Storm | 2006-07-18 | 1 | -4/+2 |
| | * | (Flength): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -24/+10 |
| | * | (arith_error, range_error, domain_error): Use xsignal2. | Kim F. Storm | 2006-07-18 | 1 | -16/+14 |
| | * | (report_file_error): Use xsignal. | Kim F. Storm | 2006-07-18 | 1 | -28/+20 |
| | * | * eval.c (xsignal): New func. Like Fsignal, but marked no-return. | Kim F. Storm | 2006-07-18 | 1 | -30/+95 |
| | * | (region_limit, Fget_internal_run_time): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -2/+2 |
| | * | (Fdocumentation): Use xsignal1. | Kim F. Storm | 2006-07-18 | 1 | -2/+2 |
| | * | (circular_list_error): Use xsignal. | Kim F. Storm | 2006-07-18 | 1 | -37/+27 |
| | * | (Fcheck_coding_system): Use xsignal1. Remove loop. | Kim F. Storm | 2006-07-18 | 1 | -4/+5 |
| | * | (Fforward_char, Fdelete_char): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| | * | (casify_object): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | * | (check_mark): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | * | (Fbuffer_local_value, Fbarf_if_buffer_read_only): | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| | * | (buffer_memory_full, memory_full): Use xsignal. Remove loop. | Kim F. Storm | 2006-07-18 | 1 | -5/+10 |
| | * | (XTread_socket): Undo previous change. | YAMAMOTO Mitsuharu | 2006-07-18 | 2 | -7/+5 |
| | * | (keycode_to_xkeysym): Remove function. All uses now | YAMAMOTO Mitsuharu | 2006-07-18 | 2 | -108/+128 |