bpt/emacs.git
26 years ago(isearch-hide-immediately): Doc fix.
Richard M. Stallman [Fri, 1 Aug 1997 04:53:34 +0000 (04:53 +0000)]
(isearch-hide-immediately): Doc fix.

26 years ago(encode_coding_iso2022): When source data ends not at
Kenichi Handa [Fri, 1 Aug 1997 01:36:20 +0000 (01:36 +0000)]
(encode_coding_iso2022): When source data ends not at
character boundardy, set data in coding->carryover correctly, and
set SRC to SRC_END.
(encode_coding_sjis_big5): Likewise.
(encode_coding): Don't set coding->carryover_size to 0.

26 years ago(Fwrite_region): Don't try to flush out a data twice.
Kenichi Handa [Fri, 1 Aug 1997 01:36:20 +0000 (01:36 +0000)]
(Fwrite_region): Don't try to flush out a data twice.

26 years ago(standard-display-european): New arg AUTO.
Richard M. Stallman [Fri, 1 Aug 1997 01:22:16 +0000 (01:22 +0000)]
(standard-display-european): New arg AUTO.
Normally, set enable-multibyte-characters to nil.

26 years ago(command-line): Pass t for AUTO arg to standard-display-european.
Richard M. Stallman [Fri, 1 Aug 1997 01:21:51 +0000 (01:21 +0000)]
(command-line): Pass t for AUTO arg to standard-display-european.

26 years agoMany doc strings and messages changed.
Richard M. Stallman [Fri, 1 Aug 1997 01:04:56 +0000 (01:04 +0000)]
Many doc strings and messages changed.

26 years ago(direct_output_for_insert): Set last_point_x properly.
Richard M. Stallman [Fri, 1 Aug 1997 00:58:56 +0000 (00:58 +0000)]
(direct_output_for_insert): Set last_point_x properly.

26 years ago(x_list_fonts): Request at least 10 fonts by XListFonts.
Kenichi Handa [Fri, 1 Aug 1997 00:29:34 +0000 (00:29 +0000)]
(x_list_fonts): Request at least 10 fonts by XListFonts.

26 years ago(redisplay_window): Fix one-off in handling
Richard M. Stallman [Fri, 1 Aug 1997 00:12:35 +0000 (00:12 +0000)]
(redisplay_window): Fix one-off in handling
scroll-conservatively for scrolling up.

26 years ago(x_list_fonts): Reject a font whose min_bounds.width is 0.
Richard M. Stallman [Thu, 31 Jul 1997 16:44:49 +0000 (16:44 +0000)]
(x_list_fonts): Reject a font whose min_bounds.width is 0.

26 years ago(diary-face, calendar-today-face, holiday-face):
Richard M. Stallman [Thu, 31 Jul 1997 15:38:10 +0000 (15:38 +0000)]
(diary-face, calendar-today-face, holiday-face):
Use defface to define them.

26 years ago(current_lock_owner): Don't try to delete lock
Richard M. Stallman [Thu, 31 Jul 1997 07:54:07 +0000 (07:54 +0000)]
(current_lock_owner): Don't try to delete lock
if this or another existing process owns it!

26 years ago(eval-last-sexp): Ignore `...' around sexp.
Richard M. Stallman [Thu, 31 Jul 1997 06:59:37 +0000 (06:59 +0000)]
(eval-last-sexp): Ignore `...' around sexp.

26 years ago(prefer-coding-system): Change also
Kenichi Handa [Thu, 31 Jul 1997 06:48:05 +0000 (06:48 +0000)]
(prefer-coding-system): Change also
default value of buffer-file-coding-system.

26 years ago(vc-backend-checkin): For CVS, forget the checkout model after commit.
Richard M. Stallman [Thu, 31 Jul 1997 06:23:19 +0000 (06:23 +0000)]
(vc-backend-checkin): For CVS, forget the checkout model after commit.
(vc-backend-checkout): Use "cvs edit" for files with manual checkout.
(vc-minor-part, vc-previous-version): New functions.
(vc-diff): Don't ask or guess version numbers.
(vc-version-diff): Suggest default versions based on the file state.

