1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

1425 Commits

Author SHA1 Message Date
Kenichi Handa
8fb7dc777b (set-language-environment): Don't
check utf-translate-cjk-lang-env is nil or not on deciding if we
have to call utf-translate-cjk-load-tables.
2005-09-23 02:13:36 +00:00
Juanma Barranquero
ef19e61015 Move international/iso-insert.el to obsolete/. 2005-09-14 15:03:10 +00:00
Juanma Barranquero
e5b05b08c1 (dos-unsupported-char-glyph): Add defvar. 2005-09-13 08:46:17 +00:00
Stefan Monnier
02de72e92c (set-locale-environment): Soothe compiler. 2005-09-01 14:30:30 +00:00
Juanma Barranquero
4a91d930ba (mac-system-coding-system, mac-system-locale): Add defvars. 2005-08-29 14:08:30 +00:00
Jan Djärv
3c509ffb5e Moved to obsolete 2005-08-23 20:05:50 +00:00
Kenichi Handa
0382cc9ec1 Add autoload cookies for all coding systems. 2005-08-05 01:14:08 +00:00
Kenichi Handa
661635c2dc (select-message-coding-system): Be
sure to use LF for end-of-line.  If no coding system is decided,
return iso-8859-1-unix.
2005-07-29 01:44:52 +00:00
Kenichi Handa
e9b01d1f58 (find-auto-coding): New function created
by modifying the body of set-auto-coding.
(set-auto-coding): Use find-auto-coding to find a coding.
2005-07-19 02:30:54 +00:00
Kenichi Handa
29d04c4f94 (select-safe-coding-system): Try to
use an auto-coding (if any) before anything else.  If the found
auto-coding is invalid, show a warning message.
2005-07-19 02:29:58 +00:00
Juri Linkov
57cfde4d16 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
Add intermediate values to `junk-hist' instead of `minibuffer-history'.
Test the length of `str'.
2005-07-18 14:33:38 +00:00
Kenichi Handa
43b557d507 (make-coding-system): Describe
`ascii-incompatible' property in the docstring.
(set-file-name-coding-system): Signal an error if coding-system is
ascii-incompatible.
(set-keyboard-coding-system): Likewise.
2005-07-07 06:23:10 +00:00
Kenichi Handa
4a6cbbc416 (set-default-coding-systems): Don't
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.
2005-07-07 06:20:13 +00:00
Kenichi Handa
a9be26751c Declare that all UTF-16-based coding
systems ASCII-incompatible.
2005-07-07 06:18:59 +00:00
Lute Kamstra
3ef97fb6a7 Update FSF's address. 2005-07-05 00:35:10 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Jan Djärv
4191a9d796 Moved to obsolete 2005-07-04 10:06:56 +00:00
Juanma Barranquero
2ae78c4d42 (unify-8859-on-encoding-mode): Fix spellings in docstrings. 2005-06-10 14:13:10 +00:00
Juanma Barranquero
11896c0ba5 (describe-coding-system): Fix spellings in docstrings. 2005-06-10 14:12:40 +00:00
Juanma Barranquero
fea6b73606 (select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Fix spellings in docstrings.
2005-06-10 14:12:17 +00:00
Stefan Monnier
afde5d4e25 (iso-sgml2iso-trans-tab): Add NBSP. 2005-06-06 21:25:48 +00:00
Stefan Monnier
a15d6d35fa Doc fix. 2005-06-06 19:42:25 +00:00
Stefan Monnier
ed975fa61a (latexenc-find-file-coding-system):
Undo part of last patch, to turn off a compiler warning.
2005-06-06 18:13:21 +00:00
Stefan Monnier
14cb9d7b6a (latexenc-find-file-coding-system): Don't inherit the EOL part of the
coding-system from the tex-main buffer.  Fit within 80 columns.
2005-06-03 14:37:04 +00:00
Kenichi Handa
514eb97bbf (ucs-set-table-for-input): If
translation-table-for-input of a coding system is a symbol, get
its translation-table property.
2005-05-27 11:21:36 +00:00
Kenichi Handa
848613f869 Don't register a coding system into
non-iso-charset-alist more than once.
(cp-make-coding-system): Likewise.
2005-05-27 11:20:16 +00:00
Lute Kamstra
0124295f17 Use run-mode-hooks. 2005-05-26 15:16:00 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Juanma Barranquero
cc211a0ff8 Add page marker to force the "Local Variables:" string out of the last page. 2005-05-16 08:36:21 +00:00
Richard M. Stallman
3586122054 (ogonek-jak, ogonek-how): Don't use beginning-of-buffer. 2005-05-14 11:26:12 +00:00
Kenichi Handa
2fd125a339 Fix copyrights. 2005-05-13 06:03:46 +00:00
Lute Kamstra
4b0fcb5dcf (latexenc-find-file-coding-system): Avoid `re-search-forward' when
looking for input encoding because of speed and safety.  Better
regular expressions for recognizing input encoding.  Limit a search
for TeX-master/tex-main-file to the local variable section.
2005-05-11 23:04:08 +00:00
Eli Zaretskii
c2c51a11cd (sgml-xml-auto-coding-function): Recognize encoding='FOO'
in single quotes as well as in double quotes.
2005-05-07 15:55:59 +00:00
Nick Roberts
c85da7fc46 (coding-system-parent): Remove alias and
obsolete declaration.
2005-05-01 22:17:25 +00:00
Nick Roberts
15d022359e (truncate-string): Remove alias and
obsolete declaration.
2005-05-01 22:16:46 +00:00
Nick Roberts
9c162ba4a2 (update-iso-coding-systems):
Remove alias and obsolete declaration.
2005-05-01 22:16:13 +00:00
Lute Kamstra
b7f29772f5 (latexenc-find-file-coding-system): Fix regular expressions.
Suggested by David Kastrup <dak@gnu.org> and Stefan Monnier
<monnier@iro.umontreal.ca>.
2005-05-01 11:05:08 +00:00
Stefan Monnier
2d5e5eb8a7 (file-coding-system-alist): Fix regexp for latexenc. 2005-04-29 16:09:59 +00:00
Miles Bader
2183c76dd3 Add arch tagline 2005-04-28 20:58:55 +00:00
Thien-Thi Nguyen
0b606bb230 (file-coding-system-alist): For .tex,
.ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2005-04-28 11:54:11 +00:00
Thien-Thi Nguyen
18acc65523 Initial revision. 2005-04-28 11:48:27 +00:00
Kenichi Handa
bc10bcbd5d (select-safe-coding-system): Fix
previous change.
2005-04-26 05:51:19 +00:00
Kenichi Handa
901ae59714 (select-safe-coding-system): Don't
check consistency with coding: spec, etc if raw-text or
no-conversion was found to be safe.
2005-04-25 04:30:38 +00:00
Kenichi Handa
2375e71aff Add autoload for widget-value in
eval-when-compile
2005-04-21 05:02:18 +00:00
Stefan Monnier
c791cb5408 (translation-table-for-input): Remove redundant declaration. 2005-04-20 14:32:05 +00:00
Stefan Monnier
b72c5a86fd (ucs-set-table-for-input): Disable when using unify-on-decoding. 2005-04-16 21:00:47 +00:00
Kenichi Handa
5f400376f0 (cp-make-coding-system): Set
`translation-table-for-input' property value to the symbol
ucs-mule-to-mule-unicode, not to that value.
(pt154): Escape guillemet by `\'.
2005-04-16 01:32:21 +00:00
YAMAMOTO Mitsuharu
cfd67504b9 (set-locale-environment): On Mac OS, use preferences AppleLocale and
AppleLanguages, and variable mac-system-locale for default locale.  On
Mac OS Classic, use mac-system-coding-system for default coding
systems.
2005-04-14 09:29:16 +00:00
Stefan Monnier
35f257bb57 Give punctuation syntax to NBSP. 2005-04-10 20:49:54 +00:00