comparison lisp/ChangeLog @ 35125:95799f3353e7

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Jan 2001 13:19:18 +0000
parents 903e5617df18
children 9855a80a206a
comparison
equal deleted inserted replaced
35124:0b78d7b101c2 35125:95799f3353e7
3 * isearch.el (isearch-old-signal-hook): Removed. 3 * isearch.el (isearch-old-signal-hook): Removed.
4 (isearch-mode): Add isearch-done to kbd-macro-termination-hook 4 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5 instead of setting signal-hook-function. 5 instead of setting signal-hook-function.
6 (isearch-done): Remove isearch-done from kbd-macro-termination-hook. 6 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
7 7
8 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
9
10 * emulation/edt.el: Update to version 4.0. Provide support for
11 EDT scroll margins at top and bottom of the window. Provide an
12 emulation of the EDT SUBS command (bound to GOLD-Enter, by
13 default). Enhance edt-quit, bound to GOLD-q by default, to warn
14 user when file-related buffer modifications exist. Provide
15 support for running EDT Emulation in XEmacs. Provide customize
16 access to some user updatable variables. Add Commentary section
17 to file header. Fixed a few minor bugs and cleaned up some code.
18
19 * emulation/edt-mapper.el: Update to version 4.0. Provide support
20 for detecting a keypress that generates an ASCII key sequence.
21 (Previously, only a keypress that generates a vector was
22 recognized.) Embed Window Manager name into name of the generated
23 EDT Emulation initialization file since the initialization file is
24 Window Manager specific. Add Commentary section to file header.
25
8 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il> 26 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9 27
10 * mail/sendmail.el (mail-mode): Doc fix. 28 * mail/sendmail.el (mail-mode): Doc fix.
11 29
12 * info.el (Info-goto-emacs-command-node): Doc fix. 30 * info.el (Info-goto-emacs-command-node): Doc fix.