Gerd Moellmann [Wed, 6 Dec 2000 10:47:03 +0000 (10:47 +0000)]
(x_load_font): Don't use the font's max_bounds for
computing the height of the font. If max_bounds' ascent or
descent are greater than the font's ascent or descent, this means
glyphs overlap, which should be handled now by redisplay.
Gerd Moellmann [Tue, 5 Dec 2000 21:35:36 +0000 (21:35 +0000)]
(next_element_from_ellipsis): Save face before selective
display in saved_face_id, and set face_before_selective_p.
(reseat_1): Reset face_before_selective_p.
(append_space, extend_face_to_end_of_line): If iterator's
face_before_selective_p is set, use the face from saved_face_id.
(extend_face_to_end_of_line): For tty frames, make sure to
use the right face id when producing spaces at the end of
the line.
Jason Rumney [Tue, 5 Dec 2000 19:23:21 +0000 (19:23 +0000)]
(x_produce_glyphs): If a font for a component of
a composition is not found, use 1 pixel dot ascent and 0 dot
descent value to avoid displaying terribly tall empty boxes.
(expose_area): Pass x-coordinate relative to the exposed
area to x_draw_glyphs instead of a window-relative coordinate.
Gerd Moellmann [Tue, 5 Dec 2000 13:48:22 +0000 (13:48 +0000)]
(scrolling_window): Fix code inserting runs in list of all runs.
(line_draw_cost): Fix code skipping over spaces at the end
of the line when must_write_spaces is not set.
(adjust_glyph_matrix): Make sure to initialize
local variable window_width.
ShengHuo ZHU [Mon, 4 Dec 2000 23:03:50 +0000 (23:03 +0000)]
* gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
succeed.
(gnus-setup-message): Remove a hack.
* gnus-win.el (gnus-configure-windows): Make sure
nntp-server-buffer is live.
(gnus-remove-some-windows): switch-to-buffer -> set-buffer.
* gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
* gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
raw 8-bit in headers in dk.* newsgroups.
Eli Zaretskii [Mon, 4 Dec 2000 16:38:22 +0000 (16:38 +0000)]
(Info-scroll-prefer-subnodes): New defcustom.
(Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
visit the first subnode until the bottom of the current node is
visible.
Gerd Moellmann [Mon, 4 Dec 2000 14:48:32 +0000 (14:48 +0000)]
(Fread_key_sequence): Don't start the busy cursor
timer after having read a key. It's not good for code reading
several keys in a loop, like an input method.
Kenichi Handa [Mon, 4 Dec 2000 06:26:38 +0000 (06:26 +0000)]
(struct font_name): New member registry_priority.
(split_font_name): Initialize the above member to zero.
(concat_font_list): New function.
(font_list): Include fonts of all alternative registries.
(FONT_POINT_SIZE_QUANTUM): New macro.
(better_font_p): Ignore point size difference less than
FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
Kenichi Handa [Mon, 4 Dec 2000 01:20:30 +0000 (01:20 +0000)]
(x_produce_glyphs): If a font for a component of
a composition is not found, use 1 pixel dot ascent and 0 dot
descent value to avoid displaying terribly tall empty boxes.
Stefan Monnier [Sun, 3 Dec 2000 21:39:34 +0000 (21:39 +0000)]
(define-derived-mode): Revived, moved from easy-mmode.el.
(derived-mode-p): New function.
(derived-mode-make-docstring): Add `docstring' argument.
Use it if available and complete it if necessary.
Jason Rumney [Sat, 2 Dec 2000 21:05:01 +0000 (21:05 +0000)]
(x_estimate_mode_line_height): If `mode-line' face hasn't a font, use
that of the frame, as drawing glyphs does.
(note_mouse_highlight): Change the cursor shape on the vertical
border between windows [not enabled].
Jason Rumney [Sat, 2 Dec 2000 21:02:27 +0000 (21:02 +0000)]
(Fx_create_frame): Reintroduce the call to face-set-after-frame-defaults.
(Vx_window_horizontal_drag_shape): New variable.
(syms_of_xfns): DEFVAR_LISP it.
(x_set_mouse_color): Create frame's horizontal_drag_cursor [not enabled].