]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Thu, 23 Mar 2006 23:51:09 +0000 (23:51 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 23 Mar 2006 23:51:09 +0000 (23:51 +0000)
lisp/ChangeLog

index 0f02be03c86c62be37774e9d9e92bdc6e586f2e5..c103b8f9650d8a790ff29fe4b23af098ed38ee68 100644 (file)
@@ -1,3 +1,13 @@
+2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
+       prevent compiler warnings.
+       (gdb-stopped): Check for gud-last-last-frame (case: signal).
+       (breakpoint-disabled): Make lighter for contrast with overlay
+       arrow.
+       (gdb-assembler-custom): Use hollow-right-triangle for assembler
+       buffer too.
+
 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
 
        * pgg-gpg.el (pgg-gpg-update-agent): Check for
        (gdb-force-mode-line-update): New function.
        (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
        (gdb-exited): Use them.
-       (gdb-signal): New fuction.
+       (gdb-signal): New function.
        (gdb-annotation-rules): Provide a rule for it.
 
 2006-03-16  Kenichi Handa  <handa@m17n.org>