26 years ago(vc-checkout-model): For CVS, look at
Richard M. Stallman [Thu, 31 Jul 1997 06:16:32 +0000 (06:16 +0000)]
(vc-checkout-model): For CVS, look at
permissions to see if a file is "watched".

26 years ago(read_process_output): Don't call setup_coding_system
Richard M. Stallman [Thu, 31 Jul 1997 06:08:07 +0000 (06:08 +0000)]
(read_process_output): Don't call setup_coding_system
for proc_decode_coding_system[channel].  It is already done in
detect_coding called via decode_coding.

(wait_reading_process_input): Call detect_input_pending
whenever read_kbd is 0, not just when wait_for_cell.

26 years ago(encode_coding_iso2022): Write out invalid multibyte
Kenichi Handa [Thu, 31 Jul 1997 05:55:12 +0000 (05:55 +0000)]
(encode_coding_iso2022): Write out invalid multibyte
forms in a buffer as is.
(detect_coding_mask): If ISO_CODE_CSI appears in an invalid
sequence, ignore it.

26 years agoDo not create style-variants of fontset. They
Kenichi Handa [Thu, 31 Jul 1997 05:54:43 +0000 (05:54 +0000)]
Do not create style-variants of fontset.  They
are just registered in uninstanciated-fontset-alist.

26 years ago(set-face-font-auto): Create a fontset if FONT is a
Kenichi Handa [Thu, 31 Jul 1997 05:54:08 +0000 (05:54 +0000)]
(set-face-font-auto): Create a fontset if FONT is a
fontset not instanciated fontset.

26 years ago(fontset-name-p): New function.
Kenichi Handa [Thu, 31 Jul 1997 05:53:31 +0000 (05:53 +0000)]
(fontset-name-p): New function.
(uninstanciated-fontset-alist): New variable.
(create-fontset-from-fontset-spec): Delete arg STYLE.  Register
style-variants of FONTSET in uninstanciated-fontset-alist.
(create-fontset-from-x-resource): Call
create-fontset-from-fontset-spec correctly.

26 years ago(reference-point-alist): Doc-string modified.
Kenichi Handa [Thu, 31 Jul 1997 05:53:31 +0000 (05:53 +0000)]
(reference-point-alist): Doc-string modified.

26 years agonew version
Michael Kifer [Thu, 31 Jul 1997 04:04:23 +0000 (04:04 +0000)]
new version

26 years ago(lock_if_free): Don't loop; for strange error, return -1.
Richard M. Stallman [Wed, 30 Jul 1997 19:45:01 +0000 (19:45 +0000)]
(lock_if_free): Don't loop; for strange error, return -1.

26 years ago(redisplay_window): Fix previous change.
Richard M. Stallman [Wed, 30 Jul 1997 19:44:31 +0000 (19:44 +0000)]
(redisplay_window): Fix previous change.

(decode_mode_spec_coding): If multibyte chars disabled.
display only the eol flag.

26 years ago(uniquify-buffer-name-style): Fix typo.
Richard M. Stallman [Wed, 30 Jul 1997 19:29:13 +0000 (19:29 +0000)]
(uniquify-buffer-name-style): Fix typo.

26 years ago(info-node, info-xref, info-menu-5):
Richard M. Stallman [Wed, 30 Jul 1997 18:15:19 +0000 (18:15 +0000)]
(info-node, info-xref, info-menu-5):
Define faces with defface.
(Info-mode): Don't define faces here, and don't alter Info-fontify.
Locally set line-move-ignore-invisible.
(Info-fontify-node): Test type of frame here.

26 years agoUpdate distribution terms.
Richard M. Stallman [Wed, 30 Jul 1997 16:14:07 +0000 (16:14 +0000)]
Update distribution terms.

26 years ago(mspools-using-vm): Better handling of VM initialization.
Richard M. Stallman [Wed, 30 Jul 1997 16:12:30 +0000 (16:12 +0000)]
(mspools-using-vm): Better handling of VM initialization.
(mspools-size-folder): Allow symbolic links to spool files.

26 years agoSynched with 1.9954.
Per Abrahamsen [Wed, 30 Jul 1997 12:04:50 +0000 (12:04 +0000)]
Synched with 1.9954.

