Gerd Moellmann [Mon, 8 Jan 2001 13:18:43 +0000 (13:18 +0000)]
Update to version 4.0. Provide support for
EDT scroll margins at top and bottom of the window. Provide an
emulation of the EDT SUBS command (bound to GOLD-Enter, by
default). Enhance edt-quit, bound to GOLD-q by default, to warn
user when file-related buffer modifications exist. Provide
support for running EDT Emulation in XEmacs. Provide customize
access to some user updatable variables. Add Commentary section
to file header. Fixed a few minor bugs and cleaned up some code.
Gerd Moellmann [Mon, 8 Jan 2001 13:18:18 +0000 (13:18 +0000)]
Update to version 4.0. Provide support
for detecting a keypress that generates an ASCII key sequence.
(Previously, only a keypress that generates a vector was
recognized.) Embed Window Manager name into name of the generated
EDT Emulation initialization file since the initialization file is
Window Manager specific. Add Commentary section to file header.
Andrew Innes [Sat, 6 Jan 2001 21:18:42 +0000 (21:18 +0000)]
Use $(MAKETYPE) instead of $(SHELLTYPE) to
select correct rule for invoking make in another directory. Amend
rules accordingly.
(clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
Andrew Innes [Fri, 5 Jan 2001 21:28:52 +0000 (21:28 +0000)]
(update_end): Don't check updating_frame; for some reason
this can be 0 sometimes, such as after dismissing a popup menu,
and isn't necessary given the explicit frame argument.
Gerd Moellmann [Fri, 5 Jan 2001 14:41:53 +0000 (14:41 +0000)]
(isearch-old-signal-hook): New variable.
(isearch-mode): Set signal-hook-function to isearch-done.
(isearch-done): Restore old signal-hook-function.
----------------------------
Gerd Moellmann [Thu, 4 Jan 2001 20:38:02 +0000 (20:38 +0000)]
(tooltip-cancel-delayed-tip)
(tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
and tooltip-add-timeout.
(tooltip-show): Set border color from faces's foreground.
(tooltip-show-help-function): If called with the same help string
as last time, do nothing.
(tooltip-help-tips): Don't set tooltip-help-message to nil.
Gerd Moellmann [Thu, 4 Jan 2001 20:33:06 +0000 (20:33 +0000)]
(x_create_tip_frame): Preserve the value of
face_change_count around the creation of the tip frame.
(last_show_tip_args): New variable.
(compute_tip_xy): New function.
(Fx_show_tip): Reuse an existing tip frame, if possible.
(syms_of_xfns): Initialize and staticpro last_show_tip_args.
Gerd Moellmann [Thu, 4 Jan 2001 14:07:37 +0000 (14:07 +0000)]
(tooltip-frame-parameters): Remove colors.
(tooltip): New face
(tooltip-set-param): New function.
(tooltip-show): Set up color frame parameters from face `tooltip'.
Display the tooltip text in face `tooltip'.
Gerd Moellmann [Thu, 4 Jan 2001 12:53:51 +0000 (12:53 +0000)]
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start. Don't change the
window's start when its top position hasn't changed. If we do,
this will set the window's optional_new_start, which act's like a
force_start during redisplay with C-x 1 M-> under particular
circumstances (see report from Per Starback to emacs-pretest-bug
from 2000-12-13.).
(Fdelete_other_windows): Set window's window_end_valid
to nil when changing the window's start.
Gerd Moellmann [Wed, 3 Jan 2001 19:19:39 +0000 (19:19 +0000)]
(forward_to_next_line_start): Reset it->c if taking the
short cut at the start of the function. Add an assertion.
(reseat_at_next_visible_line_start): Add an assertion.
Gerd Moellmann [Wed, 3 Jan 2001 13:50:01 +0000 (13:50 +0000)]
(Frecenter): When changing the window start, set the
window's window_end_valid to nil.
(Fwindow_end): Fix window-end computation when UPDATE is non-nil.