aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (marker_byte_position): Renamed from marker_position.Richard M. Stallman1998-01-011-37/+545
* (redisplay_internal): Use scan_newline.Richard M. Stallman1998-01-011-231/+366
* (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.Richard M. Stallman1998-01-011-48/+50
* (Fchars_in_string): Update call to CHAR_HEAD_P.Richard M. Stallman1997-12-311-71/+44
* (Finsert_file_contents): Update call to CHAR_HEAD_P.Richard M. Stallman1997-12-311-107/+124
* (Fminibuffer_complete_word): Handle bytes vs charactersRichard M. Stallman1997-12-311-19/+20
* (CHAR_HEAD_P): Take char, not pointer, as arg.Richard M. Stallman1997-12-311-7/+59
* (doprnt1): Call to CHAR_HEAD_P fixed.Richard M. Stallman1997-12-311-3/+3
* (describe_abbrev): Return void.Richard M. Stallman1997-12-311-14/+27
* (LIB_MOTIF): Define, if HAVE_LIBINTL.Richard M. Stallman1997-12-311-4/+4
* (abort): New function.Richard M. Stallman1997-12-301-0/+11
* (Fcall_process): Cast new_argv for child_setup.Richard M. Stallman1997-12-281-2/+5
* (Fx_rotate_cut_buffers_internal): Doc fix.Richard M. Stallman1997-12-281-2/+2
* (Fread_command, Fread_variable): Fix previous change.Richard M. Stallman1997-12-271-2/+2
* (Ftext_properties_at): Doc fix.Richard M. Stallman1997-12-261-10/+11
* Declare nonascii_insert_offset.Richard M. Stallman1997-12-261-0/+2
* (HAVE_STRING_H): Add #undef.Richard M. Stallman1997-12-261-1/+5
* (Vminor_mode_overriding_map_alist): New variable.Richard M. Stallman1997-12-261-54/+71
* (LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.Richard M. Stallman1997-12-211-0/+5
* (HAVE_LIBINTL): Add #undef.Richard M. Stallman1997-12-211-0/+1
* (message2_nolog): Fix arg types.Richard M. Stallman1997-12-211-1/+1
* (sys_signal): Undo previous change.Richard M. Stallman1997-12-211-2/+2
* (Fexecute_extended_command):Richard M. Stallman1997-12-211-4/+3
* (Fgarbage_collect):Richard M. Stallman1997-12-211-1/+4
* (message2_nolog): New arg MULTIBYTE.Richard M. Stallman1997-12-211-5/+6
* (Fexecute_extended_command):Richard M. Stallman1997-12-211-1/+5
* (Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.Richard M. Stallman1997-12-211-0/+61
* (x_display_cursor): Abort if X or Y is out of range.Richard M. Stallman1997-12-211-0/+4
* Comment changes.Richard M. Stallman1997-12-211-2/+2
* (Fparse_partial_sexp): Return nil for 9th elementRichard M. Stallman1997-12-211-17/+19
* (Fread_variable): If DEFAULT_VALUE is symbol, use its name.Richard M. Stallman1997-12-211-7/+29
* Comment and whitespace changes.Richard M. Stallman1997-12-211-21/+23
* (message_dolog): Update PT and ZV properly when at end ofRichard M. Stallman1997-12-211-5/+49
* (Vread_buffer_function): New var.Karl Heuer1997-12-191-7/+27
* (sys_signal): Add two casts.Karl Heuer1997-12-111-2/+2
* (GROW_FAIL_STACK): Fix test for stack size at max.Karl Heuer1997-12-111-1/+2
* (GROW_FAIL_STACK): Fix previous change:Karl Heuer1997-12-091-3/+5
* (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.Karl Heuer1997-12-091-28/+42
* (Fcall_process): Don't clobber new_argv[0]Karl Heuer1997-12-091-1/+3
* (Fcall_process): Set Vlast_coding_system_used afterKenichi Handa1997-12-091-0/+2
* (Fget_unused_iso_final_char): New function.Kenichi Handa1997-12-091-0/+31
* (setup_coding_system): Do not setKenichi Handa1997-12-091-1/+3
* (read_process_output): Fix previous change, i.e, ifKenichi Handa1997-12-091-7/+13
* (Finsert_file_contents): Set Vlast_coding_system_usedKenichi Handa1997-12-091-0/+4
* (Fexecute_extended_command): Fix previous change.Kenichi Handa1997-12-081-2/+2
* (read_process_output): Allocate for coding system, ifKarl Heuer1997-12-081-0/+4
* (main): Fix the stack-limit code to calculateKarl Heuer1997-12-041-4/+10
* (Feval_region): Doc correction (point does not move).Karl Heuer1997-12-041-2/+1
* Fix comment (avoid spurious "unterminated comment" warning)Karl Heuer1997-12-041-21/+22
* Comment fix (to avoid "unterminated comment" warning).Karl Heuer1997-12-041-1/+3