1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

56 Commits

Author SHA1 Message Date
Kenichi Handa
ffce76c025 (coding-system-equal): Moved to mule.el. 2004-10-12 05:24:14 +00:00
Kenichi Handa
44416f23ab (char-displayable-p): Simplified by using internal-char-font. 2004-04-23 02:08:22 +00:00
Kenichi Handa
fdc5802e53 (char-displayable-p): Fix generation of XLFD file name. 2004-03-29 03:41:39 +00:00
Dave Love
8ce0e9a83a (char-displayable-p): Moved from
latin1-disp, renamed and autoloaded.
2003-09-01 18:45:35 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
2fb49346bd (coding-system-eol-type-mnemonic): Move to mule.el. 2002-11-05 10:43:33 +00:00
Juanma Barranquero
ad0be9a1d4 (string-to-sequence, truncate-string): Add autoload cookie. 2002-07-18 06:13:27 +00:00
Juanma Barranquero
5c92a2a607 (string-to-sequence): Fix obsolescence declaration. 2002-06-27 16:08:12 +00:00
Stefan Monnier
4a30e92ecd open-paren-in-column-0 in dosctring. 2002-06-18 22:59:30 +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
Dave Love
bc9254e226 Doc fixes. 2001-12-15 16:43:11 +00:00
Richard M. Stallman
48e3f3d7a4 (string-to-sequence): Make it obsolete.
(string-to-list, string-to-vector): Implement them directly
using append and vconcat, not with string-to-sequence.
2001-11-18 06:49:25 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
Stefan Monnier
2598a293ae Update calls to make-obsolete with a WHEN argument. 2000-06-01 05:07:32 +00:00
Dave Love
cb7216a79a (detect-coding-with-priority): Use mapc. Remove redundant lambda. 2000-05-21 17:48:48 +00:00
Dave Love
f6afe80c72 Provide mule-utils.
(string-to-sequence): Simplify and speed up.
2000-04-01 12:03:57 +00:00
Kenichi Handa
72594565db (set-nested-alist): Set BRANCHES (if
non-nil) at the tail of ALIST.
(compose-region, decompose-region, decompse-string,
reference-point-alist, compose-chars): Moved to composite.el.
(compose-chars-component, compose-chars-rule,
decompose-composite-char): Deleted.
1999-12-15 00:42:14 +00:00
Gerd Moellmann
9ac06837e1 (truncate-string-to-width): Docsting fixed. 1999-12-03 10:31:28 +00:00
Kenichi Handa
935f6bf5a1 (coding-system-eol-type-mnemonic):
Docstring modified.  Return a string.
1999-06-17 12:12:47 +00:00
Kenichi Handa
e74d79268b (detect-coding-with-priority): Restore the internal database. 1999-03-15 00:51:20 +00:00
Kenichi Handa
cd52991697 (coding-system-list): Moved to mule.el. 1999-02-18 13:11:50 +00:00
Kenichi Handa
a1e2477428 (decompose-region): Use
insert-buffer-substring instead of insert-buffer to avoid putting
mark.
1999-02-17 12:39:48 +00:00
Andreas Schwab
3c092276c7 (coding-system-list): Don't sort
coding-system-list here.
1999-02-08 09:52:43 +00:00
Kenichi Handa
64d9f69a35 (compose-chars): Doc-string
modified.  Currectly handle a composition character in ARGS.
1999-02-02 05:11:50 +00:00
Kenichi Handa
f670496a30 (compose-chars-component): Add autoload cookie. 1999-02-01 12:21:47 +00:00
Kenichi Handa
bc10f81b82 (decompose-region): Do decomposition
on temporary unibyte buffer.
1999-01-08 04:19:24 +00:00
Eli Zaretskii
16afc7b09f (coding-system-change-eol-conversion,
coding-system-change-text-conversion): Don't define here.
1999-01-06 10:24:17 +00:00
Kenichi Handa
08cb5a0ee8 (compose-chars-component): Signal
error if CH is a rule-based composition character.
(compose-chars): Signal error if an already compsed character is
going to be composed by rule-base.
1998-11-11 03:36:15 +00:00
Kenichi Handa
27606920fb (compose-region): Insert then delete
to preserve markers.
(decompose-region): Use search-forward for efficiency.
1998-10-26 08:00:11 +00:00
Karl Heuer
e8dd0160fa Doc fixes. 1998-09-06 14:31:49 +00:00
Kenichi Handa
991a0b3207 (coding-system-change-eol-conversion): Make it accepts an integer
value in EOL-TYPE argument.
1998-07-25 04:23:13 +00:00
Kenichi Handa
f967223b11 Change term "character translation table" to "translation table". 1998-05-22 09:45:34 +00:00
Kenichi Handa
d2a1ee18b8 Change term unification to
translation throughtout the file.
1998-05-18 01:01:00 +00:00
Kenichi Handa
b5a647bfb5 (coding-system-change-eol-coding): New function.
(coding-system-change-text-coding): New function.
1998-04-15 07:15:01 +00:00
Eli Zaretskii
9140684333 (coding-system-eol-type-mnemonic): Return correct eol-type mnemonics
for the nonunix cases.
1998-04-13 06:30:41 +00:00
Kenichi Handa
afe7af84d2 (compose-chars-component): Return
result as unibyte string.
(decompose-composite-char): Doc-string modified.
1998-02-04 11:25:47 +00:00
Kenichi Handa
dbea676644 (find-safe-coding-system): Moved to
mule-cmds.el.
(detect-coding-with-priority): New macro.
(detect-coding-with-language-environment): New function.

