Share

edictionary - a command line dictionary

File Release Notes and Changelog

Release Name: edict-2.0

Notes:
v2.0 2004/12/27 Vishal Verma <vermavee at users dot sf dot net>
        This is a bug fix release.
        - Bug 1079288: Ctrl-D at "Your choice" prompt used to cause a Perl
          error.
        - Bug 1091879: edict stopped showing suggestions for invalid words
          starting the 2.0-beta version. This has been fixed now.
        - Bug 1091884: Fix for <sup> directive occasionally showing up in output
        - Fixed a misspelled word.


Changes: # --------- Release v2.0 on 2004-12-27 ----------------- 2004-12-27 Vishal Verma <vermavee at users dot sf dot net> * src/edict: - Fix spellings for authoritative - Fix the cmdline argument parsing to still look for a word when -i option is specified. - Introduce additional code to handle returning suggestions for invali words - Bug 1091879. - Avoid chomping of user input when in fact the user entered Ctrl-D. - Bug 1079288.