From a25e15eab582f7260a6f6e4489d6ea8f59f1667c Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 7 Dec 2005 23:39:30 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 ++++++++++++ man/ChangeLog | 7 +++++++ 2 files changed, 19 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e8567939ce..d7efbd9f5a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2005-12-08 Nick Roberts + + * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable. + (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions. + (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB + command "info sources". Move calls to GDB command "list". + (gdb-find-file-hook): Just use gdb-source-file-list. + (gdb-source-file-regexp): Use regexp for pre-GDB 6.4. + (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only. + (gdb-set-gud-minor-mode-existing-buffers-1): Use it. + (gdb-data-list-register-values-handler): Use correct trigger name. + 2005-12-07 Kim F. Storm * ido.el (ido-completion-map): Renamed from ido-mode-map. diff --git a/man/ChangeLog b/man/ChangeLog index 7870b1aebea..bb532094028 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,10 @@ +2005-12-08 Nick Roberts + + * building.texi (GDB Graphical Interface): Explain screen size + setting. + (Other GDB User Interface Buffers): Describe features specific to + GDB 6.4. + 2005-12-06 Luc Teirlinck * org.texi (Internal Links): Fix Texinfo usage. -- 2.39.5