bpt/emacs.git
26 years ago[HAVE_UNISTD_H]: Include unistd.h.
Richard M. Stallman [Sun, 20 Jul 1997 17:37:56 +0000 (17:37 +0000)]
[HAVE_UNISTD_H]: Include unistd.h.

26 years ago(custom-declare-variable-early): New function.
Richard M. Stallman [Sun, 20 Jul 1997 17:36:48 +0000 (17:36 +0000)]
(custom-declare-variable-early): New function.
(custom-declare-variable-list): New variable.
(read-quoted-char-radix): Use defvar and custom-declare-variable-early.

(functionp): Doc fix.

26 years ago(jka-compr-insert-file-contents): Bind coding-system-for-read.
Richard M. Stallman [Sun, 20 Jul 1997 04:50:25 +0000 (04:50 +0000)]
(jka-compr-insert-file-contents): Bind coding-system-for-read.
(jka-compr-write-region): Bind coding-system-for-write.
Set buffer-file-type if dos or nt.
(jka-compr-call-process): Bind coding-system-for-read
and coding-system-for-write.

26 years ago(shell-mode): Do set list-files-directory locally.
Richard M. Stallman [Sun, 20 Jul 1997 04:13:45 +0000 (04:13 +0000)]
(shell-mode): Do set list-files-directory locally.

26 years ago(w32_clear_end_of_line): Include scroll bar width.
Geoff Voelker [Sun, 20 Jul 1997 04:03:49 +0000 (04:03 +0000)]
(w32_clear_end_of_line): Include scroll bar width.

26 years ago(uniquify-buffer-file-name): Minor change.
Richard M. Stallman [Sun, 20 Jul 1997 03:46:24 +0000 (03:46 +0000)]
(uniquify-buffer-file-name): Minor change.

26 years ago(modify-coding-system-alist): Move to mule.el
Geoff Voelker [Sun, 20 Jul 1997 01:32:15 +0000 (01:32 +0000)]
(modify-coding-system-alist): Move to mule.el

26 years ago(modify-coding-system-alist): Moved to mule-util.el.
Geoff Voelker [Sun, 20 Jul 1997 01:31:41 +0000 (01:31 +0000)]
(modify-coding-system-alist): Moved to mule-util.el.

26 years ago[windows-nt, ms-dos]: Undo loading
Geoff Voelker [Sun, 20 Jul 1997 01:31:14 +0000 (01:31 +0000)]
[windows-nt, ms-dos]: Undo loading
of international/mule-utils.

26 years ago(find-buffer-file-type-coding-system):
Geoff Voelker [Sun, 20 Jul 1997 01:30:54 +0000 (01:30 +0000)]
(find-buffer-file-type-coding-system):
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.

26 years ago(mail): Ask a different question, if buffer is visiting a file.
Richard M. Stallman [Sat, 19 Jul 1997 08:15:46 +0000 (08:15 +0000)]
(mail): Ask a different question, if buffer is visiting a file.

26 years ago(mail-mode): Set adaptive-fill-regexp specially to cater to supercite.
Richard M. Stallman [Sat, 19 Jul 1997 08:11:51 +0000 (08:11 +0000)]
(mail-mode): Set adaptive-fill-regexp specially to cater to supercite.

(mail-indent-citation): Take region args.
(mail-yank-original, mail-yank-region): Pass the args.

26 years ago(BASE_PURESIZE): Increased to 410000.
Richard M. Stallman [Sat, 19 Jul 1997 07:29:46 +0000 (07:29 +0000)]
(BASE_PURESIZE): Increased to 410000.

26 years ago(auto-mode-alist): Recognize .emacs in MSDOG syntax.
Richard M. Stallman [Sat, 19 Jul 1997 05:39:06 +0000 (05:39 +0000)]
(auto-mode-alist): Recognize .emacs in MSDOG syntax.

