| Commit message (Expand) | Author | Age | Files | Lines |
* | (REGEXP_IN_LIBC): Definition turned off. | Richard M. Stallman | 1995-10-25 | 1 | -1/+5 |
* | (ok_to_echo_at_next_pause): Make it a char *. | Richard M. Stallman | 1995-10-24 | 1 | -8/+8 |
* | (syms_of_minibuf): Doc fix. | Richard M. Stallman | 1995-10-24 | 1 | -1/+2 |
* | (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS. | Erik Naggum | 1995-10-23 | 1 | -1/+1 |
* | (Fcase_table_p, Fcurrent_case_table): Delete unused local variables. | Erik Naggum | 1995-10-23 | 1 | -11/+9 |
* | Whitespace changes. | Richard M. Stallman | 1995-10-22 | 1 | -24/+26 |
* | Don't declare alloca. | Richard M. Stallman | 1995-10-22 | 1 | -0/+2 |
* | (reset_buffer_local_variables): Call | Richard M. Stallman | 1995-10-22 | 1 | -0/+8 |
* | (read_char): If we reread a char, the next pause | Richard M. Stallman | 1995-10-21 | 1 | -2/+12 |
* | (try_window_id): Stop the compute_motion at ZV, not Z, | Richard M. Stallman | 1995-10-21 | 1 | -3/+33 |
* | (Fnext_single_property_change): Rearrange handling of | Richard M. Stallman | 1995-10-21 | 1 | -3/+10 |
* | (struct buffer): New slot redisplay_end_trigger. | Richard M. Stallman | 1995-10-21 | 1 | -0/+8 |
* | (reset_buffer): Initialize extra1, extra2 and extra3 slots. | Richard M. Stallman | 1995-10-21 | 1 | -0/+3 |
* | (reset_buffer): Initialize redisplay_end_trigger slot. | Richard M. Stallman | 1995-10-21 | 1 | -1/+12 |
* | (Fmap_char_table): Call map_char_table with correct args. | Erik Naggum | 1995-10-19 | 1 | -1/+1 |
* | (TRANSLATE, PATFETCH): Cast elt of `translate'. | Richard M. Stallman | 1995-10-19 | 1 | -12/+30 |
* | (RE_TRANSLATE_TYPE): Define, if not already defined. | Richard M. Stallman | 1995-10-19 | 1 | -1/+5 |
* | (read_char): Let Vkeyboard_translate_table be char-table. | Richard M. Stallman | 1995-10-19 | 1 | -2/+15 |
* | (describe_map_tree): New arg always_title. Callers changed. | Richard M. Stallman | 1995-10-19 | 1 | -8/+13 |
* | (Fsubstitute_command_keys): Pass new arg to describe_map_tree. | Richard M. Stallman | 1995-10-19 | 1 | -1/+1 |
* | (RE_TRANSLATE_TYPE): New definition. | Richard M. Stallman | 1995-10-19 | 1 | -0/+5 |
* | Case tables are now char-tables, | Richard M. Stallman | 1995-10-19 | 1 | -76/+66 |
* | (UPCASE_TABLE): Definition deleted. | Richard M. Stallman | 1995-10-19 | 1 | -13/+10 |
* | (reset_buffer_local_variables): Init case_table slots the new way. | Richard M. Stallman | 1995-10-19 | 1 | -3/+3 |
* | Comment changes. | Richard M. Stallman | 1995-10-19 | 1 | -4/+5 |
* | (Fchar_equal): Handle char-table as case table. | Richard M. Stallman | 1995-10-18 | 1 | -2/+3 |
* | (compile_pattern_1, compile_pattern, search_buffer): | Richard M. Stallman | 1995-10-18 | 1 | -8/+10 |
* | (Fchar_table_subtype): New function. | Richard M. Stallman | 1995-10-18 | 1 | -0/+49 |
* | (read1): Handle #' as prefix. | Richard M. Stallman | 1995-10-18 | 1 | -1/+7 |
* | (x_term_init, XTread_socket): Add HAVE_X_I18N support. | Richard M. Stallman | 1995-10-17 | 1 | -0/+39 |
* | (x_window, both versions): Add HAVE_X_I18N support. | Richard M. Stallman | 1995-10-15 | 1 | -0/+44 |
* | (HAVE_X_I18N): New macro. | Richard M. Stallman | 1995-10-15 | 1 | -0/+11 |
* | (find_section): New function. | Richard M. Stallman | 1995-10-15 | 1 | -54/+50 |
* | (unexec): Find the old data section. | Richard M. Stallman | 1995-10-15 | 1 | -66/+100 |
* | (Finsert_file_contents): If replacing, | Richard M. Stallman | 1995-10-14 | 1 | -0/+4 |
* | (Qdisplay_table): New variable. | Richard M. Stallman | 1995-10-14 | 1 | -0/+5 |
* | (Qchar_table_extra_slots): New variable. | Richard M. Stallman | 1995-10-14 | 1 | -8/+15 |
* | (Qsyntax_table): New variable. | Richard M. Stallman | 1995-10-14 | 1 | -3/+17 |
* | (x_connection_signal_1): New function. | Richard M. Stallman | 1995-10-12 | 1 | -21/+64 |
* | (struct Lisp_Char_Table): New slot `purpose'. | Richard M. Stallman | 1995-10-12 | 1 | -2/+12 |
* | (describe_vector): Support nested char-tables. | Richard M. Stallman | 1995-10-12 | 1 | -15/+103 |
* | (Qvector_or_char_table_p): New variable. | Richard M. Stallman | 1995-10-12 | 1 | -1/+15 |
* | (Fdelete_other_windows): Set w->force_start. | Richard M. Stallman | 1995-10-12 | 1 | -1/+4 |
* | (syms_of_xdisp): Doc fix. | Richard M. Stallman | 1995-10-12 | 1 | -1/+2 |
* | (make_lispy_event) [!USE_X_TOOLKIT]: Dragging | Richard M. Stallman | 1995-10-11 | 1 | -1/+10 |
* | (command_loop_1): Access display tables as char-tables. | Richard M. Stallman | 1995-10-11 | 1 | -3/+3 |
* | (redisplay_window, redisplay_window, display_text_line): | Richard M. Stallman | 1995-10-11 | 1 | -8/+7 |
* | (window_display_table): Use DISP_TABLE_P. Return type | Richard M. Stallman | 1995-10-11 | 1 | -7/+7 |
* | (buffer_display_table): Use DISP_TABLE_P. | Richard M. Stallman | 1995-10-11 | 1 | -13/+12 |
* | (Fcopy_sequence): Call Fmake_char_table the new way. | Richard M. Stallman | 1995-10-11 | 1 | -12/+24 |