1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-30 10:11:47 -07:00
Commit graph

14607 commits

Author SHA1 Message Date
Gerd Moellmann
259cf6bcbb (x_after_update_window_line): Don't run the code
clearing in borders for rows whose visible height is 0.
2001-10-30 17:28:03 +00:00
Gerd Moellmann
3f99f94823 *** empty log message *** 2001-10-30 17:00:10 +00:00
Gerd Moellmann
cb02fa39d4 (change_frame_size_1): Set frame's resized_p. 2001-10-30 16:59:41 +00:00
Gerd Moellmann
f1c69c6183 (struct frame) <resized_p>: New member. 2001-10-30 16:59:08 +00:00
Gerd Moellmann
573e57f134 (clear_garbaged_frames): Remove debug code. 2001-10-30 16:58:41 +00:00
Gerd Moellmann
6bb958822d (clear_garbaged_frames): Redraw the frame only if its
resized_p flag is set.  If not set, use the much less flickering
method previously used.
2001-10-30 16:58:14 +00:00
Gerd Moellmann
f2c41cc0ba (read1): Remove debugging code. 2001-10-30 16:38:10 +00:00
Gerd Moellmann
b4a3be4385 (to_multibyte): Ensure read_buffer is at least twice
as large as the number of bytes to convert.
2001-10-30 16:35:42 +00:00
Gerd Moellmann
a742d646df (to_multibyte): New function.
(read1): Use it.
2001-10-30 16:04:52 +00:00
Eli Zaretskii
cacbb9e907 (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c). 2001-10-30 15:34:01 +00:00
Gerd Moellmann
327f42ee80 (x_draw_relief_rect): Correct bottom relief by 1 pixel.
(x_set_glyph_string_background_width): Set
extends_to_end_of_line_p if the row's fill_line_p is set and
drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2001-10-30 15:00:38 +00:00
Gerd Moellmann
99cb6b2f69 (clear_garbaged_frames): Call Fredraw_frame. 2001-10-30 13:59:45 +00:00
Stefan Monnier
8e8223e20f *** empty log message *** 2001-10-30 08:51:51 +00:00
Stefan Monnier
cc45fb4031 Include coding.h and charset.h.
(Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
(Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
(single_submenu, xmenu_show): Use ENCODE_SYSTEM.
Explicitly set wv->help.  Use `TRUE' rather than `True'.
(menu_help_callback): Use empty_string.
2001-10-30 03:44:08 +00:00
Stefan Monnier
b2123f8142 (Fx_popup_menu): Explicitly init f, xpos, and ypos.
(Fx_popup_dialog): Explicitly init f.
(w32_menu_display_help): Use empty_string.
2001-10-30 03:38:24 +00:00
Richard M. Stallman
1f79789d4a (Frequire): Detect recursive try to require the same
feature 3 or more levels deep, and get error.
(require_unwind): New subroutine.
(require_nesting_list): New variable.
(syms_of_fns): Init and staticpro it.
2001-10-30 01:54:29 +00:00
Richard M. Stallman
b230447268 *** empty log message *** 2001-10-30 01:54:19 +00:00
Richard M. Stallman
210ebd3d84 (print_object): Clarify indication of insertion type. 2001-10-30 00:34:18 +00:00
Richard M. Stallman
4d083a8fd2 *** empty log message *** 2001-10-30 00:34:09 +00:00
Eli Zaretskii
9048000044 (syms_of_coding): Document that locale-coding-system is
used for decoding input on X.
2001-10-29 19:37:06 +00:00
Eli Zaretskii
2fe41216b4 (Fscroll_left, Fscroll_right): Doc fix. 2001-10-29 19:14:50 +00:00
Pavel Janík
74e79967f5 (Finput_pending_p): Fix typo in doc-string.
(echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
2001-10-29 17:53:18 +00:00
Gerd Moellmann
9a7bdceb5d (x_display_and_set_cursor): If cursor_in_echo_area,
use NO_CURSOR if cursor_in_non_selected_windows is false.
2001-10-29 14:00:39 +00:00
Gerd Moellmann
3f08fcd2a6 *** empty log message *** 2001-10-29 12:25:58 +00:00
Gerd Moellmann
0f2c6573ce (Fface_font): Use UNSPECIFIEDP instead of NILP for
the slant attribute if FRAME is t.
2001-10-29 12:21:56 +00:00
Gerd Moellmann
0ccfdad267 *** empty log message *** 2001-10-29 11:39:52 +00:00
Gerd Moellmann
ea42193aa2 (x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.
2001-10-29 11:18:51 +00:00
Gerd Moellmann
ef253080e3 (x_after_update_window_line): Clear internal border
in different circumstances.
2001-10-29 11:16:20 +00:00
Gerd Moellmann
60ebcfe88e *** empty log message *** 2001-10-29 09:44:56 +00:00
Gerd Moellmann
fee2aedc37 (XTread_socket) <KeyPress>: Don't use
STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
<handa@etl.go.jp>.
2001-10-29 09:44:31 +00:00
Gerd Moellmann
053b325683 (x_build_heuristic_mask): Use x_alloc_image_color. 2001-10-28 20:57:00 +00:00
Eli Zaretskii
73d25f9cca *** empty log message *** 2001-10-28 19:28:08 +00:00
Eli Zaretskii
e64fed1d5d New file. From Adam Thornton <athornton@sinenomine.net>. 2001-10-28 19:10:11 +00:00
Gerd Moellmann
cac1daf08d (x_build_heuristic_mask): Fix a bug not incrementing
a loop counter.
2001-10-28 19:08:14 +00:00
Pavel Janík
186486eb07 Use argv[0] instead of emacs when -t was specified. 2001-10-28 18:53:39 +00:00
Pavel Janík
4707d2d079 Change doc-string comments to new style' [w/doc:' keyword].
Fix typos in comments.
2001-10-28 18:50:45 +00:00
Pavel Janík
d883731ca8 (bug_reporting_address): New function.
Use it when displaying usage message.
2001-10-28 13:42:48 +00:00
Pavel Janík
040122547f (read_minibuf): Remove unused external declaration of variable
`Qread_only'.
2001-10-28 10:56:21 +00:00
Pavel Janík
13b1a09c3e (access_keymap): Remove unused variable `charset'. 2001-10-28 10:53:43 +00:00
Miles Bader
5bbf4378a0 *** empty log message *** 2001-10-28 10:22:34 +00:00
Miles Bader
cdfaafa9cc (merge_face_heights): Handle TO being relative as well.
Remove #ifdef'd-out code.
(Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
(syms_of_xfaces): Initialize them.
2001-10-28 10:09:29 +00:00
Stefan Monnier
c2d535587a *** empty log message *** 2001-10-28 06:48:56 +00:00
Miles Bader
788faf1fc2 *** empty log message *** 2001-10-28 03:12:04 +00:00
Jason Rumney
1ce1e4ee74 *** empty log message *** 2001-10-27 22:40:41 +00:00
Jason Rumney
65906840ae (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
<WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
position using the system caret.
2001-10-27 22:30:55 +00:00
Jason Rumney
abb15ebda6 (w32_system_caret_hwnd, w32_system_caret_width)
(w32_system_caret_height, w32_system_caret_x)
(w32_system_caret_y): New variables for tracking system caret.
(w32_initialize): Initialize them.
(x_display_and_set_cursor): Make system caret follow the active cursor.
2001-10-27 22:21:24 +00:00
Jason Rumney
64ade657fb (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): New messages types. 2001-10-27 22:07:59 +00:00
Pavel Janík
bb4600a4b0 Fix typo in a comment. 2001-10-27 21:43:23 +00:00
Pavel Janík
7db35a48a8 Fix typos in comments.
Remove unnecessary spaces.
Change doc-string comments to `new style' [w/`doc:' keyword].
(USAGE2): Fix typos in usage string.
2001-10-27 10:41:38 +00:00
Pavel Janík
a7248e4f4c Fix typo in a comment. 2001-10-27 09:25:12 +00:00