aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[aspell] aspell-.31-1


From: Ryan Weaver
Subject: [aspell] aspell-.31-1
Date: Mon, 12 Jun 2000 16:15:34 -0500

   RPMs Built and Announced at about Mon Jun 12 16:03:19 2000.

   aspell-.31-1.src.rpm                                  774787
   aspell-.31-1rh61.i386.rpm                            2289461
   aspell-devel-.31-1rh61.i386.rpm                      3220477

   Download locations and build machine information listed below.

   RPMs are built with rpm version 3.0.4.
   Required programs listed are either updates or are not in the default
   RedHat 6.1 installation.

Name        : aspell                       Relocations: (not relocateable)
Version     : .31                               Vendor: Kevin Atkinson 
<address@hidden>
Release     : 1                             Build Date: Mon Jun 12 15:59:18 2000
Install date: Mon Jun 12 16:02:34 2000      Build Host: hellstone.infohwy.com
Group       : Applications/Text             Source RPM: aspell-.31-1.src.rpm
Size        : 12272960                         License: LGPL
Distribution: Freshmeat RPMs
Packager    : Ryan Weaver <address@hidden>
URL         : http://aspell.sourceforge.net/
Summary     : Aspell is an Open Source spell checker.
Description :
Aspell is an Open Source spell checker designed to eventually replace
Ispell. Its main feature is that it does a much better job of coming
up with possible suggestions than Ispell does. In fact recent tests
shows that it even does better than Microsoft Word 97's spell checker
in some cases. In addition it has both compile time and run time
support for other non English languages. Aspell also doubles as a
powerful C++ library with C and Perl interfaces in the works.

Requires:
--------------------------------------------------------------------
   Package                          Distribution (Or Url)
====================================================================
   libtool-1.3.4-3                  Freshmeat RPMs
   pspell-.11.0.1-2                 Freshmeat RPMs
--------------------------------------------------------------------

Name        : aspell-devel                 Relocations: (not relocateable)
Version     : .31                               Vendor: Kevin Atkinson 
<address@hidden>
Release     : 1                             Build Date: Mon Jun 12 15:59:18 2000
Install date: Mon Jun 12 16:03:03 2000      Build Host: hellstone.infohwy.com
Group       : Development/Libraries         Source RPM: aspell-.31-1.src.rpm
Size        : 17093023                         License: LGPL
Distribution: Freshmeat RPMs
Packager    : Ryan Weaver <address@hidden>
URL         : http://aspell.sourceforge.net/
Summary     : Static Libraries and header files for aspell
Description :
Aspell is an Open Source spell checker.

Static Libraries and header files for aspell

Requires:
--------------------------------------------------------------------
   Package                          Distribution (Or Url)
====================================================================
   aspell-.31-1                     Freshmeat RPMs
   pspell-devel-.11.0.1-2           Freshmeat RPMs
--------------------------------------------------------------------

%CHANGELOG
* Mon Jun 12 2000 Ryan Weaver <address@hidden>

[aspell-.31-1]
- Added support for spell checking run together words.
- Added an option to produce a list of misspelled words from standard input.
- More robust error reporting when reading in language data files.
- Fixed a bug when that will cause Aspell to crash if the ``special''
  line was not defined in the language data file.
- Update Pspell Module.
- Minor bug fixes.
- Added cross references in ``The Aspell utility Chapter'' for easier use.

* Mon May 01 2000 Ryan Weaver <address@hidden>

[aspell-.30.1-1]
- Ported Aspell to Win32 platforms.
- Portability fixes which may help aspell compile on other platforms.
- Aspell will no longer fail if for some reason the mmap fails, instead it
  will just read the file in as normal and free the memory when done.
- Minor changes in the format of the main word list as a result of the
  changes, the old format should still work in most cases.
- Fixed a bug when aspell was ignoring the extension of file names such as
  .html or .tex when checking files.
- Fixed a bug when aspell will go into an infinite loop when creating the
  main word list from a word list which has duplicates in it.
- Minor changes to the manual for better clarity.

* Mon Apr 03 2000 Ryan Weaver <address@hidden>

[aspell-.30-1]
- Fixed many of the capitalization bugs found in previous versions of Aspell.
- Changed the format of the main word list yet again.
- Fixed a bug so that ``aspell check'' will work on the PowerPC.
- Added ability to change configuration options in the middle of a session.
- Added words from /usr/dict/words found on most Linux systems as well as
  a bunch of commonly used abbreviation to the word list.
