Glenn Morris
d7142f3e55
Restore comma mistakenly removed in last change.
2007-07-25 07:41:05 +00:00
Glenn Morris
a32f6e9e4e
Switch license to GPLv3 or later.
2007-07-25 07:24:56 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Kenichi Handa
7976eda061
Update AIST copyright years.
2006-12-13 01:13:58 +00:00
Glenn Morris
d4877ac161
Update copyright years.
2006-12-10 00:31:06 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Kenichi Handa
2fd125a339
Fix copyrights.
2005-05-13 06:03:46 +00:00
Nick Roberts
15d022359e
(truncate-string): Remove alias and
...
obsolete declaration.
2005-05-01 22:16:46 +00:00
Kenichi Handa
0f58da4cd7
(detect-coding-with-priority): Add comment before the call of
...
update-coding-systems-internal.
2005-03-29 01:27:40 +00:00
Kenichi Handa
d49a52e4dd
(detect-coding-with-priority): Call
...
update-coding-systems-internal before detect-coding-region.
2005-03-26 02:06:50 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Stefan Monnier
e7a4820cac
(char-displayable-p): Return nil for unibyte mode.
2004-12-06 19:04:04 +00:00
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