diff options
-rw-r--r-- | lispref/ChangeLog | 4 | ||||
-rw-r--r-- | man/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index bf1149ee4af..db3dc76acb8 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-04-25 Luc Teirlinck <teirllm@auburn.edu> + + * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. + 2005-04-24 Eli Zaretskii <eliz@gnu.org> * syntax.texi (Syntax Table Internals): Elaborate documentation of diff --git a/man/ChangeLog b/man/ChangeLog index a7bcda73d0d..562e275faa5 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2005-04-25 Luc Teirlinck <teirllm@auburn.edu> + + * frames.texi (Tooltips): Tooltip mode is enabled by default. + Delete redundant reference to tooltip Custom group. It is + referred too again in the next paragraph. + 2005-04-24 Richard M. Stallman <rms@gnu.org> * ack.texi: Delete info about lazy-lock.el and fast-lock.el. |