(Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT
[bpt/emacs.git] / src /
1998-10-30 Andreas Schwab(Fbase64_encode_region): Use SET_PT_BOTH instead of...
1998-10-30 Andreas Schwab(Fsignal): Use a separate format string when passing
1998-10-30 Andreas Schwab(Fchar_after): Fix type clashes.
1998-10-30 Andreas Schwab(Fchar_bytes): Doc fix.
1998-10-30 Geoff Voelker(initialize_w32_display): Use buffer coords
1998-10-30 Geoff Voelkerfileio.c (init_fileio_once): New function.
1998-10-30 Geoff Voelkeremacs.c (main): Invoke init_fileio_once.
1998-10-29 Paul Eggert(XTread_socket): Check the returned value of XmbLookupS...
1998-10-28 Kenichi Handa(check_markers): Check if markers are at character
1998-10-28 Kenichi Handa(Fsubst_char_in_region): Fix previous change.
1998-10-28 Kenichi Handa(DECODE_CHARACTER_ASCII): Check validity of inserted
1998-10-28 Geoff Voelker(Fset_message_beep): Recognize 'silent.
1998-10-28 Geoff Voelker(Vnext_selection_coding_system): New variable.
1998-10-27 Geoff Voelker(check_windows_init_file): Also look in load path specified
1998-10-27 Geoff Voelker(w32_color_map_lookup): Remove duplicate definition.
1998-10-27 Richard M. Stallman(Fbase64_decode_string): Doc fix.
1998-10-27 Dave Love(Fbase64_decode_region, Fbase64_encode_region): Fix
1998-10-27 Kenichi Handa(adjust_after_replace): Correctly handle the case that
1998-10-27 Kenichi Handa(Fsubst_char_in_region): Correctly handle the case
1998-10-26 Richard M. Stallman(Fformat): Increase buffer size for floating format.
1998-10-26 Kenichi Handa(syms_of_category): Doc-string modified.
1998-10-26 Kenichi Handa(code_convert_region): Kill the work buffer created by
1998-10-25 Geoff Voelker(main) [HAVE_NTGUI]: Invoke syms_of_fontset().
1998-10-24 Kenichi Handa(adjust_markers_for_insert): Adjust markers by taking
1998-10-24 Kenichi Handa(code_convert_region): While preserving the orignal
1998-10-24 Kenichi Handa(Fbase64_decode_region): Pay attention to the byte
1998-10-22 Richard M. Stallman(Fgarbage_collect): Block input around most of the...
1998-10-21 Kenichi Handa(Fx_list_fonts): Access frame parameters throught
1998-10-21 Kenichi HandaInclude frame.h before fontset.h.
1998-10-21 Kenichi Handa(list_fonts_func): Fix prototype.
1998-10-21 Kenichi HandaInclude frame.h before fontset.h.
1998-10-21 Kenichi Handa(setup_coding_system): Fix setting up
1998-10-20 Geoff Voelker(w32_use_unicode_for_codepage): Interpret w32_no_unicod...
1998-10-20 Geoff VoelkerInclude charset.h and fontset.h.
1998-10-20 Geoff VoelkerRemove redundant font_info struct definition.
1998-10-20 Geoff VoelkerInclude fontset.h. Define codepage macros.
1998-10-20 Geoff Voelker(Vx_pixel_size_width): New global variable.
1998-10-20 Geoff VoelkerUpdate comments referring to obsolete structs.
1998-10-20 Geoff Voelker(w32fns.c): Add x-list-font.c to dependancies.
1998-10-20 Richard M. Stallman(syms_of_syntax): Fix the setup of Qscan_error.
1998-10-20 Eli Zaretskii(mouse_init): Reset the button press/release info of...
1998-10-19 Kenichi Handa(Vauto_fill_chars, Qauto_fill_chars): New variables.
1998-10-19 Kenichi Handa(Vauto_fill_chars): Extern it.
1998-10-19 Kenichi Handa(internal_self_insert): Check Vauto_fill_chars.
1998-10-17 Kenichi Handa(casify_object): Use make_string instead of
1998-10-17 Kenichi Handa(decode_coding_iso2022): Set coding->fake_multibyte to
1998-10-14 Eli Zaretskii(Fcall_process): Use $TMPDIR instead of trying $TMP
1998-10-14 Richard M. Stallman(exec_sentinel, read_process_output):
1998-10-14 Richard M. Stallman(parse_menu_item): Avoid initialization for Lisp_Object.
1998-10-14 Kenichi Handa(adjust_markers_for_combining): This function deleted.
1998-10-14 Kenichi Handa(Faset): Fix previous change.
1998-10-14 Kenichi Handa(Ffillarray): Fix previous change.
1998-10-13 Richard M. StallmanFix previous change.
1998-10-13 Richard M. Stallman(Fdisplay_completion_list): Put on mouse-face properties.
1998-10-13 Richard M. Stallman(Fclear_this_command_keys): New function.
1998-10-12 Richard M. Stallman(Fexecute_kbd_macro): Set real_this_command.
1998-10-12 Kenichi Handa(clear_string_char_byte_cache): Extern it.
1998-10-12 Kenichi Handa(CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the definitions.
1998-10-12 Kenichi Handa(Fstring): Call make_string instead of
1998-10-12 Kenichi Handa(shrink_decoding_region): If a charset other than ascii
1998-10-12 Kenichi Handa(Faset): If ARRAY is a multibyte string, pay attention to
1998-10-12 Kenichi Handa(clear_string_char_byte_cache): New function.
1998-10-12 Kenichi Handa(Fw16_set_clipboard_data): Call find_charset_in_str...
1998-10-12 Kenichi Handa(Fw32_set_clipboard_data): Call find_charset_in_str...
1998-10-12 Kenichi Handa(lisp_data_to_selection_data): Call find_charset_in_str...
1998-10-12 Kenichi Handa(Fstring_to_number): Don't recognize floating point...
1998-10-12 Richard M. Stallman(parse_menu_item): For top level of menu bar,
1998-10-12 Richard M. Stallman(redisplay_window): Clear w->window_end_valid
1998-10-10 Richard M. Stallman(check_x_display_info): Don't use selected_frame if...
1998-10-10 Richard M. Stallman(window_loop): New alternative CHECK_ALL_WINDOWS.
1998-10-09 Geoff Voelker(x_create_bitmap_from_file): Skip special files.
1998-10-08 Karl HeuerDoc fixes.
1998-10-08 Richard M. Stallman(scan_lists): Bring FROM back into range BEGV...ZV.
1998-10-08 Kenichi Handa(code_convert_region): Set inhibit_modification_hooks
1998-10-08 Kenichi Handa(signal_before_change): If inhibit_modification_hooks
1998-10-08 Kenichi Handa(inhibit_modification_hooks): New variable.
1998-10-08 Kenichi Handa(inhibit_modification_hooks): Extern it.
1998-10-08 Kenichi Handa(invalid_character): Prepend `0' to octal
1998-10-07 Geoff Voelker(init_ntproc): Check for Windows init file.
1998-10-03 Paul D. SmithCheckpoint changes. Bug fixes, mostly.
1998-09-28 Kenichi Handa(adjust_after_replace): Don't delete text properties...
1998-09-28 Kenichi Handa(check_composing_code): Fix previous change. Now it
1998-09-28 Kenichi Handa(encode_terminal_code): Handle raw 8-bit codes correctly.
1998-09-27 Richard M. StallmanTreat __GNU__ line NeXT: undefine BSD and FSCALE.
1998-09-27 Richard M. Stallman(NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.
1998-09-27 Richard M. Stallman(sort_args): Fill extra space with NULL ptrs.
1998-09-26 Kenichi Handa(Fformat): Check format control characters.
1998-09-26 Kenichi Handa(check_composing_code): If the current composing
1998-09-26 Kenichi Handa(struct coding_system): New member composed_chars.
1998-09-25 Paul Eggert(underlying_strftime):
1998-09-25 Kenichi Handa(decode_eol): While decoding DOS-like eol, handle a
1998-09-24 Geoff Voelker(w32_color_map_lookup): New function.
1998-09-22 Kenichi Handa(ccl_driver): Report correct CCL program counter on...
1998-09-22 Kenichi Handa(single_submenu) [! HAVE_MULTILINGUAL_MENU]: Make
1998-09-22 Kenichi Handa(Fcall_interactively): Don't use input method when
1998-09-21 Dave Love(Fsave_restriction): Doc fix.
1998-09-21 Karl Heuer(build_load_history): Do add to Vload_history
1998-09-18 Kenichi Handa(CCL_WRITE_CHAR): Don't use bcopy.
1998-09-18 Kenichi Handa(ccl_coding_driver): If ccl_driver is interrupted by a
1998-09-18 Kenichi Handa(CODING_FINISH_INTERRUPT): New macro.
next