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

14426 commits

Author SHA1 Message Date
Eli Zaretskii
d516b08f4a *** empty log message *** 2002-02-05 18:14:21 +00:00
Eli Zaretskii
a5822c55cb (current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.
2002-02-05 18:13:45 +00:00
Eli Zaretskii
e376db3081 (enlarge_window): Fix last change. 2002-02-02 08:18:03 +00:00
Kim F. Storm
70cccbbb35 (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-02-01 21:15:03 +00:00
Eli Zaretskii
b678e3717c (decode_composition_emacs_mule): Give up if NCOMPONENT
gets too large to index `component'.
2002-02-01 18:03:09 +00:00
Eli Zaretskii
212a350590 *** empty log message *** 2002-01-28 17:00:07 +00:00
Eli Zaretskii
0fc44fc276 (try_scrolling): Exchange uses of scroll_down_aggressively and
scroll_up_aggressively.
2002-01-28 16:57:06 +00:00
Eli Zaretskii
2ea00ed0fb (syms_of_buffer): Doc fixes for scroll-...-aggressively. 2002-01-28 16:56:03 +00:00
Jason Rumney
d8e4690978 (note_mouse_highlight): Reset help_echo. 2002-01-26 16:29:16 +00:00
Jason Rumney
1f24706df4 (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:29:39 +00:00
Jason Rumney
cd80fd5c61 (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Combine the regions returned by BeginPaint and GetUpdateRect.
2002-01-24 20:20:36 +00:00
Eli Zaretskii
2664b04bbe (record_char): Fix a typo in a comment. 2002-01-24 17:20:15 +00:00
Eli Zaretskii
53fe7d29fd *** empty log message *** 2002-01-20 18:08:44 +00:00
Eli Zaretskii
0da16aa1fd (unexec) [__sgi]: Support the .got sections. 2002-01-20 18:07:33 +00:00
Jason Rumney
4386ee6ee0 (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): Exclude vertical fonts.
(w32_enable_synthesized_fonts): Change to a boolean.
(Fw32_send_sys_command): Doc fix.
2002-01-20 17:03:15 +00:00
Jason Rumney
eb7dd3d5d4 (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 16:21:15 +00:00
Jason Rumney
9ee2b746fb *** empty log message *** 2002-01-19 10:11:27 +00:00
Jason Rumney
54aa9a18d7 (Fx_create_frame): Bind redisplay-dont-pause around
call to face-set-after-frame-default.
2002-01-19 09:53:05 +00:00
Richard M. Stallman
ddd3c7c4dc (enlarge_window): When exceeding size of parent,
directly delete all the siblings instead of trying to resize it.
2002-01-18 03:51:33 +00:00
Richard M. Stallman
21ab4aa5ce *** empty log message *** 2002-01-18 03:51:10 +00:00
Eli Zaretskii
bfdbf2ef9d (display_mode_element): When computing charpos, depend
on multibyteness of elt, not the text in field.
2002-01-15 17:30:41 +00:00
Eli Zaretskii
c7ae63a6ff [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
if defined, 0 otherwise.
(MAP_FAILED): Define if not defined and use it to test mmap failure.
(unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2002-01-14 13:03:25 +00:00
Pavel Janík
fd95fc08dc (Fplay_sound): Initialize header_size also for :data case. 2002-01-14 08:49:30 +00:00
Andreas Schwab
f80ddc6cfe (x_load_font): Never set fonts_changed_p to zero. 2002-01-13 00:46:08 +00:00
Eli Zaretskii
c693cc85e8 (send_process): Set src_multibyte to 1 after the call
top setup_coding_system, not before the call.
2002-01-07 21:21:51 +00:00
Richard M. Stallman
4fd0172ad1 Undo previous change. 2002-01-06 06:18:38 +00:00
Jason Rumney
0cbf82abce (x_draw_glyphs): Don't call notice_overwritten_cursor
if OVERLAPS_P.
2002-01-05 00:42:26 +00:00
Jason Rumney
08db191993 *** empty log message *** 2002-01-05 00:41:05 +00:00
Richard M. Stallman
4fe1842d06 (menu_highlight_callback): Hide any tooltip window. 2002-01-04 22:18:17 +00:00
Richard M. Stallman
6db7f1c77c *** empty log message *** 2002-01-04 22:18:09 +00:00
Richard M. Stallman
4efc9f8466 (sigunblock): Don't define if already defined. 2001-12-30 22:42:06 +00:00
Richard M. Stallman
4ddf4e303d (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
(sigprocmask_set): Declare as extern SIGMASKTYPE.
(SIGMASKTYPE): Define.
2001-12-30 22:40:16 +00:00
Richard M. Stallman
362ffaf48f (LIBX11_SYSTEM) [MOTIF]: Add -lgen. 2001-12-29 23:51:48 +00:00
Richard M. Stallman
623d77f0e9 *** empty log message *** 2001-12-29 23:51:24 +00:00
Gerd Moellmann
59a58d5ec9 (try_scrolling) <PT below scroll margin>: Add the
height of the cursor line to the amount to scroll.
2001-12-28 12:44:24 +00:00
Eli Zaretskii
4847f18a95 *** empty log message *** 2001-12-21 08:16:35 +00:00
Eli Zaretskii
893cc2ae50 (DECODE_COMPOSITION_END): Fix last change. 2001-12-21 08:09:51 +00:00
Richard M. Stallman
653dd4daf3 (xmenu.o, xterm.o, fontset.o): Depend on buffer.h. 2001-12-17 14:10:35 +00:00
Richard M. Stallman
5b0a0d64f8 (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
instead of only for COMPOSITION_DISABLED.
2001-12-17 14:06:08 +00:00
Richard M. Stallman
11ea436737 *** empty log message *** 2001-12-17 14:05:59 +00:00
Gerd Moellmann
d298a88a65 (Frecenter): Simplify computation in the case of window
system frames and ARG < 0; use window_box_height.
2001-12-12 13:46:54 +00:00
Gerd Moellmann
0614b8d9f2 (move_it_vertically_backward): Change heuristic
for the case that we didn't move far enough initially.
2001-12-12 13:46:00 +00:00
Eli Zaretskii
cd2ac9f06e (random): Undefine.
(srand48): Don't undefine.
2001-12-09 16:45:01 +00:00
Andreas Schwab
421ae6e8c5 (display_mode_element): Don't read past end of string if it ends with '%'. 2001-12-09 15:29:01 +00:00
Eli Zaretskii
62e0eafff2 (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
scroll bars of the frame before deleting the frame itself.
2001-12-06 12:00:29 +00:00
Eli Zaretskii
dad50a6dfe (HAVE_VFORK): Define if undefined. 2001-12-05 18:33:38 +00:00
Dave Love
9250f1fd27 *** empty log message *** 2001-11-29 12:20:44 +00:00
Dave Love
6bf659a28b (syms_of_coding) <Qchar_coding_system>: Give it an
extra extra slot.
2001-11-29 12:19:42 +00:00
Gerd Moellmann
be6d77666f (x_draw_glyphs): Don't call notice_overwritten_cursor if
OVERLAPS_P.
2001-11-28 17:12:35 +00:00
Richard M. Stallman
91d53fc945 (unexec): Index by n, not nn, when checking for ".sbss". 2001-11-26 01:22:55 +00:00