Gerd Moellmann [Fri, 31 Aug 2001 08:51:39 +0000 (08:51 +0000)]
(isearch-mouse-2): Renamed from isearch-mouse-yank.
Instead of running mouse-yank-at-click, see what the event is
bound to outside Isearch and run that.
Gerd Moellmann [Thu, 30 Aug 2001 12:14:48 +0000 (12:14 +0000)]
(Qbuffer_position, Qposition, Qobject): New variables.
(syms_of_xdisp): Initialize them.
(handle_single_display_prop): Don't change point, bind `object',
`position', and `buffer-position' instead to the object having the
`display' property, position in the object and position in the
buffer.
Eli Zaretskii [Thu, 30 Aug 2001 06:52:19 +0000 (06:52 +0000)]
(tool-bar-mode): Make it a no-op if images
aren't supported. This avoids the annoying grey strip drawn by
the Windows version instead of the missing tool bar.
Gerd Moellmann [Tue, 28 Aug 2001 14:34:17 +0000 (14:34 +0000)]
(x_set_glyph_string_background_width): Set the glyph
strings background width so that multi-line mouse-face is drawn to
the right edge of the window.
(show_mouse_face): Set the row's mouse_face_p flag after drawing
glyphs.
Gerd Moellmann [Tue, 28 Aug 2001 08:33:51 +0000 (08:33 +0000)]
(display_mode_element): Use string_byte_to_char to
determine character positions in strings, use chars_in_text
instead of strwidth.
(dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of
a matrix as parameter; this is easier to use from GDB.
Eli Zaretskii [Tue, 28 Aug 2001 06:35:00 +0000 (06:35 +0000)]
(mouse-buffer-menu): If the buffer menu is split by
major modes, don't create panes for modes for which
mouse-buffer-menu-alist returns an empty alist.
Thien-Thi Nguyen [Mon, 27 Aug 2001 22:23:09 +0000 (22:23 +0000)]
Update first-line description.
Sync comments w/ maintainer version 5.31.
(hs-isearch-open): Default value now `code'.
Fix docstring to use "code blocks" vs "comment blocks",
as opposed to "block" vs "comment".
(hs-flag-region): Accept `hs-isearch-open' value
of `block' as synonymous w/ `code'.
(hs-hide-block-at-point): For code blocks, pass `code'
to `hs-flag-region' instead of `block'.
Gerd Moellmann [Mon, 27 Aug 2001 13:52:50 +0000 (13:52 +0000)]
(init_from_display_pos, init_to_row_end): Return 0 if
there exist overlay strings with newlines at POS.
(text_outside_line_unchanged_p): Return 0 if changes start at
START and overlays exist at START. Likewise for END.
(try_window_id): Give up if init_to_row_end returns 0.
Miles Bader [Mon, 27 Aug 2001 13:03:53 +0000 (13:03 +0000)]
(comint-get-old-input-default): Don't signal an error if point is not on
an input field; instead, return the current line (using `comint-bol' to
skip any prompt, in case we're not using fields at all).
Eli Zaretskii [Sat, 25 Aug 2001 12:31:18 +0000 (12:31 +0000)]
(IT-character-translations) <hebrew-iso8859-8>:
Replace some of the undefined characters with emulations of bidi
formatting characters and Niqud as per SI 1311-1.
(IT-unicode-translations): Ditto.
(IT-display-table-setup, IT-setup-unicode-display): Fill
characters without translations with dos-unsupported-char-glyph.
Gerd Moellmann [Fri, 24 Aug 2001 09:40:22 +0000 (09:40 +0000)]
(gs-load-image): Wait for GHOSTVIEW window property
being reset by Ghostscript. Don't kill the gs process.
From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
Andrew Choi [Fri, 24 Aug 2001 07:46:40 +0000 (07:46 +0000)]
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (init_font_name_table): Add an additional entry to
the font table with the script code smRoman for each Apple
Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code even when FontToScript returns smJapanese if it is one of
those created above.