diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02e02f5dbb7..07d8f74887f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2006-11-26 Nick Roberts <nickrob@snap.net.nz> + + * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not + in GUD mode. + + * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings: + speedbar-expand-line-descendants, speedbar-contract-line-descendants. + 2006-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence. diff --git a/man/ChangeLog b/man/ChangeLog index a0e8f221a0c..5ceffa7159d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-11-26 Nick Roberts <nickrob@snap.net.nz> + + * building.texi (Watch Expressions): Mention SPC for expanding/ + contracting watch expressions. + 2006-11-26 Kim F. Storm <storm@cua.dk> * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more. |
