summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Change terms unify/unification toKenichi Handa1998-05-181-4/+6
* Change terms unify/unification toKenichi Handa1998-05-181-147/+161
* Change terms unify/unification toKenichi Handa1998-05-181-3/+6
* (concat): Fix bug in concatinating a list of multibyte andKenichi Handa1998-05-181-2/+2
* (skip_chars): Fix bug in handling a range whichKenichi Handa1998-05-181-8/+20
* (get_boot_time): Scan the whole wtmp fileRichard M. Stallman1998-05-181-5/+19
* (Fexpand_file_name): Change conditionalRichard M. Stallman1998-05-171-1/+1
* (insert_1_both, insert_from_string_1, replace_range)Richard M. Stallman1998-05-161-56/+119
* (Fexpand_file_name) [WINDOWSNT]: Be careful not toRichard M. Stallman1998-05-161-1/+12
* (read_char): If redisplay is preempted,Richard M. Stallman1998-05-161-53/+42
* (readchar): Use readchar_backlog againRichard M. Stallman1998-05-161-13/+87
* (search_buffer): Set search regs for all success with an empty string.Richard M. Stallman1998-05-151-6/+13
* (signal_quit): Add prototype.Richard M. Stallman1998-05-151-0/+2
* (sys_select): Always wait on interrupt_handle, so thatRichard M. Stallman1998-05-151-2/+22
* (w32_wnd_proc): Call signal_quit when C-g is received.Richard M. Stallman1998-05-151-1/+4
* (interrupt_handle): New variable.Richard M. Stallman1998-05-151-0/+22
* Renamed "struct buffer" to "struct termcap_buffer" toRichard M. Stallman1998-05-151-4/+4
* (w32_ring_bell): Flash window correctly.Geoff Voelker1998-05-141-1/+11
* (Finsert_file_contents): Don't check non-regularRichard M. Stallman1998-05-141-5/+9
* (init_environment): Set TMPDIR to an existingEli Zaretskii1998-05-131-0/+32
* (Finsert_file_contents): Check that a -*- coding: -*- specRichard M. Stallman1998-05-131-8/+85
* (skip_chars): When fetching char after \,Richard M. Stallman1998-05-131-3/+7
* (Fminibuffer_complete_word): Fix the string-comparison loop.Richard M. Stallman1998-05-131-3/+3
* (get_doc_string): New arg UNIBYTERichard M. Stallman1998-05-121-10/+17
* (Finsert_file_contents): Don't use the fast replace codeRichard M. Stallman1998-05-121-5/+8
* (parse_menu_item): Argument inmenubar < 0 now meansRichard M. Stallman1998-05-121-8/+31
* (stat, get_long_basename): Fail if filename contains anyRichard M. Stallman1998-05-121-2/+6
* (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.Richard M. Stallman1998-05-121-2/+2
* (assoc_for_completion): Use Fcompare_strings.Richard M. Stallman1998-05-121-14/+27
* (redisplay_window): Handle scroll_step along withRichard M. Stallman1998-05-111-9/+22
* (unlock_file): Encode the file name.Richard M. Stallman1998-05-111-0/+1
* (Fset_buffer_multibyte): Error if marker is putRichard M. Stallman1998-05-111-0/+6
* (unchain_marker): Abort if the marker is not in its buffer's chain.Richard M. Stallman1998-05-111-7/+17
* Comment change.Richard M. Stallman1998-05-111-0/+4
* (code_convert_region1): Set Vlast_coding_system_used.Richard M. Stallman1998-05-101-6/+20
* (Fstart_process): Remove the special case forRichard M. Stallman1998-05-101-120/+114
* (TAGS): Specify directory when running etags.Richard M. Stallman1998-05-101-1/+2
* (Fbyte_code): Don't use Bmark.Richard M. Stallman1998-05-101-3/+0
* (xstring): Handle unibyte strings.Richard M. Stallman1998-05-101-43/+65
* (redisplay_window): Don't use last_point_x and last_point_yRichard M. Stallman1998-05-101-1/+5
* (Qbuffer_name_history): New variable.Richard M. Stallman1998-05-091-2/+6
* (detect_coding_mask): Check also coding-category-binary.Richard M. Stallman1998-05-091-6/+9
* (scan_lists, scan_sexps_forward): Move complex expressionsRichard M. Stallman1998-05-091-4/+17
* Fix previous change.Kenichi Handa1998-05-091-1/+2
* (Fcall_process): Fix test for when to call Ffind_operation_coding_system.Richard M. Stallman1998-05-081-1/+1
* Comment change.Richard M. Stallman1998-05-081-2/+3
* (compute_motion): Fix, in a different way, the bug of handlingKenichi Handa1998-05-081-2/+1
* (compute_motion): Undo both May 7 changes.Richard M. Stallman1998-05-081-3/+19
* (doprnt1): Cast arg to CHAR_STRING.Richard M. Stallman1998-05-081-1/+1
* (compute_motion): Fix previous change.Kenichi Handa1998-05-081-1/+1