aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (read_process_output): Handle carryover correctly.Kenichi Handa1998-06-201-2/+14
* (dumpglyphs): Check the case that FACE_FONT (face) isKenichi Handa1998-06-201-6/+8
* (syms_of_minibuf): Initialize buffer-name-history.Karl Heuer1998-06-191-0/+1
* (casify_object): Cope with modifier bits in character.Karl Heuer1998-06-181-5/+9
* (is_unc_volume, open_unc_volume, read_unc_volume,Geoff Voelker1998-06-171-5/+143
* (x_list_fonts): If SIZE is zero and MAXNAMES is 1, useKenichi Handa1998-06-161-6/+39
* (encode_eol): Fix typo that prevented converting to MacRichard M. Stallman1998-06-161-7/+5
* (sys_rename): On some network drives, rename fails withRichard M. Stallman1998-06-161-3/+3
* (message_dolog): GCPRO the oldpoint, oldbegv and oldzvRichard M. Stallman1998-06-161-0/+3
* (syms_of_fileio): Doc-string of the variableKenichi Handa1998-06-151-2/+2
* (Finsert_file_contents): Redo the change for handlingKenichi Handa1998-06-151-148/+187
* (skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman1998-06-141-3/+5
* (Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1998-06-141-0/+30
* (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.Eli Zaretskii1998-06-141-9/+26
* (Fcompleting_read): Escape bare newline in doc string.Erik Naggum1998-06-141-1/+1