1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 22:31:13 -07:00
Commit graph

6657 commits

Author SHA1 Message Date
Stefan Monnier
6b3d752c5d * src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
calling build_annotations.
* lisp/files.el (basic-save-buffer-2): Pass nil rather than (point-min)
to write-region.
2008-05-28 12:36:15 +00:00
Kenichi Handa
b75d7f2882 *** empty log message *** 2008-05-28 12:26:41 +00:00
Juanma Barranquero
c3f9fba859 *** empty log message *** 2008-05-28 09:27:18 +00:00
Kenichi Handa
00c670e142 *** empty log message *** 2008-05-28 06:46:55 +00:00
Chong Yidong
45feca9190 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it. 2008-05-27 21:10:39 +00:00
Stefan Monnier
01d45367b2 (encode_coding_raw_text): Set coding->produced_char for all branches.
Compute it differently.
2008-05-27 15:49:49 +00:00
Stefan Monnier
5dd5d9eb1a Include font.h for --without-x. 2008-05-27 14:12:42 +00:00
Juanma Barranquero
9c623c856e (compute_metrics): Rewrite an "else { if () ... else ... }"
into "else if () ... else ...".
2008-05-27 08:56:38 +00:00
Jason Rumney
943f2093bf (w32font_open_internal): Determine if glyph indices are likely to work here. 2008-05-27 08:30:02 +00:00
Chong Yidong
7385fe74a1 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
draw overlap glyphs with appropriate highlighting.
2008-05-27 03:11:09 +00:00
Kenichi Handa
4f64a16487 (xfont_open): Fix calculation of font->average_width. 2008-05-27 01:45:00 +00:00
Stefan Monnier
1fb5aad76f (casify_object): Try to guess better whether the argument is a byte or a char. 2008-05-27 00:50:01 +00:00
Jason Rumney
dc49f3766b *** empty log message *** 2008-05-26 14:10:55 +00:00
Andreas Schwab
5a9c35e500 (x_reply_selection_request): Properly handle format ==
32.  Always send multiples of format size.
2008-05-26 12:03:03 +00:00
Andreas Schwab
f8eb1603d2 (x_set_frame_alpha): Fix type mismatch. 2008-05-26 11:37:42 +00:00
Jason Rumney
dc6cf56878 (w32font_text_extents): Zero whole metrics struct first.
(compute_metrics): Don't set failure if we just cleared the cache.
2008-05-26 11:05:42 +00:00
Jason Rumney
ba93d6842e (w32font_text_extents): Zero whole metrics struct first. 2008-05-26 10:41:58 +00:00
Kenichi Handa
505ecc4969 (x_draw_glyph_string): Fix calculation of underline
position.
2008-05-25 11:19:50 +00:00
Eli Zaretskii
f481eb312e Include dispextern.h. 2008-05-24 08:39:34 +00:00
Eli Zaretskii
b1722a4640 *** empty log message *** 2008-05-24 08:29:28 +00:00
Kenichi Handa
6c652bebc2 (Qemacs, charset_emacs): New variables.
(char_charset): Fix for non-Unicode characters.
(syms_of_charset): Define charset_emacs.
2008-05-23 12:50:07 +00:00
Juanma Barranquero
20746fe46b *** empty log message *** 2008-05-23 10:30:18 +00:00
Jason Rumney
e715084611 Remove includes that are already included by config.h 2008-05-23 09:25:18 +00:00
Kenichi Handa
328fab2aee *** empty log message *** 2008-05-23 06:31:17 +00:00
Kenichi Handa
90dc78a36e (x_draw_glyph_string): Be sure to draw underline within the current
line area.
2008-05-23 05:33:24 +00:00
Kenichi Handa
baf4d3b3cf *** empty log message *** 2008-05-23 04:44:35 +00:00
Kenichi Handa
dbf46ba612 Delete unused variables and add casting for char *
throughout the file.
(fontset_font): Try the fallback fonts of the current fontset
before consulting the default fontset.
2008-05-23 02:24:31 +00:00
Jason Rumney
577eba225c Don't include strings.h. 2008-05-22 22:12:25 +00:00
Jason Rumney
0513110744 * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
* dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
* macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
* xfns.c, xfont.c: Callers changed.
2008-05-22 14:54:27 +00:00
Jason Rumney
3b780338b9 (msdos_stdcolor_idx): Use xstricmp. 2008-05-22 13:41:18 +00:00
Kenichi Handa
955b979c00 (BASE_PURESIZE): Increaed to 1220000. 2008-05-22 12:27:44 +00:00
Kenichi Handa
64b900e33e (font_prop_validate_style): Adjusted for the format
change of font_style_table.
2008-05-22 05:21:06 +00:00
Kenichi Handa
a30e19579a *** empty log message *** 2008-05-22 03:49:18 +00:00
Stefan Monnier
631248e534 * minibuf.c (keys_of_minibuf): Delete.
* lisp.h (keys_of_minibuf): Delete.
* emacs.c (main): Don't call keys_of_minibuf.
2008-05-22 03:18:18 +00:00
Kenichi Handa
318548bef0 (ftfont_resolve_generic_family): Renamed from
ftfont_list_generic_family.  Return a single family for each
generic family.
(ftfont_spec_pattern): Add FC_FAMILY to pattern.
(ftfont_list): Adjusted for the change of
ftfont_resolve_generic_family.  Call font_add_log.
(ftfont_match): Call font_add_log.
2008-05-22 02:27:17 +00:00
Juanma Barranquero
bcc850aa9e *** empty log message *** 2008-05-21 10:14:56 +00:00
Dan Nicolaescu
6aac1c03b8 (x_set_frame_alpha): Move declarations before
statements.
2008-05-21 06:32:45 +00:00
Glenn Morris
b9fb2c4543 *** empty log message *** 2008-05-21 04:08:45 +00:00
Glenn Morris
7950790f33 Fix whitespace in previous. 2008-05-21 04:01:12 +00:00
Glenn Morris
a2979e8edd Seiji Zenitani <zenitani at mac.com>
Ryo Yoshitake <ryo at shiftmode.net>

