aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2006-06-02 02:38:53 +0000
committerMasatake YAMATO2006-06-02 02:38:53 +0000
commiteb3d96092ad3fc6b8a29e5f58dafa89338ba2b58 (patch)
tree35a2d2f3ca6bb7673a67f83bbe02f8a9fe28fd1a /lisp/ChangeLog
parent55f626914e8e48e68673c4082a932b4c431f4c0d (diff)
downloademacs-eb3d96092ad3fc6b8a29e5f58dafa89338ba2b58.tar.gz
emacs-eb3d96092ad3fc6b8a29e5f58dafa89338ba2b58.zip
(compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines over all lines of gcov output are too uncomfortable to read.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4ed60dc75e..99a3a0d04ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12006-06-02 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4
5 Almost rewrite. Underlines over all lines of gcov output are too
6 uncomfortable to read. Suggested by Dan Nicolaescu.
7
12006-06-01 Luc Teirlinck <teirllm@auburn.edu> 82006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2 9
3 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes. 10 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.