26 years ago(LIBXMU): Alternative definition if CANNOT_DUMP.
Richard M. Stallman [Wed, 30 Jul 1997 04:28:44 +0000 (04:28 +0000)]
(LIBXMU): Alternative definition if CANNOT_DUMP.

26 years ago(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
Richard M. Stallman [Wed, 30 Jul 1997 04:24:46 +0000 (04:24 +0000)]
(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.

26 years ago(CPPFLAGS): Get this from configure, like CFLAGS.
Richard M. Stallman [Wed, 30 Jul 1997 04:22:56 +0000 (04:22 +0000)]
(CPPFLAGS): Get this from configure, like CFLAGS.

26 years ago(mule-menu-keymap): Fix menu item names.
Richard M. Stallman [Wed, 30 Jul 1997 04:10:55 +0000 (04:10 +0000)]
(mule-menu-keymap): Fix menu item names.

26 years agoMinor cleanup.
Richard M. Stallman [Wed, 30 Jul 1997 03:57:26 +0000 (03:57 +0000)]
Minor cleanup.

26 years agoComment change.
Richard M. Stallman [Wed, 30 Jul 1997 02:21:19 +0000 (02:21 +0000)]
Comment change.

26 years agodon't add text for the modeline.
Simon Marshall [Tue, 29 Jul 1997 12:25:05 +0000 (12:25 +0000)]
don't add text for the modeline.

26 years ago(Fformat_time_string): Don't hang if strftime produces
Richard M. Stallman [Tue, 29 Jul 1997 02:29:32 +0000 (02:29 +0000)]
(Fformat_time_string): Don't hang if strftime produces
an empty string.  Fix arguments of second call to strftime.
Remove check for result being negative, this cannot happen.

26 years ago(rmail-resend): Use user-mail-address.
Richard M. Stallman [Tue, 29 Jul 1997 02:15:28 +0000 (02:15 +0000)]
(rmail-resend): Use user-mail-address.

26 years ago(sort_args): Check properly for `--'.
Richard M. Stallman [Tue, 29 Jul 1997 00:53:09 +0000 (00:53 +0000)]
(sort_args): Check properly for `--'.

26 years agoupdate from main archive 970728
Ulrich Drepper [Mon, 28 Jul 1997 23:37:45 +0000 (23:37 +0000)]
update from main archive 970728

26 years ago(makefile-space-face): Add defface.
Richard M. Stallman [Mon, 28 Jul 1997 22:22:27 +0000 (22:22 +0000)]
(makefile-space-face): Add defface.
(makefile-define-space-face): Function deleted.
(makefile-mode): Don't call makefile-define-space-font.

26 years ago(x_new_font): Follow the change in x_set_scroll_bar_width and make the
Richard M. Stallman [Mon, 28 Jul 1997 18:33:11 +0000 (18:33 +0000)]
(x_new_font): Follow the change in x_set_scroll_bar_width and make the
scroll bar at least 14 pixels wide.

26 years ago(Fx_create_frame): Initialize fontset in output_data.
Richard M. Stallman [Mon, 28 Jul 1997 18:30:44 +0000 (18:30 +0000)]
(Fx_create_frame): Initialize fontset in output_data.

26 years ago(non_ascii_char_to_string): Fix typos.
Richard M. Stallman [Mon, 28 Jul 1997 18:20:01 +0000 (18:20 +0000)]
(non_ascii_char_to_string): Fix typos.

26 years ago(debug-ignored-errors): Delete ^Quit$ element.
Richard M. Stallman [Mon, 28 Jul 1997 17:17:28 +0000 (17:17 +0000)]
(debug-ignored-errors): Delete ^Quit$ element.

26 years ago[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
Richard M. Stallman [Mon, 28 Jul 1997 17:04:18 +0000 (17:04 +0000)]
[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.

26 years agoSynched with 1.9951.
Per Abrahamsen [Mon, 28 Jul 1997 15:46:57 +0000 (15:46 +0000)]
Synched with 1.9951.

26 years ago(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
Richard M. Stallman [Mon, 28 Jul 1997 15:10:21 +0000 (15:10 +0000)]
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.

26 years ago(map_obarray): Don't crash if something strange is in the obarray.
Richard M. Stallman [Mon, 28 Jul 1997 15:09:31 +0000 (15:09 +0000)]
(map_obarray): Don't crash if something strange is in the obarray.

26 years ago(update-autoloads-from-directories):
Richard M. Stallman [Mon, 28 Jul 1997 15:09:00 +0000 (15:09 +0000)]
(update-autoloads-from-directories):
Always update loaddefs.el in the source-directory.

26 years agoSupport auto-configuration of both Kerberos V4 and
Richard M. Stallman [Mon, 28 Jul 1997 05:52:35 +0000 (05:52 +0000)]
Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
Include <string.h> when STDC_HEADERS is defined, to get
declarations of string functions.
[KERBEROS5] (socket_connection): Support the current MIT Kerberos
V5 API rather than the old one.
[KERBEROS] (socket_connection): Change a constant name from
SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
with a constant in a header file.

26 years agoSupport auto-configuration of both Kerberos V4 and
Richard M. Stallman [Mon, 28 Jul 1997 05:51:59 +0000 (05:51 +0000)]
Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.

26 years ago(prefer-coding-system): Fix doc, prompt.
Richard M. Stallman [Mon, 28 Jul 1997 05:26:38 +0000 (05:26 +0000)]
(prefer-coding-system): Fix doc, prompt.

26 years ago(redisplay_window): When text has not changed,
Richard M. Stallman [Mon, 28 Jul 1997 04:55:45 +0000 (04:55 +0000)]
(redisplay_window): When text has not changed,
call compute_motion starting from the former PT if possible.
If PT is unchanged from w->last_point, don't do compute_motion at all.

26 years agoDescribe the separate distributions leim and intlfonts.
Richard M. Stallman [Mon, 28 Jul 1997 01:19:19 +0000 (01:19 +0000)]
Describe the separate distributions leim and intlfonts.

26 years ago(LDFLAGS): Get this from configure, like CFLAGS.
Richard M. Stallman [Sun, 27 Jul 1997 21:40:24 +0000 (21:40 +0000)]
(LDFLAGS): Get this from configure, like CFLAGS.

26 years ago(syms_of_callproc): Don't init Vtemp_file_name_pattern here.
Richard M. Stallman [Sun, 27 Jul 1997 21:38:49 +0000 (21:38 +0000)]
(syms_of_callproc): Don't init Vtemp_file_name_pattern here.

26 years agoComment change.
Richard M. Stallman [Sun, 27 Jul 1997 20:04:29 +0000 (20:04 +0000)]
Comment change.

26 years ago(fill-context-prefix): Be stricter about
Richard M. Stallman [Sun, 27 Jul 1997 19:56:21 +0000 (19:56 +0000)]
(fill-context-prefix): Be stricter about
whether first-line prefix is compatible with second-line prefix.

26 years agoCustomized.
Richard M. Stallman [Sun, 27 Jul 1997 19:53:27 +0000 (19:53 +0000)]
Customized.

26 years agoCustomized.
Richard M. Stallman [Sun, 27 Jul 1997 19:50:06 +0000 (19:50 +0000)]
Customized.

Doc fixes.

26 years ago(compile-command): More doc fix.
Richard M. Stallman [Sun, 27 Jul 1997 19:25:02 +0000 (19:25 +0000)]
(compile-command): More doc fix.

26 years ago(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.
Richard M. Stallman [Sun, 27 Jul 1997 01:54:56 +0000 (01:54 +0000)]
(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.

26 years ago(file-coding-system-alist): Use no-conversion for tar files.
Richard M. Stallman [Sun, 27 Jul 1997 00:07:08 +0000 (00:07 +0000)]
(file-coding-system-alist): Use no-conversion for tar files.

26 years ago(jka-compr-added-to-file-coding-system-alist): New var.
Richard M. Stallman [Sun, 27 Jul 1997 00:06:20 +0000 (00:06 +0000)]
(jka-compr-added-to-file-coding-system-alist): New var.
(jka-compr-insert-file-contents): Set coding-system-for-read
according to file name after removing compression suffix.
(jka-compr-install): Add elemets to file-coding-system-alist.
(jka-compr-uninstall): Remove elements from file-coding-system-alist.

26 years ago(line-move): If intangibility moves us to a different line,
Richard M. Stallman [Sat, 26 Jul 1997 22:22:59 +0000 (22:22 +0000)]
(line-move): If intangibility moves us to a different line,
adjust the hpos nicely in that line.

26 years ago(read-quoted-char): Consistently downcase letter "digits".
Richard M. Stallman [Sat, 26 Jul 1997 22:21:49 +0000 (22:21 +0000)]
(read-quoted-char): Consistently downcase letter "digits".

26 years ago(strout, printchar): Handle minibuffer_auto_raise.
Richard M. Stallman [Sat, 26 Jul 1997 22:20:51 +0000 (22:20 +0000)]
(strout, printchar): Handle minibuffer_auto_raise.

26 years ago(mail-mode): Make adaptive-fill-regexp
Richard M. Stallman [Sat, 26 Jul 1997 22:19:26 +0000 (22:19 +0000)]
(mail-mode): Make adaptive-fill-regexp
match more values.  Bind adaptive-fill-first-line-regexp too.

26 years agoRecognize SunOS 3.x.
Per Bothner [Sat, 26 Jul 1997 19:01:01 +0000 (19:01 +0000)]
Recognize SunOS 3.x.

26 years ago(telnet): Handle multiple telnet programs better.
Richard M. Stallman [Sat, 26 Jul 1997 18:41:15 +0000 (18:41 +0000)]
(telnet): Handle multiple telnet programs better.
(telnet-host-properties): New variable.

26 years agoDelete MPEG Audio (it is forbidden).
Richard M. Stallman [Sat, 26 Jul 1997 01:52:56 +0000 (01:52 +0000)]
Delete MPEG Audio (it is forbidden).
Explain more about why Qt is important.
Delete screen-savers item.

26 years ago(dumpglyphs): Check the dimension of FONT while
Richard M. Stallman [Sat, 26 Jul 1997 01:43:07 +0000 (01:43 +0000)]
(dumpglyphs): Check the dimension of FONT while
setting `byte1' and `byte2' members of *CP.

(XTread_socket): Trap the BadMatch error that can occur
after a XSetInputFocus if window is not visible.

26 years ago(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.
Richard M. Stallman [Sat, 26 Jul 1997 01:41:59 +0000 (01:41 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.

26 years ago(display_text_line): Don't count minibuf_prompt_width twice in taboffset.
Richard M. Stallman [Sat, 26 Jul 1997 01:41:03 +0000 (01:41 +0000)]
(display_text_line): Don't count minibuf_prompt_width twice in taboffset.

26 years ago(display_menu): If an item is disabled,
Richard M. Stallman [Sat, 26 Jul 1997 01:40:05 +0000 (01:40 +0000)]
(display_menu): If an item is disabled,
don't display its submenu (if any).

26 years agoUpdate leim/leim-list.el.
Richard M. Stallman [Fri, 25 Jul 1997 22:33:06 +0000 (22:33 +0000)]
Update leim/leim-list.el.
Pass along value of $EMACS when updating lisp dir.

26 years ago(occur): Local variable line-start redundant.
Richard M. Stallman [Fri, 25 Jul 1997 22:21:49 +0000 (22:21 +0000)]
(occur): Local variable line-start redundant.
`occur-marker' extends to the end of the line rather than one char before end.

26 years agoComment change.
Richard M. Stallman [Fri, 25 Jul 1997 22:10:42 +0000 (22:10 +0000)]
Comment change.

26 years ago(rmail-pop-password-error): New variable.
Richard M. Stallman [Fri, 25 Jul 1997 22:08:24 +0000 (22:08 +0000)]
(rmail-pop-password-error): New variable.
(rmail-insert-inbox-text): If there's an error getting mail from
the POP server, and the error matches rmail-pop-password-error or
we prompted for the POP password, assume that the password is
incorrect and erase it so that the user will be prompted again the
next time he gets mail.

26 years ago(awk-mode): Call c-initialize-cc-mode.
Richard M. Stallman [Fri, 25 Jul 1997 20:51:42 +0000 (20:51 +0000)]
(awk-mode): Call c-initialize-cc-mode.

26 years ago(compile-command): Doc fix.
Richard M. Stallman [Fri, 25 Jul 1997 19:02:00 +0000 (19:02 +0000)]
(compile-command): Doc fix.

26 years ago(Fwrite_region): Fix previous change.
Richard M. Stallman [Fri, 25 Jul 1997 18:12:53 +0000 (18:12 +0000)]
(Fwrite_region): Fix previous change.

26 years ago(doug_lea_malloc): Make __after_morecore_hook a
Richard M. Stallman [Fri, 25 Jul 1997 17:57:47 +0000 (17:57 +0000)]
(doug_lea_malloc): Make __after_morecore_hook a
prerequisite to the use of Doug Lea's malloc.

26 years ago(compilation-error-regexp-alist): Add elt for EPC F90.
Richard M. Stallman [Fri, 25 Jul 1997 17:29:29 +0000 (17:29 +0000)]
(compilation-error-regexp-alist): Add elt for EPC F90.

compilation-mode-font-lock-keywords: Ensure that each
regexp generated from compilation-error-regexp-alist begins with "^".

26 years ago(quail-update-leim-list-file): Call
Kenichi Handa [Fri, 25 Jul 1997 13:34:18 +0000 (13:34 +0000)]
(quail-update-leim-list-file): Call
find-file-noselect with t for arguments NOWARN and RAWFILE.

26 years ago(leim-list-entry-regexp): Make this match only at beginning of line.
Kenichi Handa [Fri, 25 Jul 1997 13:13:00 +0000 (13:13 +0000)]
(leim-list-entry-regexp): Make this match only at beginning of line.

26 years agocustomise & make installation/deinstallation happen on mode command not file load.
Simon Marshall [Fri, 25 Jul 1997 11:36:34 +0000 (11:36 +0000)]
customise & make installation/deinstallation happen on mode command not file load.

26 years agoWrap minibuffer-auto-raise where nec. to stop frame raising.
Simon Marshall [Fri, 25 Jul 1997 11:35:08 +0000 (11:35 +0000)]
Wrap minibuffer-auto-raise where nec. to stop frame raising.

26 years agoAdd type specs "explicit" "mutable".
Simon Marshall [Fri, 25 Jul 1997 11:34:20 +0000 (11:34 +0000)]
Add type specs "explicit" "mutable".

26 years ago(read-input-method-name): Show more appropriate error message.
Kenichi Handa [Fri, 25 Jul 1997 08:06:19 +0000 (08:06 +0000)]
(read-input-method-name): Show more appropriate error message.

26 years ago(compute_motion): Handle display table correctly for
Kenichi Handa [Fri, 25 Jul 1997 08:01:02 +0000 (08:01 +0000)]
(compute_motion): Handle display table correctly for
multibyte characters.

26 years ago(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
Kenichi Handa [Fri, 25 Jul 1997 07:53:16 +0000 (07:53 +0000)]
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.

26 years ago(CODING_REQUIRE_TEXT_CONVERSION,
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(CODING_REQUIRE_TEXT_CONVERSION,
CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted.
(CODING_REQUIRE_NO_CONVERSION): New macro.
(CODING_MAY_REQUIRE_NO_CONVERSION): New macro.

26 years ago(read_process_output): Use new macro
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(read_process_output): Use new macro
CODING_REQUIRE_NO_CONVERSION
(send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION.

26 years ago(Finsert_file_contents): Use new macros
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(Finsert_file_contents): Use new macros
CODING_MAY_REQUIRE_NO_CONVERSION and
CODING_MAY_REQUIRE_NO_CONVERSION.
(Fwrite_region): Correct the logic for deciding coding system.

26 years ago(setup-thai-environment): Add correct autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-thai-environment): Add correct autoload cookie.

26 years ago(setup-tibetan-environment): Correct
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-tibetan-environment): Correct
coding system names.  Set default-input-method to "tibetan-wylie".

26 years ago(setup-vietnamese-environment): Add autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-vietnamese-environment): Add autoload cookie.