comparison lisp/ChangeLog @ 94272:d861bedec991

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 23 Apr 2008 02:48:40 +0000
parents 2a2794632c84
children 0967a933be6b
comparison
equal deleted inserted replaced
94271:2a2794632c84 94272:d861bedec991
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.
4 (tar-header-block-tokenize): Support paths with long names 13 (tar-header-block-tokenize): Support paths with long names
5 which use the "ustar" standard. 14 which use the "ustar" standard.