aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (get_doc_string): 2nd arg is now DEFINITION;Richard M. Stallman1998-06-241-10/+40
| | | | | if non-nil, read a dynamic function definition. (read_doc_string): Don't call read here.
* (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
| | | | | (main): With duplicate -d options, use the last one. Likewise for -t. Check -d last, by checking for -nl earlier on.
* (command_loop): Reset executing_macro afterRichard M. Stallman1998-06-231-1/+4
| | | | | command_loop_2 has returned, in case a throw to exit or top-level was executed as part of a keyboard macro.
* (Fcall_process): Handle third argument BUFFERRichard M. Stallman1998-06-231-4/+6
| | | | consistently when it is an integer or a list.
* (Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa1998-06-231-2/+2
| | | | byte size of a string.
* Include buffer.h, charset.h, and coding.h.Andrew Innes1998-06-221-67/+145
| | | | | | | | | (Vclipboard_coding_system): New variable. (syms_of_w32select): DEF_VAR it. (Fw32_set_clipboard_data): Encode string using Vclipboard_coding_system if necessary. (Fw32_get_clipboard_data): Decode clipboard contents using Vclipboard_coding_system if necessary.
* (print_string): Properly compute number of charsKarl Heuer1998-06-221-5/+18
| | | | in multibyte case, before calling strout.
* (Vinhibit_redisplay, Qinhibit_redisplay): New variables.Karl Heuer1998-06-221-0/+15
| | | | | (syms_of_xdisp): Set up Lisp var. (redisplay_internal): Test Vinhibit_redisplay.
* (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
| | | | interrupt_handle (referenced by sys_select).
* (read_process_output): While processing carryover,Kenichi Handa1998-06-221-7/+13
| | | | check the size of p->decoding_buf.
* (wait_reading_process_input): Recompute timeout eachEli Zaretskii1998-06-211-13/+26
| | | | | time through the loop. Check requeued_events_pending_p and exit the loop if there is unread keyboard input.
* (Freplace_match): Work by chars, not by bytes,Karl Heuer1998-06-201-16/+20
| | | | for scanning the old text, and for inserting new string in buffer.
* (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
| | | | charsets[LEADING_CODE_COMPOSITION].
* (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
| | | | | NULL. While displaing cursor with non-default face, if the variable `font' is NULL, don't set GCFont.
* (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
| | | | | | close_unc_volume, unc_volume_file_attributes): New functions. (wnet_enum_handle): New variable. (opendir, readdir, closedir, sys_access, stat): Handle UNC volumes.
* (x_list_fonts): If SIZE is zero and MAXNAMES is 1, useKenichi Handa1998-06-161-6/+39
| | | | | XLoadQueryFont instead of XListFonts. (x_load_fonts): Call x_list_fonts with MAXNAMES 1.
* (encode_eol): Fix typo that prevented converting to MacRichard M. Stallman1998-06-161-7/+5
| | | | | | line endings. Always update dst_bytes to number of bytes actually copied. (decode_eol): Fix value of coding->produced when decoding Unix line endings (in case this function is ever used for that).
* (sys_rename): On some network drives, rename fails withRichard M. Stallman1998-06-161-3/+3
| | | | EACCES instead of EEXIST if target already exists.
* (message_dolog): GCPRO the oldpoint, oldbegv and oldzvRichard M. Stallman1998-06-161-0/+3
| | | | markers, and old_deactivate_mark.
* (syms_of_fileio): Doc-string of the variableKenichi Handa1998-06-151-2/+2
| | | | set-auto-coding-function modified for the change above.
* (Finsert_file_contents): Redo the change for handlingKenichi Handa1998-06-151-148/+187
| | | | | set-auto-coding while adding a kludgy code to avoid a compiler bug.
* (skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman1998-06-141-3/+5
| | | | (scan_lists): Use prev_char_comend_first, not ...comstart...
* (Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1998-06-141-0/+30
| | | | event, discard following up event.
* (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.Eli Zaretskii1998-06-141-9/+26
| | | | | (dos_yield_time_slice): New function. (sys_select): Use it instead of __dpmi_yield.
* (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
| | | | to pass it as an argument to the filter function.
* (detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1998-06-131-5/+7
| | | | | (Fdetect_coding_region): Doc-string adjusted for the above change. (Fdetect_coding_string): Likewise.
* (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
| | | | handling set-ault-coding.
* (Finsert_file_contents): After calling handler,Kenichi Handa1998-06-121-0/+2
| | | | get INSERTED from the handler's value.
* (set_auto_coding_unwind): New function.Kenichi Handa1998-06-121-149/+189
| | | | | | | | | (Finsert_file_contents): If the current buffer is empty, decide the coding system after the file is inserted in the buffer. If not, insert the head and tail of a file in a temporary buffer and call set-auto-coding-function. (e_write): If there are carryover bytes in encoding because of incomplete multibyte form, write them out as is.
* (SETUP_SYNTAX_TABLE): Don't call update_syntax_tableRichard M. Stallman1998-06-111-2/+3
| | | | for FROM-1 if that's before BEGV.
* (LINK_FLAGS): Place debug info in executable inGeoff Voelker1998-06-111-2/+2
| | | | unoptimized compile. Link to run off of cd or network.
* (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
| | | | (getdefdir) [emacs]: Redefine to always return root directory.
* (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): New arg READ_FUNCTION.
* (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
|