aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ($(BLD)\w32inevt.obj): Add dependencies on w32term.hGeoff Voelker1998-11-101-1/+3
* Include w32term.h and w32heap.h.Geoff Voelker1998-11-101-211/+232
* (sys_kill): Set extended key flag when fakingGeoff Voelker1998-11-101-6/+202
* (convert_to_key_event): Removed.Geoff Voelker1998-11-101-68/+33
* (struct w32_display_info): New element faked_key.Geoff Voelker1998-11-101-14/+28
* (regex_compile): Handle translation of multibyteKarl Heuer1998-11-101-9/+20
* (CATEGORY_SET): Adjusted for the change of cmpchar_component.Kenichi Handa1998-11-101-2/+2
* (cmpchar_component): New arg NOERROR. CheckKenichi Handa1998-11-101-21/+33
* (cmpchar_component): Proto-type adjusted.Kenichi Handa1998-11-101-1/+1
* (string_to_non_ascii_char): Return correct length forKenichi Handa1998-11-091-2/+4
* (Fprocess_status): Doc fix.Karl Heuer1998-11-071-1/+1
* (init_charset_once): Fix previous change.Kenichi Handa1998-11-071-1/+1
* (string_to_non_ascii_char): Fix previous change.Kenichi Handa1998-11-061-21/+24
* (SPLIT_NON_ASCII_CHAR): Check dimension of an invalidKenichi Handa1998-11-061-10/+9
* (MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character.Kenichi Handa1998-11-061-5/+9
* (Fstring_to_char): Don't return a multibyte characterKenichi Handa1998-11-061-1/+6
* (string_to_non_ascii_char): Fix previous change.Kenichi Handa1998-11-061-3/+4
* (MAKE_NON_ASCII_CHAR): Check validity of CHARSET.Kenichi Handa1998-11-061-7/+7
* (display_text_line): Check validity of a multibyteKenichi Handa1998-11-061-51/+61
* (Fcombine_after_change_execute): Return nil, not junk.Karl Heuer1998-11-051-2/+5
* (XTread_socket): ButtonPress clears f->mouse_moved.Karl Heuer1998-11-051-0/+5
* (w32_enable_unicode_output): Rename fromGeoff Voelker1998-11-041-7/+7
* (dumpglyphs): Use FRAME_FONT for w32_fill_area.Geoff Voelker1998-11-041-4/+9
* (w32_list_fonts): Report an error if a frame has notGeoff Voelker1998-11-041-0/+18
* Initial revisionKenichi Handa1998-11-042-0/+38
* (do_switch_frame): Cancel previous change.Kenichi Handa1998-11-041-4/+0
* (print_string): Check validity of a character.Kenichi Handa1998-11-041-2/+9
* [nec_ews_svr4]: Extern *_sobuf.Kenichi Handa1998-11-041-0/+4
* (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