1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

79504 Commits

Author SHA1 Message Date
Miles Bader
3709a060f6 Add arch tagline 2008-01-30 06:40:42 +00:00
Kenichi Handa
671bb2010e *** empty log message *** 2008-01-30 04:08:17 +00:00
Kenichi Handa
eaa0402c92 (reorder_font_vector): Exclude nil elements from the
font group.  Don't try multiple fonts.
(fontset_font): Adjusted for the above change.
(Finternal_char_font): Return nil if the found font doesn't
contain the character ch.
2008-01-30 04:07:47 +00:00
Kenichi Handa
c9228487a2 (lisp): Add cham.el.
(shortlisp): Likewise.
2008-01-30 04:04:58 +00:00
Kenichi Handa
2d516ebb4c New file. 2008-01-30 04:03:43 +00:00
Kenichi Handa
b03e8a93be Load "language/cham". 2008-01-30 04:03:14 +00:00
Kenichi Handa
d9e11902b2 (font_find_for_lface): Fix previous change. Be sure to
close a font-object.
(Ffont_shape_text): If FONT_OBJECT is not a font-object, just
return TO.
2008-01-28 23:59:56 +00:00
Kenichi Handa
0b8b3c1cdf *** empty log message *** 2008-01-28 07:12:03 +00:00
Kenichi Handa
e585323a66 (script-representative-chars): Add cham
and tai-viet.
(setup-default-fontset): Add iso10646-1 font for latin and ipa.
Add fontconfig spec for cjk-misc.  Explicitly specify font font
for U+E000..U+F8FF.
2008-01-28 07:11:18 +00:00
Kenichi Handa
1ffae95375 (script-list): Add cham. 2008-01-28 07:07:44 +00:00
Kenichi Handa
0aa35ed94d *** empty log message *** 2008-01-28 07:07:19 +00:00
Kenichi Handa
23c8bcbfce (FONTP): Make it return 1 also for a font-object. 2008-01-28 07:06:52 +00:00
Kenichi Handa
9e067dbc98 (xfontset): New function. 2008-01-28 07:05:37 +00:00
Kenichi Handa
6c8ec042df (font_find_for_lface): Check if the character C is
supported or not only for the first font.
2008-01-28 07:05:07 +00:00
Kenichi Handa
d67f7f1a57 (reorder_font_vector): Fix typo.
(fontset_find_font): Don't add a font-spec specifying a script.
Use 0 (not Qt) for the indication of empty font-group.  Change the
format of RFONT-DEF.  Return Qt if no font in the font-group
support the character.
(fontset_font): Adjusted for the above change.  If no font was
found the character, remember that.
(face_for_char): Adjusted for the change of RFONT-DEF.
(Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
no font for the target.
(Finternal_char_font): Adjusted for the change of RFONT-DEF.
2008-01-28 07:03:27 +00:00
Kenichi Handa
43071057a2 *** empty log message *** 2008-01-25 11:26:38 +00:00
Kenichi Handa
c8ea71f686 (font_load_for_face): Handle the case that the font in
face->lface is a string.
2008-01-25 11:26:27 +00:00
Kenichi Handa
55d6c8ac6e *** empty log message *** 2008-01-23 11:14:47 +00:00
Kenichi Handa
7c0b3f4dc8 (set_lface_from_font_and_fontset): Set the fontname in
lface.
2008-01-23 11:14:12 +00:00
Kenichi Handa
4ae9e00781 *** empty log message *** 2008-01-22 12:03:33 +00:00
Kenichi Handa
db1c10a277 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
Fix previous change.  If the frame is not on a window system,
signal an error.
2008-01-22 12:03:15 +00:00
Kenichi Handa
eee0d6865f *** empty log message *** 2008-01-18 07:09:42 +00:00
Kenichi Handa
64cedb0c2b (decode_coding_object): Adjuste marker positions after
conversion.
(encode_coding_object): Likewise.
2008-01-18 07:08:52 +00:00
Kenichi Handa
9bb13d087a (struct Lisp_Marker): New member need_adjustment. 2008-01-18 07:07:37 +00:00
Mark A. Hershberger
76a6127f0e * xml.el (xml-escape-string): Don't do any encoding changes on the string. 2008-01-17 17:21:34 +00:00
Kenichi Handa
3b2d817907 *** empty log message *** 2008-01-16 02:31:34 +00:00
Kenichi Handa
b6bde2b3c4 (in-is13194-post-read-conversion): Delete
unnecessary call of indian-compose-region.
2008-01-16 02:31:05 +00:00
Kenichi Handa
0a16d56798 *** empty log message *** 2008-01-14 01:33:28 +00:00
Kenichi Handa
432cfa542e (FONTSET_REF_AND_RANGE): Delete it.
(fontset_ref_and_range): Delete it.
(fontset_find_font): Call char_table_ref_and_range instead of
FONTSET_REF_AND_RANGE.
(make_fontset): Don't setup font groups of Latin here.
(Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
(new_fontset_from_font): Make the specified font the default for
all Latin characters.
2008-01-14 01:31:25 +00:00
Kenichi Handa
a6bbf9f489 (describe-char-display): Fix previous change. 2008-01-11 04:16:14 +00:00
Kenichi Handa
cc07ec4a35 *** empty log message *** 2008-01-10 12:31:13 +00:00
Kenichi Handa
f80cc9fdfa (Finternal_set_lisp_face_attribute): Check if the frame
is on a window system before accessing the fontset of the frame.
2008-01-10 12:31:02 +00:00
Vinicius Jose Latorre
fd7ec851c6 Fix face attributes recognition 2008-01-09 03:27:04 +00:00
Kenichi Handa
01f5d76d8c *** empty log message *** 2008-01-09 02:45:01 +00:00
Kenichi Handa
cd5315ac40 (font-encoding-alist): Add an entry for
iso8859-16.
(setup-default-fontset): Add iso8859-16 to latin.
2008-01-09 02:44:31 +00:00
Kenichi Handa
c39b5941ac *** empty log message *** 2008-01-09 01:49:19 +00:00
Kenichi Handa
e463f0710b (describe-char-display): Convert a GLYPH-CODE to a
hexadigit string.
(describe-char): Adjusted for the above change.
2008-01-09 01:31:20 +00:00
Miles Bader
430d2ee291 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Michael Albinus
0664ff7221 * vc-git.el (vc-git--call): Apply `process-file' instead of
`call-process'.

* net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
Reported by Pete Forman <pete.forman@westerngeco.com>.
(tramp-perl-encode, tramp-perl-decode): Update copyrights.
(tramp-handle-process-file): Handle the case where DESTINATION is
a consp with t as car.
(tramp-wait-for-output): We shall remove exactly what has been
find by the search.
2008-01-08 20:07:21 +00:00
Miles Bader
d82cf70b7f Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-985
2008-01-08 14:16:13 +00:00
Nick Roberts
7a00b90049 *** empty log message *** 2008-01-08 08:32:10 +00:00
Glenn Morris
01f179de33 Kevin Ryde <user42 at zip.com.au>:
(compilation-error-regexp-alist-alist): Add entry for two-arg form of
the Test module ok() func.
2008-01-08 08:03:25 +00:00
Glenn Morris
bf51586957 Whitespace. 2008-01-08 07:56:05 +00:00
Glenn Morris
10a1257e79 Kevin Ryde <user42 at zip.com.au>:
(perl): Add a "during global destruction" sample.
2008-01-08 07:54:36 +00:00
Glenn Morris
bcc41d2371 Kevin Ryde <user42 at zip.com.au>:
(perl): Add a "during global destruction" sample.
2008-01-08 07:54:27 +00:00
Glenn Morris
70b79a6011 Kevin Ryde <user42 at zip.com.au>
(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.
2008-01-08 07:54:04 +00:00
Glenn Morris
049dcb6f8c Kevin Ryde <user42 at zip.com.au>
(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.
2008-01-08 07:53:53 +00:00
Kenichi Handa
bcab78b72b *** empty log message *** 2008-01-08 05:34:24 +00:00
Kenichi Handa
26cdb3ee01 (font-encoding-alist): Don't set the
repertory of GB18030 fonts.
2008-01-08 05:34:10 +00:00