aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (Fread_file_name): Check type of DEFAULT_FILENAME.Richard M. Stallman1999-07-011-1/+4
* (x_make_gc): Turn off GCStipple when setting up cursor_gc.Richard M. Stallman1999-07-011-1/+1
* [DOUG_LEA_MALLOC] (malloc_initialize_hook):Karl Heuer1999-06-291-20/+35
* (read_key_sequence): Properly reinitializeKarl Heuer1999-06-271-3/+5
* w32heap.h (osinfo_cache): Declare.Geoff Voelker1999-06-241-0/+1
* w32heap.c (osinfo_cache): New variable.Geoff Voelker1999-06-241-0/+8
* (get_emacs_configuration): Use GetVersionEx toGeoff Voelker1999-06-241-3/+31
* (casify_object): Use make_multibyte_stringKarl Heuer1999-06-241-1/+2
* (Finsert_file_contents): In the case of REPALCE, callKenichi Handa1999-06-221-6/+12
* (decode_coding_sjis_big5): Avoid compiler warning.Kenichi Handa1999-06-181-3/+9
* (BOOT_TIME_FILE): New macro.Paul Eggert1999-06-181-7/+16
* (invalid_eol_type): Make it unsigned.Karl Heuer1999-06-171-1/+1
* (send_process): Delete unsafe/redundant assignment.Karl Heuer1999-06-171-3/+3
* Handle wide characters properly.Jason Rumney1999-06-171-0/+8
* (strerror): Override the default implementation ofAndrew Innes1999-06-161-1/+2
* (sys_strerror): New function.Andrew Innes1999-06-161-0/+95
* (w32_to_x_weight): Return "demibold" instead of "semibold".Andrew Innes1999-06-161-1/+1
* (syms_of_buffer): Don't makeKenichi Handa1999-06-161-1/+1
* (Fuser_full_name): Doc fix.Karl Heuer1999-06-151-2/+5
* (unexec): Dump the .rodata section from memoryKarl Heuer1999-06-131-12/+24
* (clear_cached_bitmap_slots): Remove.Jason Rumney1999-06-131-33/+44
* (compute_motion): Fix boundary case.Karl Heuer1999-06-121-1/+3
* (cancel_mouse_face): new function. See equivKarl Heuer1999-06-121-10/+33
* (ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa1999-06-081-1/+2
* (Vuser_init_file): New variable.Karl Heuer1999-06-051-0/+10
* (get_boot_time): Don't look at /proc/uptime; itKarl Heuer1999-06-051-36/+5
* (get_section_info) [_ALPHA_]: Force as much bss dataAndrew Innes1999-06-031-0/+4
* (ENCODE_SJIS_BIG5_CHARACTER): Encode charsetKenichi Handa1999-06-021-0/+2
* Fix previous change.Kenichi Handa1999-05-261-1/+1
* (Vcharset_table): Comment fixed.Kenichi Handa1999-05-261-2/+2
* (lock_if_free): After deleting a stale lock,Richard M. Stallman1999-05-241-2/+2
* (syms_of_buffer): Doc fix.Richard M. Stallman1999-05-241-2/+8
* (syms_of_coding): Doc fix.Richard M. Stallman1999-05-241-4/+9
* (maybe_generate_resize_event): Detect changes in theAndrew Innes1999-05-221-1/+24
* (clear_frame): Remember that the window width mightAndrew Innes1999-05-221-10/+8
* (w32_read_socket): Reset the grabbed flag when a frame gains orAndrew Innes1999-05-201-1/+7
* (w32_wnd_proc): Ensure mouse capture is released ifAndrew Innes1999-05-201-0/+4
* Comment change.Richard M. Stallman1999-05-191-1/+7
* Fix performance bug on hosts with largeRichard M. Stallman1999-05-191-16/+52
* (Fdefine_abbrev): Doc fix.Richard M. Stallman1999-05-181-1/+3
* (dumpglyphs): Use correct colours for drawing rectangles in place ofAndrew Innes1999-05-151-4/+16
* (Fparse_partial_sexp): Correct test for element 8 to beDave Love1999-05-141-1/+2
* (x_to_w32_charset): Reinstall VIETNAMESE_CHARSETAndrew Innes1999-05-111-11/+50
* (boyer_moore): Get charset base value of `untranslated'Kenichi Handa1999-05-111-1/+1
* (Fread_file_name): Correct handling of dollars in fileAndreas Schwab1999-05-101-13/+24
* (try_window_id): Fix computation of tab_offset whenAndreas Schwab1999-05-101-1/+1
* (code_convert_region): If eol format is inconsistent,Kenichi Handa1999-05-101-3/+10
* (get_boot_time): Handle NO_WTMP_FILE.Karl Heuer1999-05-091-1/+1
* (NO_WTMP_FILE): Define it.Karl Heuer1999-05-091-0/+5
* (w32_strict_painting): New variable.Andrew Innes1999-05-051-6/+25