Subject: failed commit for 964
From: Patrick Lam (plam@plam.lcs.mit.edu)
Date: Sat Aug 18 2001 - 08:14:56 CDT
Ok, so I couldn't commit it. cvs fails.
cvs server: sticky tag `release-0-9-0' for file
`src/text/ptbl/xp/pt_PT_InsertSpan.cpp' is not a branch
pat
Index: src/text/ptbl/xp/pt_PT_InsertSpan.cpp
===================================================================
RCS file: /cvsroot/abi/src/text/ptbl/xp/pt_PT_InsertSpan.cpp,v
retrieving revision 1.41
diff -u -r1.41 pt_PT_InsertSpan.cpp
--- src/text/ptbl/xp/pt_PT_InsertSpan.cpp 2001/02/06 22:54:38
1.41
+++ src/text/ptbl/xp/pt_PT_InsertSpan.cpp 2001/08/18 13:14:04
@@ -675,6 +675,11 @@
if (m_varset.getBufIndex(biUndo,lengthUndo) != biSpan)
return false;
+ // Coalescing not allowed across a save.
+ // So, if we're clean, make us dirty.
+ if (!m_history.isDirty())
+ return false;
+
return true;
}
---------- Forwarded message ----------
Date: Sat, 18 Aug 2001 09:11:14 -0400 (EDT)
From: Patrick Lam <plam@plam.lcs.mit.edu>
To: abiword-dev@abisource.com
Subject: commit: fix for bug 964
fix for bug 964
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Tag: release-0-9-0
CVS: src/text/ptbl/xp/pt_PT_InsertSpan.cpp
CVS: ----------------------------------------------------------------------
This archive was generated by hypermail 2b25 : Sat Aug 18 2001 - 08:14:57 CDT