aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Finsert_file_contents): Fix change to set INSERTED.Richard M. Stallman1998-06-141-1/+1
* (parse_menu_item): Put a quote around DEFRichard M. Stallman1998-06-131-2/+3
* (detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1998-06-131-5/+7
* (standard_args): Fix arg order to match code in `main'.Richard M. Stallman1998-06-121-11/+17
* (Finsert_file_contents): Undo the previous change forKenichi Handa1998-06-121-179/+148
* (Finsert_file_contents): After calling handler,Kenichi Handa1998-06-121-0/+2
* (set_auto_coding_unwind): New function.Kenichi Handa1998-06-121-149/+189
* (SETUP_SYNTAX_TABLE): Don't call update_syntax_tableRichard M. Stallman1998-06-111-2/+3
* (LINK_FLAGS): Place debug info in executable inGeoff Voelker1998-06-111-2/+2
* (Fforward_comment): Properly compute BYTEPOS arg to char_quoted.Richard M. Stallman1998-06-111-3/+2
* (getcwd): Remove define.Richard M. Stallman1998-06-101-1/+4
* (sys_rename): Don't examine errno if rename didn't fail.Richard M. Stallman1998-06-101-2/+3
* (readevalloop): New arg READFUN. Callers changed.Richard M. Stallman1998-06-101-13/+19
* (Feval_region): Accept 4 args.Richard M. Stallman1998-06-101-1/+1
* (PTR_TO_OFFSET): Alternate definition if not `emacs'.Richard M. Stallman1998-06-091-0/+4
* (XTread_socket): Accept Japanese XK keysyms.Richard M. Stallman1998-06-091-0/+1