1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00
Commit graph

8459 commits

Author SHA1 Message Date
Kenichi Handa
c4cd8760a2 (enable-kinsoku): Name changed form do-kinsoku.
(fill-region-as-paragraph): Do `kinsoku' processing only if both
enable-kinsoku and enable-multibyte-characters are non-nil.
1997-05-17 02:01:42 +00:00
Richard M. Stallman
3fbca58aae (update-autoloads-from-directories): Renamed from
update-autoloads-from-directory.  Take multiple directories as args.
Use locate-library to find loaddefs.el and the top level Lisp dir.
(batch-update-autoloads): Call update-autoloads-from-directories.
1997-05-16 22:49:59 +00:00
Richard M. Stallman
c47ec7c4a8 Comment change for testing. 1997-05-16 22:16:27 +00:00
Richard M. Stallman
cd82f42fe2 (iso-accents-insert-offset): Use nonascii-insert-offset. 1997-05-16 08:05:14 +00:00
Richard M. Stallman
889c8aee79 (iso-transl-define-keys): Use nonascii-insert-offset. 1997-05-16 08:04:19 +00:00
Kenichi Handa
acfb10b843 (standard-fontset-spec): Name changed from
default-fontset-spec.
1997-05-16 00:59:15 +00:00
Kenichi Handa
78eee0edd1 Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
1997-05-16 00:59:09 +00:00
Kenichi Handa
480826519d (set-language-info): Change the special treatment
of key describe-function to documentation.
(describe-specified-language-support): Renamed from
describe-language-support-internal.  Get language name from
last-command-event.
(describe-language-support): Call
describe-specified-language-support.
1997-05-16 00:59:07 +00:00
Kenichi Handa
426591c3ff Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
1997-05-16 00:59:00 +00:00
Kenichi Handa
9899214ca9 Create bold, italic, bold-italic variants of
startup fontset.
1997-05-16 00:58:58 +00:00
Kenichi Handa
13d5617d04 (make-unification-table): Fix handling of a generic
character.
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
(charset-list): Bug fixed.
1997-05-16 00:58:57 +00:00
Richard M. Stallman
3bdbb9adc6 Fix previous change. 1997-05-15 21:19:48 +00:00
Richard M. Stallman
2079601b89 (rmail-retry-failure): Rename local to rmail-this-buffer.
(rmail-primary-inbox-list): Don't use backquote.
1997-05-15 20:17:08 +00:00
Richard M. Stallman
37a4471952 Don't create faces if make-face isn't defined.
Catch errors in setting face attributes.
(ansi-term-inv-fg-faces-vector): Define with defvar.
(ansi-term-inv-bg-faces-vector): Likewise.
(ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise.
(term-ignore-error): New mcro.
1997-05-15 05:18:28 +00:00
Richard M. Stallman
bafa1a69f6 (lpr-page-header-switches): Use -F, not -f. 1997-05-15 04:50:40 +00:00
Richard M. Stallman
4544e9dbee (mode-line-mule-info): Delete the colon.
(mode-line-buffer-identification): Delete %F:.
(mode-line-frame-identification): New variable.
(mode-line-format): Use mode-line-frame-identification.
Start with a dash.
(mode-line-modified): Delete the final dash.
1997-05-15 04:02:49 +00:00
Richard M. Stallman
982fa4e514 Fix previous change. 1997-05-15 03:59:36 +00:00
Richard M. Stallman
faff8e29e7 (dired-mode): Don't include `Dired:' in mode line. 1997-05-15 03:55:20 +00:00
Richard M. Stallman
7b764489ab (mode-line-frame-identification):
Set this, not mode-line-buffer-identification.
1997-05-15 03:54:56 +00:00
Richard M. Stallman
b360a6bedd (mode-line-buffer-identification):
Use a different value which omits `Emacs: '.
1997-05-15 03:39:22 +00:00
Richard M. Stallman
b7064fbe24 Don't include term.el. 1997-05-14 19:51:33 +00:00
Richard M. Stallman
78c11a9cce (browse-url-event-buffer):
Function renamed from event-buffer.  Callers changed.
(browse-url-event-point): Likewise.
1997-05-14 19:47:48 +00:00
Richard M. Stallman
1da54e584e (server-kill-buffer): Act only when there is a server process. 1997-05-14 18:42:57 +00:00
Per Abrahamsen
0f39575982 Restored code lost in merge. 1997-05-14 17:38:51 +00:00
Per Abrahamsen
a3c88c5987 Synched with 1.97. 1997-05-14 17:31:13 +00:00
Per Abrahamsen
86bd10bcd8 Synched with version 1.97. 1997-05-14 17:22:46 +00:00
Simon Marshall
e28449ed4b make expand-mail-aliases interactive 1997-05-14 07:27:25 +00:00
Simon Marshall
1abf89b818 entry for expand-mail-aliases 1997-05-14 07:26:32 +00:00
Richard M. Stallman
01a6ef79ef (isearch-process-search-char): Use multibyte
characters to represent themselves.

(isearch-mode-map): Make Latin-4 characters search for themselves.
Use aset to set up these char sets.
1997-05-14 03:53:43 +00:00
Richard M. Stallman
5a0c40ea12 Make Latin-4 characters self-insert.
Use aset to set up these char sets.
1997-05-14 03:49:20 +00:00
Richard M. Stallman
2d4ef3c0ec (iso-transl-define-keys):
Obey quoted-insert-character-offset.
1997-05-14 02:25:48 +00:00
Richard M. Stallman
9e594a2e8c (forward-whitespace, forward-symbol):
Don't get error at end of buffer.
(bounds-of-thing-at-point): Don't get confused when a motion
function stops at end of buffer and there really isn't a thing.
Avoid redundant repeated scans.
1997-05-13 19:52:56 +00:00
Richard M. Stallman
3607b64db9 Define Latin-1, Latin-2 and Latin-3 chars as self-inserting. 1997-05-12 23:22:22 +00:00
Richard M. Stallman
9b73022faf Move bindings.el after mule-conf.el.
Load mule and mule-conf before simple.
1997-05-12 23:20:55 +00:00
Richard M. Stallman
267d5b952c (iso-accents-compose): Return composed character directly for execution. 1997-05-12 23:18:58 +00:00
Richard M. Stallman
280e8e043d (isearch-mode-map): Treat Latin-1, Latin-2 an Latin-3
chars as printing characters.
1997-05-12 23:18:40 +00:00
Kenichi Handa
567b103cfa (viqr-pre-write-conversion): Make it work
for the case the arg FROM is a string.
1997-05-12 07:00:28 +00:00
Kenichi Handa
5d0ae7290b (tibetan-pre-write-conversion): Make it work
for the case the arg FROM is a string.
1997-05-12 07:00:26 +00:00
Kenichi Handa
1d1180f718 (thai-pre-write-conversion): Make it work
for the case the arg FROM is a string.
1997-05-12 07:00:25 +00:00
Kenichi Handa
68fc7d81b7 (fidel-to-tex-map): Name changed to ethio-fidel-to-tex-map. 1997-05-12 07:00:21 +00:00
Kenichi Handa
cefa701a27 (in-is13194-devanagari-post-read-conversion): New function.
(in-is13194-devanagari-pre-write-conversion): New function.
1997-05-12 07:00:18 +00:00
Kenichi Handa
dc09922d1e Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
1997-05-12 07:00:16 +00:00
Kenichi Handa
fb8c8b4731 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Setting of syntax and category is moved to characters.el.
1997-05-12 07:00:15 +00:00
Kenichi Handa
710b5fab9f Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Bug fixed in making coding system iso-2022-kr.
1997-05-12 07:00:13 +00:00
Kenichi Handa
3ce72daee1 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(setup-japanese-environemnt): Set
sendmail-coding-system and rmail-file-coding-system to
iso-2022-jp.
1997-05-12 07:00:12 +00:00
Kenichi Handa
580250aafd Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Typo in comment fixed.
1997-05-12 07:00:09 +00:00
Kenichi Handa
164c39f77e Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(setup-english-environment): Set
sendmail-coding-system and rmail-file-coding-system to nil.
1997-05-12 07:00:08 +00:00
Kenichi Handa
8f3c9fa069 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Change function of post-read-conversion
and pre-write-conversion of coding system in-is13194-devanagari to
in-is13194-devanagari-post-read-conversion and
in-is13194-devanagari-pre-write-conversion respectively.
Setting of syntax and category for Devanagari characters are moved
to characters.el.
1997-05-12 07:00:07 +00:00
Kenichi Handa
fab8252e84 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(pre-write-encode-hz): Make it work for the
case the arg FROM is a string.
(setup-chinese-cns-environemnt): Set default-input-method to
quail-quich-cns.
1997-05-12 07:00:05 +00:00
Kenichi Handa
7e22bdd8f9 (use-quail-package): Error message added.
(quail-mode): Make sure to have quail-mode-map at the head of
minor-mode-map-alist.
1997-05-12 06:59:23 +00:00