1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
Commit graph

22925 commits

Author SHA1 Message Date
Kenichi Handa
32d497b1cd (Qunicode_sip): Extern it. 2006-10-17 12:33:26 +00:00
Kenichi Handa
d504c23f4c *** empty log message *** 2006-10-16 07:54:00 +00:00
Kenichi Handa
69df789ac5 (get_composition_id): Pay attention to TAB
component.
2006-10-16 07:53:52 +00:00
Kenichi Handa
4bad3dc5df (x_draw_composite_glyph_string_foreground): Don't draw
TAB.  Adjusted for the change of s->char2b which always points to
the first elememnt of allocated memory.
2006-10-16 07:53:16 +00:00
Kenichi Handa
4b848612ff (xftfont_text_extents): Fix calculation of descent
value.
2006-10-16 07:26:53 +00:00
Kenichi Handa
83b364b4eb (handle_composition_prop): Set it->c to the first
non-TAB component.
(fill_composite_glyph_string): Argument changed.
(BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the above change.
(x_produce_glyphs): Fix handling of left/right padding.
2006-10-16 07:26:19 +00:00
Miles Bader
bb9c4b4f8b Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 460-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 145-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
2006-10-15 02:54:13 +00:00
Richard M. Stallman
563964aeda *** empty log message *** 2006-10-14 10:09:53 +00:00
Richard M. Stallman
fac390dc0a (init_sys_modes): Delete DEFVAR_LISP in the wrong place. 2006-10-14 10:09:32 +00:00
Chong Yidong
98721beb4b * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
title.
2006-10-13 14:18:09 +00:00
Chong Yidong
eae637ecd3 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
XCAR and XINT.
2006-10-13 01:45:37 +00:00
Romain Francoise
431feaf6f4 (xbm_read_bitmap_data): Delete extra semicolon. 2006-10-12 19:22:38 +00:00
Stefan Monnier
b70e1a2bdc Include xterm.h for x_fully_uncatch_errors and friends. 2006-10-10 14:39:23 +00:00
Stefan Monnier
516c741dce Declare x_create_bitmap_from_xpm_data. 2006-10-10 14:38:34 +00:00
Stefan Monnier
997482f5f4 (x_check_expected_move): Remove unused var `count'. 2006-10-10 14:37:54 +00:00
Stefan Monnier
de9855d5a3 (syms_of_xmenu): Use Ffset rather than Fdefalias, since
Fdefalias is not declared in any *.h file.
2006-10-10 14:22:46 +00:00
Chong Yidong
2bcac7667a * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
* keyboard.c (command_loop_1): Handle non-number values of
	`minibuffer-message-timeout'.
	(Fexecute_extended_command): Fix typo.

	* minibuf.c (temp_echo_area_glyphs): Sit for
	`minibuffer-message-timeout' seconds.
2006-10-10 01:20:20 +00:00
Chong Yidong
394ccd7d8b * minibuf.c (temp_echo_area_glyphs): Sit for
`minibuffer-message-timeout' seconds.
2006-10-10 00:33:02 +00:00
YAMAMOTO Mitsuharu
bb420759ac (mac_draw_image_string, mac_draw_image_string_16): Add
argument OVERSTRIKE_P.
(mac_draw_string_common, mac_draw_image_string_cg): Likewise.
Support overstrike.
(mac_draw_string, mac_draw_string_16): Remove functions.
(x_draw_glyph_string_foreground): Use overstrike when needed.
(x_draw_composite_glyph_string_foreground): Likewise.  Use
mac_draw_image_string_16 instead of mac_draw_string_16.
(mac_load_query_font): Rename from XLoadQueryFont.  Take argument F
instead of DPY.  All uses changed.  Don't save/restore font.
2006-10-08 07:48:02 +00:00
Jason Rumney
2770d5898c 2006-10-07 Ralf Angeli <angeli@caeruleus.net>
* w32fns.c (w32_createwindow): Honour left and top positions if
	supplied explicitly.
2006-10-07 20:10:23 +00:00
Kim F. Storm
7c6b06c66d (pos_visible_p): Fix value when EOB is visible. 2006-10-06 13:30:45 +00:00
Kim F. Storm
ee37d13588 *** empty log message *** 2006-10-06 13:30:34 +00:00
Chong Yidong
26c34ec2e7 * frame.c (Qinhibit_face_set_after_frame_default): New var.
(syms_of_frame): Initialize it.
	(x_set_frame_parameters): Avoid resetting :font attributes to the
	new-frame defaults.
2006-10-05 17:33:41 +00:00
Kenichi Handa
42f557e541 *** empty log message *** 2006-10-04 07:09:43 +00:00
Kenichi Handa
49da453b36 (analyse_first): Cancel the change for synching with
HEAD.
2006-10-04 07:06:28 +00:00
Stefan Monnier
54dd3310af (compile_pattern): Only check `cp->syntax_table' if needed.
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
(clear_regexp_cache): Only flush those regexps which depend on
a syntax-table.
2006-10-03 13:47:26 +00:00
Stefan Monnier
ec40e71f22 (clear_regexp_cache): Declare. 2006-10-03 13:38:18 +00:00
Stefan Monnier
58e95211ec (compile_pattern): Only check `cp->syntax_table' if needed.
(compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
2006-10-03 13:25:26 +00:00
Stefan Monnier
6224b623fd (regex_compile): Set the new `used_syntax' bit. 2006-10-03 13:19:18 +00:00
Stefan Monnier
1351dd3b9a Remove file local variables.
(struct re_pattern_buffer): New field `used_syntax'.
2006-10-03 13:18:24 +00:00
Kim F. Storm
73812be664 *** empty log message *** 2006-10-03 09:19:05 +00:00
Kim F. Storm
1eed3bdcee (list_processes_1): Run sentinels before removing dead
processes.  Also remove `closed' network connections.
2006-10-03 09:14:40 +00:00
Miles Bader
f3bbbd1145 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-144)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
2006-10-03 05:04:21 +00:00
Stefan Monnier
2201c41ce3 (handle_fontified_prop): Don't fontify at EOB. 2006-10-01 16:44:43 +00:00
Eli Zaretskii
79e01e932f configure 2006-09-30 09:11:56 +00:00
Eli Zaretskii
e9291f09f4 Regenerated. 2006-09-30 09:11:23 +00:00
Juri Linkov
f9df5f68a8 *** empty log message *** 2006-09-29 21:18:15 +00:00
Juri Linkov
474198601d (syms_of_buffer): Reorder coding systems in the
docstring of %z to the real order displayed in the modeline.
2006-09-29 21:15:25 +00:00
Stefan Monnier
7ae8428d90 (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM). 2006-09-28 19:00:10 +00:00
Chong Yidong
14a7cabfbc * indent.c (Fvertical_motion): Do move back if the Lisp string
being displayed contains newlines.
2006-09-26 19:25:35 +00:00
YAMAMOTO Mitsuharu
444a42fd10 (mac_compute_glyph_string_overhangs, XLoadQueryFont)
[USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
2006-09-26 08:49:05 +00:00
Kenichi Handa
4ccaff6744 (Fsingle_key_description): For an invalid char, retuen
"Invalid char code NNNNN".
2006-09-26 04:17:41 +00:00
Chong Yidong
2a95a27c8e * callint.c (Fcall_interactively): Doc fix. 2006-09-25 15:28:58 +00:00
YAMAMOTO Mitsuharu
cf2c68356b (x_underline_at_descent_line): New variable.
(syms_of_macterm): DEFVAR_BOOL it.
(x_draw_glyph_string): Use it.
(XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
2006-09-25 08:19:14 +00:00
Kenichi Handa
8bb3035f33 (Fsingle_key_description): Fix the last change. 2006-09-25 04:38:18 +00:00
Kenichi Handa
173517c6c1 (Fsingle_key_description): Return unique names for
generic characters.
2006-09-25 02:52:03 +00:00
Richard M. Stallman
45c912f252 *** empty log message *** 2006-09-24 20:44:52 +00:00
Richard M. Stallman
e7b2dd2e38 (compile_pattern_1): Don't BLOCK_INPUT. 2006-09-24 20:28:49 +00:00
Eli Zaretskii
8f59d60237 *** empty log message *** 2006-09-24 12:39:03 +00:00
Eli Zaretskii
83b41e19dc ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
on nt/inc/langinfo.h and nt/inc/nl_types.h.
2006-09-24 12:37:45 +00:00