aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for Japanese display on DOS/V systems.Eli Zaretskii1997-11-101-7/+97
* (Fcall_process): GCPRO infile, buffer, andKenichi Handa1997-11-081-25/+36
* (Fsref): If IDX points an 8-bit code which is not partKenichi Handa1997-11-081-4/+20
* (find_charset_in_str): Handle the case that STRKenichi Handa1997-11-081-35/+39
* (setup_coding_system): Initialize common_flags memberKenichi Handa1997-11-081-9/+38
* (struct coding_system): Add member common_flags, deleteKenichi Handa1997-11-081-18/+28
* (create_process): Encode arguments for the process.Kenichi Handa1997-11-081-2/+32
* (Finsert_file_contents): Use new macros defined inKenichi Handa1997-11-081-9/+11
* (encode_terminal_code): Use new macros defined inKenichi Handa1997-11-081-2/+2
* automatically generated from GPLed versionUlrich Drepper1997-11-061-4/+10
* automatically generated from GPLed versionUlrich Drepper1997-11-041-23/+117
* (init_system_name): If gethostname gives a properKarl Heuer1997-10-311-41/+42
* (DBL_MIN_REPLACEMENT): New macro.Paul Eggert1997-10-291-1/+7
* (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.Paul Eggert1997-10-291-1/+9
* (copy_category_table): Copy also the first extra slotKenichi Handa1997-10-271-3/+9
* (Fchars_in_string): Pay attention toKenichi Handa1997-10-271-2/+8
* (Fkill_buffer): Don't assume buffer is current.Karl Heuer1997-10-271-1/+1
* (XTread_socket): Check for bogus (0,0) location.Karl Heuer1997-10-251-0/+10
* (XTmouse_position): Handle INSIST < 0.Karl Heuer1997-10-241-2/+2
* (w32_mouse_position): Handle INSIST < 0.Karl Heuer1997-10-241-2/+2
* (Fmouse_pixel_position, Fmouse_position):Karl Heuer1997-10-241-2/+2
* Indicate in messages if source code is being loaded.Simon Marshall1997-10-231-8/+8
* (char_valid_p): New functionKenichi Handa1997-10-231-0/+39
* (CHAR_VALID_P): Renamed from VALID_CHAR_P, newKenichi Handa1997-10-231-9/+6
* (encode_designation_at_bol): Fix bug of finding graphicKenichi Handa1997-10-231-20/+67
* (struct iso2022_spec): New memberKenichi Handa1997-10-231-8/+13
* (map_char_table): Do not operate on invalid characters.Kenichi Handa1997-10-231-1/+3
* (unlock_all_files): Don't call unlock_file;Karl Heuer1997-10-231-1/+8
* (redisplay_window): If clip_changed, always runKarl Heuer1997-10-231-0/+11
* (DBL_DIG): Remove; the default value is now set in print.c.Paul Eggert1997-10-231-4/+0
* No need to include <float.h> before "lisp.h",Paul Eggert1997-10-232-14/+5
* (_MAXLDBL, _NMAXLDBL):Paul Eggert1997-10-231-3/+57
* (xselect.o): Depend on buffer.h.Kenichi Handa1997-10-211-1/+1
* (Qcoding_system_spec): Deleted.Kenichi Handa1997-10-211-81/+67
* Include buffer.h.Kenichi Handa1997-10-211-15/+21
* (LD_SWITCH_MACHINE_TEMACS): New macro (defaults empty).Karl Heuer1997-10-211-1/+7
* (LD_SWITCH_MACHINE): Conditionalize thisKarl Heuer1997-10-211-4/+2
* (syms_of_window): Doc fix.Karl Heuer1997-10-191-1/+1
* (init_buffer): Don't add /: to default dir if it's `/'.Karl Heuer1997-10-161-1/+6
* (Faccessible_keymaps): Avoid alloca for fixed-size array.Karl Heuer1997-10-161-8/+5
* (read_minibuf): Return DEFALT here, if minibuffer is empty.Karl Heuer1997-10-161-4/+4
* (Fexpand_file_name): Avoid treating // speciallyKarl Heuer1997-10-161-11/+0
* (Fwhere_is_internal): some minor mode bindings weren'tKarl Heuer1997-10-161-5/+11
* (replace_buffer_in_all_windows):Karl Heuer1997-10-161-2/+2
* (gc_sweep): Free memory blocks that contain only unusedKarl Heuer1997-10-151-5/+86
* (Fstring_to_number): Handle NEGATIVE for floats too.Karl Heuer1997-10-151-1/+1
* (read_list): Don't recognize Vload_file_nameKarl Heuer1997-10-151-1/+5
* (window_scroll): When scrolling forward and point isKarl Heuer1997-10-151-1/+1
* Ensure standard handles are reset even if spawnve fails.Andrew Innes1997-10-131-1/+1
* Pass menu handle by value.Andrew Innes1997-10-131-1/+1