[802] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r803 - in branches/barnowl_unicode: . owl owl/perl/modules

daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:09:52 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Tue,  8 Jan 2008 00:12:18 -0500 (EST)

Author: asedeno
Date: 2008-01-08 00:12:17 -0500 (Tue, 08 Jan 2008)
New Revision: 803

Added:
   branches/barnowl_unicode/owl/perl/modules/IRC/
Modified:
   branches/barnowl_unicode/
   branches/barnowl_unicode/owl/global.c
Log:
Merged revisions 791-802 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r799 | nelhage | 2008-01-07 20:13:17 -0500 (Mon, 07 Jan 2008) | 1 line
  
  Committing a partial IRC plugin
........
  r801 | asedeno | 2008-01-08 00:10:30 -0500 (Tue, 08 Jan 2008) | 2 lines
  
  Fixing a personal pet peeve:
  resizing should not leave the current message off screen.
........



Property changes on: branches/barnowl_unicode
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk:1-790
   + /trunk:1-802

Modified: branches/barnowl_unicode/owl/global.c
===================================================================
--- branches/barnowl_unicode/owl/global.c	2008-01-08 05:11:55 UTC (rev 802)
+++ branches/barnowl_unicode/owl/global.c	2008-01-08 05:12:17 UTC (rev 803)
@@ -434,6 +434,10 @@
   /* in case any styles rely on the current width */
   owl_messagelist_invalidate_formats(owl_global_get_msglist(g));
 
+  /* recalculate the topmsg to make sure the current message is on
+   * screen */
+  owl_function_calculate_topmsg(OWL_DIRECTION_NONE);
+
   /* refresh stuff */
   g->needrefresh=1;
   owl_mainwin_redisplay(&(g->mw));

Copied: branches/barnowl_unicode/owl/perl/modules/IRC (from rev 801, trunk/owl/perl/modules/IRC)


home help back first fref pref prev next nref lref last post