changeset 59485:ad03a223e4e1

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 12 Jan 2005 00:33:00 +0000
parents c6ded43591fd
children 3b3f211ffa93
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 12 00:31:50 2005 +0000
+++ b/lisp/ChangeLog	Wed Jan 12 00:33:00 2005 +0000
@@ -10,6 +10,13 @@
 	(list-colors-duplicates): New function.
 	(facemenu-color-name-equal): Delete function.
 
+	* facemenu.el (list-colors-print): New function created from code
+	in list-colors-display.  Print #RRGGBB at the window right edge.
+	(list-colors-display): When temp-buffer-show-function is not
+	defined, call list-colors-print from temp-buffer-show-hook
+	to get the right value of window-width in list-colors-print
+	after the buffer is displayed.
+
 2005-01-12  Juri Linkov  <juri@jurta.org>
 
 	* isearch.el (search-highlight, isearch, isearch-lazy-highlight):