summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1998-04-07(main): Obey environment variable EMACS_UNIBYTE asDave Love
1998-04-07(re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.Karl Heuer
1998-04-07(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):Karl Heuer
1998-04-07(re_match_2_internal): Declare buf_ch unsigned int.Richard M. Stallman
1998-04-07Don't include <string.h> when configuring.Richard M. Stallman
1998-04-06(Fdirectory_files): Use make_uninit_multibyte_string.Karl Heuer
1998-04-06(Flength): Doc fix.Andreas Schwab
1998-04-06(unexec): Account for possible padding before the old .bssAndreas Schwab
1998-04-06(Ftranspose_regions): Fix order of parameters for replace_range.Andreas Schwab
1998-04-06(Fdirectory_files): GCPRO encoded_directory and list.Andreas Schwab
1998-04-06(gc_sweep): Avoid using two loop variables counting theAndreas Schwab
1998-04-06(Fstring_as_unibyte): Set size_byte field to -1.Kenichi Handa
1998-04-05(print) <Lisp_String>: Follow a hex escape with `\ ' if nec.Richard M. Stallman
1998-04-05Fix previous change.Richard M. Stallman
1998-04-04(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman
1998-04-04(Fmessage_box): Pass the missing third argumentRichard M. Stallman
1998-04-04(regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.Richard M. Stallman
1998-04-03(set_intervals_multibyte): Function moved after set_intervals_multibyte_1.Richard M. Stallman
1998-04-03(compile_range): Unused function deleted.Richard M. Stallman
1998-04-03(Fmake_variable_frame_local): Doc fix.Richard M. Stallman
1998-04-02(Fstring_as_multibyte): Never return unibyte string unchanged.Richard M. Stallman
1998-04-02(main): Add [--unibyte] to usage.Dave Love
1998-04-02(RE_TRANSLATE): Use char_table_translate.Richard M. Stallman
1998-04-02(char_table_translate): New function.Richard M. Stallman
1998-04-02(redisplay_window): Fix computing pos from last_point.Richard M. Stallman
1998-04-02(buf_charpos_to_bytepos): Delete local variable gapend_byte.Kenichi Handa
1998-04-02(CHARSET_OK): Don't reject safe charsets.Kenichi Handa
1998-04-02(selection_data_to_lisp_data): GiveKenichi Handa
1998-03-30(adjust_markers_for_replace): New function.Kenichi Handa
1998-03-30(adjust_after_replace, adjust_after_insert): Extern them.Kenichi Handa
1998-03-30(code_convert_region): Handle skipped ASCII charactersKenichi Handa
1998-03-30(struct coding_system): Comment for the memberKenichi Handa
1998-03-30(Finsert_file_contents): Call adjust_after_insert whenKenichi Handa
1998-03-29(display_text_line): Handle overlay-arrow correctly.Richard M. Stallman
1998-03-28(code_convert_region): Call adjust_before_replaceRichard M. Stallman
1998-03-28(check_markers_debug_flag): New variable.Richard M. Stallman
1998-03-28(mark_buffer): Mark the undo_list slot specially;Richard M. Stallman
1998-03-28(struct buffer): Field `undo_list' moved before `name'Richard M. Stallman
1998-03-28(barf_or_query_if_file_exists): New arg QUICK. All calls changed.Richard M. Stallman
1998-03-27(item_properties): New variable.Richard M. Stallman
1998-03-26(init_lread): Init Vstandard_input.Richard M. Stallman
1998-03-26(redisplay_window): Fix previous change.Kenichi Handa
1998-03-25(compute_motion): Call strwidth only when necessary.Kenichi Handa
1998-03-25(make_buffer_string, make_buffer_string_both): Extern them.Kenichi Handa
1998-03-25(read_process_output): Count multibyte characters. IfKenichi Handa
1998-03-25(redisplay_window): Give byte position to FETCH_BYTE.Kenichi Handa
1998-03-24(record_delete): The second arg is Lisp_Object.Kenichi Handa
1998-03-24Declarations changed.Kenichi Handa
1998-03-24(MULTIBYTE_BYTES_WIDTH): Set wide_column only when weKenichi Handa
1998-03-24(del_range_2): Move gap again to a proper place justKenichi Handa