diff options
| author | Glenn Morris | 2009-11-05 03:20:05 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-05 03:20:05 +0000 |
| commit | ba21496434f751135bdd26b999284bc3ce3e0d11 (patch) | |
| tree | 89410bf0b4e02db2f663f744181f69293e2eb9e4 | |
| parent | b6f8ba09c8465dc9a916d82837f81d3b1a4643d1 (diff) | |
| download | emacs-ba21496434f751135bdd26b999284bc3ce3e0d11.tar.gz emacs-ba21496434f751135bdd26b999284bc3ce3e0d11.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bbd089c5ed..4b68f302a3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2009-11-03 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * custom.el (custom-declare-group): Purecopy standard-value. | 3 | * custom.el (custom-declare-group): Purecopy standard-value. |
| 4 | (custom-declare-group): Purecopy custom-prefix. | 4 | (custom-declare-group): Purecopy custom-prefix. |
| @@ -5377,7 +5377,7 @@ | |||
| 5377 | (gdb-locals-handler-custom, gdb-registers-handler-custom) | 5377 | (gdb-locals-handler-custom, gdb-registers-handler-custom) |
| 5378 | (gdb-changed-registers-handler): Rewritten without regexps. | 5378 | (gdb-changed-registers-handler): Rewritten without regexps. |
| 5379 | 5379 | ||
| 5380 | * progmodes/gdb-mi.el Basic thread selection support. | 5380 | * progmodes/gdb-mi.el: Basic thread selection support. |
| 5381 | (gdb-thread-number): New variable. | 5381 | (gdb-thread-number): New variable. |
| 5382 | (gdb-current-context-command): New macro which adds --thread | 5382 | (gdb-current-context-command): New macro which adds --thread |
| 5383 | option to command. | 5383 | option to command. |