summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (x_window, both versions): Add HAVE_X_I18N support.Richard M. Stallman1995-10-151-0/+44
* (HAVE_X_I18N): New macro.Richard M. Stallman1995-10-151-0/+11
* (find_section): New function.Richard M. Stallman1995-10-151-54/+50
* (unexec): Find the old data section.Richard M. Stallman1995-10-151-66/+100
* (Finsert_file_contents): If replacing,Richard M. Stallman1995-10-141-0/+4
* (Qdisplay_table): New variable.Richard M. Stallman1995-10-141-0/+5
* (Qchar_table_extra_slots): New variable.Richard M. Stallman1995-10-141-8/+15
* (Qsyntax_table): New variable.Richard M. Stallman1995-10-141-3/+17
* (x_connection_signal_1): New function.Richard M. Stallman1995-10-121-21/+64
* (struct Lisp_Char_Table): New slot `purpose'.Richard M. Stallman1995-10-121-2/+12
* (describe_vector): Support nested char-tables.Richard M. Stallman1995-10-121-15/+103
* (Qvector_or_char_table_p): New variable.Richard M. Stallman1995-10-121-1/+15
* (Fdelete_other_windows): Set w->force_start.Richard M. Stallman1995-10-121-1/+4
* (syms_of_xdisp): Doc fix.Richard M. Stallman1995-10-121-1/+2
* (make_lispy_event) [!USE_X_TOOLKIT]: DraggingRichard M. Stallman1995-10-111-1/+10
* (command_loop_1): Access display tables as char-tables.Richard M. Stallman1995-10-111-3/+3
* (redisplay_window, redisplay_window, display_text_line):Richard M. Stallman1995-10-111-8/+7
* (window_display_table): Use DISP_TABLE_P. Return typeRichard M. Stallman1995-10-111-7/+7
* (buffer_display_table): Use DISP_TABLE_P.Richard M. Stallman1995-10-111-13/+12
* (Fcopy_sequence): Call Fmake_char_table the new way.Richard M. Stallman1995-10-111-12/+24
* (DISP_TABLE_P): Check the `purpose' slot.Richard M. Stallman1995-10-111-9/+18
* (dos_timezone_offset, dos_display_scancodes,Kim F. Storm1995-10-111-0/+14
* (insert-startup-screen): New function.Kim F. Storm1995-10-111-10/+187
* [!HAVE_X_WINDOWS]:Kim F. Storm1995-10-111-1295/+1698
* (internal_flush): RemovedKim F. Storm1995-10-111-7/+3
* Check that DJGPP v. 1 is used.Kim F. Storm1995-10-111-9/+11
* (Fkill_buffer): Don't kill auto save file if not recent.Richard M. Stallman1995-10-111-1/+2
* (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.Kim F. Storm1995-10-111-13/+4
* (buffer-display-table): Document new implementation.Erik Naggum1995-10-091-10/+11
* (temp_echo_area_glyphs): Restore the old point value.Richard M. Stallman1995-10-091-1/+3
* (exec_sentinel, read_process_output):Richard M. Stallman1995-10-091-2/+10
* Indentation change.Richard M. Stallman1995-10-081-31/+31
* (write_segment): Write valid data in units of 1<<13,Richard M. Stallman1995-10-081-5/+18
* (init_buffer_once): Make file_format always local, not just local when set.Richard M. Stallman1995-10-081-1/+1
* (Fmake_char_table): Initialize parent to nil.Erik Naggum1995-10-081-0/+1
* (struct Lisp_Boolvector): New data type.Richard M. Stallman1995-10-071-3/+67
* (Fchartablep, Fboolvectorp): New functions.Richard M. Stallman1995-10-071-3/+157
* (print): Handle chartables and boolvectors.Richard M. Stallman1995-10-071-1/+52
* (read1): Handle chartables and boolvectors.Richard M. Stallman1995-10-071-0/+40
* (describe_vector): Use Flength to get length of vector.Richard M. Stallman1995-10-071-1/+5
* (describe_syntax): Handle new syntax-table data format.Richard M. Stallman1995-10-071-84/+147
* Use char tables as syntax tables.Richard M. Stallman1995-10-071-95/+94
* (callint_message, callint_message_size): New vars.Richard M. Stallman1995-10-071-19/+43
* (Fmake_chartable, Fmake_boolvector): New functions.Richard M. Stallman1995-10-071-0/+55
* (Fset_char_table_range): New function.Richard M. Stallman1995-10-071-6/+246
* (bytecode.o): Depend on syntax.h.Richard M. Stallman1995-10-071-1/+1
* Added ${lispsource}ediff-hook.elc after vc-hooks.Michael Kifer1995-10-061-0/+1
* (Fset_window_hscroll): Don't reject args > SHORTBITS.Richard M. Stallman1995-10-051-2/+0
* (Fmove_to_column): Make it interactive.Richard M. Stallman1995-10-051-1/+1
* (Fmake_indirect_buffer): Was taking marker positionsRichard M. Stallman1995-10-041-3/+7