Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a758f97d
Commit
a758f97d
authored
Jan 08, 2001
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
f3e03a42
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
0 deletions
+36
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/NEWS
etc/NEWS
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+18
-0
src/ChangeLog
src/ChangeLog
+8
-0
No files found.
etc/ChangeLog
View file @
a758f97d
2001-01-08 Kevin Gallagher <kevingal@onramp.net>
* edt-user.doc: Updated to reflect EDT Emulation version 4.0
enhancements.
2000-12-29 Gerd Moellmann <gerd@gnu.org>
* fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
...
...
etc/NEWS
View file @
a758f97d
...
...
@@ -2105,6 +2105,11 @@ long promised.
*
Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related
features are described in a page of their own below.)
** The new hook `kbd-macro-termination-hook' is run at the end of of
function execute-kbd-macro. Functions on this hook are called with no
args. The hook is run independent of how the macro was terminated
(signal
or normal termination).
+++
**
Functions `butlast' and `nbutlast' for removing trailing elements
from a list are now available without requiring the CL package.
...
...
lisp/ChangeLog
View file @
a758f97d
...
...
@@ -5,6 +5,24 @@
instead of setting signal-hook-function.
(isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2001-01-08 Kevin Gallagher <kevingal@onramp.net>
* emulation/edt.el: 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.
* emulation/edt-mapper.el: 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.
2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
* mail/sendmail.el (mail-mode): Doc fix.
...
...
src/ChangeLog
View file @
a758f97d
2001-01-08 Gerd Moellmann <gerd@gnu.org>
* macros.c (Qkbd_macro_termination_hook): New variable.
(syms_of_macros): Initialize and staticpro it.
(pop_kbd_macro): Run kbd-macro-termination-hook.
* xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
2001-01-07 Dave Love <d.love@dl.ac.uk>
* keyboard.c (Fread_key_sequence_vector): Avoid newline in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment