-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
178 lines (161 loc) · 7.05 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
v2.7 (2019-09-08)
- Remove superfluous toolbar icons
- Fix broken GTK stock icon associations in the toolbar
- Fix FTBS with current dependency versions
- Bugfix: move dict up / remove dict => crash
- Fixed: GTK-warning: "no adjustment with page-size != 0 allowed"
- Bugfix: "Unshade Back when history is full on startup."
- Updated TODO and changed the "ugly logo"
- Updated "ugly logo"
- Delete gjiten-logo.png
- pref.c : preferences_response_cb()
- created local macro to wrap GTK_TOGGLE_BUTTON(...)->active
- Unified: Made all spaces to tabs
- Aliged all "equals"
- Bugfix: First usage of back button after start would select the second entry
- Refactor: Rename: on_text_entered() -> on_search_clicked()
- kanjidic.c: Fix Warning: "GtkSpinButton: setting an adjustment with non-zero page size is deprecated"
- changed ugly logo in debian path
v2.6 (2006-10-28)
- Radicals show up again in KanjiDic.
- DTD location changed in docbook doc (John Thacker).
- rpm .spec file fix (John Thacker).
- getdics.pl update (John Thacker).
- Don't look up kanji if there is a selection.
- Configurable toolbar/menubar was causing problems, removed.
- Automake fixes.
- Add de_CH translation and close debian bug #314089.
- Japanese translation update (Daichi Kawahata).
- Shade unavailable radicals in radical window
- radkfile update.
v2.5 (2005-12-18)
- Kanji can be clicked in WordDic for KanjiDic lookup. (Mboso Sampson)
- Regenerated autoconf scripts for kfreebsd support.
- Fixed possible buffer overflows.
- Fixed stroke count search when irrelevant results showed up.
- History buffer overrun fixed (John Thacker).
- Updated spec for FC3
- Fixed segfault with invalid dicfile in the schema.
v2.4 (2005-06-05)
- Gettext fix for kanji info pref dialog. (Daichi Kawahata)
- KanjiDic segv on CTRL-Q fixed. (Alexis S. L. Carvalho)
- Japanese translation fixes and desktop file i18n. (Daichi Kawahata)
- Dicfile match colorization fix for gettext translation.
- KanjiDic history width problem fixed.
- Added support for the Chinese CEDICT dictionary.
- German translation update. (Gregor Riepl)
- Optional unicode radicals in KanjiDic.
- Don't limit if result limit is < 1.
- Perl script for automated dictionary setup (system-wide or user-only).
- Gconf schema for system-wide settings.
- Fixed help menu.
v2.3 (2004-10-06)
- Fixed segv when kanjipad entry is NULL.
- Made search result textviews non-editable.
- Segv after dicfile preferences change fixed.
- Added Show/Hide search options button to the toolbar.
v2.2 (2004-06-13)
- Search hiragana on katakana input and vice versa.
- Major code cleanup.
- Fix 'whole expression' matching with newer edict files (ignore metadata in parenthesis).
- Search entry receives focus (and input) on keypress if in focus.
- Accelerator keys.
- Preferences rewritten, is now glade based.
- Unlimited number of dictionary files.
- radkfile updated.
v2.1 (2003-05-05)
- GConf crash fixed.
- Set icon with GNOME.
- German translation.
v2.0 (2003-01-04)
- Almost full rewrite:
- xjdic code removed, no more index files.
- Now uses GConf for storing configuration
- Ported to the GNOME 2.0 platform.
- Enhanced verb deinflection.
- Full unicode support, dictionary files need to be utf-8.
- Manual updated, now works with GNOME2 help system.
v1.0 (2002-01-19)
- "Reply overrun" crashes with the JP-German GDICT fixed.
- Search options are saved on exit.
- Limit search results in word dictionary.
- Kanji info window moved to the main KanjiDic window.
- KanjiDic kanji-info history.
- Automatic vertical scrollbars.
- Bigger fonts for KanjiDic.
- Word dictionary fonts also customizable in preferences.
v0.9 (2001-10-25)
- History saving (up to 50 entries) on exit.
- Auto adjust search options if no match is found.
- Now starts up properly with gnome/gtk specific cmd line options.
- Updated for the IA64 architecture.
- Shouldn't crash with Fvwm2 anymore.
- dpkg-buildpackage should work under debian potato from now.
- Dicfile limit raised to 40.
- Added Back/Forward buttons to the toolbar.
- Radkfile updated.
- Fixed history behaviour (garbage, whitespace, case sensitivity)
- Segfault on unconfigured exit fixed.
- Numerous small bugfixes.
v0.8 (2001-05-01)
- Debianized source. =>Debian packages.
- Documentation updated and converted to DocBook sgml.
- Makefile updates.
- Japanese localization fixes.
- Search corrections.
- Real time kanji lookup.
- Clipboard lookup (kanji&word) via command line. You can assign
a keyboard shortcut with your window manager for fast lookups.
- Docs moved to /usr/share/doc
- Click on radical removes it from the list if already there.
- Fixed memory leaks.
- Popup window behaviour fixed.
v0.7 (2000-11-03)
- Various small fixes, code cleanups.
- It's more user friendly on first startup now.
- $prefix is correctly substituted in source.
- Kanji info window behaviour fixed.
- Radical selection window rewritten to use buttons.
- 'No dicfiles crash' fixed.
- Command line arguments (word and kanji lookup). See gjiten --help.
- Gnome menu entry under Applications (gjiten.desktop file).
- Linear Search fixed.
v0.6 (2000-05-21)
- Linear search added: slower but more accurate.
- Makefile fixes for compiling under Debian.
- Documentation updates (both ja and en).
- Should be more tolerant with file errors.
- Japanese localization: ja.po added. Set LANGUAGE=ja for Japanese messages.
- Copy, paste buttons.
- Lots of other fixes.
v0.5 (2000-04-19)
- Togglebuttons in Pref/kanjidic should work okay now.
- Widget shading in KanjiDic via checkbuttons.
- README converted to html, added as Help/help.
- Set LC_ALL to ja_JP too.
- Added "Search All Dics" feature.
- Logo.
- Documentation updates.
- Automake/Autoconf/Install fixes.
- Appbar messages.
- Code reorganized, misc fixes.
- Added Japanese documentation.
v0.4 (2000-03-02)
- Verb deinflection works now.
- Small cleanups and fixes. Preferences changed.
- Config file changed to GNOME style.
- Dictionary selection button changed to pulldown menu.
- KanjiPad startup button added.
- Text Entry widgets replaced with Combo Entry widgets [search history].
-"Extra character after highlighted text" bug fixed.
v0.3 (2000-01-09)
-Added an option for using more than one dictionary file.
-Added missing radkfile.
v0.2 (1999-12-28)
-Added a Kanji dictionary with some nice features.
-Added more options to preferences.
-Word dictionary lookup functions rewritten. Verb inflection feature is not
implemented yet.
-More bugs, known ones killed ;)
v0.1 (1999-12-25)
-First release.