From: Eli Zaretskii Date: Sat, 3 Nov 2001 17:06:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6909a3f6d8c152823619425fbf9f150e7a2fd96;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index abbc114644f..bdc86812413 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-11-03 Eli Zaretskii + + * tooltip.el (tooltip-delay): Decrease to 0.7. + (tooltip-hide-delay): Enlarge to 10. + 2001-11-03 Richard M. Stallman * mouse.el (popup-menu): If the user refuses to select diff --git a/src/ChangeLog b/src/ChangeLog index bc5b3f2326d..80136fe8580 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2001-11-03 Richard M. Stallman + + * data.c (Fmake_local_variable): Doc fix. + + * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix. + (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix. + 2001-11-02 Stefan Monnier * regex.c (regcomp, regexec): Don't forget the __restrict.