diff options
| author | Dmitry Dzhus | 2009-08-08 22:30:26 +0000 |
|---|---|---|
| committer | Dmitry Dzhus | 2009-08-08 22:30:26 +0000 |
| commit | fe4740a674c79c679006c90fe53abce2250fedcf (patch) | |
| tree | 238786e4bb674f63e8c8f5f38df3f1625047a111 /lisp/ChangeLog | |
| parent | e9b23a040feb02e98d6c877ae1cdca33d46028d2 (diff) | |
| download | emacs-fe4740a674c79c679006c90fe53abce2250fedcf.tar.gz emacs-fe4740a674c79c679006c90fe53abce2250fedcf.zip | |
(gdb-control-all-threads)
(gdb-control-current-thread): Interactive setters for
`gdb-gud-control-all-threads' to use in menu.
(gdb-show-run-p): Show «Go» when process is not active.
(gud-tool-bar-map): Add non-stop/A,T indicator. Uses
gud/thread.xpm and gud/all.xpm.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b732cbdeb7c..b6213ebcab2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> | ||
| 2 | |||
| 3 | * progmodes/gdb-mi.el (gdb-control-all-threads) | ||
| 4 | (gdb-control-current-thread): Interactive setters for | ||
| 5 | `gdb-gud-control-all-threads' to use in menu. | ||
| 6 | (gdb-show-run-p): Show «Go» when process is not active. | ||
| 7 | (gud-tool-bar-map): Add non-stop/A,T indicator. Uses | ||
| 8 | gud/thread.xpm and gud/all.xpm. | ||
| 9 | |||
| 1 | 2009-08-08 Yoni Rabkin <yoni@rabkins.net> | 10 | 2009-08-08 Yoni Rabkin <yoni@rabkins.net> |
| 2 | 11 | ||
| 3 | * net/net-utils.el (net-utils-font-lock-keywords): New var. | 12 | * net/net-utils.el (net-utils-font-lock-keywords): New var. |