<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/codespell</id>
  <title type="text">codespell Google Group</title>
  <subtitle type="text">
  Mailing list of the codespell program.
  </subtitle>
  <link href="/group/codespell/feed/atom_v1_0_topics.xml" rel="self" title="codespell feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2013-05-06T17:35:57Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/809f70225fe171ab</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/809f70225fe171ab" />
  <title type="html">[ANNOUNCE] codespell 1.6</title>
  <summary type="html" xml:space="preserve">
  codespell 1.6 is out: &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.6.tar.xz&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.6.tar.xz.asc&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;With this release we have improved the standard options for common &lt;br&gt; usages. For example, we default to parsing our own dictionary if none
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2013-04-10T17:48:52Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/8590f88fc53706cb</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/8590f88fc53706cb" />
  <title type="html">[ANNOUNCE] codespel 1.5</title>
  <summary type="html" xml:space="preserve">
  codespell 1.5 is out: &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.5.tar.xz&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.5.tar.xz.asc&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This release is just for including some entries in the dictionary and &lt;br&gt; fixing others. &lt;br&gt; &lt;p&gt;Lucas De Marchi &lt;br&gt; &lt;p&gt;---&amp;gt;8--- &lt;br&gt; Andy Shevchenko (1):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jay Foad</name>
  <email>jay.f...@gmail.com</email>
  </author>
  <updated>2013-02-14T13:14:14Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/37b60de230916ada</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/37b60de230916ada" />
  <title type="html">[PATCH] correct the correct spelling of &quot;guaranteed&quot;</title>
  <summary type="html" xml:space="preserve">
  diff --git a/data/dictionary.txt b/data/dictionary.txt &lt;br&gt; index 3b9c866..dc488c5 100644 &lt;br&gt; --- a/data/dictionary.txt &lt;br&gt; +++ b/data/dictionary.txt &lt;br&gt; @@ -1797,7 +1797,7 @@ guage-&amp;gt;gauge &lt;br&gt; guarentee-&amp;gt;guarantee &lt;br&gt; guarenteed-&amp;gt;guaranteed &lt;br&gt; guarentees-&amp;gt;guarantees &lt;br&gt; -guarrenteed-&amp;gt;guarenteed &lt;br&gt; +guarrenteed-&amp;gt;guaranteed
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andy Shevchenko</name>
  <email>andriy.shevche...@linux.intel.com</email>
  </author>
  <updated>2013-02-12T13:58:47Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/06206a4ba9c7d005</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/06206a4ba9c7d005" />
  <title type="html">[PATCH] dictionary: append suggestion for misspelled &quot;binary&quot;</title>
  <summary type="html" xml:space="preserve">
  Signed-off-by: Andy Shevchenko &amp;lt;andriy.shevche...@linux.intel .com&amp;gt; &lt;br&gt; --- &lt;br&gt; data/dictionary.txt | 1 + &lt;br&gt; 1 file changed, 1 insertion(+) &lt;br&gt; &lt;p&gt;diff --git a/data/dictionary.txt b/data/dictionary.txt &lt;br&gt; index cf527d4..fdc3f14 100644 &lt;br&gt; --- a/data/dictionary.txt &lt;br&gt; +++ b/data/dictionary.txt &lt;br&gt; @@ -580,6 +580,7 @@ beween-&amp;gt;between
  </summary>
  </entry>
  <entry>
  <author>
  <name>Richard Knutsson</name>
  <email>richard.knuts...@gmail.com</email>
  </author>
  <updated>2012-04-09T09:47:51Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/a95f4138813c3a52</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/a95f4138813c3a52" />
  <title type="html">[BUG] found a case when a word is not reported when running codespell.py</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have just started to play around with codespell, who seems like a &lt;br&gt; great tool to assist when cleaning code. &lt;br&gt; But I hit a snag and since I have no experiences with Python I am hoping &lt;br&gt; someone on this list may have a look. &lt;br&gt; This is basically what I did/found: &lt;br&gt; ../codespell/data/dictionary.t xt fs/befs/endian.h
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.demar...@profusion.mobi</email>
  </author>
  <updated>2012-03-05T19:29:01Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/f75f5caf40a75e19</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/f75f5caf40a75e19" />
  <title type="html">Re: build-sys: add helpers for release</title>
  <summary type="html" xml:space="preserve">
  No, sorry. My mistake while editing this part :( &lt;br&gt; I&#39;ll fix it. &lt;br&gt; Thank you for spotting this &lt;br&gt; Regards, &lt;br&gt; Lucas De Marchi
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2012-03-02T00:46:20Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/35f5572eb201f9ce</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/35f5572eb201f9ce" />
  <title type="html">[ANNOUNCE] codespel 1.4</title>
  <summary type="html" xml:space="preserve">
  Hey!! &lt;br&gt; codespell 1.4 is out: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.4.tar.xz&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.4.tar.xz.asc&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Other than updates to our dictionary we can now parse words with &lt;br&gt; hyphens. Shortlog since v1.3 is below. &lt;br&gt; Lucas De Marchi &lt;br&gt; Lucas De Marchi (4): &lt;br&gt; Allow hifen in words
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-12-12T23:27:28Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/213bc518b7bb9114</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/213bc518b7bb9114" />
  <title type="html">Re: [PATCH 1/4] dict: Sort entries</title>
  <summary type="html" xml:space="preserve">
  Hi Stefan &lt;br&gt; Patch has been applied. Thanks &lt;br&gt; Lucas De Marchi
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-12-09T15:42:00Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/df0b1b7592a0e0cc</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/df0b1b7592a0e0cc" />
  <title type="html">[ANNOUNCE] codespell 1.3</title>
  <summary type="html" xml:space="preserve">
  Hey, &lt;br&gt; codespell 1.3 is out. Not excitingly new, just some dictionary entries &lt;br&gt; and a bug when opening files without being in an utf8 environment. &lt;br&gt; Thanks to Ettl Martin for pointing out the fix. &lt;br&gt; The shortlog since 1.2 is below: &lt;br&gt; Jonathan Neuschäfer (3): &lt;br&gt; dict: add &amp;quot;spagetti-&amp;gt;spaghetti&amp;quot; &lt;br&gt; dict: add &amp;quot;mannor-&amp;gt;manor&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefan Weil</name>
  <email>s...@weilnetz.de</email>
  </author>
  <updated>2011-12-08T08:34:20Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/fae3ecd05e0089b4</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/fae3ecd05e0089b4" />
  <title type="html">git warnings with codespell repository</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I have trouble with codespell&#39;s git repositories caused by an &lt;br&gt; ambiguous HEAD. Here is a protocol which shows my problem: &lt;br&gt; $ git clone git://github.com/lucasdemarchi /codespell.git &lt;br&gt; Initialized empty Git repository in /tmp/codespell/.git/ &lt;br&gt; remote: Counting objects: 483, done. &lt;br&gt; remote: Compressing objects: 100% (265/265), done.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Neuschäfer</name>
  <email>j.neuschae...@gmx.net</email>
  </author>
  <updated>2011-10-15T12:39:24Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/aaa20cfd6fb3223e</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/aaa20cfd6fb3223e" />
  <title type="html">[PATCH 2/2] dict: add &quot;mannor-&gt;manor&quot;</title>
  <summary type="html" xml:space="preserve">
  --- &lt;br&gt; data/dictionary.txt | 2 +- &lt;br&gt; 1 files changed, 1 insertions(+), 1 deletions(-) &lt;br&gt; diff --git a/data/dictionary.txt b/data/dictionary.txt &lt;br&gt; index f65b73a..8a9686b 100644 &lt;br&gt; --- a/data/dictionary.txt &lt;br&gt; +++ b/data/dictionary.txt &lt;br&gt; @@ -2289,7 +2289,7 @@ maneouvred-&amp;gt;manoeuvred &lt;br&gt; maneouvres-&amp;gt;manoeuvres &lt;br&gt; maneouvring-&amp;gt;manoeuvring
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-09-30T14:16:57Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/bce1a6f83d4bbd85</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/bce1a6f83d4bbd85" />
  <title type="html">[ANNOUNCE] codespell 1.2</title>
  <summary type="html" xml:space="preserve">
  Hey! &lt;br&gt; I&#39;m announcing codespell 1.2. It&#39;s a really small release , but it&#39;s &lt;br&gt; been 3 months from the previous one. Since it&#39;s very small, this time &lt;br&gt; there are no -rc releases. &lt;br&gt; Besides the usual changes to dictionary, there are some new features: &lt;br&gt; 1. There&#39;s an option to use chardet for encoding detection. If your
  </summary>
  </entry>
  <entry>
  <author>
  <name>Glen Barber</name>
  <email>glen.j.bar...@gmail.com</email>
  </author>
  <updated>2011-09-15T14:34:23Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/98988729a14c5db4</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/98988729a14c5db4" />
  <title type="html">dict: add &quot;enthousiasm-&gt;enthusiasm&quot;</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m not used to &#39;git pull requests&#39; (I&#39;m a svn guy). The included patch &lt;br&gt; adds replacement for &#39;enthousiasm&#39;. &lt;br&gt; Regards, &lt;br&gt; Glen &lt;br&gt; diff --git a/data/dictionary.txt b/data/dictionary.txt &lt;br&gt; index ee69b6e..e661c35 100644 &lt;br&gt; --- a/data/dictionary.txt &lt;br&gt; +++ b/data/dictionary.txt &lt;br&gt; @@ -1434,6 +1434,7 @@ enourmously-&amp;gt;enormously
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-08-24T03:56:07Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/9f020a0f75e14d09</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/9f020a0f75e14d09" />
  <title type="html">ANNOUNCE: codespell 1.1.1</title>
  <summary type="html" xml:space="preserve">
  Hey, &lt;br&gt; This is a short maintenance release: codespell 1.1.1. Besides the &lt;br&gt; usual additions to the dictionary there was a couple of fixes to the &lt;br&gt; interactive mode. &lt;br&gt; Codespell can be downloaded at: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.1.1.tar.gz&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; MD5: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://packages.profusion.mobi/codespell/codespell-1.1.1.md5sum&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Neuschäfer</name>
  <email>j.neuschae...@gmx.net</email>
  </author>
  <updated>2011-08-17T21:19:41Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/20f79a2382546c8c</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/20f79a2382546c8c" />
  <title type="html">[PATCH 1/3] dict: add &quot;appropriately&quot; based on &quot;appropriate&quot;</title>
  <summary type="html" xml:space="preserve">
  --- &lt;br&gt; data/dictionary.txt | 4 ++++ &lt;br&gt; 1 files changed, 4 insertions(+), 0 deletions(-) &lt;br&gt; diff --git a/data/dictionary.txt b/data/dictionary.txt &lt;br&gt; index 8f717d1..c742b88 100644 &lt;br&gt; --- a/data/dictionary.txt &lt;br&gt; +++ b/data/dictionary.txt &lt;br&gt; @@ -334,14 +334,18 @@ apprearance-&amp;gt;appearance &lt;br&gt; apprieciate-&amp;gt;appreciate &lt;br&gt; approachs-&amp;gt;approaches
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-08-16T19:49:43Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/f33ba47d07104eb5</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/f33ba47d07104eb5" />
  <title type="html">Re: Codespell Download URL</title>
  <summary type="html" xml:space="preserve">
  Hi Glen, &lt;br&gt; [ I&#39;m CC&#39;ing the mailing list, so everybody can see the responses. I &lt;br&gt; hope this ok to you. ] &lt;br&gt; I never received reports about this. I&#39;m maintaining the package for &lt;br&gt; the Archlinux distro, which works similar to ports, and it seems to &lt;br&gt; be ok. &lt;br&gt; I have some computers around the world and I&#39;ve just tried to download
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Huewe</name>
  <email>peterhu...@gmx.de</email>
  </author>
  <updated>2011-06-27T22:21:19Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/934a3f8a7bbd3c49</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/934a3f8a7bbd3c49" />
  <title type="html">[PATCH] dict: add constructes-&gt;constructs, initilize-&gt;initialize entries</title>
  <summary type="html" xml:space="preserve">
  This patch adds &lt;br&gt; initilize-&amp;gt;initialize &lt;br&gt; constructes-&amp;gt;constructs &lt;br&gt; to the dictionary &lt;br&gt; Signed-off-by: Peter Huewe &amp;lt;peterhu...@gmx.de&amp;gt; &lt;br&gt; --- &lt;br&gt; data/dictionary.txt | 2 ++ &lt;br&gt; 1 files changed, 2 insertions(+), 0 deletions(-) &lt;br&gt; diff --git a/data/dictionary.txt b/data/dictionary.txt &lt;br&gt; index d2ada7c..f7afdb3 100644
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-06-18T18:27:53Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/4e57635b4099e089</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/4e57635b4099e089" />
  <title type="html">[ANNOUNCE] codespell 1.1</title>
  <summary type="html" xml:space="preserve">
  codespell 1.1 is out. It includes several nice new features that can &lt;br&gt; be checked out at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.politreco.com/2011/06/codespell-1-1-rc1/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I am also releasing codespell 1.0.3 for who prefers to keep the old &lt;br&gt; version. It includes the same fix introduced in codespell 1.1-rc2. &lt;br&gt; Keep in mind that this will be the latest update to the old version
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas De Marchi</name>
  <email>lucas.de.mar...@gmail.com</email>
  </author>
  <updated>2011-06-14T23:11:51Z</updated>
  <id>http://groups.google.com/group/codespell/browse_thread/thread/8ed1e2de7c1e591e</id>
  <link href="http://groups.google.com/group/codespell/browse_thread/thread/8ed1e2de7c1e591e" />
  <title type="html">codespell 1.1-rc2</title>
  <summary type="html" xml:space="preserve">
  Codespell 1.1-rc2 is out. This rc includes only 1 fix to replacements &lt;br&gt; of the same misspelling on the same line. &lt;br&gt; For the new features of codespell 1.1 refer to &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.politreco.com/2011/06/codespell-1-1-rc1/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; If all things go as expected and there isn&#39;t any known bug specific to &lt;br&gt; this new version, it will be released in the end of this week.
  </summary>
  </entry>
</feed>
