1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 02:40:46 -08:00
Commit graph

25560 commits

Author SHA1 Message Date
Jason Rumney
5ace1ec11f (w32font_open_internal): Use font_unparse_fcname to set full_name. 2008-02-04 00:52:02 +00:00
Jason Rumney
ffe421835c (OBJ1): Include font.o here.
(FONTOBJ) [USE_FONTBACKEND]: Instead of here.
2008-02-03 21:33:49 +00:00
Jason Rumney
bfd1fa282d Revert most of last two changes. 2008-02-02 21:16:39 +00:00
Jason Rumney
a0fece3543 *** empty log message *** 2008-02-02 21:15:54 +00:00
Glenn Morris
849eb485c7 Remove conflict marker and merged entries about re-generating config.in. 2008-02-02 04:47:40 +00:00
Glenn Morris
7e14d90563 Update copyright years and GPL version. 2008-02-02 04:35:05 +00:00
Glenn Morris
a9871c726e Update copyright years and FSF address. 2008-02-02 04:32:33 +00:00
Glenn Morris
ec62e0ac4c Update copyright years and GPL version. 2008-02-02 04:32:01 +00:00
Glenn Morris
73acf81589 Adjust dates of unicode merge entries to UTC. 2008-02-02 04:31:16 +00:00
Jason Rumney
25f6b8b150 ($(CHARPROP)): Use $(DEL) for deleting. 2008-02-02 01:42:26 +00:00
Jason Rumney
526dc3b384 (SRC): Define earlier.
(CHARPROP, UNIDATA, UNIDATA_SRC, UNIDATA_GEN, UNIDATA_GEN_SRC)
(UNIDATA_DEST, RUNTEMACS): New definitions.
($(EMACS)): Depend on $(CHARPROP).
(temacs): Bump EMHEAP to 21.
($(CHARPROP), $(UNIDATA), $(UNIDATA_GEN)): New targets.
2008-02-02 00:52:43 +00:00
Jason Rumney
af805c82de *** empty log message *** 2008-02-01 23:31:23 +00:00
Jason Rumney
9b1a1e6291 Define VIRT_ADDR_VARIES. 2008-02-01 23:29:29 +00:00
Jason Rumney
fec76d439d Don't include CYGWIN in condition. 2008-02-01 23:29:14 +00:00
Andreas Schwab
7f6519c572 (shortlisp): Update for rename of
../lisp/language/myanmar.el.
(lisp): Likewise.
2008-02-01 23:10:29 +00:00
Chong Yidong
85c5920ea3 (get_lface_attributes): Function deleted.
(merge_named_face, lookup_named_face, lookup_derived_face)
(realize_named_face): Call lface_from_face_name directly, and use
the fact that merge_face_vectors does not alter its FROM argument.
2008-02-01 22:34:19 +00:00
Chong Yidong
26f8aa27e0 * xfaces.c (get_lface_attributes): Function deleted.
(merge_named_face, lookup_named_face, lookup_derived_face)
(realize_named_face): Call lface_from_face_name directly, and use
the fact that merge_face_vectors does not alter its FROM argument.
2008-02-01 22:34:08 +00:00
Miles Bader
aca7a3d201 Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
2008-02-01 16:05:01 +00:00
Miles Bader
6cc41fb06c Merge unicode branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037
2008-02-01 16:01:31 +00:00
Glenn Morris
c1c8b16f5d Regenerate. 2008-02-01 04:51:31 +00:00
Miles Bader
dd559368b0 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-330
2008-02-01 04:44:30 +00:00
Stefan Monnier
d6abfc14fe (face_at_buffer_position): Remove unused vars. 2008-02-01 03:05:16 +00:00
Miles Bader
a9989764a4 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-329
2008-02-01 03:01:11 +00:00
Miles Bader
68e7476278 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1032
2008-02-01 02:40:23 +00:00
Kenichi Handa
661e8ab2f9 (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
Cancel previous change.
2008-02-01 01:18:05 +00:00
Kenichi Handa
0acdaf8df5 (CCL_WRITE_CHAR): Fix overflow checking.
(CCL_WRITE_MULTIBYTE_CHAR): Likewise.
2008-02-01 00:38:48 +00:00
Miles Bader
6498c4b170 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-328
2008-01-31 13:49:17 +00:00
Miles Bader
94cc397c54 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1028
2008-01-31 11:35:46 +00:00
Kenichi Handa
8d99a0b354 (CCL_WRITE_CHAR): Increment extra_bytes only when
ccl->eight_bit_control.  Fix check for buffer overflow.
(CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
(ccl_driver): Initialize extra_bytes to 0.
2008-01-31 11:27:46 +00:00
Kenichi Handa
a32aad64df (make_ctrl_char): If C is a multibyte character, just
return it ORed with ctrl_modifier.
2008-01-31 06:42:01 +00:00
Jason Rumney
44ac758ddb *** empty log message *** 2008-01-30 09:35:08 +00:00
Jason Rumney
480cb5d27b (w32_read_socket) <WM_CHAR>: Decode non-Unicode
input in the default locale. Handle non-Unicode multibyte input.
2008-01-30 09:34:49 +00:00
Miles Bader
9fab854684 Fix merge mistake
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
2008-01-30 08:29:16 +00:00
Miles Bader
d235ca2ff8 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +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
Miles Bader
8b329dbaa7 src/macterm.c (XTset_vertical_scroll_bar): Fix merge mistake
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1020
2008-01-29 05:12:00 +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
Jason Rumney
548667aad8 *** empty log message *** 2008-01-28 23:23:48 +00:00
Stefan Monnier
ef264c4209 * window.c (run_window_configuration_change_hook): New function.
Code extracted from set_window_buffer.  Set the selected frame.
(set_window_buffer): Use it.
* window.h (run_window_configuration_change_hook): Declare.
* dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
2008-01-28 19:05:13 +00:00
Jason Rumney
513feaa5ad (stat): Don't do a double check for networked drive. 2008-01-28 17:44:11 +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
Stefan Monnier
0975aa2475 (read_char): Yet another int/Lisp_Object mixup (YAILOM). 2008-01-28 03:48:45 +00:00
Dan Nicolaescu
9c28b587ab * configure.in: Update comment.
* Makefile.in: Remove references to unused macros.
2008-01-27 16:06:02 +00:00
Thien-Thi Nguyen
4ada4a87b4 (Fclrhash): Return TABLE. 2008-01-26 17:00:52 +00:00