summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* Update comments referring to obsolete structs.Geoff Voelker1998-10-201-30/+90
* (w32fns.c): Add x-list-font.c to dependancies.Geoff Voelker1998-10-201-0/+1
* (syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman1998-10-201-1/+1
* (mouse_init): Reset the button press/release info of the mouse driver.Eli Zaretskii1998-10-201-5/+61
* (Vauto_fill_chars, Qauto_fill_chars): New variables.Kenichi Handa1998-10-191-0/+16
* (Vauto_fill_chars): Extern it.Kenichi Handa1998-10-191-0/+3
* (internal_self_insert): Check Vauto_fill_chars.Kenichi Handa1998-10-191-1/+3
* (casify_object): Use make_string instead ofKenichi Handa1998-10-171-4/+2
* (decode_coding_iso2022): Set coding->fake_multibyte toKenichi Handa1998-10-171-0/+2
* (Fcall_process): Use $TMPDIR instead of trying $TMPEli Zaretskii1998-10-141-2/+4
* (exec_sentinel, read_process_output):Richard M. Stallman1998-10-141-0/+11
* (parse_menu_item): Avoid initialization for Lisp_Object.Richard M. Stallman1998-10-141-4/+9