<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Add mode="delete" to <edit>"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23757">bug 23757</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>fontconfig-bugs@lists.freedesktop.org
           </td>
           <td>akira@tagoh.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>fontconfig-bugs@lists.freedesktop.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Add mode="delete" to <edit>"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23757#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Add mode="delete" to <edit>"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=23757">bug 23757</a>
              from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
        <pre>proposed changes:
  <a href="http://cgit.freedesktop.org/~tagoh/fontconfig/commit/?h=bz23757">http://cgit.freedesktop.org/~tagoh/fontconfig/commit/?h=bz23757</a>

commit d95aee42d952fe11f3cc173d1d94ae19f0053af2
Author: Akira TAGOH <<a href="mailto:akira@tagoh.org">akira@tagoh.org</a>>
Date:   Tue Jan 29 20:19:36 2013 +0900

    <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - Add mode="delete" to <edit>"
   href="show_bug.cgi?id=23757">Bug 23757</a> - Add mode="delete" to <edit>

    Add two edit mode, "delete" and "delete_all".
    what values are being deleted depends on <test> as documented.
    if the target object is same to what is tested, matching value there
    will be deleted. otherwise all of values in the object will be deleted.
    so this would means both edit mode will not take any expressions.

    e.g.

    Given that the testing is always true here, the following rules:

      <match>
        <test name="foo" compare="eq">
          <string>bar</string>
        </test>
        <edit name="foo" mode="delete"/>
      </match>

    will removes "bar" string from "foo" object. and:

      <match>
        <test name="foo" compare="eq">
          <string>foo</string>
        </test>
        <edit name="bar" mode="delete"/>
      </match>

    will removes all of values in "bar" object.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>