From 7c953934352840c28dcda0c8a6a18660aa1e3ab9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 8 Mar 2010 19:20:38 +0000 Subject: gdb PR cli/9591: * NEWS: Update. * utils.c: Include main.h. (fputs_maybe_filtered): Don't paginate if `batch_flag'. (defaulted_query): Use default answer if `batch_flag'. * main.h (batch_flag): Declare. * main.c (batch_flag): New global. (captured_main): Remove 'batch'. Update. gdb/doc PR cli/9591: * gdb.texinfo (Mode Options): Mention lack of pagination and confirmation with --batch. (Screen Size): Mention --batch. (Messages/Warnings): Likewise. --- gdb/doc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bbd7895..285ec9d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2010-03-08 Tom Tromey + + PR cli/9591: + * gdb.texinfo (Mode Options): Mention lack of pagination and + confirmation with --batch. + (Screen Size): Mention --batch. + (Messages/Warnings): Likewise. + 2010-03-05 Tom Tromey * gdb.texinfo (Basic Python): Document target_charset and -- cgit v1.1