(string-to-sequence): Adjusted for the change of
multibyte-form handling (byte-base to char-base).
(store-substring): Likewise.
(truncate-string-to-width): Likewise.
(decompose-region): Likewise.
(decompose-string): Likewise.
(decompose-composite-char): Call string instead of concat-chars.
1998-01-22 01:42:20 +00:00
Kenichi Handa
e481690d87 (find-safe-coding-system): New function. 1997-10-23 12:05:45 +00:00
Kenichi Handa
f1fd88c6ac (coding-system-base): Moved to
mule.el.
(coding-system-post-read-conversion):
Use the new function coding-system-get.
(coding-system-pre-write-conversion): Likewise.
(coding-system-unification-table-for-decode): Likewise.
(coding-system-unification-table-for-encode): Likewise.
(coding-system-list): Adjusted for the change in mule.el.
(coding-system-plist): Deleted.
(coding-system-equal): Do not use coding-system-plist.
1997-10-21 10:47:35 +00:00
Richard M. Stallman
b55dd0a7ba (coding-system-unification-table-for-encode): Recurse properly.
(coding-system-unification-table-for-decode): Recurse properly.
1997-09-15 06:10:22 +00:00
Richard M. Stallman
e6f8e6f418 (truncate-string-to-width): Doc typo fix. 1997-09-14 18:18:39 +00:00
Richard M. Stallman
be9778f8de (truncate-string-to-width):
Rename arg WIDTH to END-COLUMN.  Fix the case when START-COLUMN
is after END-COLUMN.  Doc fixes.
1997-09-13 08:44:55 +00:00
Richard M. Stallman
7cdf2321b0 (string-to-sequence): Work usefully when enable-multibyte-characters is nil. 1997-09-04 04:48:23 +00:00
Kenichi Handa
3476174679 (coding-system-unification-table):
Deleted.
(coding-system-unification-table-for-decode): New function.
(coding-system-unification-table-for-encode): New function.
1997-08-22 01:22:49 +00:00
Kenichi Handa
2de6d4470c (prefer-coding-system): Moved to mule-util.el. 1997-08-10 04:07:03 +00:00
Kenichi Handa
f31b5dd985 (prefer-coding-system): Change also
default value of buffer-file-coding-system.
1997-07-31 06:48:05 +00:00
Kenichi Handa
68e3d7319f (reference-point-alist): Doc-string modified. 1997-07-31 05:53:31 +00:00
Richard M. Stallman
375e0047f8 (prefer-coding-system): Fix doc, prompt. 1997-07-28 05:26:38 +00:00
Geoff Voelker
cc28371844 (modify-coding-system-alist): Move to mule.el 1997-07-20 01:32:15 +00:00
Richard M. Stallman
fa526c4a22 Change copyright notice. 1997-06-22 08:57:18 +00:00