aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-08-13 01:08:48 +0000
committerNick Roberts2006-08-13 01:08:48 +0000
commit4fc3133c50147911ab51833927cbce6a8d9e33e2 (patch)
treeba489349ad6b889ed18759817b9ce9990464477f
parentea25d374fdfba293af4d44262e02f6291edf8c4b (diff)
downloademacs-4fc3133c50147911ab51833927cbce6a8d9e33e2.tar.gz
emacs-4fc3133c50147911ab51833927cbce6a8d9e33e2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
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
102006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change) 122006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
11 13