<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,26 +47,32 @@ module Hominid
       # Add an interest group to a list
       call(&quot;listInterestGroupAdd&quot;, @list_id, group)
     end
+    alias :interest_group_add :create_group
 
     def create_tag(tag, name, required = false)
       # Add a merge tag to a list
       call(&quot;listMergeVarAdd&quot;, @list_id, tag, name, required)
     end
+    alias :merge_var_add :create_tag
 
     def delete_group(group)
       # Delete an interest group for a list
       call(&quot;listInterestGroupDel&quot;, @list_id, group)
     end
+    alias :interest_group_del :delete_group
 
     def delete_tag(tag)
       # Delete a merge tag and all its members
       call(&quot;listMergeVarDel&quot;, @list_id, tag)
     end
+    alias :merge_var_del :delete_tag
 
     def groups()
       # Get the interest groups for a list
       call(&quot;listInterestGroups&quot;, @list_id)
     end
+    alias :interest_groups :groups
+
 
     def member_info(email)
       # Get a member of a list
@@ -90,6 +96,7 @@ module Hominid
       # Get the merge tags for a list
       call(&quot;listMergeVars&quot;, @list_id)
     end
+    alias :merge_vars :merge_tags
 
     def subscribe(email, options = {})
       # Subscribe a member to this list
@@ -115,6 +122,7 @@ module Hominid
       options = apply_defaults_to({:update_existing =&gt; true}.merge(options))
       call(&quot;listBatchSubscribe&quot;, @list_id, subscribers, *options.values_at(:double_opt_in, :update_existing, :replace_interests))
     end
+    alias :batch_subscribe :subscribe_many
 
     def unsubscribe(current_email, options = {})
       # Unsubscribe a list member
@@ -128,6 +136,7 @@ module Hominid
       options = apply_defaults_to({:delete_member =&gt; true}.merge(options))
       call(&quot;listBatchUnsubscribe&quot;, @list_id, emails, *options.values_at(:delete_member, :send_goodbye, :send_notify))
     end
+    alias :batch_unsubscribe :unsubscribe_many
 
     def update_member(current_email, merge_tags = {}, email_type = &quot;html&quot;)
       # Update a member of this list</diff>
      <filename>lib/hominid/list.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bea0a9c3a10f7bb75f97dc648ed4ab8d677f8331</id>
    </parent>
  </parents>
  <author>
    <name>Michael Str&#252;der</name>
    <email>mike@mike-desktop.(none)</email>
  </author>
  <url>http://github.com/bgetting/hominid/commit/b9fec13f2324da77e17f4160e617e76918fa78f8</url>
  <id>b9fec13f2324da77e17f4160e617e76918fa78f8</id>
  <committed-date>2009-10-26T04:58:18-07:00</committed-date>
  <authored-date>2009-10-26T04:58:18-07:00</authored-date>
  <message>added aliases to match the Mailchimp API method names</message>
  <tree>1044885f82cda7586565c3ee433636facc2b602f</tree>
  <committer>
    <name>Michael Str&#252;der</name>
    <email>mike@mike-desktop.(none)</email>
  </committer>
</commit>
