aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (jp_kbd_translate_table): Fix the other \ key.Eli Zaretskii1999-04-081-0/+1
* (x_set_font): Fix error message.Richard M. Stallman1999-04-081-1/+1
* (Fquery_fontset): Don't check for fontset aliases here.Richard M. Stallman1999-04-071-15/+14
* (x_to_w32_font): Provide sufficient buffer to encode_coding to avoid carryover.Richard M. Stallman1999-04-071-3/+10
* (base64_encode_1): Don't add unnecessary newline at the tail.Kenichi Handa1999-04-071-6/+0
* (Ffile_attributes): Doc fix.Richard M. Stallman1999-04-061-1/+2
* (get_doc_string): When UNIBYTE and DEFINITION are 0,Richard M. Stallman1999-04-061-2/+9
* (Faccessible_keymaps): Really initialize i_byte.Richard M. Stallman1999-04-061-11/+13
* Add comments for decode_coding and encode_coding.Kenichi Handa1999-04-061-2/+22
* (ccl_driver) <CCL_ReadMultibyteChar2>: Fix bug of handlingKenichi Handa1999-04-061-13/+18
* (dos_rawgetc): Don't zero out c if private translationEli Zaretskii1999-04-061-5/+4
* (graft_intervals_into_buffer): Turn offRichard M. Stallman1999-04-061-0/+3
* (dumpglyphs): Be sure to fill the whole background ofKenichi Handa1999-04-051-1/+3
* (jp_kbd_translate_table): Fix last change.Eli Zaretskii1999-04-051-2/+4
* (struct kbd_translate): New struct, for key translationEli Zaretskii1999-04-041-31/+93
* (redisplay_window): When we call compute_motion withKenichi Handa1999-04-021-2/+2
* (Fexecute_kbd_macro): Save real_this_command.Karl Heuer1999-03-301-5/+9
* (Fset_buffer_modified_p): Don't lock or unlockKarl Heuer1999-03-261-1/+2
* (Fw32_set_clipboard_data): Take into account lineAndrew Innes1999-03-251-11/+14
* (PREPARED_HEADERS): Change name of paths.h to epaths.h.Andrew Innes1999-03-251-6/+6
* (decode_mode_spec_coding): Handle integer value inKenichi Handa1999-03-231-1/+9
* (encode_coding_iso2022): Initialize dummy arguments toKenichi Handa1999-03-231-0/+3
* (ENCODE_ISO_CHARACTER): Check validity of CHARSET. IfKenichi Handa1999-03-201-26/+46
* (Fformat): Accept %i format.Karl Heuer1999-03-191-1/+1
* (get_boot_time): Test tempname, not filename.Karl Heuer1999-03-181-1/+1
* (enum_font_cb2): Set the font height to be theGeoff Voelker1999-03-171-7/+57
* Merged patches from Meadow.Geoff Voelker1999-03-172-70/+233
* (XTread_socket) <ConfigureNotify>:Karl Heuer1999-03-151-3/+11
* (try_window_id): Initizlie val.ovstring_chars_done to 0.Kenichi Handa1999-03-151-0/+1
* (x_list_fonts): Trap X errors so that Emacs doesn't dieKenichi Handa1999-03-151-0/+10
* (Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning.Karl Heuer1999-03-141-0/+2
* (w32_strict_fontnames): New variable.Geoff Voelker1999-03-141-3/+15
* (W32_TEXTOUT): Do not multiply nchars byGeoff Voelker1999-03-141-3/+3
* (w32_wnd_proc): Handle WM_GETMINMAXINFO message.Geoff Voelker1999-03-141-0/+6
* (BASE_PURESIZE): Increase to 505000.Karl Heuer1999-03-101-2/+1
* (init_filelock): New function.Karl Heuer1999-03-091-0/+6
* (main) [CLASH_DETECTION]: Call init_filelock.Karl Heuer1999-03-091-0/+3
* Doc fix.Dave Love1999-03-091-1/+3
* (setup_coding_system): Check for CODING_SYSTEM = nil.Kenichi Handa1999-03-091-0/+5
* (get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer1999-03-091-1/+1
* (Finsert_file_contents): Use xfree.Dave Love1999-03-071-1/+1
* (callproc.o, coding.o, fileio.o, msdos.o, process.o,Kenichi Handa1999-03-061-7/+7
* Remove common multiple file compilation commands.Geoff Voelker1999-03-061-11/+0
* (Fbase64_encode_string): Allocate sufficient memory forKenichi Handa1999-03-041-1/+5
* (syms_of_buffer): Doc fix.Karl Heuer1999-03-041-1/+1
* (Fstring_match, Fposix_string_match): Doc fix.Karl Heuer1999-03-041-0/+2
* (Fcall_process): Use xmalloc, xfree.Karl Heuer1999-03-041-3/+3
* (term_init): Use xmalloc, not malloc.Karl Heuer1999-03-041-3/+3
* (get_clipboard_data): Always stop at the first null byte.Eli Zaretskii1999-03-031-16/+6
* (Fdefconst): Doc fix.Andreas Schwab1999-03-031-1/+1