diff options
| author | Nick Roberts | 2006-08-13 01:08:48 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-08-13 01:08:48 +0000 |
| commit | 4fc3133c50147911ab51833927cbce6a8d9e33e2 (patch) | |
| tree | ba489349ad6b889ed18759817b9ce9990464477f | |
| parent | ea25d374fdfba293af4d44262e02f6291edf8c4b (diff) | |
| download | emacs-4fc3133c50147911ab51833927cbce6a8d9e33e2.tar.gz emacs-4fc3133c50147911ab51833927cbce6a8d9e33e2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1699a2c785a..8c9cfaff72a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,8 +4,10 @@ | |||
| 4 | (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text. | 4 | (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text. |
| 5 | (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda | 5 | (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda |
| 6 | expressions. | 6 | expressions. |
| 7 | (gdb-info-breakpoints-custom): Only search till end of line. | 7 | (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp. |
| 8 | Only search till end of line. | ||
| 8 | Add face to function names in case of no filename. | 9 | Add face to function names in case of no filename. |
| 10 | Add face to variable names of watchpoints. | ||
| 9 | 11 | ||
| 10 | 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change) | 12 | 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change) |
| 11 | 13 | ||