1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

1499 Commits

Author SHA1 Message Date
Juanma Barranquero
33fac69773 (create-fontset-from-ascii-font, create-fontset-from-fontset-spec,
x-compose-font-name): Doc fixes.
(fontset-name-p): Fix typo in docstring.
2006-11-30 15:50:08 +00:00
Juanma Barranquero
fd40398d98 (create-fontset-from-fontset-spec): Doc fix. 2006-11-25 18:58:23 +00:00
Stefan Monnier
053f45dd62 (load-with-code-conversion, with-category-table): Use with-current-buffer.
(after-insert-file-set-coding): Use restore-buffer-modified-p.
2006-11-24 18:43:58 +00:00
Richard M. Stallman
5769ad4e85 (case table): Do nothing special for i and I. 2006-11-12 19:56:51 +00:00
Kenichi Handa
b2020e8933 (set-default-coding-systems): Always
set default-file-name-coding-system to utf-8 for Mac Darwin.
2006-11-08 07:34:24 +00:00
Juanma Barranquero
5dd1c041c7 (make-char): Fix typo in docstring.
(load-with-code-conversion, charsetp): Doc fixes.
2006-11-06 23:05:34 +00:00
Juanma Barranquero
32ef946974 (skkdic-convert): Fix typo in docstring. 2006-11-06 22:33:32 +00:00
Kenichi Handa
2b192902e9 (kkc-region): When a key sequence is not
defined, append (this-single-command-raw-keys) to
unread-input-method-events.
2006-10-19 12:28:17 +00:00
Chong Yidong
d81608e084 * international/utf-8.el (utf-translate-cjk-load-tables): Avoid
clobbering last-coding-system-used during load.
2006-10-13 01:41:11 +00:00
Chong Yidong
1d5b0c6669 * international/mule-cmds.el (coding-system-change-eol-conversion):
Ensure the coding system is initialized before calling
	coding-system-eol-type.
2006-10-05 14:46:26 +00:00
Kenichi Handa
9d3155c617 (next): Table fixed. 2006-10-04 11:58:11 +00:00
Kenichi Handa
4e14c04cd0 (iso-8859-6): Table fixed. 2006-10-02 06:41:25 +00:00
Richard M. Stallman
fa601de5de (after-insert-file-set-coding):
If VISIT, don't let set-buffer-multibyte make undo info.
2006-09-28 18:45:58 +00:00
Eli Zaretskii
fbb0d4f924 (cp850-decode-table): Fix a few codes.
(cp858-decode-table): New variable.
2006-09-09 12:19:06 +00:00
Reiner Steib
656065bd28 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
* international/code-pages.el: Add cp858.
2006-09-07 12:50:41 +00:00
Juri Linkov
35f111baba (quail-defrule-internal): Add a check if a key is a vector. 2006-09-03 14:01:01 +00:00
Juri Linkov
00baf2eb08 (quail-defrule-internal): Add missing `error' call for null key. 2006-09-02 23:31:33 +00:00
Kenichi Handa
dccee2cb15 (latexenc-find-file-coding-system):
Fix for the case that the 2nd element of arg-list is a cons.
2006-08-09 01:11:44 +00:00
Kenichi Handa
fca31fbb66 (describe-font): Improve docstring
and error message.  Use frame-parameter (not frame-parameters).
2006-08-04 01:48:10 +00:00
Kenichi Handa
ccb0634087 (select-safe-coding-system): Fix the
way of deciding eol-type of the coding system.
2006-07-20 11:28:48 +00:00
Stefan Monnier
2850984d60 (make-char): Remove redundancy. 2006-07-07 16:38:17 +00:00
Kenichi Handa
d042f8b426 (set-language-info): If LANG-ENV is
the current one, don't call set-language-environment, but call one
of set-language-environment-XXX to make INFO effective now.
(set-language-environment): Call set-language-environment-XXX
functions instead of doing the various setups directly.
(set-language-environment-coding-systems): Argument eol-type
deleted.
(set-language-environment-input-method)
(set-language-environment-nonascii-translation)
(set-language-environment-charset)
(set-language-environment-fontset)
(set-language-environment-unibyte): New functions.
2006-07-04 03:36:57 +00:00
Eli Zaretskii
d8773eda71 (setup-default-fontset): Fix a typo in the "Oriya-Akruti" registry name. 2006-06-24 06:41:50 +00:00
Kenichi Handa
1c7f8620c7 (word-combining-categories): Add entries for 2-byte Han characters. 2006-06-20 01:31:25 +00:00
Kenichi Handa
36e0285064 (find-auto-coding): Don't handle the short name `char-trans'. 2006-06-07 01:20:16 +00:00
Kenichi Handa
dac5ab0a1b (find-auto-coding): Handle
enable-character-translation in file header.
2006-06-05 07:11:33 +00:00
Juri Linkov
21b28a27fc (sgml-html-meta-auto-coding-function):
Remove the condition `(search-forward "<html" size t)'.
Replace `\"' with `[\"']?' in `re-search-forward'.
2006-06-02 18:17:02 +00:00
Kenichi Handa
62e51d5356 (find-auto-coding): Fix previous change. 2006-06-02 06:34:41 +00:00
Kenichi Handa
09e5712dd1 (enable-character-translation): Put
permanent-local and safe-local-variable properties.
(find-auto-coding): Handle char-trans: tag.
2006-06-02 06:28:36 +00:00
Kenichi Handa
b3a726d586 (sgml-html-meta-auto-coding-function):
Limit the search by the end of the HTML header (if any).
2006-06-02 03:54:14 +00:00
Kenichi Handa
47a355de93 (decode-coding-inserted-region): Call
find-operation-coding-system with (FILENAME . BUFFER).
2006-05-26 04:47:47 +00:00
Chong Yidong
ad9f612529 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
menu entries that open submenus.
2006-05-24 14:21:52 +00:00
Alan Mackenzie
33d74677e7 startup.el (command-line): For names of preloaded files, don't append
".elc" (now done in Fload), and call file-truename on the lisp directory.

