aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (concat): Replace explicit numeric constants with proper macros.Kenichi Handa1998-07-081-4/+4
|
* Whitespace change.Richard M. Stallman1998-07-061-1/+1
|
* (Vgeneric_character_list): New variable.Kenichi Handa1998-07-061-0/+29
| | | | | | (init_charset_once): Init and staticpro it. (Fgeneric_character_list): New function. (syms_of_charset): defsubr it.
* (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR -Kenichi Handa1998-07-061-1/+4
| | | | | 1), one less than the previous value. (GENERIC_COMPOSITION_CHAR): New macro.
* (Fset_char_table_default): Check only if the charset ofKenichi Handa1998-07-061-3/+7
| | | | | the arg CH is in the valid range or not. Handle the case that CH is a generic character for composite characters.
* (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
| | | | the variable coding even if the inserted bytes is zero.
* (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
| | | | All callers changed.
* (Ffile_regular_p) [WINDOWSNT]: BindRichard M. Stallman1998-07-031-1/+33
| | | | | | | `w32-get-true-file-attributes' to t while calling stat. (Finsert_file_contents) [WINDOWSNT]: Likewise. (Fwrite_region): Don't try seeking to end of FILENAME for appending if not a regular file.
* (Finsert): Typo in doc-string fixed.Kenichi Handa1998-07-031-4/+4
| | | | | (Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize.
* (Finsert_file_contents): Do not set Vlast_coding_systemKenichi Handa1998-07-031-1/+1
| | | | if inserted bytes is zero.
* (Faccess_file): Check type of second argument STRING.Richard M. Stallman1998-07-021-4/+4
| | | | (Fread_file_name): Bind minibuffer-completing-file-name to t.
* (Vminibuffer_completing_file_name): New var.Richard M. Stallman1998-07-021-2/+8
| | | | | | | (syms_of_minibuf): Set up Lisp variable. (Fminibuffer_complete_word): Test it, instead of checking specifically for Qread_file_name_internal. (Fcompleting_read): Likewise.
* [COFF]: New variable coff_offset.Richard M. Stallman1998-06-291-4/+31
| | | | | | (make_hdr) [MSDOS]: If a_name is a coff-go32-exe executable with a prepended stub, compute coff_offset. (make_hdr, copy_sym) [COFF]: Use coff_offset when seeking into temacs.
* (Fbyte_to_position): New function.Richard M. Stallman1998-06-291-0/+10
| | | | (syms_of_editfns): defsubr it.
* (wordify): Fix i_byte even in unibyte case for copy loop.Richard M. Stallman1998-06-291-3/+10
| | | | If input is unibyte, make the output unibyte.
* (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
| | | | | | (x_set_font): Call face-set-after-frame-default. (Qface_set_after_frame_default): New variable. (syms_of_w32fns): Initialize it.
* (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
| | | | (decode_coding_sjis_big5): Bug for handling invalid code fixed.
* (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
| | | | | | and default-process-coding-system even in unibyte mode. (create_process): In unibyte mode, suppress character code conversion.
* (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
| | | | inserting in a unibyte buffer.
* (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
| | | | All callers changed.
* (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
|