summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (advance_to_char_boundary): Handle the case the codeRichard M. Stallman1998-03-061-4/+14
* (Fmake_string): Handle the case INIT is a multibyte character correctly.Richard M. Stallman1998-03-061-6/+28
* (alloc.o): Depend on charset.h.Richard M. Stallman1998-03-061-1/+1
* (code_convert_region): Fix previous change.Kenichi Handa1998-03-041-1/+1
* (Fset_buffer_multibyte): Fix arg for chars_in_text.Kenichi Handa1998-03-041-4/+22
* (Fformat): Format multibyte characters by "%c"Kenichi Handa1998-03-041-3/+14
* (strwidth): Make it work for invalid bytes sequence.Kenichi Handa1998-03-041-7/+6
* (code_convert_region): Handle the case that codesKenichi Handa1998-03-041-2/+44
* (BASE_PURESIZE): Increased.Richard M. Stallman1998-03-031-1/+1
* (dired.o): Depend on charset.h and coding.h.Kenichi Handa1998-03-031-1/+1
* (insert_1_both): If enable-multibyte-characters is nil,Kenichi Handa1998-03-031-0/+3
* (Vdefault_file_name_coding_system): Extern it.Kenichi Handa1998-03-031-3/+2
* (Fformat): Fix previous change.Kenichi Handa1998-03-031-1/+1
* (ENCODE_FILE): Moved from fileio.c. UseKenichi Handa1998-03-031-0/+22
* Include charset.h and coding.h.Kenichi Handa1998-03-031-23/+8
* (Vdefault_file_name_coding_system): Extern it.Kenichi Handa1998-03-031-3/+2
* (ENCODE_FILE): This macro is moved to coding.h.Kenichi Handa1998-03-031-22/+31
* (Vnonascii_translate_table, Qcharset): New variable decls.Richard M. Stallman1998-03-031-2/+18
* (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition isKenichi Handa1998-03-031-22/+11
* (Fcall_process): Calculate CARRYOVER correctly.Kenichi Handa1998-03-031-1/+1
* (general_insert_function): UseKenichi Handa1998-03-031-1/+1
* (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition isKenichi Handa1998-03-031-10/+31
* (NONASCII_INSERT_OFFSET): New macro.Kenichi Handa1998-03-031-0/+23
* (internal_self_insert): Avoid checking enable-multibyte-charactersKenichi Handa1998-03-031-4/+4
* Typo in comment fixed.Kenichi Handa1998-03-031-1/+1
* (Ffile_name_nondirectory): Use size_byte member ofKenichi Handa1998-03-031-1/+1
* (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition isKenichi Handa1998-03-031-15/+3
* (try_window_id): Use DEC_BOTH unconditionally.Kenichi Handa1998-03-031-21/+5
* (keyboard.o): Depend on syntax.h.Richard M. Stallman1998-03-021-1/+2
* Include syntax.h.Richard M. Stallman1998-03-021-5/+62
* (compare_window_configurations): New arg ignore_positions.Richard M. Stallman1998-03-021-13/+32
* (internal_equal): compare_window_configurations takes new arg.Richard M. Stallman1998-03-021-1/+1
* (auto_save_1): Pass new arg to Fwrite_region.Richard M. Stallman1998-03-021-6/+14
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1998-03-021-1/+1
* (XTframe_up_to_date): Check that mouse_face_mouse_frameRichard M. Stallman1998-03-021-3/+6
* (UPDATE_SYNTAX_TABLE): Do nothing unless parse_sexp_lookup_properties.Richard M. Stallman1998-03-021-15/+29
* (update_interval): Properly update `position' field of used intervals.Richard M. Stallman1998-03-021-7/+17
* (update_syntax_table): Properly update `position' field of used intervals.Richard M. Stallman1998-03-021-0/+15
* Delete #endif left over from previous change.Richard M. Stallman1998-03-011-1/+0
* Reorder args in callers of del_range_2.Karl Heuer1998-02-271-1/+1
* (del_range_2): Reorder args. All callers changed.Karl Heuer1998-02-271-5/+5
* (syms_of_xdisp): Doc fix.Karl Heuer1998-02-271-1/+3
* (store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:Karl Heuer1998-02-271-1/+7
* (syms_of_buffer): enable-multibyte-characters is read-only.Karl Heuer1998-02-271-9/+14
* Fix comment.Karl Heuer1998-02-271-3/+6
* (mapcar1): Handle bool-vectors.Karl Heuer1998-02-271-3/+20
* (compute_motion): If we just moved over a continuationAndreas Schwab1998-02-271-1/+4
* (del_range_both): Reorder args. All callers changed.Karl Heuer1998-02-251-2/+2
* Reorder args of del_range_both.Karl Heuer1998-02-253-5/+5
* (scan_newline): Delete duplicated code.Kenichi Handa1998-02-241-1/+0