| Commit message (Expand) | Author | Age | Files | Lines |
* | # | Dave Love | 1999-10-01 | 7 | -0/+657 |
* | #ecrt0.c | Dave Love | 1999-10-01 | 6 | -0/+410 |
* | # | Dave Love | 1999-09-30 | 1 | -0/+12191 |
* | (Fminibuffer_complete_word): Calculate string byte | Kenichi Handa | 1999-09-30 | 1 | -2/+2 |
* | (modify_lower_category_set): Set default value of | Kenichi Handa | 1999-09-30 | 1 | -6/+5 |
* | # | Dave Love | 1999-09-29 | 5 | -0/+187 |
* | (Fpropertize): Renamed from Fproperties. | Gerd Moellmann | 1999-09-29 | 1 | -2/+2 |
* | (resize_mini_window): Do nothing if frame is an X | Gerd Moellmann | 1999-09-29 | 1 | -1/+2 |
* | # | Dave Love | 1999-09-29 | 20 | -0/+44328 |
* | Remove unneeded declaration of ospeed. | Dave Love | 1999-09-27 | 1 | -13/+0 |
* | (display_prop_end, invisible_text_between_p): Use | Gerd Moellmann | 1999-09-26 | 1 | -23/+9 |
* | (next_single_char_property_change): New. | Gerd Moellmann | 1999-09-26 | 1 | -0/+54 |
* | (toplevel): Add prototype for | Gerd Moellmann | 1999-09-26 | 1 | -0/+4 |
* | (lookup_image): Set image's timestamp because it's | Gerd Moellmann | 1999-09-25 | 1 | -0/+5 |
* | (Fproperties): New. | Gerd Moellmann | 1999-09-25 | 1 | -0/+40 |
* | (image_error): Use add_to_log. | Gerd Moellmann | 1999-09-23 | 1 | -11/+6 |
* | (load_pixmap): Call add_to_log without frame parameter. | Gerd Moellmann | 1999-09-23 | 1 | -66/+21 |
* | (add_to_log): Moved from xfaces.c. Remove frame | Gerd Moellmann | 1999-09-23 | 1 | -0/+31 |
* | (enlarge_window): Add window parameter instead of using | Gerd Moellmann | 1999-09-23 | 1 | -16/+18 |
* | Add prototype for add_to_log. | Gerd Moellmann | 1999-09-23 | 1 | -0/+1 |
* | (XTread_socket) <MotionNotify>: Change #ifdef | Gerd Moellmann | 1999-09-23 | 1 | -2/+2 |
* | (resize_mini_window): Use grow_mini_window and | Gerd Moellmann | 1999-09-23 | 1 | -22/+11 |
* | (struct window): New members orig_top, orig_height. | Gerd Moellmann | 1999-09-23 | 1 | -1/+7 |
* | (window_min_size): Add parameter ignore_fixed_p. | Gerd Moellmann | 1999-09-23 | 1 | -22/+218 |
* | (frame_name_fnn_p): Fix previous change. | Eli Zaretskii | 1999-09-21 | 1 | -0/+2 |
* | (toplevel): Move include of stdio.h to other includes. | Gerd Moellmann | 1999-09-20 | 1 | -2/+1 |
* | (readchar): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -6/+3 |
* | Add prototype for safe_bcopy, fatal. | Gerd Moellmann | 1999-09-20 | 1 | -0/+2 |
* | (Flookup_key, Faccessible_keymaps, describe_vector, | Gerd Moellmann | 1999-09-20 | 1 | -8/+2 |
* | (get_boot_time): Put local variable used in | Gerd Moellmann | 1999-09-20 | 1 | -0/+3 |
* | (Fsignal): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -4/+1 |
* | (init_editfns): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -4/+6 |
* | (direct_output_for_insert): Cast arguments to | Gerd Moellmann | 1999-09-20 | 1 | -1/+2 |
* | (find_symbol_value): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -7/+5 |
* | (casify_object): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -2/+0 |
* | (sync_frame_with_window_matrix_rows): Disable frame rows | Gerd Moellmann | 1999-09-20 | 1 | -0/+7 |
* | (compute_window_start_on_continuation_line): Handle case | Gerd Moellmann | 1999-09-20 | 1 | -14/+38 |
* | (Fset_text_properties): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -4/+2 |
* | (update_syntax_table, find_defun_start, back_comment, | Gerd Moellmann | 1999-09-20 | 1 | -20/+21 |
* | (list_processes_1): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -12/+12 |
* | (RETURN_UNGCPRO): Use do-while (0) idiom. | Gerd Moellmann | 1999-09-20 | 1 | -2/+5 |
* | (Frecursive_edit): Remove unused variable. | Gerd Moellmann | 1999-09-20 | 1 | -29/+21 |
* | (toplevel) [HAVE_UNISTD_H]: Include unistd.h. | Gerd Moellmann | 1999-09-20 | 1 | -1/+4 |
* | (Fexpand_abbrev): Remove unused variables. | Gerd Moellmann | 1999-09-20 | 1 | -1/+0 |
* | Add prototype for shrink_regexp_cache, | Gerd Moellmann | 1999-09-19 | 1 | -0/+2 |
* | (copy_text): Removed unused variables. | Gerd Moellmann | 1999-09-19 | 1 | -18/+11 |
* | Add prototype for r_re_alloc. | Gerd Moellmann | 1999-09-19 | 1 | -0/+1 |
* | (Fgarbage_collect): Remove unused variable. | Gerd Moellmann | 1999-09-19 | 1 | -4/+6 |
* | (Fopen_network_stream): Use strerror, not gai_strerror. | Dave Love | 1999-09-19 | 1 | -1/+1 |
* | Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char, | Dave Love | 1999-09-19 | 1 | -0/+7 |