summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (Funintern): Clear the symbol's obarray field.Richard M. Stallman1998-01-261-0/+2
* Comment change.Richard M. Stallman1998-01-251-0/+3
* (back_comment): Move the find_defun_start callRichard M. Stallman1998-01-251-4/+19
* Delete garbage line "int use_dialog_box".Kenichi Handa1998-01-231-4/+0
* (Fread-string): Doc fix.Stephen Eglen1998-01-221-2/+5
* (SYSTEM_MALLOC): Defined.Richard M. Stallman1998-01-221-0/+5
* (Finsert_file_contents): Fix previous change.Kenichi Handa1998-01-221-2/+2
* (adjust_before_replace, adjust_after_replace): NewKenichi Handa1998-01-221-0/+28
* (Fcall_process): Use raw-text instead of emacs-muleKenichi Handa1998-01-221-29/+36
* (detect_coding_system): Extern it.Kenichi Handa1998-01-221-0/+1
* (Vccl_translation_table_vector, Qccl_program,Kenichi Handa1998-01-221-50/+638
* Definition of macros CCL_STAT_XXX are moved from ccl.c to here.Kenichi Handa1998-01-221-0/+13
* (min_composite_char): New variable.Kenichi Handa1998-01-221-7/+18
* (BCOPY_SHORT): New macro.Kenichi Handa1998-01-221-1/+19
* Vselect_safe_coding_system_function): New variable.Kenichi Handa1998-01-221-960/+1771
* (CODING_FLAG_ISO_DESIGNATION): New macro.Kenichi Handa1998-01-221-50/+101
* (Faset): Allow setting a multibyte character in aKenichi Handa1998-01-221-8/+11
* (Fstart_process): Use raw-text instead of emacs-muleKenichi Handa1998-01-221-51/+56
* (struct Lisp_Process): New members decoding_carryoverKenichi Handa1998-01-221-0/+4
* (Finsert_file_contents): Even ifKenichi Handa1998-01-221-137/+105
* (mapcar1): Keep `i' in `i_before' before `i' isKenichi Handa1998-01-221-2/+4
* (encode_terminal_code): Adjusted for the change ofKenichi Handa1998-01-221-24/+22
* (selection_data_to_lisp_data): Adjusted for the changeKenichi Handa1998-01-221-11/+12
* Update copyright year.Richard M. Stallman1998-01-2119-19/+22
* (Fsubstitute_in_file_name): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-4/+3
* Update copyright year.Richard M. Stallman1998-01-219-9/+9
* (nonascii_insert_offset): Variable moved from cmds.c.Richard M. Stallman1998-01-211-1/+31
* (skip_chars): Use unibyte_char_to_multibyte,Richard M. Stallman1998-01-211-5/+2
* (message_dolog): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-11/+6
* (command_loop_1): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-5/+2
* (internal_self_insert, Fself_insert_command):Richard M. Stallman1998-01-211-16/+4
* (WINDOW_RIGHT_MARGIN): Deduct width of vertical lineRichard M. Stallman1998-01-211-7/+9
* (concat): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-12/+4
* (set_buffer_if_live): New function.Richard M. Stallman1998-01-211-0/+11
* (Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_if_live.Richard M. Stallman1998-01-211-1/+1
* (Fsave_current_buffer): Use set_buffer_if_live.Richard M. Stallman1998-01-211-1/+1
* (current_column_1): Eliminate argument POS; use PT and PT_BYTE.Richard M. Stallman1998-01-211-11/+10
* (unreadchar): For unreading an ASCII charRichard M. Stallman1998-01-211-2/+34
* (display_menu_bar): Don't set maxendcol too large.Richard M. Stallman1998-01-201-1/+1
* (Fchar_equal): Fix case-conversion code.Richard M. Stallman1998-01-201-4/+11
* (code_convert_region): Always count chars insertedRichard M. Stallman1998-01-191-61/+62
* (Fset_buffer_multibyte): New function.Richard M. Stallman1998-01-191-1/+77
* (clear_charpos_cache): New function.Richard M. Stallman1998-01-191-0/+7
* (set_intervals_multibyte): New function.Richard M. Stallman1998-01-191-0/+74
* (window_scroll): Set opoint_byte properly.Richard M. Stallman1998-01-191-1/+1
* (skip_chars): Fix test for end of string, looking for `-'.Karl Heuer1998-01-181-11/+16
* Make GDB not handle SIGINT.Karl Heuer1998-01-181-2/+7
* (compile_pattern_1): If representation of STRINGKarl Heuer1998-01-181-4/+74
* (print) <Lisp_String>: When multibyte is enabled, printKarl Heuer1998-01-181-2/+13
* (read1): Escape codes can force multibyte or single-byte.Karl Heuer1998-01-181-16/+37