1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00
Commit Graph

79488 Commits

Author SHA1 Message Date
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
Glenn Morris
97ff09b34c Regenerate. 2008-01-08 05:21:00 +00:00
Glenn Morris
eef3a88006 *** empty log message *** 2008-01-08 05:19:38 +00:00
Glenn Morris
1c6aa2f55f (diff-end-of-hunk): Don't match empty lines in unified format. 2008-01-08 05:19:13 +00:00
Glenn Morris
d1050c6987 (mouse-major-mode-menu): Suppress duplicate menus. 2008-01-08 05:18:09 +00:00
Glenn Morris
1c58b439bf (diff-end-of-hunk): Don't match empty lines in unified format. 2008-01-08 05:17:47 +00:00
Glenn Morris
0595c9f92f (mouse-major-mode-menu): Suppress duplicate menus. 2008-01-08 05:13:06 +00:00
Glenn Morris
15d621675c Regenerate. 2008-01-08 05:07:59 +00:00
Glenn Morris
df17e41e8d Ralf Angeli <angeli at caeruleus.net>
(reftex-make-separate-toc-frame): Simplify selection of frame focusing
function.
2008-01-08 05:06:48 +00:00
Glenn Morris
6916ec0810 Comment. 2008-01-08 05:03:11 +00:00
Glenn Morris
9ec0afe829 Update printed copyright year to 2008. 2008-01-08 05:01:41 +00:00
Glenn Morris
6c5a896448 *** empty log message *** 2008-01-08 05:00:52 +00:00
Glenn Morris
1bb97e221b Add 2008 to copyright years. 2008-01-08 04:54:02 +00:00
Glenn Morris
d76a14211e Add 2008 to copyright years. 2008-01-08 04:45:51 +00:00
Glenn Morris
7366aa7206 Add 2008 to copyright years.
Update Emacs version.
2008-01-08 04:44:45 +00:00
Glenn Morris
88de5abbd1 Update Emacs version. 2008-01-08 04:43:46 +00:00
Glenn Morris
adf94aa6d7 (set-version): Add doc/man/emacs.1. 2008-01-08 04:43:10 +00:00