diff options
| author | J.D. Smith | 2007-02-22 20:17:52 +0000 |
|---|---|---|
| committer | J.D. Smith | 2007-02-22 20:17:52 +0000 |
| commit | ecd3d5570eb95f19f5e82d600949dc565810737c (patch) | |
| tree | 8e17233cdb62e3942ad33b51cdc093cc265a551a | |
| parent | 6a8cc02d1c1f69a0447cd8956e2ad99ea5302414 (diff) | |
| download | emacs-ecd3d5570eb95f19f5e82d600949dc565810737c.tar.gz emacs-ecd3d5570eb95f19f5e82d600949dc565810737c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 933c2f04c26..028610df752 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | type. | 6 | type. |
| 7 | (idlwave-shell-break-in): Update type handling. | 7 | (idlwave-shell-break-in): Update type handling. |
| 8 | (idlwave-shell-bp-get): Encode type in BP structure. | 8 | (idlwave-shell-bp-get): Encode type in BP structure. |
| 9 | (idlwave-shell-set-bp): Fix setting condition on disabled BPs. | 9 | (idlwave-shell-set-bp): Fix setting condition/count on disabled |
| 10 | BPs. | ||
| 10 | (idlwave-shell-module-source-query): Query routine info based on | 11 | (idlwave-shell-module-source-query): Query routine info based on |
| 11 | type. Fix path parsing for non-compiled files. | 12 | type. Fix path parsing for non-compiled files. |
| 12 | (idlwave-shell-module-source-filter): Don't signal error in | 13 | (idlwave-shell-module-source-filter): Don't signal error in |