26 years ago(hs-special-modes-alist): Use a regexp generated by regexp-opt.
Richard M. Stallman [Sat, 19 Jul 1997 05:34:45 +0000 (05:34 +0000)]
(hs-special-modes-alist): Use a regexp generated by regexp-opt.
(hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have
to move inside intangible overlays. Enable edebug.

26 years ago(search-invisible): Fix typo.
Richard M. Stallman [Sat, 19 Jul 1997 05:34:23 +0000 (05:34 +0000)]
(search-invisible): Fix typo.
(isearch-search): Bind inhibit-point-motion-hooks because we might
have to search inside invisible and intangible text.
(isearch-open-overlay-temporary): Delete forgoten debug message.
(isearch-range-invisible): Fix typo in doc-string.

26 years ago(redisplay_internal): Calculate new_count properly
Richard M. Stallman [Sat, 19 Jul 1997 05:22:59 +0000 (05:22 +0000)]
(redisplay_internal): Calculate new_count properly
for non-window displays.

26 years agoNew node Encryption Projects.
Richard M. Stallman [Sat, 19 Jul 1997 03:29:32 +0000 (03:29 +0000)]
New node Encryption Projects.

Add a number of misc. projects.

26 years ago(find-buffer-file-type-coding-system):
Richard M. Stallman [Sat, 19 Jul 1997 03:27:19 +0000 (03:27 +0000)]
(find-buffer-file-type-coding-system):
Use emacs-mule-dos for text file names; use undecided-dos
for the last resort (instead of emacs-mule-dos).

26 years ago(Fcompleting_read): gcpro def.
Richard M. Stallman [Sat, 19 Jul 1997 03:26:48 +0000 (03:26 +0000)]
(Fcompleting_read): gcpro def.

26 years ago(Finsert_file_contents) [DOS_NT]: Use the coding
Richard M. Stallman [Fri, 18 Jul 1997 22:56:16 +0000 (22:56 +0000)]
(Finsert_file_contents) [DOS_NT]: Use the coding
system to determine buffer_file_type.
(Fwrite_region): Only use Qbuffer_file_coding_system
before checking file-coding-system-alist if non-nil.
(Fwrite_region) [DOS_NT]: Delete conditional code.

26 years ago(Ffind_operation_coding_system): Use Ffboundp to
Richard M. Stallman [Fri, 18 Jul 1997 22:55:49 +0000 (22:55 +0000)]
(Ffind_operation_coding_system): Use Ffboundp to
check for a function entry.

26 years ago[windows-nt, ms-dos]: Load international/mule-utils.
Richard M. Stallman [Fri, 18 Jul 1997 22:54:38 +0000 (22:54 +0000)]
[windows-nt, ms-dos]: Load international/mule-utils.

26 years ago(find-buffer-file-type-coding-system)
Richard M. Stallman [Fri, 18 Jul 1997 22:54:23 +0000 (22:54 +0000)]
(find-buffer-file-type-coding-system)
(find-binary-process-coding-system, find-buffer-file-type-match):
New functions.

(find-buffer-file-type): Use find-buffer-file-type-match.
Add find-buffer-file-type-coding-system to file-coding-system-alist
as the default entry.
Add find-binary-process-coding-system to process-coding-system-alist
as the default entry.

26 years ago(vc-diff): Turn off previous change.
Richard M. Stallman [Fri, 18 Jul 1997 19:03:30 +0000 (19:03 +0000)]
(vc-diff): Turn off previous change.

26 years ago(custom-group-value-create) <tree>: Don't distinguish
Richard M. Stallman [Fri, 18 Jul 1997 18:59:20 +0000 (18:59 +0000)]
(custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them.
(customize-browse): Fix top-of-buffer doc text.

26 years agonew version
Michael Kifer [Fri, 18 Jul 1997 18:55:36 +0000 (18:55 +0000)]
new version

26 years agoMany doc fixes.
Richard M. Stallman [Fri, 18 Jul 1997 18:17:20 +0000 (18:17 +0000)]
Many doc fixes.

26 years ago(direct_output_forward_char): Reenable check against
Richard M. Stallman [Fri, 18 Jul 1997 17:50:12 +0000 (17:50 +0000)]
(direct_output_forward_char): Reenable check against
truncated text at end of line.

26 years ago(display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.
Richard M. Stallman [Fri, 18 Jul 1997 17:46:56 +0000 (17:46 +0000)]
(display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.

26 years ago(vc-diff): If file is unchanged, ask for the version
André Spiegel [Fri, 18 Jul 1997 16:06:57 +0000 (16:06 +0000)]
(vc-diff): If file is unchanged, ask for the version
number to compare with.
(vc-retrieve-snapshot): If no NAME is specified, check out
latest versions of all unlocked files.
(vc-next-action-on-file): For CVS files with implicit checkout: if
unmodified, don't do anything.
(vc-clear-headers): Regexp more restricted, so as not to destroy file
contents by mistake.
(vc-backend-merge-news): Better analysis of status reported by CVS.
Set file properties accordingly.

26 years ago(vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
André Spiegel [Fri, 18 Jul 1997 16:06:22 +0000 (16:06 +0000)]
(vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
(vc-toggle-read-only): Also work in vc-dired buffers.

26 years ago(texinfo-all-menus-update)
Richard M. Stallman [Fri, 18 Jul 1997 02:57:14 +0000 (02:57 +0000)]
(texinfo-all-menus-update)
(texinfo-master-menu, texinfo-multiple-files-update):
Search for texinfo-master-menu-header as a string, not a regexp.
(texinfo-master-menu-header): Move defvar earlier.

26 years agoComment change.
Richard M. Stallman [Fri, 18 Jul 1997 02:16:42 +0000 (02:16 +0000)]
Comment change.

26 years ago(c-initialize-cc-mode): New function.
Richard M. Stallman [Fri, 18 Jul 1997 02:16:22 +0000 (02:16 +0000)]
(c-initialize-cc-mode): New function.
(c-mode, c++-mode, objc-mode, java-mode): Call it.

26 years ago(c-load-all): Function deleted.
Richard M. Stallman [Fri, 18 Jul 1997 02:14:22 +0000 (02:14 +0000)]
(c-load-all): Function deleted.

26 years ago(c-initialize-builtin-style): Use copy-sequence
Richard M. Stallman [Fri, 18 Jul 1997 02:12:00 +0000 (02:12 +0000)]
(c-initialize-builtin-style): Use copy-sequence
instead of c-copy-tree.

(c-copy-tree): Function deleted.

26 years ago(c-maybe-labelp): Add defvar.
Richard M. Stallman [Fri, 18 Jul 1997 02:11:28 +0000 (02:11 +0000)]
(c-maybe-labelp): Add defvar.

26 years agoRequire cc-defs for the c-add-syntax macro.
Richard M. Stallman [Fri, 18 Jul 1997 02:10:48 +0000 (02:10 +0000)]
Require cc-defs for the c-add-syntax macro.

(c-electric-backspace): Must get 'supercede property
values to work with delsel and pending-del.

(c-electric-brace): Fix ebola eradication consequence
in the preserve-p test.

26 years agoRequire 'cc-defs for the definition of c-emacs-features.
Richard M. Stallman [Fri, 18 Jul 1997 02:09:34 +0000 (02:09 +0000)]
Require 'cc-defs for the definition of c-emacs-features.

(c-symbol-key): First character must be a letter or underscore.

(c-make-inherited-keymap): Change to a defun.

(c-mode-menu): Added uncomment region and slight rearrangement of items.

26 years ago[HAVE_UNISTD_H]: Include unistd.h.
Richard M. Stallman [Thu, 17 Jul 1997 23:49:47 +0000 (23:49 +0000)]
[HAVE_UNISTD_H]: Include unistd.h.

26 years ago(delete-selection-mode): Add custom-loads property.
Richard M. Stallman [Thu, 17 Jul 1997 21:59:31 +0000 (21:59 +0000)]
(delete-selection-mode): Add custom-loads property.

26 years agonew version
Michael Kifer [Thu, 17 Jul 1997 19:37:07 +0000 (19:37 +0000)]
new version

26 years ago(dired-omit-files): Add ".#foo" lock files to omissions.
Richard M. Stallman [Thu, 17 Jul 1997 19:15:13 +0000 (19:15 +0000)]
(dired-omit-files): Add ".#foo" lock files to omissions.

26 years ago(show-paren-match-face): Use gray on all non-color screens.
Richard M. Stallman [Thu, 17 Jul 1997 18:36:12 +0000 (18:36 +0000)]
(show-paren-match-face): Use gray on all non-color screens.

26 years ago(HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
Richard M. Stallman [Thu, 17 Jul 1997 18:33:34 +0000 (18:33 +0000)]
(HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):
(HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.

26 years ago(xcar, xcdr): Print with /x.
Richard M. Stallman [Thu, 17 Jul 1997 18:32:27 +0000 (18:32 +0000)]
(xcar, xcdr): Print with /x.

26 years ago(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
Richard M. Stallman [Thu, 17 Jul 1997 18:18:05 +0000 (18:18 +0000)]
(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.

26 years ago(lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
Kenichi Handa [Thu, 17 Jul 1997 07:20:32 +0000 (07:20 +0000)]
(lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
(lrt-handle-maa-sakod): Correctly handle the case that quail-current-data
is nil.
(lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" + tone.

26 years agoModified to avoid *.el files being regarded
Kenichi Handa [Thu, 17 Jul 1997 07:18:50 +0000 (07:18 +0000)]
Modified to avoid *.el files being regarded
as intermidiate files and deleted by GNU make.

26 years ago(batch-titdic-convert): Add optional arg FORCE.
Kenichi Handa [Thu, 17 Jul 1997 07:16:21 +0000 (07:16 +0000)]
(batch-titdic-convert): Add optional arg FORCE.

26 years ago(replace_range): New function.
Richard M. Stallman [Thu, 17 Jul 1997 06:51:28 +0000 (06:51 +0000)]
(replace_range): New function.

26 years ago(display_text_line): Handle the case of point being in
Richard M. Stallman [Thu, 17 Jul 1997 06:29:36 +0000 (06:29 +0000)]
(display_text_line): Handle the case of point being in
the invisible part of the line beyond the left margin.

26 years ago(read-quoted-char): Handle non-character events.
Richard M. Stallman [Thu, 17 Jul 1997 06:24:48 +0000 (06:24 +0000)]
(read-quoted-char): Handle non-character events.

26 years agoUpdate copyright year.
Richard M. Stallman [Thu, 17 Jul 1997 05:52:50 +0000 (05:52 +0000)]
Update copyright year.

26 years agoImprove text of messages.
Richard M. Stallman [Thu, 17 Jul 1997 05:45:38 +0000 (05:45 +0000)]
Improve text of messages.

26 years ago(quoted-insert): Doc fix.
Richard M. Stallman [Thu, 17 Jul 1997 04:45:19 +0000 (04:45 +0000)]
(quoted-insert): Doc fix.

26 years ago(dired-find-file): Better error message
Richard M. Stallman [Wed, 16 Jul 1997 20:55:50 +0000 (20:55 +0000)]
(dired-find-file): Better error message
for symlink to nonexistent target.

26 years agoConvert arm32:NetBSD to normal arm canonicalization.
Erich Stefan Boleyn [Wed, 16 Jul 1997 14:45:30 +0000 (14:45 +0000)]
Convert arm32:NetBSD to normal arm canonicalization.

26 years ago(quoted-insert): Doc fix.
Richard M. Stallman [Wed, 16 Jul 1997 05:37:04 +0000 (05:37 +0000)]
(quoted-insert): Doc fix.

26 years ago(read-quoted-char): Read any number of octal digits,
Richard M. Stallman [Wed, 16 Jul 1997 05:34:38 +0000 (05:34 +0000)]
(read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.

26 years ago(yank, yank-pop): Clear out read-only prop.
Richard M. Stallman [Wed, 16 Jul 1997 05:33:34 +0000 (05:33 +0000)]
(yank, yank-pop): Clear out read-only prop.

26 years ago(set-auto-mode): If -*- line specifies a mode,
Richard M. Stallman [Wed, 16 Jul 1997 05:30:34 +0000 (05:30 +0000)]
(set-auto-mode): If -*- line specifies a mode,
then even if we don't use it because of just-from-file-name,
still let it prevent taking the mode from a file name.

(basic-save-buffer-1): Clarify error message.
(cd-absolute): Likewise.

26 years ago(texinfo-format-buffer-1): Insert, here,
Richard M. Stallman [Wed, 16 Jul 1997 05:29:01 +0000 (05:29 +0000)]
(texinfo-format-buffer-1): Insert, here,
the info about what file this is and what it was made from,
just before returning.
(texinfo-format-setfilename): Generate no output.

26 years agoArrange for the leim tar file to unpack in emacs-M.N/leim.
Richard M. Stallman [Wed, 16 Jul 1997 04:55:54 +0000 (04:55 +0000)]
Arrange for the leim tar file to unpack in emacs-M.N/leim.

26 years ago(mail-extr-voodoo): Get rid of comments at an early stage.
Richard M. Stallman [Wed, 16 Jul 1997 04:37:17 +0000 (04:37 +0000)]
(mail-extr-voodoo): Get rid of comments at an early stage.

26 years ago(apropos-print): Use customize-group-other-window, not customize-other-window.
Richard M. Stallman [Tue, 15 Jul 1997 23:12:14 +0000 (23:12 +0000)]
(apropos-print): Use customize-group-other-window, not customize-other-window.

26 years ago(mail-mode-auto-fill): Use insert-before-markers.
Richard M. Stallman [Tue, 15 Jul 1997 19:34:10 +0000 (19:34 +0000)]
(mail-mode-auto-fill): Use insert-before-markers.

26 years ago(internal_self_insert): When overwriting, use replace_range.
Richard M. Stallman [Tue, 15 Jul 1997 19:22:53 +0000 (19:22 +0000)]
(internal_self_insert): When overwriting, use replace_range.

26 years ago(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman [Tue, 15 Jul 1997 19:21:04 +0000 (19:21 +0000)]
(custom-unlispify-remove-prefixes): New variable.
(custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes.

(customize-browse): Don't take an argument.

(customize-browse): Improve start-of-buffer message.

(custom-help-menu): Variable deleted.
(custom-menu-reset): Function deleted.
(Custom-menu-update): Likewise.

26 years ago(c-copy-tree): Fix bugs.
Richard M. Stallman [Tue, 15 Jul 1997 19:09:24 +0000 (19:09 +0000)]
(c-copy-tree): Fix bugs.

26 years ago(tmm-prompt): Use save-excursion around completing-read code.
Richard M. Stallman [Tue, 15 Jul 1997 19:07:02 +0000 (19:07 +0000)]
(tmm-prompt): Use save-excursion around completing-read code.
(tmm-add-prompt): Clean up using save-selected-window
and with-current-buffer.

26 years ago(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.
Richard M. Stallman [Tue, 15 Jul 1997 19:00:36 +0000 (19:00 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change.

26 years agoFix previous change.
Richard M. Stallman [Tue, 15 Jul 1997 18:58:44 +0000 (18:58 +0000)]
Fix previous change.

26 years ago(global-map): Turn off the S-SPC binding.
Richard M. Stallman [Tue, 15 Jul 1997 18:51:38 +0000 (18:51 +0000)]
(global-map): Turn off the S-SPC binding.

26 years agoAdd comment describing HAVE_PSTAT_GETDYNAMIC.
Jim Meyering [Tue, 15 Jul 1997 13:21:56 +0000 (13:21 +0000)]
Add comment describing HAVE_PSTAT_GETDYNAMIC.

26 years agochange maintainer.
Simon Marshall [Tue, 15 Jul 1997 08:32:51 +0000 (08:32 +0000)]
change maintainer.

26 years agoDoc-string of Quail package japanese modified.
Kenichi Handa [Tue, 15 Jul 1997 08:28:51 +0000 (08:28 +0000)]
Doc-string of Quail package japanese modified.

26 years agoInitial revision
Kenichi Handa [Tue, 15 Jul 1997 08:27:10 +0000 (08:27 +0000)]
Initial revision

26 years agoRules re-written to avoid tricky code.
Kenichi Handa [Tue, 15 Jul 1997 08:26:35 +0000 (08:26 +0000)]
Rules re-written to avoid tricky code.
(CHINEGE-GB): Include quail/py-punct.elc.
(CHINEGE-BIG5): Include quail/py-punct-b5.elc.

26 years ago(mule-keymap): Bind l to set-language-environment.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(mule-keymap): Bind l to set-language-environment.
(set-language-environment): Remove autoload cookie.  Accept null input
for resetting to default.
(select-input-method): Signal error if enable-multibyte-characters is
nil.
(toggle-input-method): Likewise.

26 years ago(coding-category-emacs-mule): Replace coding-category-iso-else with
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(coding-category-emacs-mule): Replace coding-category-iso-else with
coding-category-iso-7-else and coding-category-iso-8-else.

26 years ago(describe-current-coding-system): Use coding-category-iso-7-else
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.

26 years ago(make-coding-system): Distinguish coding-category-iso-7-else and
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(make-coding-system): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.

26 years ago(quail-translate-key): Fix previous change.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(quail-translate-key): Fix previous change.

26 years ago(tit-process-body): Ignore vacant entries.
Kenichi Handa [Tue, 15 Jul 1997 08:24:47 +0000 (08:24 +0000)]
(tit-process-body): Ignore vacant entries.

26 years ago(report-emacs-bug-run-tersely): New variable
Kenichi Handa [Tue, 15 Jul 1997 08:23:58 +0000 (08:23 +0000)]
(report-emacs-bug-run-tersely): New variable
(report-emacs-bug): Insert warnings for novice usres in *mail* buffer.
Set enable-multibyte-characters to nil.
(report-emacs-bug-hook): Check non-English letters.  Confirm about
sending a report to FSF.

26 years ago(mail-setup): Kill the local binding of enable-multibyte-characters.
Kenichi Handa [Tue, 15 Jul 1997 08:23:58 +0000 (08:23 +0000)]
(mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.

26 years ago(setup-chinese-gb-environment): Adjusted for the change of coding
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-chinese-gb-environment): Adjusted for the change of coding
category names.  Set default-input-method to chinese-py-punct.
(setup-chinese-big5-environment): Set default-input-method to
chinese-py-punct-b5.
(setup-chinese-cns-environment): Set default-input-method correctly.

26 years ago(setup-english-environment): Adjusted for the change of coding
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-english-environment): Adjusted for the change of coding
category names.

26 years ago(setup-ethiopic-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-ethiopic-environment): Set default-input-method correctly.

26 years ago(setup-japanese-environment): Adjusted for the change of coding
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-japanese-environment): Adjusted for the change of coding
category names.  Set default-input-method correctly.

26 years ago(setup-korean-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-korean-environment): Set default-input-method correctly.

26 years ago(setup-tibetan-environment): Set default-input-method correctly.
Kenichi Handa [Tue, 15 Jul 1997 08:22:18 +0000 (08:22 +0000)]
(setup-tibetan-environment): Set default-input-method correctly.

26 years ago(detect_coding_iso2022): Distinguish coding-category-iso-7-else and
Kenichi Handa [Tue, 15 Jul 1997 08:21:17 +0000 (08:21 +0000)]
(detect_coding_iso2022): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.

26 years ago(CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
Kenichi Handa [Tue, 15 Jul 1997 08:21:17 +0000 (08:21 +0000)]
(CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted
(CODING_CATEGORY_IDX_ISO_7_ELSE): New macro.
(CODING_CATEGORY_IDX_ISO_8_ELSE): New macro
(CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted.
(CODING_CATEGORY_MASK_ISO_7_ELSE): New macro.
(CODING_CATEGORY_MASK_ISO_8_ELSE): New macro.
(CODING_CATEGORY_MASK_ANY): Adjusted for the above change.

26 years agoCustomise. Don't modify pre-command-hook on file load; do in command.
Simon Marshall [Tue, 15 Jul 1997 07:45:25 +0000 (07:45 +0000)]
Customise.  Don't modify pre-command-hook on file load; do in command.

26 years agoCustomise. Don't install bindings on file load; use a fn.
Simon Marshall [Tue, 15 Jul 1997 07:43:48 +0000 (07:43 +0000)]
Customise.  Don't install bindings on file load; use a fn.

26 years ago(isearch-char-to-string): Use char-to-string.
Richard M. Stallman [Tue, 15 Jul 1997 00:23:03 +0000 (00:23 +0000)]
(isearch-char-to-string): Use char-to-string.
(isearch-quote-char): Add nonascii-insert-offset.

26 years agoautomatically generated from GPLed version
Miles Bader [Mon, 14 Jul 1997 22:54:30 +0000 (22:54 +0000)]
automatically generated from GPLed version