bpt/emacs.git
26 years ago(Fstart_process): If enable-multibyte-characters is
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Fstart_process): If enable-multibyte-characters is
nil, set coding system for decoding output of process to
emacs-mule, and set coding system for encoding to nil.
(Fopen_network_stream): If enable-multibyte-characters is nil, set
coding systems for decoding and encoding to nil.

26 years ago(Finsert_file_contents): If enable-multibyte-characters
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Finsert_file_contents): If enable-multibyte-characters
is nil, decode character code by emacs-mule.
(Fwrite_region): Use buffer-file-coding-system for encoding if
enable-multibyte-characters is nil.

26 years ago(x_list_fonts): Initialize the variable LIST to Qnil.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(x_list_fonts): Initialize the variable LIST to Qnil.

26 years ago(skkdic-okuri-ari): Doc-string
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(skkdic-okuri-ari): Doc-string
modified.
(skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise.
(skkdic-lookup-key): Add 4th argument PREFER-NOUN.  Arrange order
of returning list according to this value.

26 years ago(kkc-region): Call skkdic-lookup-key with
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(kkc-region): Call skkdic-lookup-key with
t for arg PREFER-NOUN while looking up key sequences shorter than
what a user requested.
(kkc-next-phrace): Likewise.

26 years ago(print-fontset): Output format tuned.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(print-fontset): Output format tuned.
(describe-fontset): Likewise.
(list-fontsets): Likewise.

26 years ago(quail-conversion-help): Source code indentation changed.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(quail-conversion-help): Source code indentation changed.

26 years ago(delete-selection-mode): Doc fix.
Richard M. Stallman [Sun, 6 Jul 1997 23:51:30 +0000 (23:51 +0000)]
(delete-selection-mode): Doc fix.

26 years ago[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.
Richard M. Stallman [Sun, 6 Jul 1997 23:43:39 +0000 (23:43 +0000)]
[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.

26 years ago(update_dynamic_symbols): Add cast when setting reladdr.
Richard M. Stallman [Sun, 6 Jul 1997 23:24:28 +0000 (23:24 +0000)]
(update_dynamic_symbols): Add cast when setting reladdr.

26 years ago(widget-field-use-before-change): Reenable for Emacs 20.
Richard M. Stallman [Sun, 6 Jul 1997 23:12:14 +0000 (23:12 +0000)]
(widget-field-use-before-change): Reenable for Emacs 20.

(widget-choose): Using keyboard, if all choices are
diabled, just report an error.

26 years ago(menu-bar-files-menu): Use make-frame-command
Richard M. Stallman [Sat, 5 Jul 1997 21:33:06 +0000 (21:33 +0000)]
(menu-bar-files-menu): Use make-frame-command
as in C-x 5 2, rather than make-frame.

26 years ago(Fsignal, find_handler_clause): If ERROR_SYMBOL
Richard M. Stallman [Sat, 5 Jul 1997 19:58:21 +0000 (19:58 +0000)]
(Fsignal, find_handler_clause): If ERROR_SYMBOL
is nil, assume it's in the car of DATA.

26 years ago(face-set-after-frame-default): New ubroutine,
Richard M. Stallman [Sat, 5 Jul 1997 19:28:02 +0000 (19:28 +0000)]
(face-set-after-frame-default): New ubroutine,
taken from x-create-frame-with-faces.
(x-create-frame-with-faces): Call it.
(face-italic-p, face-bold-p): Use equal to compare fonts.
(frame-update-faces): Function now a no-op.

26 years ago(set-language-environment): Do the real work here.
Richard M. Stallman [Sat, 5 Jul 1997 19:26:53 +0000 (19:26 +0000)]
(set-language-environment): Do the real work here.
(current-language-environment): New variable.
(setup-specified-language-environment): Call set-language-environment.
Set current-language-environment.
(describe-language-environment):
By default, use current-language-environment.

26 years ago(help-map): Bind I to describe-input-method.
Richard M. Stallman [Sat, 5 Jul 1997 18:08:50 +0000 (18:08 +0000)]
(help-map): Bind I to describe-input-method.
(help-map): Bind L to describe-language-environment.

26 years ago(help-for-help): Update help text.
Richard M. Stallman [Sat, 5 Jul 1997 18:07:30 +0000 (18:07 +0000)]
(help-for-help): Update help text.

26 years ago(x_set_font): Funcall Qface_set_after_frame_default.
Richard M. Stallman [Sat, 5 Jul 1997 08:26:04 +0000 (08:26 +0000)]
(x_set_font): Funcall Qface_set_after_frame_default.
(Qface_set_after_frame_default): New variable.
(syms_of_xfns): Initialize and staticpro it.

26 years ago(x_make_frame_visible): Don't move the frame
Richard M. Stallman [Sat, 5 Jul 1997 08:23:34 +0000 (08:23 +0000)]
(x_make_frame_visible): Don't move the frame
if it was iconified--only if it was invisible.

26 years ago(sendmail-user-agent-compose): New function;
Richard M. Stallman [Sat, 5 Jul 1997 03:44:54 +0000 (03:44 +0000)]
(sendmail-user-agent-compose): New function;
this has the code that was in sendmail-user-agent.
(sendmail-user-agent): Use sendmail-user-agent-compose.

26 years ago(reporter-compose-outgoing): Use functionp,
Richard M. Stallman [Sat, 5 Jul 1997 03:41:35 +0000 (03:41 +0000)]
(reporter-compose-outgoing): Use functionp,
not fboundp, to test validity of COMPOSE.

26 years agoInclude float.h before lisp.h.
Richard M. Stallman [Sat, 5 Jul 1997 03:27:25 +0000 (03:27 +0000)]
Include float.h before lisp.h.

26 years ago(rindex): Add declaration.
Richard M. Stallman [Sat, 5 Jul 1997 03:19:16 +0000 (03:19 +0000)]
(rindex): Add declaration.

26 years ago(SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.
Richard M. Stallman [Sat, 5 Jul 1997 02:41:45 +0000 (02:41 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.

26 years ago(complete-symbol): Accept an argument.
Richard M. Stallman [Sat, 5 Jul 1997 00:56:01 +0000 (00:56 +0000)]
(complete-symbol): Accept an argument.
(debug-ignored-errors): Add ^ to "No tags table loaded".
Make the etags.el strings correspond to latest etags.el.

26 years ago(next-file, tags-loop-scan): Fix error message.
Richard M. Stallman [Sat, 5 Jul 1997 00:54:32 +0000 (00:54 +0000)]
(next-file, tags-loop-scan): Fix error message.
(visit-tags-table-buffer, complete-tag): Likewise.

26 years ago(latin-1, latin-2. latin-3, latin-4, latin-5):
Richard M. Stallman [Sat, 5 Jul 1997 00:25:53 +0000 (00:25 +0000)]
(latin-1, latin-2. latin-3, latin-4, latin-5):
Define coding system aliases.

26 years ago(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Richard M. Stallman [Sat, 5 Jul 1997 00:22:54 +0000 (00:22 +0000)]
(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.

Fix bugs with inappropriate mixing of Lisp_Object with int.

26 years ago(install-leim): Correct previous change.
Richard M. Stallman [Sat, 5 Jul 1997 00:20:22 +0000 (00:20 +0000)]
(install-leim): Correct previous change.

26 years ago(compilation-error-regexp-alist):
Richard M. Stallman [Fri, 4 Jul 1997 21:05:11 +0000 (21:05 +0000)]
(compilation-error-regexp-alist):
Support for IAR Systems C compiler added.

26 years agoFinish previous change.
Richard M. Stallman [Fri, 4 Jul 1997 21:03:05 +0000 (21:03 +0000)]
Finish previous change.

26 years ago(forward-visible-line): Use forward-line, not
Richard M. Stallman [Fri, 4 Jul 1997 21:01:42 +0000 (21:01 +0000)]
(forward-visible-line): Use forward-line, not
vertical-motion, when moving backwards.

26 years agoInitial revision
Richard M. Stallman [Fri, 4 Jul 1997 20:56:42 +0000 (20:56 +0000)]
Initial revision

26 years ago(RE_TRANSLATE): Define default assuming simple integers.
Richard M. Stallman [Fri, 4 Jul 1997 20:46:51 +0000 (20:46 +0000)]
(RE_TRANSLATE): Define default assuming simple integers.

26 years ago(TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Richard M. Stallman [Fri, 4 Jul 1997 20:46:22 +0000 (20:46 +0000)]
(TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Use RE_TRANSLATE instead of accessing translate array directly.

26 years agoFix bugs with inappropriate mixing of Lisp_Object with int.
Richard M. Stallman [Fri, 4 Jul 1997 20:44:52 +0000 (20:44 +0000)]
Fix bugs with inappropriate mixing of Lisp_Object with int.

26 years agoFix bugs with inappropriate mixing of Lisp_Object with int.
Richard M. Stallman [Fri, 4 Jul 1997 20:43:49 +0000 (20:43 +0000)]
Fix bugs with inappropriate mixing of Lisp_Object with int.

Update copyright year.

26 years agoRequire thingatpt when compiling.
Richard M. Stallman [Fri, 4 Jul 1997 20:00:43 +0000 (20:00 +0000)]
Require thingatpt when compiling.
(browse-url-url-at-point): Use `thing-at-point' (with URL code
moved from here).
(browse-url-looking-at): Moved to thingatpt.el, renamed and changed.

26 years ago(thing-at-point): Use `thing-at-point' property, if any.
Richard M. Stallman [Fri, 4 Jul 1997 19:59:49 +0000 (19:59 +0000)]
(thing-at-point): Use `thing-at-point' property, if any.
(bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property.
(thing-at-point-bounds-of-url-at-point): New function.
(thing-at-point-looking-at): New function, adapted from old
browse-url-looking-at.
(thing-at-point-url-at-point): New function, adapted from
browse-url-url-at-point.
(thing-at-point-url-chars): Variable deleted.
(thing-at-point-url-path-regexp, thing-at-point-short-url-regexp,
thing-at-point-url-regexp, thing-at-point-markedup-url-regexp):
New variables.
(url): `beginning-op' property function changed to use
`thing-at-point-bounds-of-url-at-point'.  `end-op' property no
longer set -- functionality no longer supported for the more
sophisticated treatment of URLs so `forward-thing' no longer works
in this case.

26 years ago(custom-mode-map): Bind n and p.
Richard M. Stallman [Fri, 4 Jul 1997 19:43:04 +0000 (19:43 +0000)]
(custom-mode-map): Bind n and p.

26 years ago(report-emacs-bug): Don't include messages
Richard M. Stallman [Fri, 4 Jul 1997 19:08:11 +0000 (19:08 +0000)]
(report-emacs-bug): Don't include messages
in *Messages* generated by report-emacs-bug itself.

26 years ago(mail-complete-alist): Don't use backquote.
Richard M. Stallman [Fri, 4 Jul 1997 18:56:19 +0000 (18:56 +0000)]
(mail-complete-alist): Don't use backquote.

26 years agoComment change.
Richard M. Stallman [Fri, 4 Jul 1997 18:44:38 +0000 (18:44 +0000)]
Comment change.

26 years ago(Fformat): Add second argument in call to Ftruncate.
Richard M. Stallman [Fri, 4 Jul 1997 18:41:53 +0000 (18:41 +0000)]
(Fformat): Add second argument in call to Ftruncate.

26 years ago(init_system_name): Don't accept "(none)" as domain.
Richard M. Stallman [Fri, 4 Jul 1997 18:38:36 +0000 (18:38 +0000)]
(init_system_name): Don't accept "(none)" as domain.

26 years ago(overlay_strings): Finish up previous change.
Richard M. Stallman [Fri, 4 Jul 1997 18:36:58 +0000 (18:36 +0000)]
(overlay_strings): Finish up previous change.

26 years agoFix previous change.
Per Abrahamsen [Fri, 4 Jul 1997 13:25:17 +0000 (13:25 +0000)]
Fix previous change.

26 years agoNew command names.
Per Abrahamsen [Fri, 4 Jul 1997 13:24:25 +0000 (13:24 +0000)]
New command names.

26 years agoSynched with 1.9945.
Per Abrahamsen [Fri, 4 Jul 1997 12:52:14 +0000 (12:52 +0000)]
Synched with 1.9945.

26 years agoUse `color' instead of `editable-color'.
Per Abrahamsen [Fri, 4 Jul 1997 12:03:12 +0000 (12:03 +0000)]
Use `color' instead of `editable-color'.

26 years agoSynched with 1.9944.
Per Abrahamsen [Fri, 4 Jul 1997 09:44:36 +0000 (09:44 +0000)]
Synched with 1.9944.

26 years agoInitial revision
Richard M. Stallman [Fri, 4 Jul 1997 05:07:07 +0000 (05:07 +0000)]
Initial revision

26 years ago(lisp, shortlisp): Some files moved to subdirs.
Richard M. Stallman [Fri, 4 Jul 1997 05:05:10 +0000 (05:05 +0000)]
(lisp, shortlisp): Some files moved to subdirs.

26 years agoSome files are in different directories.
Richard M. Stallman [Fri, 4 Jul 1997 04:59:58 +0000 (04:59 +0000)]
Some files are in different directories.

26 years ago(x_set_scroll_bar_width): By default, use enough
Richard M. Stallman [Fri, 4 Jul 1997 04:48:13 +0000 (04:48 +0000)]
(x_set_scroll_bar_width): By default, use enough
columns to give 14 or more pixels.

26 years ago(next-line, previous-line): Doc fixes.
Richard M. Stallman [Fri, 4 Jul 1997 04:47:05 +0000 (04:47 +0000)]
(next-line, previous-line): Doc fixes.

(kill-line): Doc fix.

26 years ago[__GNU__]: Test for not NeXT.
Richard M. Stallman [Fri, 4 Jul 1997 04:45:19 +0000 (04:45 +0000)]
[__GNU__]: Test for not NeXT.

26 years agoearlier changes be me on 3 July included updating the infor on the GNU
John Gilmore [Fri, 4 Jul 1997 04:44:53 +0000 (04:44 +0000)]
earlier changes be me on 3 July included updating the infor on the GNU
Hurd Task List -len

26 years ago(diary-float): Fix errors in previous change.
Richard M. Stallman [Fri, 4 Jul 1997 04:44:29 +0000 (04:44 +0000)]
(diary-float): Fix errors in previous change.

26 years ago(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
Richard M. Stallman [Fri, 4 Jul 1997 04:43:38 +0000 (04:43 +0000)]
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.

26 years agofix TeX overfills -len
John Gilmore [Fri, 4 Jul 1997 04:43:36 +0000 (04:43 +0000)]
fix TeX overfills -len

26 years ago(tex-common-initialization):
Richard M. Stallman [Fri, 4 Jul 1997 04:41:46 +0000 (04:41 +0000)]
(tex-common-initialization):
Set search-whitespace-regexp locally.

26 years ago(LD_SWITCH_SYSTEM_TEMACS): Add #undef.
Richard M. Stallman [Fri, 4 Jul 1997 02:01:53 +0000 (02:01 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Add #undef.

26 years ago(send_process): Make buf and temp_buf `unsigned char *'.
Richard M. Stallman [Fri, 4 Jul 1997 02:01:31 +0000 (02:01 +0000)]
(send_process): Make buf and temp_buf  `unsigned char *'.

26 years ago(he-dabbrev-skip-space): Fix previous change.
Richard M. Stallman [Fri, 4 Jul 1997 00:44:33 +0000 (00:44 +0000)]
(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.

26 years ago(load-with-code-conversion):
Richard M. Stallman [Fri, 4 Jul 1997 00:17:55 +0000 (00:17 +0000)]
(load-with-code-conversion):
Don't run kill-buffer-hook or kill-buffer-query-functions.

26 years ago(show-paren-idle-timer): New defvar.
Richard M. Stallman [Fri, 4 Jul 1997 00:16:50 +0000 (00:16 +0000)]
(show-paren-idle-timer): New defvar.
(show-paren-mode): Add :initialize attr in the defcustom.
Test the value at end of file, and turn on the mode if true.

26 years ago(desktop-clear-preserve-buffers): New variable.
Richard M. Stallman [Fri, 4 Jul 1997 00:13:36 +0000 (00:13 +0000)]
(desktop-clear-preserve-buffers): New variable.
(desktop-clear): Kill all buffers except internal ones
and those listed in desktop-clear-preserve-buffers.

26 years ago(find-grep-dired): Use -type f.
Richard M. Stallman [Fri, 4 Jul 1997 00:11:24 +0000 (00:11 +0000)]
(find-grep-dired): Use -type f.

26 years agoMinor fixes.
Richard M. Stallman [Thu, 3 Jul 1997 23:33:46 +0000 (23:33 +0000)]
Minor fixes.

26 years agofixed bad @node Next reference -len
John Gilmore [Thu, 3 Jul 1997 22:16:37 +0000 (22:16 +0000)]
fixed bad @node Next reference -len

26 years ago("Japanese"): List iso-2022-7bit coding system instead of japanese-iso-7bit.
Richard M. Stallman [Thu, 3 Jul 1997 20:53:32 +0000 (20:53 +0000)]
("Japanese"): List iso-2022-7bit coding system instead of japanese-iso-7bit.

26 years ago(delete-selection-mode): Doc fix.
Richard M. Stallman [Thu, 3 Jul 1997 20:03:04 +0000 (20:03 +0000)]
(delete-selection-mode): Doc fix.

26 years ago(gnus-group-set-mode-line):
Richard M. Stallman [Thu, 3 Jul 1997 19:07:26 +0000 (19:07 +0000)]
(gnus-group-set-mode-line):
Update how mode-line-modified is set.

26 years agoFix previous change.
Richard M. Stallman [Thu, 3 Jul 1997 07:21:22 +0000 (07:21 +0000)]
Fix previous change.

26 years ago(custom-face-attributes): Use editable-color widget.
Richard M. Stallman [Thu, 3 Jul 1997 07:12:19 +0000 (07:12 +0000)]
(custom-face-attributes): Use editable-color widget.

26 years ago(color-sample, editable-color): New widget types.
Richard M. Stallman [Thu, 3 Jul 1997 07:11:10 +0000 (07:11 +0000)]
(color-sample, editable-color): New widget types.

(widget-button-face): Default value widget-button-face.
(widget-default-button-face-get): Use variable widget-button-face.

26 years ago(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman [Thu, 3 Jul 1997 07:09:29 +0000 (07:09 +0000)]
(custom-buffer-create-internal): New arg DESCRIPTION
is inserted in the buffer to describe it.
(custom-buffer-create-other-window, custom-buffer-create):
New arg DESCRIBE; pass it along.
(customize-group): Pass DESCRIBE argument.
(custom-face-menu): Improve Set and Save item strings.
(custom-group-menu): Likewise.

(custom): Don't set :button-face.
(custom-mode): Use custom-button-face here
as buffer-local value of widget-button-face.

26 years ago(LD_SWITCH_SYSTEM_TEMACS): New variable.
Richard M. Stallman [Thu, 3 Jul 1997 04:05:29 +0000 (04:05 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): New variable.
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.

26 years ago(LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
Richard M. Stallman [Thu, 3 Jul 1997 04:05:16 +0000 (04:05 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Defined.  Move -e here.
(LD_SWITCH_SYSTEM): Don't use -e option here.

26 years ago(report-emacs-bug): Don't assume the exit command
Richard M. Stallman [Thu, 3 Jul 1997 02:29:48 +0000 (02:29 +0000)]
(report-emacs-bug): Don't assume the exit command
is mail-send-and-exit for all user agents.

26 years ago(show-paren-mode): Add a defvar before first use.
Richard M. Stallman [Thu, 3 Jul 1997 01:06:11 +0000 (01:06 +0000)]
(show-paren-mode): Add a defvar before first use.

26 years ago(display-time-string-forms): Use %M, not %m.
Richard M. Stallman [Wed, 2 Jul 1997 20:01:13 +0000 (20:01 +0000)]
(display-time-string-forms): Use %M, not %m.

26 years ago(compilation-parse-errors): Skip 2 lines only for Compilation major mode.
Richard M. Stallman [Wed, 2 Jul 1997 19:29:45 +0000 (19:29 +0000)]
(compilation-parse-errors): Skip 2 lines only for Compilation major mode.

26 years ago(sigpause): Don't define if already defined.
Richard M. Stallman [Wed, 2 Jul 1997 18:17:11 +0000 (18:17 +0000)]
(sigpause): Don't define if already defined.

26 years ago(lisp, shortlisp): Add widget.elc.
Richard M. Stallman [Wed, 2 Jul 1997 17:03:57 +0000 (17:03 +0000)]
(lisp, shortlisp): Add widget.elc.

26 years agoSynched with 1.9942.
Per Abrahamsen [Wed, 2 Jul 1997 15:35:18 +0000 (15:35 +0000)]
Synched with 1.9942.

26 years agoModify docstring of char category
Kenichi Handa [Wed, 2 Jul 1997 12:59:43 +0000 (12:59 +0000)]
Modify docstring of char category
1.  Change char category 5 to symbol.  Adjust category definition
of Tibetan characters and Thai characters for this change.

26 years agoFix typo in doc-string of charset
Kenichi Handa [Wed, 2 Jul 1997 12:59:43 +0000 (12:59 +0000)]
Fix typo in doc-string of charset
indian-1-column.  Adjust for the name change of
standard-character-unification-table-for-decode and
standard-character-unification-table-for-encode.

26 years ago(print-list): Use macro when.
Kenichi Handa [Wed, 2 Jul 1997 12:59:42 +0000 (12:59 +0000)]
(print-list): Use macro when.
(sort-charset-list): New function.
(charset-other-info-func): Delete this variable.
(list-character-sets): Handle a prefix argument.  If it is nil,
make the output format less cryptic.
(print-designation): Use macro when.
(describe-current-coding-system): Likewise.
(describe-current-coding-system): Delete unnecessary progn.
(list-coding-systems): Handle prefix a prefix argument instead of
checking (interactive-p).  Do not print coding categories.
(list-coding-categories): New function.
(print-fontset): Name changed from describe-fontset-internal.
(describe-fontset): Make the output less cryptic.
(list-fontsets): New function.
(list-input-methods): Use macro when.
(insert-section): Change a name of first argument.
(mule-diag): Doc-string modified.  Use with-output-to-temp-buffer.
Use insert-buffer-substring instead of insert-buffer.
(dump-charsets): Make it callable interactively.
(dump-codings): Likewise.

26 years ago(charset-bytes, charset-dimension,
Kenichi Handa [Wed, 2 Jul 1997 12:59:41 +0000 (12:59 +0000)]
(charset-bytes, charset-dimension,
charset-chars, charset-width, charset-direction,
charset-iso-final-char, charset-iso-graphic-plane,
charset-reverse-charset, cahrset-short-name, charset-long-name,
charset-description, charset-plit, set-charset-plist): Document
them.
(make-char, charset-list): Doc-string modified.
(find-new-buffer-file-coding-system): Fix bug of handling the
coding system undecided.

26 years agoCoding system name changed to
Kenichi Handa [Wed, 2 Jul 1997 12:59:37 +0000 (12:59 +0000)]
Coding system name changed to
iso-2022-7bit-short.
(skkdic-convert): Fix typo in a comment.
(skkdic-convert): Save buffer in iso-2022-7bit-short.
(skkdic-extract-conversion-data): Fix a bug in regular expression
pattern.

26 years ago(quail-guidance-buf): Make it buffer
Kenichi Handa [Wed, 2 Jul 1997 12:59:37 +0000 (12:59 +0000)]
(quail-guidance-buf): Make it buffer
local.
(quail-guidance-win): New variable.  Make it buffer local.
(quail-current-translations): Doc-string modified.
(quail-current-data): Make it buffer local.
(quail-define-package): Update input-method-alist.
(quail-defrule): Doc-string modified.
(quail-defrule-internal): Document it.
(quail-get-translation): Change the format of DEF part.
(quail-lookup-key): Make the second argument LEN optional.  Reset
quail-current-translations to nil.
(quail-map-definition): New funtion.
(quail-get-current-str): New function.
(quail-guidance-translations-starting-column): New variable.
(quail-update-current-translations): New function.
(quail-translate-key): Adjusted for the change of DEF format.
Call quail-update-current-translations
(quail-next-translation): Call quail-update-current-translations.
(quail-prev-translation): Likewise.
(quail-next-translation-block): Likewise.
(quail-prev-translation-block): Likewise.
(quail-select-translation): Deleted.
(quail-make-guidance-frame): New function.
(quail-show-guidance-buf): Handle the case that minibuffer is in a
separate frame.
(quail-hide-guidance-buf): Likewise.
(quail-show-translations): Call
quail-update-current-translations.  Check width of a frame to be
used.
(quail-completion): Do not supply LEN argument to
quail-lookup-key.
(quail-help): Use with-output-to-temp-buffer.
(quail-translation-help): Likewise.
(quail-conversion-help): Likewise.
(quail-update-leim-list-file): Save buffer without making a backup
file.

26 years agoAdd license note.
Kenichi Handa [Wed, 2 Jul 1997 12:59:36 +0000 (12:59 +0000)]
Add license note.
(tit-encode-list): Fix typo (euc-kk -> euc-kr).
(quail-cxterm-package-title-alist): New variable.
(tit-make-quail-package-file-name): Name changed from
tit-make-quail-package-name.
(tit-process-header): Check quail-cxterm-package-title-alist to
decide a package name.
(titdic-convert): Call tit-make-quail-package-file-name.
(batch-titdic-convert): Likewise.

26 years agoCall set-language-info-alist for IPA.
Kenichi Handa [Wed, 2 Jul 1997 12:58:31 +0000 (12:58 +0000)]
Call set-language-info-alist for IPA.
(setup-ipa-environment): New function.

26 years agoUse true coding system names instead of
Kenichi Handa [Wed, 2 Jul 1997 12:58:30 +0000 (12:58 +0000)]
Use true coding system names instead of
aliases.  Adjusted for the change of an input method name.
(decode-hz-region): Fix comments.
(encode-hz-region): Fix a coding system name.

26 years ago(setup-vietnamese-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:30 +0000 (12:58 +0000)]
(setup-vietnamese-environment): Adjusted
for the change of an input method name.

26 years ago(setup-korean-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:29 +0000 (12:58 +0000)]
(setup-korean-environment): Adjusted
for the change of an input method name.

26 years ago(setup-lao-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:29 +0000 (12:58 +0000)]
(setup-lao-environment): Adjusted
for the change of an input method name.

26 years ago(setup-thai-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:29 +0000 (12:58 +0000)]
(setup-thai-environment): Adjusted
for the change of an input method name.