changeset 102057:029504da9ca8

Add bug reference.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Feb 2009 12:34:05 +0000
parents 561723d88db8
children 4f60db600648
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 16 11:53:52 2009 +0000
+++ b/src/ChangeLog	Mon Feb 16 12:34:05 2009 +0000
@@ -1,11 +1,11 @@
 2009-02-16  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
+	(Bug#1723)
 
 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
 
-	* dispextern.h (struct iterator_stack_entry): New line_wrap
-	member.
+	* dispextern.h (struct iterator_stack_entry): New line_wrap member.
 
 	* xdisp.c (push_it, pop_it): Save and restore line_wrap.
 	(handle_line_prefix): Suppress wrapping of wrap prefixes.
@@ -24,10 +24,10 @@
 
 	* nsmenu.m (pop_down_menu): Check popup_activated_flag.
 	(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
-	pop_down_menu do the cleanup work as it is always called. (Bug#2154)
+	pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
 
 	* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
-	set fontset font for "mathematical-" sub-scripts. (Bug #2218)
+	set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
 
 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>