diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d64a22045ea..88ee00d577d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-04-23 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename... | ||
| 4 | (gdb-previous-frame-pc-address): ...to this. | ||
| 5 | (gdb-get-selected-frame): Use MI command -stack-info-frame instead | ||
| 6 | of "info frame" with Gdb 6.4+. | ||
| 7 | (gdb-stack-list-frames-regexp): New regexp. | ||
| 8 | (gdb-frame-handler-1): Parse output of -stack-info-frame | ||
| 9 | |||
| 1 | 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change) | 10 | 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change) |
| 2 | 11 | ||
| 3 | * tar-mode.el (tar-prefix-offset): New constant. | 12 | * tar-mode.el (tar-prefix-offset): New constant. |