changeset 102436:0f0eef145055

Fix entry.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Mar 2009 03:47:46 +0000
parents 8b1a3964c4e5
children 3c25891e2a47
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 06 19:07:30 2009 +0000
+++ b/src/ChangeLog	Sat Mar 07 03:47:46 2009 +0000
@@ -1,7 +1,7 @@
 2009-03-06  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
 
-	(ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and
-	use NSRectFill instead of NSDrawGroove.
+	* nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
+	not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
 
 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>