aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (x_make_frame_visible): Don't move the frameRichard M. Stallman1997-07-051-1/+1
* Include float.h before lisp.h.Richard M. Stallman1997-07-053-6/+16
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.Richard M. Stallman1997-07-051-1/+1
* (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.Richard M. Stallman1997-07-051-3/+3
* (RE_TRANSLATE): Define default assuming simple integers.Richard M. Stallman1997-07-041-0/+1
* (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):Richard M. Stallman1997-07-041-4/+5
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-0422-64/+90
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-5/+9
* (Fformat): Add second argument in call to Ftruncate.Richard M. Stallman1997-07-041-1/+1
* (init_system_name): Don't accept "(none)" as domain.Richard M. Stallman1997-07-041-0/+7
* (overlay_strings): Finish up previous change.Richard M. Stallman1997-07-041-3/+6
* (lisp, shortlisp): Some files moved to subdirs.Richard M. Stallman1997-07-041-12/+12
* (x_set_scroll_bar_width): By default, use enoughRichard M. Stallman1997-07-041-3/+8
* [__GNU__]: Test for not NeXT.Richard M. Stallman1997-07-041-2/+4
* (LD_SWITCH_SYSTEM_TEMACS): Add #undef.Richard M. Stallman1997-07-041-0/+1
* (send_process): Make buf and temp_buf `unsigned char *'.Richard M. Stallman1997-07-041-16/+15
* (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