summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fstring_bytes): Declare arg STRING as Lisp_Object.Kenichi Handa1998-02-101-0/+1
* (concat): Use Vnonascii_translate_table.Kenichi Handa1998-02-101-1/+5
* (Fposition_bytes): Declare arg POSITION as Lips_Object.Kenichi Handa1998-02-101-0/+1
* (Fposition_bytes): Allow marker as arg POSITION. UseKenichi Handa1998-02-101-2/+2
* (compute_motion): If right margin is reached and we areAndreas Schwab1998-02-091-10/+11
* (search_command): Fix call to search_buffer.Richard M. Stallman1998-02-091-2/+2
* (byte_char_debug_check): New function.Richard M. Stallman1998-02-081-4/+66
* (RE_TRANSLATE_TYPE): Define as Lisp_Object.Richard M. Stallman1998-02-081-2/+2
* (Fdirectory_files): Call compile_pattern the new way.Richard M. Stallman1998-02-081-2/+2
* (boyer_moore, simple_search): New subroutines.Richard M. Stallman1998-02-081-283/+704
* (advance_to_char_boundary): New function.Richard M. Stallman1998-02-081-4/+49
* (Fdisplay_buffer): New arg FRAME.Richard M. Stallman1998-02-081-8/+20
* (read_minibuf): If input is empty, return empty string.Richard M. Stallman1998-02-081-9/+14
* (Fstring_bytes): New function.Richard M. Stallman1998-02-081-0/+10
* (print): Declare local variable C as `int' instead ofRichard M. Stallman1998-02-081-1/+1
* (Fformat): Handle a symbol of which name containsRichard M. Stallman1998-02-081-4/+26
* Change argument number of Fdisplay_buffer to 3.Kenichi Handa1998-02-061-1/+1
* (GENERIC_FONT_PTR): Commented-out definition deleted.Richard M. Stallman1998-02-061-4/+0
* (Fpop_to_buffer): Pass new arg to Fdisplay_buffer.Richard M. Stallman1998-02-061-1/+1
* (Fdescribe_bindings_internal):Richard M. Stallman1998-02-051-17/+25
* (list2, list3, list4, list5): New functions.Richard M. Stallman1998-02-051-0/+31
* (copy_text): When copying from multibyte to unibyte, doKenichi Handa1998-02-041-1/+1
* (Fsubst_char_in_region): Handle character-baseKenichi Handa1998-02-041-13/+13
* (Fiso_charset): Doc-string modified.Kenichi Handa1998-02-041-1/+7
* (Faref, Faset): Allow indexing a char-tableRichard M. Stallman1998-02-031-2/+2
* (Fformat): If MULTIBYTE is changed to 1Richard M. Stallman1998-02-031-6/+25
* (Fmodify_category_entry): Doc fix.Richard M. Stallman1998-02-031-23/+25
* (search_buffer): New args pos_byte and lim_byte.Richard M. Stallman1998-02-031-11/+16
* (Fcall_process): Allow creating a new buffer for the output.Richard M. Stallman1998-02-031-1/+1
* (float_to_string): Handle infinities and NaN specially.Richard M. Stallman1998-02-021-0/+20
* (read1): Handle infinities, NaN and -0.0 specially.Richard M. Stallman1998-02-021-1/+28
* (concat): Handle bool-vectors correctly.Richard M. Stallman1998-02-021-30/+34
* (concat): If making a string, a nonempty bool-vector is error.Richard M. Stallman1998-02-021-5/+69
* (CONVERTED_BYTE_SIZE): Fix the logic.Kenichi Handa1998-01-301-4/+11
* (ENCODE_ISO_CHARACTER): Pay attention toKenichi Handa1998-01-301-48/+46
* (Fsubstitute_command_keys): Declare length_byte out ofKenichi Handa1998-01-301-3/+1
* (DECODE_SJIS_BIG5_CHARACTER): Don't have to increaseKenichi Handa1998-01-281-2/+1
* (syms_of_data): Register multibyte-string-p as a LispKenichi Handa1998-01-281-0/+1
* (fast_string_match): Give re_search byte size ofKenichi Handa1998-01-281-6/+10
* (file_name_as_directory): For an empty name, return "/".Richard M. Stallman1998-01-271-3/+7
* (Fcall_process): Test only args past args[4] for multibyteness.Richard M. Stallman1998-01-271-1/+1
* (message_dolog): Cast M to unsigned char * to access bytes.Richard M. Stallman1998-01-271-1/+2
* (command_loop_1): Run post-command-hook before,Richard M. Stallman1998-01-271-16/+16
* (compare_window_configurations): New function.Richard M. Stallman1998-01-261-4/+99
* (internal_equal): Use compare_window_configurations.Richard M. Stallman1998-01-261-0/+2
* (standard_args): Add "-unibyte" aka "--unibyte".Richard M. Stallman1998-01-261-0/+13