aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJ.D. Smith2006-04-11 21:46:26 +0000
committerJ.D. Smith2006-04-11 21:46:26 +0000
commite2db3e59a8b85158ad7740d01c8c47fe9a16bdf1 (patch)
tree1dcaf7cb162b8b1f5e6699368d81b2ea796cd049 /lisp
parent1145ebb830247b41401b81452afd34c7597d2f97 (diff)
downloademacs-e2db3e59a8b85158ad7740d01c8c47fe9a16bdf1.tar.gz
emacs-e2db3e59a8b85158ad7740d01c8c47fe9a16bdf1.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c965c89b76f..dbc1231354c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2
3 * vc.el (vc-annotate-color-map): Added custom TTY color map for
4 8-color terminals, to use all of the colors in a sensible order.
5 256-color terminals work well with the standard map.
6 (vc-annotate-lines): Only strip the first color character if it
7 is "#", to allow for terminal-style named colors.
8 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9 the correct buffer is scrolled.
10
12006-04-11 Richard Stallman <rms@gnu.org> 112006-04-11 Richard Stallman <rms@gnu.org>
2 12
3 * emacs-lisp/bytecomp.el (byte-compile-file): 13 * emacs-lisp/bytecomp.el (byte-compile-file):
@@ -67,6 +77,19 @@
67 (org-table-insert-row, org-table-insert-hline): Deal with 77 (org-table-insert-row, org-table-insert-hline): Deal with
68 invisible characters. 78 invisible characters.
69 79
802006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
81
82 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
83 (vc-annotate-color-map): New 18 element constant
84 value/saturation, rotating hue colormap, from red->blue.
85 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
86 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
87 (vc-annotate): To avoid killing the required local variables,
88 set them before the end of `with-output-to-temp-buffer', and
89 after first switching to annotate-mode.
90 (vc-annotate-warp-version): Add buffer argument in goto-line to
91 ensure annotation, not source, is scrolled.
92
702006-04-10 Bill Wohler <wohler@newt.com> 932006-04-10 Bill Wohler <wohler@newt.com>
71 94
72 * custom.el (defcustom, custom-handle-keyword): 95 * custom.el (defcustom, custom-handle-keyword):