aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Whitespace change.Richard M. Stallman1998-07-061-1/+1
* (Vgeneric_character_list): New variable.Kenichi Handa1998-07-061-0/+29
* (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR -Kenichi Handa1998-07-061-1/+4
* (Fset_char_table_default): Check only if the charset ofKenichi Handa1998-07-061-3/+7
* (Fformat): Pay attention to the byte combining problem.Kenichi Handa1998-07-061-0/+24
* (Finsert_file_contents): Cancel previous change. SetupKenichi Handa1998-07-061-69/+69
* (concat): Pay attention to the byte combining problem.Kenichi Handa1998-07-061-0/+22
* (read_list): Pass new arg to get_doc_string.Richard M. Stallman1998-07-051-0/+6
* (get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman1998-07-051-27/+20
* (Ffile_regular_p) [WINDOWSNT]: BindRichard M. Stallman1998-07-031-1/+33
* (Finsert): Typo in doc-string fixed.Kenichi Handa1998-07-031-4/+4
* (Finsert_file_contents): Do not set Vlast_coding_systemKenichi Handa1998-07-031-1/+1
* (Faccess_file): Check type of second argument STRING.Richard M. Stallman1998-07-021-4/+4
* (Vminibuffer_completing_file_name): New var.Richard M. Stallman1998-07-021-2/+8
* [COFF]: New variable coff_offset.Richard M. Stallman1998-06-291-4/+31
* (Fbyte_to_position): New function.Richard M. Stallman1998-06-291-0/+10
* (wordify): Fix i_byte even in unibyte case for copy loop.Richard M. Stallman1998-06-291-3/+10
* (Fcall_process) [! subprocesses]: Balance parentheses in an if clause.Eli Zaretskii1998-06-291-1/+1
* (x_list_fonts): Fix prev change: cast result of alloca.Richard M. Stallman1998-06-271-2/+2
* (Fx_list_fonts): Bring arglist into sync with xfns.c.Richard M. Stallman1998-06-271-4/+16
* (Qemacs_mule): Extern it.Kenichi Handa1998-06-261-1/+1
* (init_process): Initilize Vdefault_process_coding_system.Kenichi Handa1998-06-261-0/+5
* (setup_raw_text_coding_system): New function.Kenichi Handa1998-06-261-51/+55
* (setup_raw_text_coding_system): Extern it.Kenichi Handa1998-06-261-0/+1
* (Fstart_process): Check process-coding-system-alistKenichi Handa1998-06-261-23/+23
* (Finsert_file_contents): Call setup_raw_text_coding_system.Kenichi Handa1998-06-261-18/+6
* (PRINTFINISH): Convert text to unibyte beforeRichard M. Stallman1998-06-241-18/+31
* (get_doc_string): Adjust declaration.Richard M. Stallman1998-06-241-1/+1
* (read_list): Pass new arg to get_doc_string.Richard M. Stallman1998-06-241-1/+1
* (get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman1998-06-241-10/+17
* (get_doc_string): 2nd arg is now DEFINITION;Richard M. Stallman1998-06-241-10/+40
* (indented_beyond_p): Return the right kind of value.Richard M. Stallman1998-06-231-1/+1
* (sort_args): Discard duplicate options with no args.Richard M. Stallman1998-06-231-80/+117
* (command_loop): Reset executing_macro afterRichard M. Stallman1998-06-231-1/+4
* (Fcall_process): Handle third argument BUFFERRichard M. Stallman1998-06-231-4/+6
* (Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa1998-06-231-2/+2
* Include buffer.h, charset.h, and coding.h.Andrew Innes1998-06-221-67/+145
* (print_string): Properly compute number of charsKarl Heuer1998-06-221-5/+18
* (Vinhibit_redisplay, Qinhibit_redisplay): New variables.Karl Heuer1998-06-221-0/+15
* (menu_item_eval_property): Bind Qinhibit_redisplay.Karl Heuer1998-06-221-1/+3
* (Qinhibit_redisplay): Declared.Karl Heuer1998-06-221-0/+1
* (initialize_w32_display): Call init_crit to initializeAndrew Innes1998-06-221-0/+3
* (read_process_output): While processing carryover,Kenichi Handa1998-06-221-7/+13
* (wait_reading_process_input): Recompute timeout eachEli Zaretskii1998-06-211-13/+26
* (Freplace_match): Work by chars, not by bytes,Karl Heuer1998-06-201-16/+20
* (x_list_fonts): Keep alloca usage simple.Karl Heuer1998-06-201-1/+3
* Doc fixes.Karl Heuer1998-06-204-5/+5
* (strout): Show multibyte message correctly.Karl Heuer1998-06-201-1/+3
* Comment for CCL_MapMultiple modified..Kenichi Handa1998-06-201-19/+29
* (find_charset_in_str): Do not set the value ofKenichi Handa1998-06-201-5/+0