Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
codespell 1.2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Lucas De Marchi  
View profile   Translate to Translated (View Original)
 More options Sep 30 2011, 10:16 am
From: Lucas De Marchi <lucas.de.mar...@gmail.com>
Date: Fri, 30 Sep 2011 11:16:57 -0300
Local: Fri, Sep 30 2011 10:16 am
Subject: [ANNOUNCE] codespell 1.2
Hey!

I'm announcing codespell 1.2. It's a really small release , but it's
been 3 months from the previous one. Since it's very small, this time
there are no -rc releases.

Besides the usual changes to dictionary, there are some new features:

1. There's an option to use chardet for encoding detection. If your
code base has mixed encodings, other then utf-8 / ascii / iso8859-1,
this is a nice addition since it will be able to properly detect the
encoding. I kept the other one as default because utf-8 is the most
used encoding (at least in source code) and chardet is much slower
than my hackish encoding detection (from my benchmarks, ~10 times).

2. Skip files that match a pattern. One issue with codespell when
running in recursive mode is that it would try to fix whatever file is
not inside .svn/.git dirs. It can ignore binary files, but there are
some text files that we are better not patching: *.eps, cscope.out,
*.svg etc. Now there's an option to skip them accepting globs:
codespell.py --skip "*.eps,cscope.out,*.svg".

3. Makefile to ease the integration in distributions. I created a
package for Archlinux using it
(http://aur.archlinux.org/packages.php?ID=49980)

Welcome to a big open source project using codespell: I was told
Django is being patched. I'm glad to know it's working with languages
other than C :-)

As usual, you can download the package for the new version at
ProFUSION's server:

http://packages.profusion.mobi/codespell/codespell-1.2.tar.gz
http://packages.profusion.mobi/codespell/codespell-1.2.md5sum

Below is the shorlog since v1.1.

Lucas De Marchi

Glen Barber (1):
      dict: add "enthousiasm->enthusiasm"

Jonathan Neuschäfer (3):
      dict: add "appropriately" based on "appropriate"
      dict: add appropriatness->appropriateness
      dict: add appropriatly->appropriately

Lucas De Marchi (17):
      dict: add actived->activated entry
      dict: add boradcast->broadcast entry
      dict: add inaccesible->inaccessible entry
      TODO: add task to exclude paths
      TODO: add makefile task
      Add Makefile
      TODO: add task to integrate chardet
      Move encoding detection to its own function
      TODO: Add option to ignore big files
      Add option to use chardet for encoding detection
      Don't init chardet if it's not being used
      dict: add openin->opening entry
      Add missing spaces in description
      codespell itself
      Add option to skip paths matching glob
      TODO: remove unneeded task
      codespell 1.2

Peter Huewe (1):
      dict: add constructes->constructs, initilize->initialize entries

Tobias Brunner (2):
      Show and return words in the proper case in interactive mode.
      Allow words with different case on one line, but ask the user only once.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »