aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (concat): Check STRINGP before increasing result_len_byte.Kenichi Handa1998-01-121-1/+1
* Change "?\C-\ " to "?\C- " because "\ " is changedKenichi Handa1998-01-124-5/+5
* (lm-get-package-name, lm-header,Dave Love1998-01-111-14/+14
* (Fchar_valid_p): Fix bare newlines in doc string.Dave Love1998-01-111-2/+2
* (Fcall_interactively): Allocate string by bytes.Richard M. Stallman1998-01-091-4/+4
* (Fdirectory_files): Fix arg to compile_pattern.Richard M. Stallman1998-01-091-2/+4
* (re_search_2): Fix call to CHAR_HEAD_P.Richard M. Stallman1998-01-091-11/+26
* (x_load_font): Use string_byte.Richard M. Stallman1998-01-091-2/+2
* (lisp_data_to_selection_data): Use size_byte.Richard M. Stallman1998-01-091-2/+2
* (xmenu_show): Use size_byte of strings.Richard M. Stallman1998-01-091-6/+6
* (x_create_bitmap_from_file): Use size_byte on strings.Richard M. Stallman1998-01-091-22/+23
* (message_dolog, message2): New arg MULTIBYTE.Richard M. Stallman1998-01-091-33/+103
* (Fselect_window): Don't set OW->pointm if OW->buffer is nil.Richard M. Stallman1998-01-091-3/+13
* (skip_chars): Handle multibyte and unibyte stringsRichard M. Stallman1998-01-091-31/+57
* (STRING_MULTIBYTE): New macro.Richard M. Stallman1998-01-091-6/+25
* (describe_vector): Unconditionally handle multibyte chars.Richard M. Stallman1998-01-091-15/+25
* (echo_now): Use message2_nolog, not message1_nolog.Richard M. Stallman1998-01-091-39/+49
* (set_term_frame_name): Use size_byte.Richard M. Stallman1998-01-091-2/+3
* (Fdo_auto_save): Save and restore multibyteness of minibuffer.Richard M. Stallman1998-01-091-21/+61
* (main): Pass new arg to message_dolog.Richard M. Stallman1998-01-091-1/+1
* Include charset.h.Richard M. Stallman1998-01-091-17/+67
* (Fsend_string_to_terminal): Use size_byte.Richard M. Stallman1998-01-091-2/+3
* (Fmultibyte_string_p): New function.Richard M. Stallman1998-01-091-10/+53
* (code_convert_string): Maybe use make_unibyte_string.Richard M. Stallman1998-01-091-5/+17
* (internal_self_insert): Simplify handling of c2;Richard M. Stallman1998-01-091-9/+7
* (multibyte_chars_in_text): New function.Richard M. Stallman1998-01-091-44/+48
* (Fccl_execute_on_string): Use size_byte.Richard M. Stallman1998-01-091-2/+2
* (Fmake_category_set): Don't allow multibyte string.Richard M. Stallman1998-01-091-2/+7
* (casify_object): Scan string by bytes and chars.Richard M. Stallman1998-01-091-7/+23
* (BASE_PURESIZE): Increased.Richard M. Stallman1998-01-091-1/+1
* (read_escape): `\ ' stands for nothing at all.Richard M. Stallman1998-01-091-39/+58
* (count_size_as_multibyte): New function.Richard M. Stallman1998-01-091-58/+259
* (map_char_table): Unconditionally consider non-ASCII charsets.Richard M. Stallman1998-01-091-115/+339
* (Fformat): Do all the work directly--don't use doprnt.Richard M. Stallman1998-01-091-133/+157
* (sref): Defined.Richard M. Stallman1998-01-091-0/+6
* (dabbrev-ignored-buffer-names): New variable.Richard M. Stallman1998-01-091-3/+10
* Added some more comments in the commentary.Eric M. Ludlam1998-01-081-11/+29
* (vc-resynch-window): Behave properly when view-read-only is non-nil.André Spiegel1998-01-071-0/+8
* Move change log comment block so lm-commentary doesn't lose.Dave Love1998-01-071-27/+26
* (custom-browse-visibility): Doc fix.Andreas Schwab1998-01-071-1/+1
* (defgroup): Doc fix.Andreas Schwab1998-01-071-2/+2
* (pp-to-string): Greatly simplify by letting theAndreas Schwab1998-01-071-32/+9
* Customized.Andreas Schwab1998-01-074-84/+180
* (delete-auto-save-files): Say in the doc string thatEli Zaretskii1998-01-071-1/+4
* (Fcall_process): When deciding whether to encode args,Richard M. Stallman1998-01-051-9/+16
* (read_process_output): Use insert_1_both.Richard M. Stallman1998-01-051-34/+47
* (MAKE_LOCK_NAME): Use size_byte.Richard M. Stallman1998-01-051-1/+1
* (Fbyte_code): Use size_byte.Richard M. Stallman1998-01-051-1/+1
* (print_string): Now static.Richard M. Stallman1998-01-051-101/+156
* (Fexpand_abbrev): Pass both kinds of size to oblookup.Richard M. Stallman1998-01-051-6/+10