subr.el (eval-after-load): Fix the doc-string.  Allow FILE to match ANY
loaded file with the right name, not just those in load-path.  Put a
regexp matching the file name into after-load-alist, rather than the name
itself.

subr.el: New functions load-history-regexp,
load-history-filename-element, do-after-load-evaluation.

international/mule.el (load-with-code-conversion): Do the eval-after-load
stuff by calling do-after-load-evaluation.
2006-05-24 13:22:12 +00:00
Kenichi Handa
a161b46d27 (mik): Table corrected. 2006-05-19 04:25:54 +00:00
Eli Zaretskii
9247c2f2c3 (auto-coding-alist): Add .lha to files read with no-conversion. 2006-05-16 18:36:30 +00:00
Eli Zaretskii
50e5c8857d (keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
been split, keyboard now in "Terminal Coding", and "Single-Byte Character
Support" is now "Unibyte Mode".
2006-04-21 12:22:24 +00:00
Eli Zaretskii
8bca692e7e (set-locale-environment): Fix last change for when the locale's preferences
don't specify any encoding.
2006-04-10 19:34:25 +00:00
Eli Zaretskii
569a6374dc (locale-language-names): Add a few MS Windows language codes. 2006-04-08 09:53:18 +00:00
Eli Zaretskii
cdb1af304e (set-locale-environment): Make sure the coding-system preferred by the
locale's language has the same EOL conversion type as the original
buffer-file-coding-system.
2006-04-08 08:15:34 +00:00
Kenichi Handa
a293e9b6ed Setup cases of Latin, Greek, and
Cyrillic characters in CJK charsets.
2006-04-05 06:34:46 +00:00
Kenichi Handa
9b99ec0e6c (sort-coding-systems): Describe that
the argument is modified in docstring.
2006-03-23 01:20:20 +00:00
Kenichi Handa
dc5c3489f4 (auto-coding-regexp-alist): Add entries
for Unicode BOM.
2006-03-16 02:22:20 +00:00
Eli Zaretskii
8616762164 (auto-coding-alist): Add .odt (OpenOffice's open document) files. 2006-03-11 11:43:27 +00:00
Kenichi Handa
50e3e56454 (create-fontset-from-fontset-spec): Fix
regexp for paring FONTSET-SPEC (allow spaces after `:').
2006-03-06 02:22:35 +00:00
Kenichi Handa
6bba8c7028 (set-locale-environment): Add "/usr/share/X11/locale/locale.alias" to
search list for xorg-x11 libX11.
2006-02-03 11:34:53 +00:00
Eli Zaretskii
a15df48e19 Undo last change. 2006-01-27 19:32:05 +00:00
Eli Zaretskii
c80977a1f9 Add a coding: tag. 2006-01-27 19:28:42 +00:00
Eli Zaretskii
96a6ec17fe (latexenc-find-file-coding-system): Make sure latexenc-main-file is
a regular file and is readable.
2006-01-27 19:24:00 +00:00
Kenichi Handa
d1efee2203 (decode-char): Avoid the overhead of
calling utf-lookup-subst-table-for-decode if
utf-translate-cjk-mode is nil.
(encode-char): Avoid the overhead of calling
utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
nil.
2006-01-25 07:44:43 +00:00
Reiner Steib
e450a16a14 (latexenc-find-file-coding-system): Add file-regular-p check. 2006-01-23 14:26:02 +00:00