- Fixed a bug when aspell will dump core after reporting certain errors
  when compiled with gcc 2.95 or higher. This involved reworked the
  Exception heritage to get around a bug in gcc 2.95.
- Added a few more commands to the list of default commands the TEX
  filter knows about.
- Aspell will now check if a word only contains valid characters before
  adding it to any dictionaries. This might mean that you have to
  manually delete a few words from your personal word list.
- Added option to ignore case when checking a document.
- Adjusted the parameters of the ``normal'' suggest mode to so that
  significantly less far fetched results are returned in cases such as
  tomatoe, which went from 100 suggestions down to 32, at the expense of
  getting slightly lower results (less than 1%),
- Improved the edit distance algorithm for slightly faster results.
- Removed the $$m command in pipe mode, you should now use ``$$cs mode,
  mode '' to set the mode and ``$$cr mode'' to find out the current mode.
- Reworked parts of Aspell to use Pspell services to avoid duplicating code.
- Added a module for the newly released Pspell. It will get installed
  with the rest of aspell.
- Miscellaneous other bug fixes.

* Mon Feb 21 2000 Ryan Weaver <address@hidden>

[aspell-.29.1-1]
- Improved the TEX filter so that it will accept '@' at the begging of a
  command name and ignore trailing '*'s. It also now has better defaults
  for which parameters to skip.
- Reworked the main dictionary so that it can be memory mapped in. This
  decreases startup time and allows multiple aspell processes to use the
  same memory for the main word list. This also also made Aspell 64 bit
  clean so that it should work on an alpha now.
- Fix so that aspell can compile on platforms that gnu as is not
  available for.
- Fixed issue with flock so it would compile on FreeBSD.
- Minor changes in the code to make it more C++ compliant although I am
  sure there will still be problems when using some other compiler other
  than gcc or egcs.
- Added some comments to the header files to better document a few of the
  classes.

* Mon Feb 07 2000 Ryan Weaver <address@hidden>

[aspell-.29-1]
- Fixed a bug in the pipe mode with lines that start with ``^$$''.
- Added support for ignoring all words less than or equal to a specified
  length
- New soundslike code based thanks to the contribution of Bj rn Jacke. It
  now gets all of its data from a table making it easier for other people
  to add soundslike code for their native language. He also converted the
  metaphone algorithm to table form, eliminating the need for the old
  metaphone code.
- Major redesign of the suggestion code for better results.
- Changed the format of the personal word lists. In most cases it should
  be converted automatically.
- Changed the format of the main word list.
- Name space cleanup for more consistent naming. I now use name spaces
  which means that gcc 2.8.* and egcs 1.0.* will no longer cut it.
- Used file locks when reading and saving the personal dictionaries so
  that it truly multiprocess safe.
- Added rudimentary filter support.
- Reworked the configuration system once again. However, the changes to
  the end user who does not directly use my library should be minimal.
- Rewrote my code that handles parsing command line parameters so that it
  no longer uses popt as it was causing to many problems and didn't
  integrate well with my new configuration system.
- Fixed pipe mode so that it will properly ignore lines starting with '~'
  for better ispell compatibility.
- Aspell now has a new home page at http://aspell.sourceforge.net/.
  Please make note of the new URL.
- Miscellaneous manual fixes and clarifications.

==================================================================

   RPMs are built on a Pentium II 450mhz w/192megs RAM with RedHat 6.1
   plus updates from ftp://updates.redhat.com installed.

   These files are also available on the following sites
   ftp://ftp.falsehope.com/pub/aspell
   ftp://ftp.tux.org/pub/sites/ftp.falsehope.com/aspell
   ftp://ftp.freshmeat.net/pub/rpms/aspell


PGP Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.pgp.key
GPG Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.gpg.key
--
,------------------------------------.,------------------------------------.
| Ryan Weaver                        || emails: address@hidden          |
| Unix Systems Administrator         ||   address@hidden, address@hidden  | 
| InfoHighway International Inc.     ||         address@hidden       |
| Phone: (281) 447-7025              ||         address@hidden       |
| URL  : http://www.infohwy.com      ||         address@hidden          |
`------------------------------------'`------------------------------------'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]