diff options
| author | Nick Roberts | 2008-04-24 22:25:04 +0000 |
|---|---|---|
| committer | Nick Roberts | 2008-04-24 22:25:04 +0000 |
| commit | ed466c8e47ffb7b1177d93b8c2966d60883218bc (patch) | |
| tree | a56b69249d90687d27cf6d4e306f78933d78bc9f | |
| parent | 4ad216352ee53ebd69a6ee611d1a99a2539fb886 (diff) | |
| download | emacs-ed466c8e47ffb7b1177d93b8c2966d60883218bc.tar.gz emacs-ed466c8e47ffb7b1177d93b8c2966d60883218bc.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e192817bd84..400caa2891d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-04-24 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric | ||
| 4 | value of addresses rather than (partial) string value. | ||
| 5 | (gdb-frame-handler): Change regexp according to above change. | ||
| 6 | |||
| 1 | 2008-04-24 Michael Albinus <michael.albinus@gmx.de> | 7 | 2008-04-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * net/tramp.el (tramp-get-remote-stat): Test whether stat supports | 9 | * net/tramp.el (tramp-get-remote-stat): Test whether stat supports |
| @@ -486,7 +492,7 @@ | |||
| 486 | 2008-04-19 Nick Roberts <nickrob@snap.net.nz> | 492 | 2008-04-19 Nick Roberts <nickrob@snap.net.nz> |
| 487 | 493 | ||
| 488 | * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): | 494 | * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): |
| 489 | Select window clicked on first (regression in 22.2). | 495 | Select window clicked on first. |
| 490 | (gdb): Display thread number in mode-line. | 496 | (gdb): Display thread number in mode-line. |
| 491 | (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings. | 497 | (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings. |
| 492 | (gdb-breakpoints-header): New variable. | 498 | (gdb-breakpoints-header): New variable. |