source: trunk/Padre-Plugin-SpellCheck/Changes @ 13711

Revision 13711, 2.2 KB checked in by zenogantner, 12 months ago (diff)

plugin? remove unnecessary code

Line 
1Revision history for Padre-Plugin-SpellCheck
2
3{{$NEXT}}
4    - remove dead code in plugin_icon method (ZENOG)
5
61.21   2010.12.06
7        - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
8        - rename method 'spell_preferences' to 'plugin_preferences',
9          so that the dialog can also be called from the plugin manager (ZENOG)
10        - add support for some filters (XML, HTML, LaTeX) (ZENOG)
11        - fix encoding information in German translation file: ASCII to UTF-8
12          #1070 (ZENOG)
13
141.2    2010.10.29
15        - Removed Test::NeedsDisplay dependency (AZAWAWI)
16
171.1.3  2010.10.27
18        - Compatibility with the latest Padre (ZENOG, AZAWAWI)
19        - Added German translation (ZENOG)
20        - Added Japanese translation (ISHIGAKI)
21        - Fixed translations in share directory and removed old one(AZAWAWI)
22        - Switched to Dist::Zilla (AZAWAWI)
23        - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI)
24
251.1.2 2009.6.20
26        - Add Chinese (Traditional) translation (bluet)
27        - spanish translation added (brunov)
28        - remove .po files from MANIFEST.SKIP, they are needed for Debian
29          since they are the source for the .mo files (ryan52)
30        - if the user selects one of the suggestions, replace it (ryan52)
31
321.1.1 2009.5.8
33        - work-around for unicode texts (therek)
34
351.1.0 2009.4.29
36        - possibility to choose dictionary language
37          (but wx::stc has unicode bugs which prevents this feature to be
38          really useful on non-ascii texts)   
39        - plugin i18n-ed, ready to accept translations
40        - arabic translation added (azawawi)
41        - brazilian portuguese translation added (garu)
42        - french translation added
43        - polish translation added (therek)
44
451.0.0 2009.4.22
46        - using a dedicated spellcheck dialog
47        - on error, possibility to replace, replace all, ignore, ignore all
48
490.03 2009.4.5
50        - providing an icon for padre's plugin manager
51
520.02 2009.4.5
53        - adding newline between wrongly spelled words
54        - changing maintainer
55        - moving away from module::install
56        - cleaning meta information
57
580.01 2009.02.01
59        - First version, released on an unsuspecting world.
Note: See TracBrowser for help on using the repository browser.