diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 468dc72ad59..d3a9d146c02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2006-03-24 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * apropos.el (apropos-synonyms): Add selection => region. | ||
| 4 | |||
| 1 | 2006-03-25 Nick Roberts <nickrob@snap.net.nz> | 5 | 2006-03-25 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * progmodes/gdb-ui.el (gdb-var-create-regexp) | 7 | * progmodes/gdb-ui.el (gdb-var-create-regexp) |
| 4 | (gdb-var-list-children-regexp, gdb-var-update-regexp) | 8 | (gdb-var-list-children-regexp, gdb-var-update-regexp) |
| 5 | (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1) | 9 | (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1) |
| 6 | (gdb-data-list-register-values-regexp) | 10 | (gdb-data-list-register-values-regexp) |
| 7 | (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler): | 11 | (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler): |
| 8 | Future proof against new fields being added to MI output. | 12 | Future proof against new fields being added to MI output. |
| 9 | (gdb-send): Don't treat backslashes for program input as | 13 | (gdb-send): Don't treat backslashes for program input as |
| 10 | continuations. | 14 | continuations. |