aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1995-10-12(x_connection_signal_1): New function.Richard M. Stallman1-21/+64
1995-10-12(struct Lisp_Char_Table): New slot `purpose'.Richard M. Stallman1-2/+12
1995-10-12(describe_vector): Support nested char-tables.Richard M. Stallman1-15/+103
1995-10-12(Qvector_or_char_table_p): New variable.Richard M. Stallman1-1/+15
1995-10-12(Fdelete_other_windows): Set w->force_start.Richard M. Stallman1-1/+4
1995-10-12(syms_of_xdisp): Doc fix.Richard M. Stallman1-1/+2
1995-10-11(make_lispy_event) [!USE_X_TOOLKIT]: DraggingRichard M. Stallman1-1/+10
1995-10-11(command_loop_1): Access display tables as char-tables.Richard M. Stallman1-3/+3
1995-10-11(redisplay_window, redisplay_window, display_text_line):Richard M. Stallman1-8/+7
1995-10-11(window_display_table): Use DISP_TABLE_P. Return typeRichard M. Stallman1-7/+7
1995-10-11(buffer_display_table): Use DISP_TABLE_P.Richard M. Stallman1-13/+12
1995-10-11(Fcopy_sequence): Call Fmake_char_table the new way.Richard M. Stallman1-12/+24
1995-10-11(DISP_TABLE_P): Check the `purpose' slot.Richard M. Stallman1-9/+18
1995-10-11(dos_timezone_offset, dos_display_scancodes,Kim F. Storm1-0/+14
1995-10-11(insert-startup-screen): New function.Kim F. Storm1-10/+187
1995-10-11[!HAVE_X_WINDOWS]:Kim F. Storm1-1295/+1698
1995-10-11(internal_flush): RemovedKim F. Storm1-7/+3
1995-10-11Check that DJGPP v. 1 is used.Kim F. Storm1-9/+11
1995-10-11(Fkill_buffer): Don't kill auto save file if not recent.Richard M. Stallman1-1/+2
1995-10-11(init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.Kim F. Storm1-13/+4
1995-10-09(buffer-display-table): Document new implementation.Erik Naggum1-10/+11
1995-10-09(temp_echo_area_glyphs): Restore the old point value.Richard M. Stallman1-1/+3
1995-10-09(exec_sentinel, read_process_output):Richard M. Stallman1-2/+10
1995-10-08Indentation change.Richard M. Stallman1-31/+31
1995-10-08(write_segment): Write valid data in units of 1<<13,Richard M. Stallman1-5/+18
1995-10-08(init_buffer_once): Make file_format always local, not just local when set.Richard M. Stallman1-1/+1
1995-10-08(Fmake_char_table): Initialize parent to nil.Erik Naggum1-0/+1
1995-10-07(struct Lisp_Boolvector): New data type.Richard M. Stallman1-3/+67
1995-10-07(Fchartablep, Fboolvectorp): New functions.Richard M. Stallman1-3/+157
1995-10-07(print): Handle chartables and boolvectors.Richard M. Stallman1-1/+52
1995-10-07(read1): Handle chartables and boolvectors.Richard M. Stallman1-0/+40
1995-10-07(describe_vector): Use Flength to get length of vector.Richard M. Stallman1-1/+5
1995-10-07(describe_syntax): Handle new syntax-table data format.Richard M. Stallman1-84/+147
1995-10-07Use char tables as syntax tables.Richard M. Stallman1-95/+94
1995-10-07(callint_message, callint_message_size): New vars.Richard M. Stallman1-19/+43
1995-10-07(Fmake_chartable, Fmake_boolvector): New functions.Richard M. Stallman1-0/+55
1995-10-07(Fset_char_table_range): New function.Richard M. Stallman1-6/+246
1995-10-07(bytecode.o): Depend on syntax.h.Richard M. Stallman1-1/+1
1995-10-06Added ${lispsource}ediff-hook.elc after vc-hooks.Michael Kifer1-0/+1
1995-10-05(Fset_window_hscroll): Don't reject args > SHORTBITS.Richard M. Stallman1-2/+0
1995-10-05(Fmove_to_column): Make it interactive.Richard M. Stallman1-1/+1
1995-10-04(Fmake_indirect_buffer): Was taking marker positionsRichard M. Stallman1-3/+7
1995-10-03(Fmake_overlay): Set end-marker's insertion_type to 1.Richard M. Stallman1-0/+2
1995-10-03(Vsuggest_key_bindings): New variable.Richard M. Stallman1-0/+79
1995-10-03(write_segment): Use pagesize as unit of writing instead of 128.Richard M. Stallman1-4/+5
1995-10-03(Qmouse_leave_buffer_hook): New variable.Richard M. Stallman1-0/+6
1995-10-03(get_display_line): Don't abort if there's textRichard M. Stallman1-3/+2
1995-10-03(Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.Richard M. Stallman1-2/+26
1995-10-03(run_hook_with_args_2): New function.Richard M. Stallman1-0/+14
1995-10-03(window_scroll): Always set force_start.Richard M. Stallman1-1/+4