summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Declare discard_mouse_events.Geoff Voelker1997-09-031-0/+1
|
* (kbd_buffer_get_event) [WINDOWSNT]: SupportGeoff Voelker1997-09-031-4/+117
| | | | | | | | | | | | menu_bar_activate_event. (set-input-mode) [DOS_NT]: Do not invoke reset and init sys modes. (Qmouse_wheel) [WINDOWSNT]: New variable. (discard_mouse_events): New function. (mouse_wheel_syms) [WINDOWSNT]: New variable. (lispy_mouse_wheel_names) [WINDOWSNT]: New variable. (make_lispy_event) [WINDOWSNT]: Make mouse-wheel events. (syms_of_keyboard) [WINDOWSNT]: Define Qmouse_wheel and mouse_wheel_syms.
* (FRAME_OBSCURED_P): New macro.Geoff Voelker1997-09-031-1/+11
| | | | (FRAME_SAMPLE_VISIBILITY): Distinguish between invisible and obscured.
* (Fexpand_file_name) [WINDOWSNT]: When strippingGeoff Voelker1997-09-031-5/+8
| | | | | drive letter, be careful not to create a UNC filename. (Fadd_name_to_file) [WINDOWSNT]: Remove conditional.
* Minor reordering of macros.Richard M. Stallman1997-09-021-1/+1
|
* (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXTRichard M. Stallman1997-09-021-0/+1
| | | | in the detect_coding_iso2022 case.
* (Fread_from_minibuffer, Fread_string): Doc fixes.Richard M. Stallman1997-09-021-7/+7
| | | | (Fread_no_blanks_input, Fcompleting_read): Doc fixes.
* Comment change.Richard M. Stallman1997-09-021-1/+3
|
* Include unistd.h instead of libc.h.Richard M. Stallman1997-09-021-1/+2
|
* (syms_of_window): Doc fix.Richard M. Stallman1997-09-021-2/+12
|
* (free_float, free_cons): Don't use the same field for chaining as for marking.Richard M. Stallman1997-09-011-6/+10
| | | | (make_float, Fcons, gc_sweep): Corresponding changes.
* (Finsert_file_contents): Fix previous change--don'tRichard M. Stallman1997-09-011-2/+1
| | | | call Fboundp on Vset_auto_coding_function, just check non-nil.
* (describe_category): Handle a sub-chartable.Richard M. Stallman1997-09-011-0/+6
|
* (internal_self_insert): Only set TARGET_CLM when C2 is tab.Richard M. Stallman1997-09-011-11/+12
| | | | | When multibyte characters are disabled, use 1 as the width of the inserted character.
* (LEADING_CODE_PRIVATE_22): Comment fixed.Kenichi Handa1997-09-011-1/+1
|
* (read_process_output): Index forKenichi Handa1997-09-011-1/+1
| | | | | proc_encode_coding_system should be p->outfd (not `channel' which is p->infd).
* (Vset_auto_coding_function): Name changed fromKenichi Handa1997-09-011-14/+30
| | | | | | | | Vauto_file_coding_system. (syms_of_fileio): Adjusted for the above change. Doc-string modified. (Finsert_file_contents): The argument for Vset_auto_coding is a concatination of the heading 1K-byte and the tailing 3K-byte.
* (init_system_name): Don't try to use getdomainname.Richard M. Stallman1997-08-311-20/+6
|
* (change_frame_size_1): Save current bufferRichard M. Stallman1997-08-301-0/+5
| | | | around calling Fset_window_buffer.
* (Fload): Fix doc syntax.Richard M. Stallman1997-08-301-1/+1
|
* (HAVE_ALLOCA): Do define this, if SOLARIS2.Richard M. Stallman1997-08-301-1/+1
|
* (free_frame_menubar): Clear menubar_height field.Richard M. Stallman1997-08-301-0/+2
|
* (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.Richard M. Stallman1997-08-291-2/+21
|
* (free_marker): Call unchain_marker.Richard M. Stallman1997-08-291-0/+2
|
* (detect_eol): Do not select no-conversion even if EOLKenichi Handa1997-08-281-2/+2
| | | | | | | format of raw-text file is inconsistent. Just read it by raw-text-unix. (Fdetect_coding_region): Do not select no-conversion even if EOL format of raw-text file is inconsistent.
* (Qno_conversion, Qundecided): New variables.Kenichi Handa1997-08-281-42/+87
| | | | | | | | | | | | | | | | | | (syms_of_coding): Initialize and staticpro them. (coding_category_name): Include "coding-category-raw-test". (setup_coding_system): Handle coding_type_raw_text. (detect_coding_mask): Include CODING_CATEGORY_MASK_RAW_TEXT in the return value instead of CODING_CATEGORY_MASK_BINARY. (detect_coding): Do not check the case that `mask' is 0, which never happens now. (detect_eol_type): If EOL format is inconsistent, return CODING_EOL_INCONSISTENT. (detect_eol): If EOL format of raw-text file is inconsistent, detect it as no-conversion. (decode_coding): Handle coding_type_raw_text. (encode_coding): Likewise. (Fdetect_coding_region): Ajusted for the above changes. (shrink_conversion_area): Handle coding_type_raw_text.
* (coding_type): New member coding_type_raw_text.Kenichi Handa1997-08-281-11/+22
| | | | | | | | (CODING_EOL_INCONSISTENT): New macro. (CODING_REQUIRE_NO_CONVERSION): Check also coding_type_raw_text. (CODING_MAY_REQUIRE_NO_CONVERSION): Likewise. (CODING_CATEGORY_IDX_RAW_TEXT): New macro. (CODING_CATEGORY_MASK_RAW_TEXT): New macro.
* Add coding: tag, to prevent Emacs from interpreting binary strings.Eli Zaretskii1997-08-281-1/+1
|
* Include errno.h.Richard M. Stallman1997-08-271-1/+4
| | | | (init_buffer) [HAVE_GETCWD]: Fix error message for getcwd failure.
* Whitespace change.Richard M. Stallman1997-08-271-1/+1
|
* Declare Fchar_bytes.Richard M. Stallman1997-08-271-0/+3
|
* (concat): Fix use of Fchar_bytes.Richard M. Stallman1997-08-271-2/+2
|
* (Finsert_file_contents): Fix use of Fboundp.Richard M. Stallman1997-08-271-1/+1
|
* (redisplay_window): When trying to scroll conservativelyRichard M. Stallman1997-08-271-7/+21
| | | | correctly take the scroll margin into account.
* Fix previous change.Richard M. Stallman1997-08-271-1/+1
|
* (decode_mode_spec): For %Z and %z, put keyboard andRichard M. Stallman1997-08-261-1/+1
| | | | terminal coding systems into modeline on MSDOS frames as well.
* (read_minibuf): Inherit enable-multibyte-charactersRichard M. Stallman1997-08-261-3/+12
| | | | along with the input method, if requested.
* (Fml_arg): Call Fread_string withKenichi Handa1997-08-261-1/+1
| | | | INHERIT-INPUT-METHOD nil.
* (Fexecute_extended_command): Call Fread_from_minibufferKenichi Handa1997-08-261-1/+2
| | | | with INHERIT-INPUT-METHOD nil.
* (Finteractive): Document the code letter `M'.Kenichi Handa1997-08-261-7/+16
| | | | | | (Fcall_interactively): Call Fcompleting_read, Fread_from_minibuffer, and Fread_string with a proper value for the arg INHERIT-INPUT-METHOD. Handle the code letter `M'.
* (DEFUN_ARGS_8): New macro.Kenichi Handa1997-08-261-4/+6
| | | | | (Fcompleting_read, Fread_from_minibuffer, Fread_string, Fread_no_blanks_input): Number of arguments fixed.
* (Fread_non_nil_coding_system): Supply the argKenichi Handa1997-08-261-2/+2
| | | | | INHERIT-INPUT-METHOD to Fcompleting_read. (Fread_coding_system): Likewise.
* (Qcurrent_input_method, Qactivate_input_method): NewKenichi Handa1997-08-261-30/+70
| | | | | | | | | | | | | | | | | variables. (syms_of_minibuf): Intern and staticpro them. (read_minibuf): New argument INHERIT_INPUT_METHOD. If it is nonzero, remember the current input method in INPUT_METHOD, and activate it after switching to the minibuffer. (Fread_from_minibuffer): New argument INHERIT_INPUT_METHOD. (Fread_minibuffer): Call read_minibuf with INHERIT_INPUT_METHOD nil. (Fread_string): New argument INHERIT_INPUT_METHOD. (Fread_no_blanks_input): Likewise. (Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD nil. (Fread_function, Fread_variable, Fread_buffer): Likewise (Fcompleting_read): New argument INHERIT_INPUT_METHOD.
* (Feval): Handle a subr which takes 8 arguments.Kenichi Handa1997-08-261-2/+15
| | | | (Ffuncall): Likewise.
* (Fwrite_region): Convert EOL format even ifKenichi Handa1997-08-261-5/+30
| | | | | | enable-multibyte-characters is nil. (Fread_file_name): Call Fcompleting_read with INHERIT-INPUT-METHOD nil.
* (Fyes_or_no_p): Call Fread_from_minibufferKenichi Handa1997-08-261-1/+2
| | | | with INHERIT-INPUT-METHOD nil.
* (Fsearch_backward): Inherit the current input method onKenichi Handa1997-08-261-2/+2
| | | | | reading STRING. (Fsearch_forward): Likewise.
* (Fframe_pixel_height): Doc fix.Richard M. Stallman1997-08-261-0/+2
|
* (emacs): Put dash at beginning.Richard M. Stallman1997-08-251-1/+1
|
* (xrdb.o): Depend on paths.h.Richard M. Stallman1997-08-241-1/+1
|