1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 16:41:17 -08:00
Commit graph

21665 commits

Author SHA1 Message Date
Juanma Barranquero
856bb2b0ee *** empty log message *** 2006-10-28 22:09:25 +00:00
Juanma Barranquero
473d3c06d8 (Fdisplay_buffer): Fix typo in docstring. 2006-10-28 22:03:51 +00:00
Juanma Barranquero
4975e69596 (x_draw_glyph_string_foreground): Set background mode to TRANSPARENT before
using overstrike to simulate bold faces.
2006-10-27 22:37:48 +00:00
Juanma Barranquero
234b59d7bb (best_matching_font): Fix logic to decide whether to use overstriking to
simulate bold-face (it was reversed).
2006-10-27 22:34:22 +00:00
Kim F. Storm
88efeba65e (remember_mouse_glyph): Simplify last change. 2006-10-23 11:49:48 +00:00
Kim F. Storm
4fa93fa859 (remember_mouse_glyph): Don't crash if glyphs are not initialized. 2006-10-23 09:58:49 +00:00
Kim F. Storm
a4614668b4 *** empty log message *** 2006-10-23 09:51:56 +00:00
Kim F. Storm
cbfe778a85 *** empty log message *** 2006-10-22 22:32:43 +00:00
Kim F. Storm
96f4f7ecf1 (read_char): Make an element (t . EVENT) in
unread-command-events add EVENT to the current command's key sequence.
(syms_of_keyboard) <unread-command-events>: Update doc.
2006-10-22 22:25:03 +00:00
Richard M. Stallman
627fb581ae (Vread_expression_map): Define here.
(Qread_expression_history): New variable.
(syms_of_minibuf): Initialize them.
(Feval_minibuffer): Use Vread_expression_map and Qread_expression_history.
2006-10-21 17:40:03 +00:00
Kenichi Handa
cd987aaa0a (xic_create_fontsetname): If ADSTYLE field is not a wild
card, change it to "*".
(xic_create_xfontset): Call XCreateFontSet for each single
fontname in fontsetname.
2006-10-21 01:57:34 +00:00
Chong Yidong
55b41ef52e * callint.c (callint_message): Convert to a Lisp string.
(syms_of_callint): Initialize it.
	(callint_message_size): Var deleted.
	(Fcall_interactively): Use Fformat instead of doprnt to construct
	prompt string.
2006-10-19 14:13:52 +00:00
Kim F. Storm
a4d2787c2d 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
(display_mode_line): Clear enabled_p flag on mode-line row.
2006-10-19 09:49:23 +00:00
Kim F. Storm
cc7aa8dc09 *** empty log message *** 2006-10-19 09:48:55 +00:00
YAMAMOTO Mitsuharu
045b190821 *** empty log message *** 2006-10-19 08:02:23 +00:00
YAMAMOTO Mitsuharu
9346531434 (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
New variable.
(syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
2006-10-19 08:01:25 +00:00
Jan Djärv
866f85184a * xselect.c (x_handle_selection_request): If the converted_selection
is NIL or XCDR (converted_selection) is NIL, decline the request.
2006-10-19 07:17:42 +00:00
YAMAMOTO Mitsuharu
57714a862f (adjust_frame_glyphs_for_window_redisplay): Fix #endif comments. 2006-10-17 00:29:25 +00:00
Jan Djärv
b43da35222 * gtkutil.c (get_utf8_string): Remove warnings with casts.
(xg_tool_bar_button_cb): Ditto
 (xg_tool_bar_callback): Ditto.
2006-10-16 14:20:38 +00:00
YAMAMOTO Mitsuharu
7c682cf194 (mac_query_char_extents): Don't return glyph ID if layout
adjustment is needed.
(mac_load_query_font): Check if width and height are positive.
2006-10-16 08:59:31 +00:00
YAMAMOTO Mitsuharu
2e6266ac57 (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs. 2006-10-16 08:58:39 +00:00
YAMAMOTO Mitsuharu
8ce2650dbe (adjust_frame_glyphs_for_frame_redisplay): Remove unused variable ch_dim.
(adjust_frame_glyphs_for_window_redisplay): Likewise.  Don't allocate
menu bar window matrices on non-X systems.
2006-10-16 08:58:20 +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
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
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