1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
Commit graph

15202 commits

Author SHA1 Message Date
Pavel Janík
8fc7780138 Fix typo. 2002-01-26 17:10:34 +00:00
Pavel Janík
a534ddab16 (parse_tool_bar_item): Remove duplicated prototypes. 2002-01-26 17:06:55 +00:00
Pavel Janík
7dee7ff71b *** empty log message *** 2002-01-26 15:02:38 +00:00
Stefan Monnier
3a232704c3 (Fnext_property_change, Fnext_single_property_change)
(Fprevious_property_change, Fprevious_single_property_change):
Stay within the narrowed-buffer boundaries.
2002-01-25 22:42:13 +00:00
Eli Zaretskii
0011f34671 *** empty log message *** 2002-01-25 14:11:11 +00:00
Eli Zaretskii
99fdd6bcfa (Ftty_display_color_cells, Ftty_display_color_p): Change the
argument name to DISPLAY.  Doc fix.
2002-01-25 14:08:42 +00:00
Eli Zaretskii
dd939ea13e *** empty log message *** 2002-01-25 13:34:47 +00:00
Eli Zaretskii
70f50bf166 Add prototype for set_tty_color_mode and tty_setup_colors. 2002-01-25 13:22:37 +00:00
Eli Zaretskii
bfa62f96ad (Ftty_display_color_cells): New function.
(syms_of_term): Defsubr it.
2002-01-25 13:21:49 +00:00
Jason Rumney
aa35b6ad49 (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Combine the regions returned by BeginPaint and GetUpdateRect.
2002-01-24 20:49:36 +00:00
Jason Rumney
4d6e81995c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
If region left to draw is not what was expected, mark the frame as
garbaged.
2002-01-24 20:41:46 +00:00
Eli Zaretskii
a978004d1f (record_char): Fix a typo in a comment. 2002-01-24 17:18:35 +00:00
Jason Rumney
ab76d37680 (x_update_window_begin): Only hide caret if
w32_use_visible_system_caret is set.
(x_update_window_end): Only show caret if
w32_use_visible_system_caret is set.
(syms_of_w32term): Handle SystemParametersInfo call failing.
2002-01-23 22:03:26 +00:00
Jason Rumney
d285988b2d (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd. 2002-01-23 21:52:41 +00:00
Richard M. Stallman
d89b617d56 *** empty log message *** 2002-01-22 21:05:28 +00:00
Richard M. Stallman
642ffd9817 (unexec): Define n so as to cause compilation error
for the code where people have often written n instead of nn.
2002-01-22 20:56:29 +00:00
Richard M. Stallman
e869a29daa (hookpost-run): Defined. 2002-01-22 20:53:55 +00:00
Jan Djärv
f0b9a06753 xfns.c (x_set_frame_parameters): Typo in previous fix corrected. 2002-01-22 04:47:03 +00:00
Jan Djärv
5f9338d54b xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
if fullscreen is being set.
2002-01-21 19:23:48 +00:00
Pavel Janík
029a305c19 (Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fread_from_minibuffer)
(Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
2002-01-21 16:15:44 +00:00
Richard M. Stallman
8cc0e0cfd8 *** empty log message *** 2002-01-21 08:55:39 +00:00
Richard M. Stallman
54b8bcb515 (check_frame_size): Fix minimum height calculation. 2002-01-21 08:53:42 +00:00
Ken Raeburn
d7b8ee68fd dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window height before
comparison.
(WINDOW_WANTS_HEADER_LINE_P): Likewise.
2002-01-21 01:51:27 +00:00
Jason Rumney
c3c14723fa *** empty log message *** 2002-01-20 23:27:22 +00:00
Richard M. Stallman
75e20bec39 *** empty log message *** 2002-01-20 23:19:43 +00:00
Jason Rumney
93f2ca617b (w32_visible_system_caret_hwnd): New static variable.
(w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
<WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
the user requests it.  Use system default width when creating.
<WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
2002-01-20 23:13:29 +00:00
Jason Rumney
99558ce885 (w32_system_caret_width): Remove.
(w32_use_visible_system_caret): New user flag.
(syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
Windows reports a screen reader running.
(x_update_window_begin): Hide the system caret.
(x_update_window_end): Show the system caret.
(x_display_and_set_cursor): Don't draw a cursor when
w32_use_visible_system_caret is set.  Do not adjust width.
2002-01-20 23:11:52 +00:00
Jason Rumney
ab8b2d2063 (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New
window messages.
2002-01-20 23:10:35 +00:00
Richard M. Stallman
dc1ab1eece (MIN_SAFE_WINDOW_HEIGHT): Value now 1. 2002-01-20 23:09:45 +00:00
Pavel Janík
3c17e06237 *** empty log message *** 2002-01-20 18:13:16 +00:00
Pavel Janík
fb08db4568 (doprnt1): Fix typos in error call. 2002-01-20 18:04:32 +00:00
Eli Zaretskii
ad8bd9ec54 Fix last change. 2002-01-20 18:04:16 +00:00
Eli Zaretskii
3b927d1438 (unexec) [__sgi]: Support the .got sections. 2002-01-20 18:03:16 +00:00
Jason Rumney
aa06cb9c79 *** empty log message *** 2002-01-20 15:39:54 +00:00
Jason Rumney
d84b082dd4 (w32_load_system_font, w32_to_x_charset): Use strnicmp
in place of stricmp.
(w32_list_synthesized_fonts): Removed.
(w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
(struct enumfont_t): New element; list.
(enum_font_cb2): List all style and charset variations of a font.
(Fw32_select_font): New optional argument; include_proportional.
Exclude vertical fonts.  Exclude proportional fonts unless
include_proportional is non-nil.
(w32_enable_synthesized_fonts): Change to a boolean.
(Fw32_send_sys_command): Doc fix.
2002-01-20 14:57:54 +00:00
Jason Rumney
73dc743ce9 (w32_native_per_char_metric): Don't trust the metrics
that Windows returns.  If a double check fails, try to guess how
ExtTextOut is going to act.
2002-01-20 14:54:48 +00:00
Pavel Janík
37082f8d2f *** empty log message *** 2002-01-19 14:04:08 +00:00
Pavel Janík
153a073cc6 (update_frame): Move the variable `tem' to the block where it is used.
Fix typos in comments.
2002-01-19 13:54:57 +00:00
Jason Rumney
815d969e79 (Fx_create_frame): Bind redisplay-dont-pause around
call to face-set-after-frame-default.
2002-01-19 10:06:44 +00:00
Richard M. Stallman
a1e3dda0c3 *** empty log message *** 2002-01-18 18:59:27 +00:00
Richard M. Stallman
2e8834eda6 (WINDOW_WANTS_MODELINE_P): Check window height > 1.
(WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
2002-01-18 18:25:52 +00:00
Richard M. Stallman
daf516d34f (enlarge_window): When exceeding size of parent,
directly delete all the siblings instead of trying to resize it.
2002-01-18 03:50:50 +00:00
Pavel Janík
dfc7a077e3 (set_tty_color_mode): Remove unused variable `tem'. 2002-01-17 10:27:38 +00:00
Richard M. Stallman
7adfc0d753 *** empty log message *** 2002-01-17 02:08:57 +00:00
Richard M. Stallman
3ddff13835 (init_lread): Move the site-lisp dirs later in the path. 2002-01-17 00:47:16 +00:00
Kim F. Storm
a2c6de8eca (x_erase_phys_cursor): Don't erase cursor if cursor row
is invisible.  This can happen if cursor is on top line of a
window, and we switch to a buffer with a header line.
2002-01-16 23:06:10 +00:00
Kim F. Storm
465c939061 *** empty log message *** 2002-01-16 22:53:51 +00:00
Pavel Janík
7a4bce146c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of `dont_resize' only
when used.
2002-01-16 06:48:30 +00:00
Pavel Janík
4b41cebbef Remove forgotten extern declaration of `Qimage'. 2002-01-16 06:44:20 +00:00
Eli Zaretskii
f165c448e2 Fix a typo in the last entry. 2002-01-15 17:31:19 +00:00