aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (message_dolog): Give correct args toKenichi Handa1998-02-241-5/+5
* (Fdelete_backward_char): Count both bytes and chars.Karl Heuer1998-02-221-5/+6
* (UPDATE_SYNTAX_TABLE_FORWARD): Fix condition.Karl Heuer1998-02-221-8/+8
* (update_syntax_table): Fix calculations using offset.Karl Heuer1998-02-221-26/+26
* (interval_of): Handle Qt.Karl Heuer1998-02-221-0/+2
* (LINUX_MAP_SHARED_DOES_WORK): Define for kernelAndreas Schwab1998-02-201-0/+5
* (sigmask) [POSIX_SIGNALS]: Always define our ownAndreas Schwab1998-02-201-13/+7
* (sys_sigpause): Removed.Andreas Schwab1998-02-201-10/+2
* (Fmessage): Check byte size (instead of char size) ofKenichi Handa1998-02-201-1/+1
* (Fccl_execute_on_string): Put \n\ at end-of-line ofKenichi Handa1998-02-201-1/+1
* (Fwrite_region): When writing a string, give byte sizeKenichi Handa1998-02-201-3/+4
* (MULTIBYTE_BYTES_WIDTH): New macro.Kenichi Handa1998-02-201-107/+95
* (adjust_before_replace): Comment added.Kenichi Handa1998-02-201-2/+10
* (temp_set_point_both): Declare arg BYTEPOS as int.Kenichi Handa1998-02-201-2/+2
* (advance_to_char_boundary): Make the behaviourKenichi Handa1998-02-201-11/+5
* (Fccl_execute_on_string): Add new arg UNIBYTE-P.Kenichi Handa1998-02-201-8/+15