| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc. | Kim F. Storm | 2005-04-03 | 1 | -0/+4 |
| * | *** empty log message *** | Kim F. Storm | 2005-04-03 | 1 | -0/+2 |
| * | (Ffuncall): Always call CHECK_CONS_LIST on entry. | Kim F. Storm | 2005-04-03 | 1 | -3/+4 |
| * | *** empty log message *** | Kim F. Storm | 2005-04-03 | 1 | -0/+5 |
| * | #include blockinput also | Jan Djärv | 2005-04-02 | 1 | -0/+1 |
| * | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling | Jan Djärv | 2005-04-02 | 3 | -1/+14 |
| * | *** empty log message *** | Kenichi Handa | 2005-04-01 | 1 | -1/+0 |
| * | *** empty log message *** | Kenichi Handa | 2005-04-01 | 1 | -0/+20 |
| * | (looking_at_1): Use current_buffer->case_canon_table, | Kenichi Handa | 2005-04-01 | 1 | -94/+129 |
| * | (set_case_table): If standard is nonzero, setup | Kenichi Handa | 2005-04-01 | 1 | -1/+6 |
| * | (Vascii_upcase_table, Vascii_canon_table, | Kenichi Handa | 2005-04-01 | 1 | -1/+2 |
| * | Include ThreeD.h for XtNbeNiceToColormap. | Stefan Monnier | 2005-03-31 | 2 | -25/+18 |
| * | *** empty log message *** | Kenichi Handa | 2005-03-31 | 1 | -1/+1 |
| * | (Vcoding_category_list): Docstring fix. | Kenichi Handa | 2005-03-31 | 1 | -1/+1 |
| * | *** empty log message *** | Kenichi Handa | 2005-03-31 | 1 | -0/+9 |
| * | (Qmouse_fixup_help_message): New var. | Kim F. Storm | 2005-03-31 | 1 | -0/+14 |
| * | *** empty log message *** | Kim F. Storm | 2005-03-31 | 1 | -0/+6 |
| * | (search_embedded_absfilename): Fix last change. | Stefan Monnier | 2005-03-30 | 1 | -1/+1 |
| * | (display_line): Allow multiple overlay arrows in window. | Kim F. Storm | 2005-03-29 | 1 | -5/+4 |
| * | *** empty log message *** | Kim F. Storm | 2005-03-29 | 1 | -0/+4 |
| * | (Fexpand_file_name): Use IS_DEVICE_SEP. | Stefan Monnier | 2005-03-28 | 2 | -91/+99 |
| * | (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1. | Stefan Monnier | 2005-03-27 | 1 | -6/+3 |
| * | (x_output): add focus_state. | Jason Rumney | 2005-03-26 | 1 | -0/+17 |
| * | (x_focus_changed, w32_detect_focus_change): New functions. | Jason Rumney | 2005-03-26 | 1 | -15/+80 |
| * | *** empty log message *** | Jason Rumney | 2005-03-26 | 1 | -0/+7 |
| * | *** empty log message *** | Stefan Monnier | 2005-03-25 | 1 | -0/+6 |
| * | (Fminibuffer_complete_and_exit, Fself_insert_and_exit): Use Fexit_minibuffer. | Stefan Monnier | 2005-03-25 | 1 | -4/+13 |
| * | (syms_of_coding): Suggest to use set-coding-category in | Kenichi Handa | 2005-03-25 | 1 | -2/+1 |
| * | *** empty log message *** | Stefan Monnier | 2005-03-24 | 1 | -0/+2 |
| * | (Ffile_attributes): Add a missing gcpro. | Stefan Monnier | 2005-03-24 | 1 | -0/+3 |
| * | (comint-insert-input): Obey mouse-yank-at-point. | Stefan Monnier | 2005-03-24 | 1 | -1/+12 |
| * | (make_number): Make prototype more precise. | Stefan Monnier | 2005-03-24 | 1 | -3/+3 |
| * | (make_number): The arg can be bigger than `int'. | Stefan Monnier | 2005-03-24 | 1 | -1/+1 |
| * | (Vfile_name_coding_system, Vdefault_file_name_coding_system): | Stefan Monnier | 2005-03-24 | 2 | -6/+3 |
| * | (Vdoc_file_name, Vfile_name_coding_system) | Stefan Monnier | 2005-03-24 | 1 | -6/+2 |
| * | * xmenu.c (create_and_show_popup_menu): Just remove menu and return | Jan Djärv | 2005-03-24 | 2 | -5/+14 |
| * | (get_next_display_element): Also use `\ ' & `\-' for latin-9. | Stefan Monnier | 2005-03-24 | 1 | -2/+3 |
| * | (get_next_display_element): Also use `\ ' and `\-' for latin-9. | Stefan Monnier | 2005-03-24 | 2 | -4/+8 |
| * | *** empty log message *** | Kim F. Storm | 2005-03-22 | 1 | -0/+12 |
| * | (lookup_derived_face): Add arg SIGNAL_P. | Kim F. Storm | 2005-03-22 | 1 | -3/+3 |
| * | (handle_single_display_spec): Derive left-fringe and | Kim F. Storm | 2005-03-22 | 1 | -1/+2 |
| * | (XMenuActivate): Fix call to lookup_derived_face. | Kim F. Storm | 2005-03-22 | 1 | -4/+4 |
| * | (draw_fringe_bitmap_1, Fset_fringe_bitmap_face): | Kim F. Storm | 2005-03-22 | 1 | -2/+4 |
| * | * dispextern.h (lookup_derived_face): Fix prototype. | Kim F. Storm | 2005-03-22 | 1 | -1/+1 |
| * | * xrdb.c (x_load_resources): Undo previous change (2005-03-18). | Jan Djärv | 2005-03-22 | 2 | -4/+6 |
| * | (Fnext_char_property_change) | David Kastrup | 2005-03-22 | 2 | -4/+24 |
| * | (LD_SWITCH_SYSTEM_tmp): Define if undefined. | Thien-Thi Nguyen | 2005-03-21 | 2 | -0/+11 |
| * | (Fignore_event): Remove. | Stefan Monnier | 2005-03-19 | 2 | -28/+9 |
| * | (keys_of_keyboard): Just use `ignore' instead of the redundant `ignore-event'. | Stefan Monnier | 2005-03-19 | 1 | -2/+21 |
| * | (write_segment, unexec): Move these functions to avoid forward | Eli Zaretskii | 2005-03-19 | 2 | -98/+102 |