summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* (invalid_character): New function.Kenichi Handa1998-02-201-32/+32
* (INC_POS): Use macro BASE_LEADING_CODE_P.Kenichi Handa1998-02-201-17/+30
* (decode_coding_iso2022): Update coding->fake_multibyte.Kenichi Handa1998-02-201-160/+382
* (struct coding_system): New member fake_multibyte.Kenichi Handa1998-02-201-0/+6
* (Finsert_file_contents): Read a file contents into theKenichi Handa1998-02-201-2/+7
* (Fset_char_table_default): For an invalid character, callKenichi Handa1998-02-201-1/+1
* (search_buffer): Update POS_BYTE for regexp search.Kenichi Handa1998-02-201-0/+2
* (try_window_id): Use DEC_POS only for multibyte buffer.Kenichi Handa1998-02-201-35/+68
* (Fchar_before): Check POS in valid rangeKarl Heuer1998-02-181-3/+2
* (search_command): Check LIM in valid rangeKarl Heuer1998-02-181-2/+3
* (read_minibuf): Do use DEFALT in place of empty inputRichard M. Stallman1998-02-171-7/+11
* (split_interval_right): Make sure to callRichard M. Stallman1998-02-161-20/+20
* (skip_chars): Use INC_POS instead of INC_BOTH.Richard M. Stallman1998-02-161-34/+36
* (INC_BOTH, DEC_BOTH): In unibyte mode, simply increment bytepos.Richard M. Stallman1998-02-161-12/+18
* automatically generated from GPLed versionUlrich Drepper1998-02-161-10/+23
* (simple_search): Call set_search_regs.Richard M. Stallman1998-02-141-27/+54
* (Fread_file_name): Alter the historyRichard M. Stallman1998-02-141-65/+34
* (display_text_line): Use INC_BOTH for unibyte buffers too.Richard M. Stallman1998-02-141-4/+1
* (Fsubst_char_in_region): Don't increment pos twice.Richard M. Stallman1998-02-141-2/+0
* (Vnonascii_translate_table): New variable.Richard M. Stallman1998-02-121-7/+26
* (copy_text, count_size_as_multibyte): Use Vnonascii_translate_table.Richard M. Stallman1998-02-121-2/+6
* (printchar): When outputting to echo area,Richard M. Stallman1998-02-121-0/+19
* (describe_map_tree): Add the maps we have alreadyRichard M. Stallman1998-02-111-3/+12