diff options
| author | Nick Roberts <nickrob@snap.net.nz> | 2007-01-05 05:04:16 +0000 |
|---|---|---|
| committer | Nick Roberts <nickrob@snap.net.nz> | 2007-01-05 05:04:16 +0000 |
| commit | 2bb0900a20ad61f3be7676962844a3919e3f36b6 (patch) | |
| tree | 2fd6f861230ec91730f795c97e10bcb5fd229eb8 | |
| parent | e1204172cebc642dc8f5f7bc2f1fea3d65804465 (diff) | |
| download | emacs-2bb0900a20ad61f3be7676962844a3919e3f36b6.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95e0a3523eb..e6169aad14c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-01-05 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-max-children): New customizable variable. + (gdb-speedbar-expand-node): Ask user for confirmation before expanding + large structures/arrays. + 2007-01-04 Juanma Barranquero <lekktu@gmail.com> * files.el (find-file-noselect-1, set-visited-file-name): diff --git a/man/ChangeLog b/man/ChangeLog index ab6567fc32a..18a631df250 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-01-05 Nick Roberts <nickrob@snap.net.nz> + + * building.texi (Watch Expressions): Describe gdb-max-children. + 2007-01-05 Michael Olson <mwolson@gnu.org> * erc.texi (Getting Started): Update for /RECONNECT command. |
