Eli Zaretskii
9afe6f60a5
(BASE_PURESIZE): Increase to 710000.
2002-02-22 11:21:04 +00:00
Eli Zaretskii
c3d65c49db
Update copyright years.
2002-02-22 11:01:26 +00:00
Eli Zaretskii
72d6b6f416
*** empty log message ***
2002-02-22 10:46:14 +00:00
Eli Zaretskii
102ddfc133
<Qcompound_text_with_extensions>: New variable.
...
(syms_of_xselect): Intern and staticpro it.
(selection_data_to_lisp_data): Run post-read-conversion on decoded
selection text.
(lisp_data_to_selection_data): If next-selection-coding-system is
compound-text-with-extensions, set the type of selection to be
compound-text.
2002-02-22 10:42:23 +00:00
Eli Zaretskii
e064a75f95
(x_encode_text): Update prototype.
2002-02-22 10:41:44 +00:00
Eli Zaretskii
3e50a77f35
(x_encode_text): Accept additional arg SELECTIONP; all
...
callers changed. If SELECTIONP is non-zero, run the
pre-write-conversion function before encoding the selection text.
2002-02-22 10:40:56 +00:00
Pavel Janík
a40a124049
(gif_load): Use correct width and height for GIF images.
2002-02-20 10:28:33 +00:00
Jason Rumney
caf39fc5b8
(glyph_rect): Determine the row and glyph more precisely.
2002-02-18 23:52:03 +00:00
Jason Rumney
a9d8ce63a5
*** empty log message ***
2002-02-18 23:50:47 +00:00
Jason Rumney
f3f6315be6
(show_mouse_face): Fix bug setting a row's
...
mouse_face_p flag unconditionally.
(x_scroll_run): Revert to BitBlt.
2002-02-11 22:09:00 +00:00
Jason Rumney
24383897ca
(w32_load_system_font): Prevent Cleartype fonts from loading.
2002-02-09 01:27:07 +00:00
Jason Rumney
7f77f9f8b1
(enum_font_cb2): Don't let charsets unknown to Windows
...
match each other.
2002-02-09 01:12:53 +00:00
Eli Zaretskii
a75532a8af
(Fround): Fix a typo.
2002-02-08 13:04:36 +00:00
Eli Zaretskii
c7247c5a89
(Fround): Doc fix.
2002-02-08 10:24:10 +00:00
Stefan Monnier
4712a99616
(Fx_file_dialog): Export (for Motif code in fileio.c).
2002-02-07 20:21:22 +00:00
Jason Rumney
a5ec31c3c1
(w32_native_per_char_metric): Disable 2002-01-20 change.
2002-02-06 21:00:56 +00:00
Eli Zaretskii
6fbba3282f
(get_charset_id): Use if-else instead of ?:.
2002-02-06 19:08:44 +00:00
Eli Zaretskii
e4577bb3d6
(Fdefine_charset): Call Fupdate_coding_systems_internal.
2002-02-06 18:51:43 +00:00
Eli Zaretskii
0f888e66f3
(code_convert_region): Update coding->cmp_data->char_offset
...
before calling decode_coding.
2002-02-06 18:50:33 +00:00
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