Richard M. Stallman
0381e6ca54
(describe-char-after): Doc fix.
2002-06-12 12:22:21 +00:00
Colin Walters
cdd22c18a6
(describe-char-after): Require `descr-text' when there are text
...
properties.
2002-06-08 22:44:00 +00:00
Colin Walters
a7ed3f6a4e
(describe-char-after): Revert previous change. Just call
...
`describe-text-properties' to describe text properties.
2002-06-08 22:12:57 +00:00
Colin Walters
18870afc4f
(describe-char-after): Use `font-lock-face' to italicize property names.
2002-06-08 21:03:00 +00:00
Colin Walters
447404a34f
(sgml-html-meta-auto-coding-function): New function.
...
(auto-coding-from-file-contents): Delete; merge functionality into
`set-auto-coding'.
(set-auto-coding): Move tests from `auto-coding-functions' so that
they have a lower priority than coding: tags. Put
`auto-coding-regexp-alist' tests before coding: tag tests.
(sgml-xml-auto-coding-function): Simply `intern' the match, and
test if it's a valid coding system.
(auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
2002-06-08 20:58:59 +00:00
Richard M. Stallman
efa2c6d77f
(select-safe-coding-system): New arg FILE; use that for set-auto-coding.
...
When computing auto-cs, narrow to FROM...TO.
Put save-excursion outside save-restriction.
2002-06-03 22:55:26 +00:00
Colin Walters
32db08f13e
Update copyright dates.
2002-05-23 03:40:16 +00:00
Colin Walters
2f4e9c4745
(sgml-xml-auto-coding-function): Update with more known XML encodings.
2002-05-21 21:50:28 +00:00
Colin Walters
171a7d5d7c
(truncate-string-to-width): New optional argument `ellipsis'. Add
...
commented-out test suite, and change coding to iso-2022-7bit.
2002-05-21 21:22:21 +00:00
Colin Walters
d9f6dfe6e7
(make-coding-system): Doc fixes.
...
(auto-coding-functions): New variable.
(auto-coding-from-file-contents): Use it.
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.
2002-05-21 21:14:03 +00:00
Colin Walters
2306a6c74f
(describe-char-after): Order display of text properties by the size of
...
their value, for clarity.
2002-05-21 06:05:39 +00:00
Kai Großjohann
4588540051
(auto-coding-alist): Use emacs-mule
...
for auto-save files. (Fix previous change.)
2002-05-20 14:13:11 +00:00
Kai Großjohann
6caef2da88
(auto-coding-alist): Use no-conversion
...
for auto-save files.
2002-05-20 11:01:14 +00:00
Markus Rost
5d598f1645
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
...
:version attributes to strings.
2002-05-20 03:09:11 +00:00
Richard M. Stallman
51bfe25eff
Comment change.
2002-05-19 01:38:37 +00:00
Richard M. Stallman
41bfe57ae7
Whitespace change.
2002-05-03 19:33:38 +00:00
Richard M. Stallman
43afed8cf0
(select-safe-coding-system): Don't offer coding systems that use locking shift.
...
Ask for confirmation if chosen coding system disagrees with
a `coding:' spec in the file.
2002-05-03 04:23:31 +00:00
Pavel Janík
ca429a2557
(read-language-name): Take of non-list values.
2002-04-27 22:34:06 +00:00
Pavel Janík
10de737826
(list-input-methods-1): Doc fix
...
(LEIM is now part of the standard distribution).
2002-04-22 15:59:04 +00:00
Jason Rumney
69210880c0
(locale-preferred-coding-systems): Add "jpn".
2002-04-16 22:59:20 +00:00
Stefan Monnier
33182c8a9e
Fix up indentation.
2002-04-08 22:53:31 +00:00
Stefan Monnier
f33c1f4c5a
(iso-accents-accent-key): Use `vector'
...
rather than char-to-string since last-input-char can be any event.
2002-04-08 22:52:08 +00:00
Stefan Monnier
8c1ccc6c06
(tit-dictionary): Use defvar for non-constants.
2002-04-08 22:50:57 +00:00
Jason Rumney
a099a2ff95
(reset-language-environment): Handle
...
coding-systems not being defined yet for bootstrapping.
2002-04-08 19:23:38 +00:00
Jason Rumney
1d77e15a28
(set-default-coding-systems, reset-language-environment): Preserve
...
eols on default-process-coding-system.
(coding-system-change-text-conversion): Fix case where CODING is nil.
2002-04-07 18:51:29 +00:00
Pavel Janík
db5968a489
Fix typo.
2002-04-06 10:44:36 +00:00
Stefan Monnier
1b8dc7911a
(standard-keyboard-coding-systems): Add koi8-u and koi8-r.
2002-04-01 21:13:52 +00:00
Stefan Monnier
374353564a
(unify-8859-on-decoding-mode)
...
(unify-8859-on-encoding-mode): Remove autoload cookie.
2002-03-18 20:23:44 +00:00
Stefan Monnier
ec96e747a1
(describe-char-after): Use `internal-describe-syntax-value' again.
2002-03-17 21:51:46 +00:00
Stefan Monnier
2154a29765
(ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode.
...
(unify-8859-on-decoding-mode): Also set translation-table-for-input.
(ucs-insert): Give an error if the unicode char can't be created.
2002-03-17 20:50:48 +00:00
Eli Zaretskii
7dd4fd4347
(codepage-setup): Don't define a codepage if it is already defined.
2002-03-16 16:42:37 +00:00
Eli Zaretskii
518a0981c8
(file-coding-system-alist): Add an association for PO files.
2002-03-15 13:53:27 +00:00
Eli Zaretskii
5dde3c716f
(ctext-pre-write-conversion): Handle the
...
case when FROM is a string, and when we are called from
build_annotations_2.
2002-02-26 16:27:47 +00:00
Eli Zaretskii
cb5be6c9e6
(compound-text): Renamed back from compound-text-no-extensions.
...
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
2002-02-26 15:58:43 +00:00
Eli Zaretskii
7306697421
(ctext-no-compositions): New coding system.
...
(compount-text-no-extensions): Renamed from compound-text.
(x-ctext-no-extensions, ctext-no-extensions): Aliases for
compound-text-no-extensions.
(compound-text): Redefined using post-read and pre-write
conversions.
2002-02-22 13:44:59 +00:00
Eli Zaretskii
835cbadb3f
(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
...
variables.
(ctext-post-read-conversion, ctext-pre-write-conversion): New functions.
2002-02-22 13:44:21 +00:00
Richard M. Stallman
43125c289e
Whitespace change.
2002-02-15 20:00:18 +00:00
Richard M. Stallman
9147ae66a8
(list-input-methods):
...
Use help-input-method, not describe-input-method, for button type.
2002-02-14 01:53:38 +00:00
Per Abrahamsen
f49909700b
2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
...
* menu-bar.el (menu-bar-options-save): Only save
`current-language-environment' and `default-input-method' when
marked as customized.
* international/mule-cmds.el
(setup-specified-language-environment): Mark
`current-language-environment' as customized.
(set-input-method): Mark
`default-input-method' as customized when called interactively.
(toggle-input-method): Ditto.
2002-02-12 09:49:46 +00:00
Pavel Janík
7cc8aac38c
Various doc and message fixes.
...
(non-iso-charset-alist): Add mac-roman. Don't add entries for
codepages already present.
(list-block-of-chars): Display space for null entries in
translation table. Display tab specially.
(list-non-iso-charset-chars): Check for null charsets. Use pop
for clarity. Don't break 8-bit sets into sections between ranges.
(list-charset-chars): Avoid indent-tabs-mode.
(describe-char-after): Maybe use the text property for syntax
table information. Maybe report char-code-property-table info.
Maybe report character's unicode. Tweak printing of list info.
(list-input-methods): Add xref buttons.
(dump-charsets, dump-codings): Deleted (obsolete).
From Dave Love <fx@gnu.org>.
2002-02-11 06:09:53 +00:00
Eli Zaretskii
45610c9837
(select-safe-coding-system): State the buffer's name in the message
...
popped in the *Warning* buffer, and make sure the offending buffer
is displayed.
2002-02-08 12:01:14 +00:00
Richard M. Stallman
1ce2659dbe
(quail-help): Don't call help-setup-xref.
2002-02-03 10:33:01 +00:00
Richard M. Stallman
f80e2142fc
(describe-input-method): Call help-setup-xref here.
...
(describe-current-input-method): Doc fix.
2002-02-03 10:32:13 +00:00
Richard M. Stallman
3efadcb876
(iso-languages): Fix ", " in French.
2002-02-01 04:26:56 +00:00
Richard M. Stallman
b0a95f46b0
help-map bindings moved to help.el.
2002-01-14 01:32:32 +00:00
Pavel Janík
b9d67a772d
Fix typo.
2002-01-12 21:41:26 +00:00
Pavel Janík
f34e1abc24
Fix typo.
2002-01-08 21:38:58 +00:00
Eli Zaretskii
414eccccce
(quail-start-translation, quail-start-conversion): Bind
...
last-command-event, last-command, and this-command in the first let.
This fixes the change from 2000-08-30.
2002-01-08 17:44:07 +00:00
Eli Zaretskii
a4e9932ab3
(ucs-8859-8-alist): Comment away Hebrew points.
2002-01-02 06:11:07 +00:00
Richard M. Stallman
6a48af06df
Comment change.
2001-12-28 22:28:05 +00:00