(w32_frame_parm_handlers): A null handler for x_set_alpha.
2008-05-21 04:00:33 +00:00
Jason Rumney
5c2a72d900 (add_font_entity_to_list): Don't add non-opentype
truetype fonts to opentype list.
2008-05-20 23:37:27 +00:00
Juanma Barranquero
eb152aa90b (Ffontset_info): Doc fix.
(syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
<ignore-relative-composition>: Fix typos in docstrings.
2008-05-20 16:33:58 +00:00
Juanma Barranquero
dde8403ffe Fix typos. 2008-05-20 10:14:38 +00:00
Kenichi Handa
1285557220 (obj): Fix previous change. 2008-05-20 06:44:03 +00:00
Kenichi Handa
ad00e1a3bf Include font.h unconditionally.
(merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Cancel the previous change.
2008-05-20 06:34:10 +00:00
Stefan Monnier
40a69fac46 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
indirect_variable.
* eval.c (lisp_indirect_variable): New fun.
(Fuser_variable_p): Use it.
2008-05-20 00:13:37 +00:00
Stefan Monnier
ad97b375e8 * lisp.h (indirect_variable):
* data.c (indirect_variable, let_shadows_buffer_binding_p):
Use Lisp_Symbol pointers rather than Lisp_Object.  Adjust callers.
* buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
To this end, change calling-convention.
2008-05-19 18:38:55 +00:00
Chong Yidong
9092490376 * process.c (wait_reading_process_output): Always check status
when in batch mode.
2008-05-19 16:29:18 +00:00
Stefan Monnier
8c2dccbf9d (Finternal_complete_buffer): Only strip out hidden buffers
if some non-hidden buffers are selected by string&pred.
2008-05-19 11:22:44 +00:00
Kenichi Handa
25b81df40e *** empty log message *** 2008-05-19 07:23:52 +00:00