| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (DISP_TABLE_P): Check the `purpose' slot. | Richard M. Stallman | 1995-10-11 | 1 | -9/+18 |
| * | (dos_timezone_offset, dos_display_scancodes, | Kim F. Storm | 1995-10-11 | 1 | -0/+14 |
| * | (insert-startup-screen): New function. | Kim F. Storm | 1995-10-11 | 1 | -10/+187 |
| * | [!HAVE_X_WINDOWS]: | Kim F. Storm | 1995-10-11 | 1 | -1295/+1698 |
| * | (internal_flush): Removed | Kim F. Storm | 1995-10-11 | 1 | -7/+3 |
| * | Check that DJGPP v. 1 is used. | Kim F. Storm | 1995-10-11 | 1 | -9/+11 |
| * | (Fkill_buffer): Don't kill auto save file if not recent. | Richard M. Stallman | 1995-10-11 | 1 | -1/+2 |
| * | (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes. | Kim F. Storm | 1995-10-11 | 1 | -13/+4 |
| * | (buffer-display-table): Document new implementation. | Erik Naggum | 1995-10-09 | 1 | -10/+11 |
| * | (temp_echo_area_glyphs): Restore the old point value. | Richard M. Stallman | 1995-10-09 | 1 | -1/+3 |
| * | (exec_sentinel, read_process_output): | Richard M. Stallman | 1995-10-09 | 1 | -2/+10 |
| * | Indentation change. | Richard M. Stallman | 1995-10-08 | 1 | -31/+31 |
| * | (write_segment): Write valid data in units of 1<<13, | Richard M. Stallman | 1995-10-08 | 1 | -5/+18 |
| * | (init_buffer_once): Make file_format always local, not just local when set. | Richard M. Stallman | 1995-10-08 | 1 | -1/+1 |
| * | (Fmake_char_table): Initialize parent to nil. | Erik Naggum | 1995-10-08 | 1 | -0/+1 |
| * | (struct Lisp_Boolvector): New data type. | Richard M. Stallman | 1995-10-07 | 1 | -3/+67 |
| * | (Fchartablep, Fboolvectorp): New functions. | Richard M. Stallman | 1995-10-07 | 1 | -3/+157 |
| * | (print): Handle chartables and boolvectors. | Richard M. Stallman | 1995-10-07 | 1 | -1/+52 |