diff lisp/gnus/ChangeLog @ 106741:c0641205dcbb

Fix gnus-summary-recenter to properly handle invisible lines * gnus-sum.el (gnus-forward-line-ignore-invisible): New function. (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
author Andreas Schwab <schwab@suse.de>
date Tue, 05 Jan 2010 21:37:43 +0100
parents 428005d3198e
children f973aced61a2
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Tue Jan 05 15:49:36 2010 +0100
+++ b/lisp/gnus/ChangeLog	Tue Jan 05 21:37:43 2010 +0100
@@ -1,3 +1,8 @@
+2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
+	(gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
+
 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
 
 	* message.el (message-exchange-point-and-mark): Rework last change to
@@ -13788,7 +13793,7 @@
 
 See ChangeLog.2 for earlier changes.
 
-    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.