aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman1998-04-041-0/+2
* (Fmessage_box): Pass the missing third argumentRichard M. Stallman1998-04-041-1/+2
* (regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.Richard M. Stallman1998-04-041-1/+1
* (set_intervals_multibyte): Function moved after set_intervals_multibyte_1.Richard M. Stallman1998-04-031-15/+13
* (compile_range): Unused function deleted.Richard M. Stallman1998-04-031-97/+133
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman1998-04-031-8/+7
* (Fstring_as_multibyte): Never return unibyte string unchanged.Richard M. Stallman1998-04-021-8/+6
* (main): Add [--unibyte] to usage.Dave Love1998-04-021-1/+1
* (RE_TRANSLATE): Use char_table_translate.Richard M. Stallman1998-04-021-1/+1
* (char_table_translate): New function.Richard M. Stallman1998-04-021-0/+17
* (redisplay_window): Fix computing pos from last_point.Richard M. Stallman1998-04-021-5/+8
* (buf_charpos_to_bytepos): Delete local variable gapend_byte.Kenichi Handa1998-04-021-1/+0
* (CHARSET_OK): Don't reject safe charsets.Kenichi Handa1998-04-021-5/+8
* (selection_data_to_lisp_data): GiveKenichi Handa1998-04-021-2/+4
* (adjust_markers_for_replace): New function.Kenichi Handa1998-03-301-17/+107
* (adjust_after_replace, adjust_after_insert): Extern them.Kenichi Handa1998-03-301-0/+2
* (code_convert_region): Handle skipped ASCII charactersKenichi Handa1998-03-301-52/+64
* (struct coding_system): Comment for the memberKenichi Handa1998-03-301-3/+4
* (Finsert_file_contents): Call adjust_after_insert whenKenichi Handa1998-03-301-13/+5
* (display_text_line): Handle overlay-arrow correctly.Richard M. Stallman1998-03-291-19/+17
* (code_convert_region): Call adjust_before_replaceRichard M. Stallman1998-03-281-3/+5
* (check_markers_debug_flag): New variable.Richard M. Stallman1998-03-281-2/+49
* (mark_buffer): Mark the undo_list slot specially;Richard M. Stallman1998-03-281-0/+73
* (struct buffer): Field `undo_list' moved before `name'Richard M. Stallman1998-03-281-8/+9
* (barf_or_query_if_file_exists): New arg QUICK. All calls changed.Richard M. Stallman1998-03-281-9/+16
* (item_properties): New variable.Richard M. Stallman1998-03-271-0/+33
* (init_lread): Init Vstandard_input.Richard M. Stallman1998-03-261-0/+2
* (redisplay_window): Fix previous change.Kenichi Handa1998-03-261-3/+5
* (compute_motion): Call strwidth only when necessary.Kenichi Handa1998-03-251-2/+4
* (make_buffer_string, make_buffer_string_both): Extern them.Kenichi Handa1998-03-251-0/+2
* (read_process_output): Count multibyte characters. IfKenichi Handa1998-03-251-4/+14
* (redisplay_window): Give byte position to FETCH_BYTE.Kenichi Handa1998-03-251-6/+6
* (record_delete): The second arg is Lisp_Object.Kenichi Handa1998-03-241-1/+1
* Declarations changed.Kenichi Handa1998-03-241-4/+29
* (MULTIBYTE_BYTES_WIDTH): Set wide_column only when weKenichi Handa1998-03-241-2/+6
* (del_range_2): Move gap again to a proper place justKenichi Handa1998-03-241-6/+4
* (shrink_decoding_region): If EOL_CONVERSION is nonzero,Kenichi Handa1998-03-241-4/+4
* (record_delete): Record last_point_position when there'sKenichi Handa1998-03-241-2/+18
* (popup_get_selection): On receiving a KeyPress eventAndreas Schwab1998-03-231-2/+6
* (Fx_create_frame): Use "borderWidth", not "borderwidth",Andreas Schwab1998-03-231-1/+1
* (Fdirectory_files): In FULL case, compute number of charactersRichard M. Stallman1998-03-211-0/+6
* (substring_both, Fsubstring): Use make_specified_string.Richard M. Stallman1998-03-211-5/+9
* (syms_of_sunfns): Pass new arg to make_pure_string.Richard M. Stallman1998-03-211-1/+1
* (make_specified_string): New function.Richard M. Stallman1998-03-211-14/+64
* (Fchar_to_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+7
* (casify_object): Use make_specified_string.Richard M. Stallman1998-03-211-1/+2
* (Fstring): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (internal_self_insert): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (code_convert_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (Fsubstitute_command_keys): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1