aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (string_to_non_ascii_char): Change the check for theKenichi Handa1998-11-041-5/+14
* Compile multiple source files when possible.Geoff Voelker1998-11-041-1/+6
* (Qmouse_face): Replace definition with extern decl.Geoff Voelker1998-11-041-1/+3
* (stat): GetFileInformationByHandle can legitimately fail, so don'tAndrew Innes1998-11-031-16/+17
* (x_to_w32_font): Specify DEFAULT_CHARSET in the w32 LOGFONT struct ifAndrew Innes1998-11-031-27/+32
* (Fsubstitute_in_file_name) [DOS_NT]: Fix typo.Geoff Voelker1998-11-031-1/+1
* (set_internal): For built-in maybe-local vars,Richard M. Stallman1998-10-311-1/+1
* (replace_range): Fix previous change.Kenichi Handa1998-10-311-0/+2
* (do_switch_frame): Update minibuf_window if necessary.Kenichi Handa1998-10-311-0/+4
* (byte_combining_error): New function.Kenichi Handa1998-10-311-19/+41
* (Fsubst_char_in_region): Fix previous change.Kenichi Handa1998-10-311-2/+2
* (Fbase64_decode_region): Fix previous change.Kenichi Handa1998-10-311-3/+8
* (Vselection_coding_system): Doc fix.Andreas Schwab1998-10-301-1/+1
* (Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PTAndreas Schwab1998-10-301-3/+3
* (Fsignal): Use a separate format string when passingAndreas Schwab1998-10-301-1/+1
* (Fchar_after): Fix type clashes.Andreas Schwab1998-10-301-2/+2
* (Fchar_bytes): Doc fix.Andreas Schwab1998-10-301-4/+4
* (initialize_w32_display): Use buffer coordsGeoff Voelker1998-10-301-7/+7
* fileio.c (init_fileio_once): New function.Geoff Voelker1998-10-301-1/+7
* emacs.c (main): Invoke init_fileio_once.Geoff Voelker1998-10-301-0/+1
* (XTread_socket): Check the returned value of XmbLookupString more carefully.Paul Eggert1998-10-291-0/+10
* (check_markers): Check if markers are at characterKenichi Handa1998-10-281-6/+61
* (Fsubst_char_in_region): Fix previous change.Kenichi Handa1998-10-281-32/+12
* (DECODE_CHARACTER_ASCII): Check validity of insertedKenichi Handa1998-10-281-2/+10
* (Fset_message_beep): Recognize 'silent.Geoff Voelker1998-10-281-3/+13
* (Vnext_selection_coding_system): New variable.Geoff Voelker1998-10-281-5/+46
* (check_windows_init_file): Also look in load path specifiedGeoff Voelker1998-10-271-2/+5
* (w32_color_map_lookup): Remove duplicate definition.Geoff Voelker1998-10-271-32/+0
* (Fbase64_decode_string): Doc fix.Richard M. Stallman1998-10-271-4/+4
* (Fbase64_decode_region, Fbase64_encode_region): FixDave Love1998-10-271-2/+2
* (adjust_after_replace): Correctly handle the case thatKenichi Handa1998-10-271-6/+17
* (Fsubst_char_in_region): Correctly handle the caseKenichi Handa1998-10-271-29/+69
* (Fformat): Increase buffer size for floating format.Richard M. Stallman1998-10-261-1/+1
* (syms_of_category): Doc-string modified.Kenichi Handa1998-10-261-2/+2
* (code_convert_region): Kill the work buffer created byKenichi Handa1998-10-261-3/+5
* (main) [HAVE_NTGUI]: Invoke syms_of_fontset().Geoff Voelker1998-10-251-0/+1
* (adjust_markers_for_insert): Adjust markers by takingKenichi Handa1998-10-241-37/+44
* (code_convert_region): While preserving the orignalKenichi Handa1998-10-241-5/+6
* (Fbase64_decode_region): Pay attention to the byteKenichi Handa1998-10-241-6/+16
* (Fgarbage_collect): Block input around most of the function.Richard M. Stallman1998-10-221-0/+4
* (Fx_list_fonts): Access frame parameters throughtKenichi Handa1998-10-211-5/+5
* Include frame.h before fontset.h.Kenichi Handa1998-10-211-3/+5
* (list_fonts_func): Fix prototype.Kenichi Handa1998-10-211-4/+4
* Include frame.h before fontset.h.Kenichi Handa1998-10-212-4/+4
* (setup_coding_system): Fix setting upKenichi Handa1998-10-211-10/+29
* (w32_use_unicode_for_codepage): Interpret w32_no_unicode_output properly.Geoff Voelker1998-10-201-2/+2
* Include charset.h and fontset.h.Geoff Voelker1998-10-201-1/+2
* Remove redundant font_info struct definition.Geoff Voelker1998-10-201-11/+24
* Include fontset.h. Define codepage macros.Geoff Voelker1998-10-201-142/+690
* (Vx_pixel_size_width): New global variable.Geoff Voelker1998-10-201-42/+517