1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

19602 Commits

Author SHA1 Message Date
Kenichi Handa
747ccff1e8 ("ethiopic"): Doc-sring fixed. Change the arg
TRANSLATION-KEYS.
(quail-mode-map): Change binding for ethio-insert-ethio-space.
(quail-mode-hook): Check the current Quail package name.
1997-09-01 07:21:00 +00:00
Kenichi Handa
4ef06f7580 (get-language-info): Accept a symbol
as the arg LANGUAGE-NAME.
(set-language-info): Likewise.
(set-language-info-alist): Likewise.
(register-input-method): Accept a symbol as the args INPUT-METHOD
and LANGUAGE-NAME.
(activate-input-method): Accept a symbol as the args INPUT-METHOD.
(describe-input-method): Likewise.
(read-multilingual-string): Likewise.
(set-language-environment): Accept a symbol as the arg
LANGUAGE-NAME.
(describe-language-environment): Likewise.
1997-09-01 07:19:38 +00:00
Kenichi Handa
6356130450 (set-auto-coding): Name changed from
auto-file-coding-system.  The argument STRING is now a
concatination of the heading 1K-byte and the tailing 3K-byte of a
file.
(set-auto-coding-function): Set it to `set-auto-coding'.
1997-09-01 07:19:38 +00:00
Kenichi Handa
f5c7c0ebaf (quail-translation-keymap): Do not bind
"\C-c" to quail-abort-translation.
(quail-mode-map): Bind key codes 128 through 256 to
quail-start-translation.
(quail-translation-keymap): Bind key codes 128 through 256 to
quail-self-insert-command.
(quail-conversion-keymap): Bind key codes 128 through 256 to
quail-start-translation-in-conversion-mode.
1997-09-01 07:19:38 +00:00
Kenichi Handa
70e9e25ef5 (ethio-sera-to-fidel-region,
ethio-sera-to-fidel-buffer, ethio-fidel-to-sera-region,
ethio-fidel-to-sera-buffer): Doc-string fixed.
1997-09-01 07:19:05 +00:00
Kenichi Handa
3fa0a9aafd (hack-local-variables-prop-line): Ignore coding: tag.
(hack-one-local-variable): Likewise.
1997-09-01 07:17:07 +00:00
Kenichi Handa
ef128a918e (ispell-region): Take acount of the fact that `ispell'
will return OFFSET by counting non-ASCII characters as one.
(ispell-dictionary-alist-1): Add coding systems to each entry.
(ispell-dictionary-alist-2): Likewise.
(ispell-get-coding-system): New function.
(ispell-decode-string): New function.
(ispell-get-casechars): Decode the string if necessary.
(ispell-get-not-casechars, ispell-get-otherchars): Likewise.
1997-09-01 07:17:07 +00:00
Kenichi Handa
5c6257e54f (LEADING_CODE_PRIVATE_22): Comment fixed. 1997-09-01 07:15:46 +00:00
Kenichi Handa
e9c509cd76 (read_process_output): Index for
proc_encode_coding_system should be p->outfd (not `channel' which
is p->infd).
1997-09-01 07:15:46 +00:00
Kenichi Handa
0414b39470 (Vset_auto_coding_function): Name changed from
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.
1997-09-01 07:15:46 +00:00
Richard M. Stallman
bc63f59a6e (install-arch-indep): Verify ./lisp has simple.el in it
before trying to copy anything from it.
1997-08-31 23:21:24 +00:00
Richard M. Stallman
0b93aa5389 (init_system_name): Don't try to use getdomainname. 1997-08-31 18:03:03 +00:00
Richard M. Stallman
5d05a34bae Comment change. 1997-08-31 17:18:41 +00:00
Richard M. Stallman
36b7e5233a (byte-compile-output-file-form): Handle custom-declare-variable. 1997-08-31 17:07:28 +00:00
Richard M. Stallman
3fe77f98b1 (scan_lisp_file): Handle custom-declare-variable. 1997-08-31 17:05:53 +00:00
Richard M. Stallman
e27269847b MSDOS-related changes. 1997-08-31 16:42:40 +00:00
Richard M. Stallman
51bab9999e Require cl at compile time. 1997-08-31 07:58:46 +00:00
Richard M. Stallman
838bf4737f (pop3-md5): New function.
(pop3-apop): Use pop3-md5, not md5.
(pop3-md5-program): New variable.
1997-08-31 07:58:03 +00:00
Richard M. Stallman
095fb03edb (change-log-font-lock-keywords): Add more to prev change. 1997-08-31 04:24:03 +00:00
Richard M. Stallman
228282068d (format-subtract-regions): New function.
(format-property-increment-region): New function.

(format-deannotate-region): When multiple annotations
go into a single text property, split the outer annotations (with
format-subtract-regions) instead of resetting them; use lists of
regions instead of a single number for the text property start.

(format-deannotate-region): Don't change extents of
enclosing annotations of the same kind.

(format-deannotate-region): Use
property-increment-region to add to numeric properties.
1997-08-30 23:25:29 +00:00
Richard M. Stallman
80216a47a4 (defgroup, defcustom): Add Emacs 19 compatibility definitions. 1997-08-30 19:48:14 +00:00
Richard M. Stallman
fdbc88f98b (dired-get-filename): Encode file name using the buffer's coding system. 1997-08-30 19:46:24 +00:00
Richard M. Stallman
413d1aa236 (mail-send): Complain about invalid header line. 1997-08-30 18:03:33 +00:00
Richard M. Stallman
e523f7e526 (change_frame_size_1): Save current buffer
around calling Fset_window_buffer.
1997-08-30 17:51:22 +00:00
Richard M. Stallman
7b88a4cfec (Fload): Fix doc syntax. 1997-08-30 16:20:02 +00:00
Richard M. Stallman
48de5f13b5 (HAVE_ALLOCA): Do define this, if SOLARIS2. 1997-08-30 07:18:39 +00:00
Richard M. Stallman
a45bad2a88 (free_frame_menubar): Clear menubar_height field. 1997-08-30 07:15:19 +00:00
Richard M. Stallman
fdeed41814 (man/Makefile): New target.
(tags): Define env var EMACS and run Makefile from build dir.
1997-08-30 07:14:23 +00:00
Richard M. Stallman
211f7dcdee (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix. 1997-08-29 19:53:25 +00:00
Richard M. Stallman
5c5631cf9b (free_marker): Call unchain_marker. 1997-08-29 19:52:57 +00:00
Richard M. Stallman
d910f08cc1 (text-mode-hook-identify): New function,
put on text-mode-hook.  Set text-mode-variant here.
(text-mode): Don't set it here.
1997-08-29 17:07:26 +00:00
Richard M. Stallman
57a5447071 (quail-define-package): New arg SIMPLE.
(quail-simple-translation-keymap): New keymap.
1997-08-29 07:21:44 +00:00
Richard M. Stallman
f5af76c296 (standard-display-european): Doc fix. 1997-08-29 05:22:39 +00:00
Richard M. Stallman
bacb2d1246 (menu-bar-make-toggle): New macro.
(menu-bar-options-menu): New submenu of Help menu.
Define several menu items for it.
1997-08-29 02:12:38 +00:00
Richard M. Stallman
d2705a1815 (compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
check more carefully for the rest of the error message.
1997-08-29 02:08:28 +00:00
Richard M. Stallman
a337fe7f35 (update-leim-list-file): Make it handle multiple directories.
(update-all-leim-list-files): Deleted.
1997-08-29 02:06:39 +00:00
Richard M. Stallman
9ba344f7bf (set-terminal-coding-system):
Enable for menus whenever not using X.
(set-keyboard-coding-system): Likewise.
1997-08-28 20:08:00 +00:00
Kenichi Handa
992f23f203 (detect_eol): Do not select no-conversion even if EOL
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.
1997-08-28 10:54:13 +00:00
Kenichi Handa
27901516b6 (Qno_conversion, Qundecided): New variables.
(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.
1997-08-28 10:51:12 +00:00
Kenichi Handa
e80de6b18f (coding_type): New member coding_type_raw_text.
(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.
1997-08-28 10:51:12 +00:00
Kenichi Handa
93f4fb5964 (setup-cyrillic-alternativnyj-environment):
Set coding-category-raw-text to cyrillic-alternativnyj.
1997-08-28 10:50:32 +00:00
Kenichi Handa
e7d8b517b5 (setup-english-environment): Set
coding-category-raw-text to raw-text.
1997-08-28 10:50:32 +00:00
Kenichi Handa
08b39a097a (setup-vietnamese-environment): Set
coding-category-raw-text to vietnamese-viscii.
1997-08-28 10:50:32 +00:00
Kenichi Handa
2cb3041097 (raw-text): New coding system. Set
coding-category-raw-text to raw-text.
1997-08-28 10:49:48 +00:00
Kenichi Handa
cd9c317785 (make-coding-system): Make TYPE 5 means
raw-text.
(after-insert-file-set-buffer-file-coding-system): Set
enable-multibyte-characters to nil if we read a file with
no-conversion or raw-text-XXXX.
1997-08-28 10:49:48 +00:00
Kenichi Handa
70fd2661f6 (quail-update-leim-list-file): Make it
handle multiple directories.
1997-08-28 10:49:48 +00:00
Kenichi Handa
ac880bd60a (dotdot): This macro deleted.
(SUBDIRS): Exclude skk.
(all): Substitute ${WORLD} to ${TIT}.
(%.el): This target deleted.
(${TIT}): Check existence of `quail' subdirectory.
(leim-list.el): Do not check old files.
(install): If ${srcdir} is different from the current directory,
copy also files under ${srcdir}.
1997-08-28 10:49:24 +00:00
Eli Zaretskii
0e5c5ac0f8 Add coding: tag, to prevent Emacs from interpreting binary strings. 1997-08-28 09:30:01 +00:00
Kenichi Handa
a8a9015518 (nnmh-request-list, nnmh-active-number): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
1997-08-28 04:51:02 +00:00
Kenichi Handa
d49d7823f8 (nnml-possibly-change-directory): Likewise
(nnml-retrieve-headers, nnml-request-article,
nnml-request-group, nnml-request-list): Likewise
1997-08-28 04:51:02 +00:00