summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (LD_SWITCH_SYSTEM_TEMACS): New variable.Richard M. Stallman1997-07-031-1/+2
* (LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.Richard M. Stallman1997-07-031-1/+5
* (sigpause): Don't define if already defined.Richard M. Stallman1997-07-021-0/+2
* (lisp, shortlisp): Add widget.elc.Richard M. Stallman1997-07-021-0/+8
* Move #endif at the tail.Kenichi Handa1997-07-021-1/+1
* (Fstart_process): Call Ffind_operation_coding_system.Kenichi Handa1997-07-021-6/+7
* Call Ffind_operation_coding_system.Kenichi Handa1997-07-021-6/+7
* (Finsert_file_contents): Doc-string fixed. CallKenichi Handa1997-07-021-4/+5
* (Fchar_width): Check if the current buffer has displayKenichi Handa1997-07-021-1/+2
* (Vstandard_character_unification_table_for_decode):Kenichi Handa1997-07-021-50/+144
* (struct coding_system): New membersKenichi Handa1997-07-021-2/+3
* (selection_data_to_lisp_data): Call free instead ofKenichi Handa1997-07-021-1/+1
* (re_search_2): Cast result of POS_ADDR_VSTRING.Richard M. Stallman1997-07-021-6/+9
* (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.Richard M. Stallman1997-07-021-22/+34
* (init_lread): Add leim subdir, like lisp subdir.Richard M. Stallman1997-07-021-3/+18
* (x_make_frame_visible): Check has_been_visibleRichard M. Stallman1997-07-021-2/+10
* (overlay_str_buf): Declare as unsigned char *.Richard M. Stallman1997-07-021-1/+1
* (decode_mode_spec_coding): Clean up handling of eol conversions.Richard M. Stallman1997-07-021-14/+31
* (syms_of_coding): Change initial values of eol_mnemonic_... variables.Richard M. Stallman1997-07-021-4/+4
* (xcons): Print car and cdr in hex.Richard M. Stallman1997-07-021-1/+10
* (decode_env_path): Ensure path elements use proper directory separator.Richard M. Stallman1997-07-011-0/+14
* (make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET is defined.Richard M. Stallman1997-07-011-0/+2
* (READ_CHILD_OUTPUT): Macro deleted.Richard M. Stallman1997-07-011-10/+4
* (Fformat_time_string): Move doc string outside DEFUN.Richard M. Stallman1997-07-011-1/+6
* Delete defsubrs of Sfocus_frame andGeoff Voelker1997-07-011-2/+0
* Include charset.h.Geoff Voelker1997-07-012-1/+2
* Add pragma to force zero initializedGeoff Voelker1997-07-012-0/+15
* (OBJ2): Include new source files.Geoff Voelker1997-07-011-1/+6
* Duplicate undefs from config.in to check completeness.Geoff Voelker1997-07-011-4/+43
* (read_char): Add a call to swallow_eventsRichard M. Stallman1997-06-301-3/+11
* (syms_of_buffer): enable-multibyte-characters is a user var.Richard M. Stallman1997-06-291-1/+1
* (Fcall_process): Fix previous change.Richard M. Stallman1997-06-291-2/+2
* (temp_output_buffer_show): Copy default-directory from current buffer.Richard M. Stallman1997-06-291-0/+2
* (wait_reading_process_input): If wait_for_cell,Richard M. Stallman1997-06-291-8/+11
* (scan_sexps_forward): Split up a complex if-test.Richard M. Stallman1997-06-291-4/+18
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1997-06-291-0/+4
* (Fcall_process): Avoid storing alloca resultRichard M. Stallman1997-06-281-1/+3
* automatically generated from GPLed versionPaul Eggert1997-06-281-17/+17
* automatically generated from GPLed versionRichard M. Stallman1997-06-281-2/+4
* (Fbury_buffer): Undo previous change.Richard M. Stallman1997-06-281-7/+3
* [__NetBSD__]: Add some conditionals for NetBSD.Richard M. Stallman1997-06-271-2/+44
* [__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.Richard M. Stallman1997-06-271-6/+112
* (ospeed): Always use `extern' in the declaration.Richard M. Stallman1997-06-271-1/+1
* (lisp, shortlisp): Some files are in international/.Richard M. Stallman1997-06-271-8/+8
* (init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.Richard M. Stallman1997-06-271-2/+4
* (Fbuffer_list): New optional argument FRAME.Richard M. Stallman1997-06-261-4/+28
* (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.Richard M. Stallman1997-06-251-1/+1
* (prepare_to_modify_buffer, signal_before_change):Richard M. Stallman1997-06-251-18/+80
* Fix previous change.Richard M. Stallman1997-06-251-1/+1
* (read_minibuf): New arg allow_props.Richard M. Stallman1997-06-251-9/+26