Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 068669C51 for ; Tue, 26 Jun 2012 08:17:18 +0000 (UTC) Received: (qmail 74437 invoked by uid 500); 26 Jun 2012 08:17:15 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 74266 invoked by uid 500); 26 Jun 2012 08:17:14 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 74238 invoked by uid 99); 26 Jun 2012 08:17:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 08:17:13 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chenpeng2006@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 08:17:07 +0000 Received: by mail-lb0-f175.google.com with SMTP id l5so7246352lbo.6 for ; Tue, 26 Jun 2012 01:16:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=G7u+YapTbOFQ63cl085aEXie2cSRF1uEEpIoJHekoTM=; b=ljCRuWonsBmUYKu5THo3gtf+3uVBPzHeLuRCK7vE9xKauK7uZZQzGI6t9EdQQKJZHK u9xcNPMqcMx5AtH6grF9xTrW2JdQYa8uRcsU+RwBO3UF7H19+P3tKpPDGJI6jctJ6usg 5nqGQzEtrxuvMphdybASHNYVoLvK9u9DdXw7mrIcmHZ6vbi4ZHCIalYJuA319ndBaGun ABsQVMHzdttF2NJa0oW+j1pXCIfL89onPoWos7nz5BWOJXMEqlwTkmzn8un6Uv572J4M ZxHYYCkqF2la1vn4wjfGiar5E3AdFpYx9F3K9xOEKnZy9ljHPck2WcestJ0f+gPNDF/h pYkQ== MIME-Version: 1.0 Received: by 10.152.148.169 with SMTP id tt9mr15002656lab.49.1340698606635; Tue, 26 Jun 2012 01:16:46 -0700 (PDT) Received: by 10.112.47.103 with HTTP; Tue, 26 Jun 2012 01:16:46 -0700 (PDT) Date: Tue, 26 Jun 2012 16:16:46 +0800 Message-ID: Subject: =?UTF-8?B?W0NhbGwtZm9yLeKAi+KAi+KAi1Jldmlld10gYnVnIDExOTk1MyAoW0Zyb20gU3ltcGhvbg==?= =?UTF-8?B?eV1VbmRvIHJlZG8gaW5zZXJ0IGZpbGUgY2F1c2UgYXBwbGljYXRpb24gY3Jhc2hlZCk=?= From: Chen Peng To: ooo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8f23455d330a6404c35bb837 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f23455d330a6404c35bb837 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have a fix for bug 119953. https://issues.apache.org/ooo/show_bug.cgi?id=119953 It is about application crash when undo & redo a inserted file, because of in the procedure of inserting file, a text node split and a text node join action did not have corresponding undo recorded. Anybody who could help to review it? Thanks. --e89a8f23455d330a6404c35bb837--