]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Tue, 14 Mar 2006 20:25:42 +0000 (20:25 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 14 Mar 2006 20:25:42 +0000 (20:25 +0000)
etc/ChangeLog
lisp/ChangeLog

index eb85856cdb0b10003dc77a7701ccbccacc4ad072..ae722f53ecb9211c0eeae8a57e858678101855db 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * DEBUG (Note): Describe features for debugging with GDB in Emacs.
+
 2006-03-11  Miles Bader  <miles@gnu.org>
 
        * images/mail: New directory.
index ef7613f6b9d55add9c82b4c419aff8caed113614..64ed6808096e3baabf1e3dc6ae7b2422045730c7 100644 (file)
@@ -1,3 +1,22 @@
+2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
+       elements.
+       (gdb-find-watch-expression): Make it work for arrays too.  Follow
+       change to gdb-var-list.
+       (gud-watch): Allow the user to enter variable name with a prexix
+       arg.  Create keybindings.
+       (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
+       (gdb-var-list-children-handler, gdb-var-update-handler)
+       (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
+       (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
+       Follow change to gdb-var-list.
+       (gdb-starting): Don't show the overlay arrows when program is
+       running.
+
+       * progmodes/gud.el (gud-speedbar-buttons): Follow change to
+       gdb-var-list.
+
 2006-03-14  Bill Wohler  <wohler@newt.com>
 
        * image.el (image-load-path-for-library): Pass value of path
@@ -32,8 +51,8 @@
 
 2006-03-13  Miles Bader  <miles@gnu.org>
 
-       * net/rcirc.el (rcirc-nick-abbrevs): Variable removed.
-       (rcirc-abbrev-nick): Function removed.
+       * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
+       (rcirc-abbrev-nick): Remove function.
        (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
 
 2006-03-13  David Ponce  <david@dponce.com>