| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (get_doc_string): 2nd arg is now DEFINITION; | Richard M. Stallman | 1998-06-24 | 1 | -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. Stallman | 1998-06-23 | 1 | -1/+1 |
| | | |||||
| * | (sort_args): Discard duplicate options with no args. | Richard M. Stallman | 1998-06-23 | 1 | -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 after | Richard M. Stallman | 1998-06-23 | 1 | -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 BUFFER | Richard M. Stallman | 1998-06-23 | 1 | -4/+6 |
| | | | | | consistently when it is an integer or a list. | ||||
| * | (Fmodify_syntax_entry): Use macro STRING_BYTES to get | Kenichi Handa | 1998-06-23 | 1 | -2/+2 |
| | | | | | byte size of a string. | ||||
| * | Include buffer.h, charset.h, and coding.h. | Andrew Innes | 1998-06-22 | 1 | -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 chars | Karl Heuer | 1998-06-22 | 1 | -5/+18 |
| | | | | | in multibyte case, before calling strout. | ||||
| * | (Vinhibit_redisplay, Qinhibit_redisplay): New variables. | Karl Heuer | 1998-06-22 | 1 | -0/+15 |
| | | | | | | (syms_of_xdisp): Set up Lisp var. (redisplay_internal): Test Vinhibit_redisplay. | ||||
| * | (menu_item_eval_property): Bind Qinhibit_redisplay. | Karl Heuer | 1998-06-22 | 1 | -1/+3 |
| | | |||||
| * | (Qinhibit_redisplay): Declared. | Karl Heuer | 1998-06-22 | 1 | -0/+1 |
| | | |||||
| * | (initialize_w32_display): Call init_crit to initialize | Andrew Innes | 1998-06-22 | 1 | -0/+3 |
| | | | | | interrupt_handle (referenced by sys_select). | ||||
| * | (read_process_output): While processing carryover, | Kenichi Handa | 1998-06-22 | 1 | -7/+13 |
| | | | | | check the size of p->decoding_buf. | ||||
| * | (wait_reading_process_input): Recompute timeout each | Eli Zaretskii | 1998-06-21 | 1 | -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 Heuer | 1998-06-20 | 1 | -16/+20 |
| | | | | | for scanning the old text, and for inserting new string in buffer. | ||||
| * | (x_list_fonts): Keep alloca usage simple. | Karl Heuer | 1998-06-20 | 1 | -1/+3 |
| | | |||||
| * | Doc fixes. | Karl Heuer | 1998-06-20 | 4 | -5/+5 |
| | | |||||
| * | (strout): Show multibyte message correctly. | Karl Heuer | 1998-06-20 | 1 | -1/+3 |
| | | |||||
| * | Comment for CCL_MapMultiple modified.. | Kenichi Handa | 1998-06-20 | 1 | -19/+29 |
| | | |||||
| * | (find_charset_in_str): Do not set the value of | Kenichi Handa | 1998-06-20 | 1 | -5/+0 |
| | | | | | charsets[LEADING_CODE_COMPOSITION]. | ||||
| * | (read_process_output): Handle carryover correctly. | Kenichi Handa | 1998-06-20 | 1 | -2/+14 |
| | | |||||
| * | (dumpglyphs): Check the case that FACE_FONT (face) is | Kenichi Handa | 1998-06-20 | 1 | -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 Heuer | 1998-06-19 | 1 | -0/+1 |
| | | |||||
| * | (casify_object): Cope with modifier bits in character. | Karl Heuer | 1998-06-18 | 1 | -5/+9 |
| | | |||||
| * | (is_unc_volume, open_unc_volume, read_unc_volume, | Geoff Voelker | 1998-06-17 | 1 | -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, use | Kenichi Handa | 1998-06-16 | 1 | -6/+39 |
| | | | | | | XLoadQueryFont instead of XListFonts. (x_load_fonts): Call x_list_fonts with MAXNAMES 1. | ||||
| * | (encode_eol): Fix typo that prevented converting to Mac | Richard M. Stallman | 1998-06-16 | 1 | -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 with | Richard M. Stallman | 1998-06-16 | 1 | -3/+3 |
| | | | | | EACCES instead of EEXIST if target already exists. | ||||
| * | (message_dolog): GCPRO the oldpoint, oldbegv and oldzv | Richard M. Stallman | 1998-06-16 | 1 | -0/+3 |
| | | | | | markers, and old_deactivate_mark. | ||||
| * | (syms_of_fileio): Doc-string of the variable | Kenichi Handa | 1998-06-15 | 1 | -2/+2 |
| | | | | | set-auto-coding-function modified for the change above. | ||||
| * | (Finsert_file_contents): Redo the change for handling | Kenichi Handa | 1998-06-15 | 1 | -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. Stallman | 1998-06-14 | 1 | -3/+5 |
| | | | | | (scan_lists): Use prev_char_comend_first, not ...comstart... | ||||
| * | (Fcall_interactively) <k, K>: If sequence ends in a down | Richard M. Stallman | 1998-06-14 | 1 | -0/+30 |
| | | | | | event, discard following up event. | ||||
| * | (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly. | Eli Zaretskii | 1998-06-14 | 1 | -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 Naggum | 1998-06-14 | 1 | -1/+1 |
| | | |||||
| * | (Finsert_file_contents): Fix change to set INSERTED. | Richard M. Stallman | 1998-06-14 | 1 | -1/+1 |
| | | |||||
| * | (parse_menu_item): Put a quote around DEF | Richard M. Stallman | 1998-06-13 | 1 | -2/+3 |
| | | | | | to pass it as an argument to the filter function. | ||||
| * | (detect_coding_system): Always return a list of HIGHEST is zero. | Kenichi Handa | 1998-06-13 | 1 | -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. Stallman | 1998-06-12 | 1 | -11/+17 |
| | | |||||
| * | (Finsert_file_contents): Undo the previous change for | Kenichi Handa | 1998-06-12 | 1 | -179/+148 |
| | | | | | handling set-ault-coding. | ||||
| * | (Finsert_file_contents): After calling handler, | Kenichi Handa | 1998-06-12 | 1 | -0/+2 |
| | | | | | get INSERTED from the handler's value. | ||||
| * | (set_auto_coding_unwind): New function. | Kenichi Handa | 1998-06-12 | 1 | -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_table | Richard M. Stallman | 1998-06-11 | 1 | -2/+3 |
| | | | | | for FROM-1 if that's before BEGV. | ||||
| * | (LINK_FLAGS): Place debug info in executable in | Geoff Voelker | 1998-06-11 | 1 | -2/+2 |
| | | | | | unoptimized compile. Link to run off of cd or network. | ||||
| * | (Fforward_comment): Properly compute BYTEPOS arg to char_quoted. | Richard M. Stallman | 1998-06-11 | 1 | -3/+2 |
| | | |||||
| * | (getcwd): Remove define. | Richard M. Stallman | 1998-06-10 | 1 | -1/+4 |
| | | | | | (getdefdir) [emacs]: Redefine to always return root directory. | ||||
| * | (sys_rename): Don't examine errno if rename didn't fail. | Richard M. Stallman | 1998-06-10 | 1 | -2/+3 |
| | | |||||
| * | (readevalloop): New arg READFUN. Callers changed. | Richard M. Stallman | 1998-06-10 | 1 | -13/+19 |
| | | | | | (Feval_region): New arg READ_FUNCTION. | ||||
| * | (Feval_region): Accept 4 args. | Richard M. Stallman | 1998-06-10 | 1 | -1/+1 |
| | | |||||
| * | (PTR_TO_OFFSET): Alternate definition if not `emacs'. | Richard M. Stallman | 1998-06-09 | 1 | -0/+4 |
| | | |||||