summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Fcall_process): Use malloc for decoding_buf.EMACS_20_3Richard M. Stallman1998-08-191-1/+3
|
* (LD_SWITCH_SYSTEM): Delete -dp.Richard M. Stallman1998-08-191-1/+1
|
* ("Romanian"): Specify the tutorial file.Richard M. Stallman1998-08-191-0/+1
|
* Finish previous change.Richard M. Stallman1998-08-191-1/+1
|
* Accept hppa2.0 as cpu type.Richard M. Stallman1998-08-191-0/+1
|
* (SYSTEM_PURESIZE_EXTRA): Increase.Geoff Voelker1998-08-191-1/+1
|
* (speedbar-timer-fn): Disable updating if the frameEric M. Ludlam1998-08-191-61/+82
| | | | | | | | is an icon, or if the user is using the minibuffer. (speedbar-key-map): Added Q binding to destroy the frame. (speedbar-easymenu-definition-trailer): Added Quit item. (speedbar-frame-mode): Set the frame position at creation time. (speedbar-file-unshown-regexp): Added .# lock files.
* (ccl_driver): In caseKenichi Handa1998-08-191-1/+1
| | | | | ccl_read_multibyte_character_suspend:, if ccl->last_block is nonzero, jump to ccl_repeat.
* (tgetst1): Supprt EBCDIC systems.Richard M. Stallman1998-08-181-0/+21
| | | | (esctab): Alternate definition if IS_EBCDIC_HOST.
* (cyrillic-koi8): Fix the value ofKenichi Handa1998-08-181-3/+3
| | | | | | `valid-code' property. (cyrillic-alternativnyj): Likewise. (cyrillic-alternativnyj-encode-table): Fix the initial value.
* (vietnamese-viscii): Fix the value ofKenichi Handa1998-08-181-2/+2
| | | | | `valid-code' property. (vietnamese-vscii): Likewise.
* If eof is encounterd while processing theKenichi Handa1998-08-181-1/+2
| | | | | | | last block, don't just finish but processes eol block of the current CCL program. (ccl_driver): Add a new jump label ccl_repeat for the above change.
* (ccl_coding_driver): Setup ccl->last_block properly.Kenichi Handa1998-08-181-1/+5
| | | | (setup_coding_system): Correctly setup `valid_codes' member.
* (write_glyphs): When terminal_coding require flushing,Kenichi Handa1998-08-181-1/+1
| | | | | call encode_coding with "" as the SOURCE arg so that ccl_driver correctly processes eof block of a CCL program.
* (read_char): If not reading a key sequence (MAPS is nil),Richard M. Stallman1998-08-181-10/+20
| | | | | | | bind input-method-exit-on-first-char and input-method-use-echo-area to t. (read_char): If PREV_EVENT is non-nil, don't run the input method. (read_key_sequence): Do not bind input-method-function.
* (Fcall_interactively): Pass new args to Fread_eventRichard M. Stallman1998-08-181-7/+3
| | | | and Fread_char. Let Fread_char do the prompting.
* (Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.Richard M. Stallman1998-08-181-2/+2
|
* (internal_self_insert): Pass 1 as NOMARKERS to replace_range.Richard M. Stallman1998-08-181-1/+1
|
* (Fread_event, Fread_char, Fread_char_exclusive):Richard M. Stallman1998-08-181-2/+3
| | | | Update declarations.
* (Fmultibyte_char_to_unibyte): New function.Richard M. Stallman1998-08-181-0/+21
| | | | (syms_of_charset): defsubr it.
* (midnight-hook): initialize to a list.Richard M. Stallman1998-08-181-3/+3
|
* (read-quoted-char): Don't bind input-method-function;Richard M. Stallman1998-08-181-4/+1
| | | | instead, pass the new args to read-event.
* (Fy_or_n_p): Don't bind input-method-function.Richard M. Stallman1998-08-181-2/+1
| | | | Instead, pass 0 as INPUT_METHOD to read_filtered_event.
* (read_filtered_event): New arg INPUT_METHOD. Calls changed.Richard M. Stallman1998-08-181-16/+42
| | | | | (Fread_event): New args PROMPT and SUPPRESS-INPUT-METHOD. (Fread_char, Fread_char_exclusive): Likewise.
* (search-whitespace-regexp): Doc fix.Richard M. Stallman1998-08-181-1/+3
|
* Whitespace change.Richard M. Stallman1998-08-181-5/+5
|
* (replace_range): Rename NOMARKERS arg to MARKERS.Richard M. Stallman1998-08-181-5/+7
|
* (ange-ftp-file-name-sans-versions): Don't returnRichard M. Stallman1998-08-181-3/+3
| | | | the shortened version of the file name.
* (Fy_or_n_p): Bind input-method-function to nil.Richard M. Stallman1998-08-181-0/+3
|
* Fix previous change.Kenichi Handa1998-08-181-6/+6
|
* (activate-input-method): Handle theKenichi Handa1998-08-181-4/+8
| | | | | | | case that the arg INPUT-METHOD is nil correctly. (read-multilingual-string): Activate the specified input method before calling read-string. Afterward, activate the original input method.
* Give proper value of `input-method' key toKenichi Handa1998-08-181-0/+5
| | | | all lang. env.
* (Freset_this_command_lengths): Return nil.Richard M. Stallman1998-08-171-8/+49
| | | | | | | | | | | (read_char): [All these changes are in the input method code.] Process and clear before_command_restore_flag before the input method. Save and restore ok_to_echo_at_next_pause and current_kboard->echo_after_prompt. Save, copy and empty this_command_keys, if it is not empty. Clear the echo area before the input method. Then in all cases restore this_command_keys, and reenable echoing if it was enabled before.
* Comment change.Richard M. Stallman1998-08-171-1/+1
|
* ("czech"): Make this input method deterministic,Kenichi Handa1998-08-171-1/+1
| | | | kbd-translate, and show-layout.
* (set-language-environment): ResetKenichi Handa1998-08-171-8/+21
| | | | | syntax and case table to the defaults if the value of unibyte-syntax key is nil.
* (unibyte_display_through_language_environment):Richard M. Stallman1998-08-171-11/+9
| | | | Renamed from x_display_unibyte_char_with_fontset.
* (rmail-output): Always preserve MIME-Version field,Richard M. Stallman1998-08-161-14/+20
| | | | even if it was pruned.
* *** empty log message ***Richard M. Stallman1998-08-161-79/+139
|
* (midnight-float-time): Renamed from float-time.Richard M. Stallman1998-08-161-7/+8
| | | | | | (midnight-time-float): Renamed from time-float. (midnight-buffer-display-time): Renamed from buffer-display-time. (midnight-mode): Specify :initialize. Use nil as default value.
* (vmotion): Don't use WINDOW for Fget_char_propertyRichard M. Stallman1998-08-161-2/+11
| | | | when it is not showing the right buffer.
* (Info-follow-reference): Nice error msg if there was no arg.Richard M. Stallman1998-08-161-0/+4
|
* x_display_unibyte_char_with_fontset renamed toRichard M. Stallman1998-08-152-3/+3
| | | | unibyte_display_via_language_environment.
* (comint-postoutput-scroll-to-bottom): Cope with unsetRichard M. Stallman1998-08-151-1/+2
| | | | comint-last-output-start marker.
* (wait_reading_process_input): If a pty gives EIO,Richard M. Stallman1998-08-151-2/+6
| | | | raise SIGCHLD just in case.
* (widget_store_internal_border): Conditionalize declaration.Richard M. Stallman1998-08-151-0/+2
|
* Fix several translation rules.Kenichi Handa1998-08-151-15/+15
|
* (kkc-help): New function.Kenichi Handa1998-08-151-1/+9
| | | | (kkc-keymap): Use sparse keymap. Add key binding for kkc-help.
* (language-info-alist): Doc-stringKenichi Handa1998-08-151-13/+26
| | | | | | | | | | modified. (set-language-info-alist): Fix typo in doc-string. Update setup-language-environment-map unconditionally. (mule-keymap): Key bindings for set-selection-coding-system and set-next-selection-coding-system. (set-coding-system-map): Add items of set-selection-coding-system and set-next-selection-coding-system.
* (set-selection-coding-system): Make itKenichi Handa1998-08-151-0/+22
| | | | | | interactive. (last-next-selection-coding-system): New variable. (set-next-selection-coding-system): New function.