From: Juanma Barranquero Date: Mon, 16 Feb 2009 12:34:05 +0000 (+0000) Subject: Add bug reference. X-Git-Tag: emacs-pretest-23.0.91~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a057d86adeae70d0d54a038c012f4a238d9a7a3c;p=emacs.git Add bug reference. --- diff --git a/src/ChangeLog b/src/ChangeLog index d916319e3d8..4a1b7f3fc19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,11 @@ 2009-02-16 Kenichi Handa * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil. + (Bug#1723) 2009-02-14 Chong Yidong - * 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