Mercurial > emacs
changeset 67365:6855b4b329e7
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 07 Dec 2005 23:39:30 +0000 |
parents | 7736e7015779 |
children | de2840a4a2d9 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 07 23:05:47 2005 +0000 +++ b/lisp/ChangeLog Wed Dec 07 23:39:30 2005 +0000 @@ -1,3 +1,15 @@ +2005-12-08 Nick Roberts <nickrob@snap.net.nz> + + * 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 <storm@cua.dk> * ido.el (ido-completion-map): Renamed from ido-mode-map.
--- a/man/ChangeLog Wed Dec 07 23:05:47 2005 +0000 +++ b/man/ChangeLog Wed Dec 07 23:39:30 2005 +0000 @@ -1,3 +1,10 @@ +2005-12-08 Nick Roberts <nickrob@snap.net.nz> + + * 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 <teirllm@auburn.edu> * org.texi (Internal Links): Fix Texinfo usage.