From: Nick Roberts Date: Fri, 5 Jan 2007 05:04:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bb0900a20ad61f3be7676962844a3919e3f36b6;p=emacs.git *** empty log message *** --- 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 + + * 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 * 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 + + * building.texi (Watch Expressions): Describe gdb-max-children. + 2007-01-05 Michael Olson * erc.texi (Getting Started): Update for /RECONNECT command.