Merge lp:~widelands-dev/widelands/fonts into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 7320
Proposed branch: lp:~widelands-dev/widelands/fonts
Merge into: lp:widelands
Diff against target: 21683 lines (+18083/-942)
117 files modified
doc/sphinx/source/wlrichtext.rst (+16/-10)
i18n/fonts.lua (+65/-0)
i18n/fonts/COPYING (+339/-0)
i18n/fonts/Culmus/LICENSE (+17/-0)
i18n/fonts/Culmus/README (+40/-0)
i18n/fonts/DejaVu/AUTHORS (+54/-0)
i18n/fonts/DejaVu/BUGS (+3/-0)
i18n/fonts/DejaVu/LICENSE (+99/-0)
i18n/fonts/DejaVu/NEWS (+1373/-0)
i18n/fonts/DejaVu/README (+59/-104)
i18n/fonts/FaKacstBook/README (+5/-0)
i18n/fonts/MicroHei/AUTHORS.txt (+12774/-0)
i18n/fonts/MicroHei/ChangeLog.txt (+38/-0)
i18n/fonts/MicroHei/INSTALL.txt (+132/-0)
i18n/fonts/MicroHei/LICENSE_Apache2.txt (+122/-0)
i18n/fonts/MicroHei/LICENSE_GPLv3.txt (+674/-0)
i18n/fonts/MicroHei/README.txt (+378/-0)
i18n/fonts/OFL.txt (+97/-0)
i18n/fonts/README.mmrCensus (+5/-0)
i18n/fonts/README.nakula (+9/-0)
i18n/fonts/Sinhala/COPYING (+339/-0)
i18n/fonts/Sinhala/CREDITS (+60/-0)
i18n/locales.lua (+357/-0)
maps/Plateau.wmf/scripting/texts.lua (+1/-1)
scripting/format_scenario.lua (+2/-2)
scripting/formatting.lua (+4/-4)
src/CMakeLists.txt (+2/-0)
src/base/i18n.cc (+1/-1)
src/graphic/CMakeLists.txt (+15/-1)
src/graphic/font.cc (+3/-131)
src/graphic/font.h (+0/-47)
src/graphic/font_handler1.cc (+15/-2)
src/graphic/font_handler1.h (+10/-0)
src/graphic/richtext.cc (+1/-0)
src/graphic/text/CMakeLists.txt (+6/-1)
src/graphic/text/font_io.cc (+1/-1)
src/graphic/text/font_set.cc (+161/-0)
src/graphic/text/font_set.h (+90/-0)
src/graphic/text/rt_render.cc (+68/-33)
src/graphic/text/rt_render.h (+4/-2)
src/graphic/text/test/data/b1206712/input01.txt (+1/-1)
src/graphic/text/test/render.cc (+1/-1)
src/graphic/text_constants.h (+8/-29)
src/graphic/text_layout.cc (+112/-24)
src/graphic/text_layout.h (+53/-5)
src/graphic/text_parser.cc (+21/-10)
src/graphic/wordwrap.h (+1/-1)
src/logic/CMakeLists.txt (+2/-1)
src/logic/building.cc (+8/-7)
src/logic/constructionsite.cc (+1/-1)
src/logic/immovable.cc (+2/-2)
src/logic/productionsite.cc (+1/-1)
src/logic/ship.cc (+7/-5)
src/logic/worker.cc (+1/-1)
src/scripting/CMakeLists.txt (+0/-1)
src/scripting/lua_game.cc (+0/-1)
src/scripting/lua_globals.cc (+0/-1)
src/scripting/lua_table.cc (+10/-0)
src/scripting/lua_table.h (+6/-0)
src/ui_basic/CMakeLists.txt (+2/-2)
src/ui_basic/button.cc (+7/-10)
src/ui_basic/button.h (+4/-2)
src/ui_basic/editbox.cc (+4/-4)
src/ui_basic/helpwindow.cc (+5/-3)
src/ui_basic/listselect.cc (+22/-13)
src/ui_basic/listselect.h (+8/-4)
src/ui_basic/multilineeditbox.cc (+3/-2)
src/ui_basic/multilinetextarea.cc (+8/-4)
src/ui_basic/panel.cc (+7/-12)
src/ui_basic/progressbar.cc (+1/-2)
src/ui_basic/progresswindow.cc (+6/-4)
src/ui_basic/slider.cc (+3/-3)
src/ui_basic/slider.h (+0/-1)
src/ui_basic/spinbox.cc (+4/-2)
src/ui_basic/table.cc (+4/-3)
src/ui_basic/textarea.cc (+1/-1)
src/ui_basic/textarea.h (+4/-4)
src/ui_basic/window.cc (+1/-3)
src/ui_fsmenu/CMakeLists.txt (+2/-1)
src/ui_fsmenu/base.cc (+2/-25)
src/ui_fsmenu/base.h (+6/-9)
src/ui_fsmenu/campaign_select.cc (+3/-4)
src/ui_fsmenu/editor.cc (+1/-1)
src/ui_fsmenu/fileview.cc (+5/-8)
src/ui_fsmenu/internet_lobby.cc (+1/-5)
src/ui_fsmenu/launch_mpg.cc (+4/-13)
src/ui_fsmenu/launch_spg.cc (+5/-10)
src/ui_fsmenu/load_map_or_game.h (+1/-1)
src/ui_fsmenu/loadgame.cc (+2/-3)
src/ui_fsmenu/mapselect.cc (+2/-3)
src/ui_fsmenu/multiplayer.cc (+1/-2)
src/ui_fsmenu/netsetup_lan.cc (+2/-10)
src/ui_fsmenu/options.cc (+112/-110)
src/ui_fsmenu/options.h (+4/-3)
src/ui_fsmenu/singleplayer.cc (+1/-1)
src/wlapplication.cc (+6/-4)
src/wlapplication.h (+1/-1)
src/wui/CMakeLists.txt (+2/-10)
src/wui/attack_box.cc (+6/-2)
src/wui/attack_box.h (+4/-2)
src/wui/chat_msg_layout.cc (+54/-46)
src/wui/chatoverlay.cc (+1/-1)
src/wui/game_tips.cc (+1/-2)
src/wui/interactive_base.cc (+2/-2)
src/wui/interactive_gamebase.cc (+2/-2)
src/wui/multiplayersetupgroup.cc (+1/-1)
src/wui/multiplayersetupgroup.h (+4/-2)
src/wui/playerdescrgroup.cc (+3/-9)
src/wui/playerdescrgroup.h (+1/-2)
src/wui/plot_area.cc (+3/-5)
src/wui/soldierlist.cc (+0/-1)
src/wui/waresdisplay.cc (+1/-2)
txts/developers (+66/-67)
txts/editor_readme (+1/-1)
txts/languages (+0/-58)
txts/license (+1/-1)
utils/test/test_lua-xgettext.py (+1/-1)
To merge this branch: bzr merge lp:~widelands-dev/widelands/fonts
Reviewer Review Type Date Requested Status
SirVer Approve
GunChleoc Needs Resubmitting
Review via email: mp+238608@code.launchpad.net

Commit message

Fonts are now locale-dependent rather than being chosen by the user.

- Locales and their fonts are now defined in the new i18n directory. Moved the font files there and added new fonts for non-Latin locales.
- Added a "FontSet" object to FontHandler1 that will read and provide the font configuration.
- Font selection removed from Advanced Options.
- Font faces in rich text are now defined by keywords rather than font set names ("serif", "sans", "condensed").

Description of the change

Fonts are now locale-dependent rather than being chosen by the user.

Configuration file for the font faces is fonts/fonts.conf, configuration files for the locales are in txts/localedata.

The parsing is done in WLApplication rather than i18n, because I need Profile, which in turn is including i18n.

While I have introduced a tag for RTL languages, it isn't used yet, because I expect that that would create too much overlap with the new RT renderer we're working on.

To post a comment you must log in.
Revision history for this message
SirVer (sirver) wrote :

This has been sitting for a while. Is it still ready for review or does it need updates for sdl2?

Revision history for this message
GunChleoc (gunchleoc) wrote :

Let me merge trunk and test.

Revision history for this message
GunChleoc (gunchleoc) wrote :

Ready for review now

Revision history for this message
GunChleoc (gunchleoc) wrote :

Following from this discussion: https://code.launchpad.net/~widelands-dev/widelands/reducing-paths/+merge/239645

Where do we want the language config files? They don't really belong in txts.

"locale" is out IMO, because it's a generated resource. "po" isn't included in binary packages, so it's not an option either.

How about grouping "localedata" with "fonts" into a common "languages" parent directory? Like this:

languages -> fontsets
languages -> localedata

Our base directory list is already getting quite long, and I don't want to add to it.

Revision history for this message
GunChleoc (gunchleoc) wrote :

Because I got rid of profile, I could now move the fontset definitions from WLApplication to i18n where they belong. All hail the Lua!

I created a new singleton object there. I didn't include the already existing i18n functions into it, because I would like to use the ICU library in the long run, and then we'd have to pull it apart again anyway.

I named the base directory for the font/locale lua files "i18n" to match.

review: Needs Resubmitting
Revision history for this message
SirVer (sirver) wrote :

I went over everything outside of src/ and over src/base which contains the meat of the design changes you did. I had quite a lot of comments and let you get your head down until your happy with what you have again :)

review: Needs Fixing
Revision history for this message
GunChleoc (gunchleoc) wrote :

Time for the next round. FontSet now has its own class and parses itself. The singleton is gone - FontHandler1 now does the job.

I pulled TextStyle out of the basic font class to avoid circular dependencies, and moved:

src/wui/text_constants.h => src/graphic/text_constants.h
src/wui/text_layout.cc => src/graphic/text_layout.cc
src/wui/text_layout.h => src/graphic/text_layout.h

If you think these should rather be in ui_basic, will do. I'm kind of in two minds about this.

Other code to review:

- Lua files in i18n
- License and source info for downloaded fonts in i18n.

- FontHandler1 and classes that use it
- FontSet and classes that use it
- Options Menu
- New function get_string_with_default in lua_table.h.

review: Needs Resubmitting
Revision history for this message
wl-zocker (wl-zocker) wrote :

I had changed the new_objectives function to work as (probably) intended. Now you have changed it back. As far as I can see, s is overwritten everytime and only the last objective is returned as formatted string.

Revision history for this message
GunChleoc (gunchleoc) wrote :

Thanks - I have fixed it. Probably got garbled in a merge from trunk.

Revision history for this message
SirVer (sirver) wrote :

Okay, next round :). I think this converges..

> Time for the next round. FontSet now has its own class and parses itself. The singleton is gone - > FontHandler1 now does the job.

That is much better. But the singleton is still raining on our parade with the stand alone rich text renderer. See codereview comment.

> I pulled TextStyle out of the basic font class to avoid circular dependencies, and moved:
> src/wui/text_constants.h => src/graphic/text_constants.h
> src/wui/text_layout.cc => src/graphic/text_layout.cc
> src/wui/text_layout.h => src/graphic/text_layout.h

Makes sense. One issue that I see there is that ui_basic now depends on the FontSet and text styles we define. Not ideal, as ui_basic should be basic (in the sense that it can easily be reused for other projects), but not a show stopper. I also have no clear suggestion how to avoid this right now.

> If you think these should rather be in ui_basic, will do. I'm kind of in two minds about this.

Same here. Text formatting seems very essential to UI, so they kinda belong there. Special text formatting (like our yellow text for UI) though is very Widelands specific, so it kinda does not belong there.

> - License and source info for downloaded fonts in i18n.

I looked over them, but I do not understand enough about licensing to understand if they are all okay. I think they are, but debian will probably teach us a lesson or two about licenses.

- Lua files in i18n
- FontHandler1 and classes that use it
- FontSet and classes that use it
- Options Menu
- New function get_string_with_default in lua_table.h.

all reviewed.

review: Needs Fixing
Revision history for this message
GunChleoc (gunchleoc) wrote :

*ding ding ding* Round 3.

There's one remaining NOCOM comment in src/graphic/text/rt_render.cc [1]. I think it can be deleted, but I put it there just in case.

Regarding the text_layout/text_constants problem, this is being refactored in the fh1 branch anyway - we should revisit the topic and find a solution there.

[1] http://bazaar.launchpad.net/~widelands-dev/widelands/fonts/revision/7259

review: Needs Resubmitting
Revision history for this message
SirVer (sirver) wrote :

The crash in the stand alone renderer is still there. I added more context in the file.

review: Needs Fixing
Revision history for this message
GunChleoc (gunchleoc) wrote :

Did you forget to push something? I do need instructions on how to reproduce the crash, because I'm not getting it.

Revision history for this message
SirVer (sirver) wrote :

Pushed now. Sorry, I tried on the train and it seems like the internet was not good enough. This is the crashing command line for me, I run it from the bzr root.

./build/debug/src/graphic/text/test/wl_render_richtext 373 blub.png src/graphic/text/test/data/sub_fixedwidth_floatright/input00.txt

The problem is this line in rt_render.cc:
UI::FontSet fontset = UI::g_fh1->fontset();

g_fh1 is not created in the stand alone renderer. It is also a heavy dependency since only fontset() is ever used. why not pass the fontset on construction?

Revision history for this message
GunChleoc (gunchleoc) wrote :

Thanks - you have given me an analysis of the problem now, but I still don't know how to trigger the crash.

Revision history for this message
SirVer (sirver) wrote :

Are you saying that this command line:

./build/debug/src/graphic/text/test/wl_render_richtext 373 blub.png src/graphic/text/test/data/sub_fixedwidth_floatright/input00.txt

is not crashing for you? Is it outputting an image blub.png that looks like the one in src/graphic/text/test/data/sub_fixedwidth_floatright/correct.png?

If that is so, than my analysis is flawed and I need to reinvestigate the crash on my system. Could you confirm?

Revision history for this message
GunChleoc (gunchleoc) wrote :

Duh, I didn't get it that you were running an external test - I only tested this in-game. I take it the old richtext renderer is used in scenario dialogs and / the building help?

When I run this:

./build/src/graphic/text/test/wl_render_richtext 373 blub.png src/graphic/text/test/data/sub_fixedwidth_floatright/input00.txt

I do indeed get a segfault. So, we need to give g_fh a fontset too, and change it every time we change it for g_fh1.

Revision history for this message
GunChleoc (gunchleoc) wrote :

OK, tried that, replaced g_fh1 with g_fh. Same crash in the test, because the test doesn't have any font handler at all. The result if any such test will depend on the fonts used in any case. What is the best strategy to give the test a font set? Because every time we change the fonts (e.g. when updating ttf files to their newest version), the images that we are testing against will have to change as well.

Revision history for this message
SirVer (sirver) wrote :

No, the stand alone test its only using the new text renderer. But it is not created in the test as it is a new global dependency. You need to create it or - even better - do not depend on it in the rich text renderer. You could do that by injecting a fontset into it on construction.

> Am 10.12.2014 um 11:25 schrieb GunChleoc <email address hidden>:
>
> Duh, I didn't get it that you were running an external test - I only tested this in-game. I take it the old richtext renderer is used in scenario dialogs and / the building help?
>
> When I run this:
>
> ./build/src/graphic/text/test/wl_render_richtext 373 blub.png src/graphic/text/test/data/sub_fixedwidth_floatright/input00.txt
>
> I do indeed get a segfault. So, we need to give g_fh a fontset too, and change it every time we change it for g_fh1.
> --
> https://code.launchpad.net/~widelands-dev/widelands/fonts/+merge/238608
> You are reviewing the proposed merge of lp:~widelands-dev/widelands/fonts into lp:widelands.

Revision history for this message
GunChleoc (gunchleoc) wrote :

*ding ding ding ding* Round 4.

I have handed the FontSet to the Renderer and NodeStyle now. Crash is gone.

There is still a reference to g_fh1 in graphic/text_parser.cc. Changing this would be a lot of work though, and since the old renderer is death bound anyway, I would rather not bother.

Revision history for this message
SirVer (sirver) wrote :

LGTM. A very clear technical KO in round 4, I'd say. Congrats :)

I pushed two more commits with small nits that I found during review. Please have a look if you are fine with everything before merging.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/sphinx/source/wlrichtext.rst'
2--- doc/sphinx/source/wlrichtext.rst 2012-12-16 19:08:53 +0000
3+++ doc/sphinx/source/wlrichtext.rst 2014-12-12 18:03:30 +0000
4@@ -4,16 +4,16 @@
5 All texts that can be displayed to the user can be formatted to be layouted
6 and nicely formatted. This allows for changing of font sizes, weights, colors
7 and for the embedding of images. This documents how to format a string to be
8-recognized as rich text and which attributes are understood.
9+recognized as rich text and which attributes are understood.
10
11 The Widelands rich text language is inspired by HTML and therefore uses a
12 syntax very similar to it. A rich text is started with ``<rt>`` and ended with
13 ``</rt>``. A rich text can have an image associated with it, this image is
14-then displayed next to the text.
15+then displayed next to the text.
16
17 Inside the rich text, each paragraph is enclosed by ``<p>`` and ``</p>``. You
18 give font attributes to this tag to change the appearance of the text
19-displayed inside.
20+displayed inside.
21
22 Reference
23 ---------
24@@ -21,9 +21,9 @@
25 ``<rt>``
26 ^^^^^^^^
27
28-Starts or ends a rich text. Must be the first tag to appear in the string.
29+Starts or ends a rich text. Must be the first tag to appear in the string.
30 A full example would be::
31-
32+
33 <rt image=map:khanktrukh.png><p line-spacing=3 font-size=12>Hello<br>World</p></rt>
34
35 This would instruct widelands to use the image of Khankruth that comes with
36@@ -49,7 +49,7 @@
37 ^^^^^^^^
38
39 A text paragraph inside a rich text. This gives control over which font is
40-used for rendering and how it should be formatted.
41+used for rendering and how it should be formatted.
42
43 Valid attributes for ``<p>`` are:
44
45@@ -58,8 +58,8 @@
46 mission texts.
47
48 font-face
49- Name of the font to use. The valid fonts can be found in the ``fonts/``
50- directory inside the widelands directory. The default is ``DejaVuSans``.
51+ Font face style of the font to use. The valid fonts are ``sans``, ``serif``,
52+ and ``condensed``.
53
54 font-color
55 The color of this font as a RGB hex tuple. That means 000000 is completely
56@@ -68,12 +68,18 @@
57
58 font-weight
59 ``normal`` or ``bold``. Note that not everything is supported by all fonts.
60+ Do not use with ``font-style=italic`` at the same time; double formatting is
61+ typographically bad.
62
63 font-style
64 ``normal`` or ``italic``. Note that not everything is supported by all fonts.
65+ Do not use with ``font-weight=bold`` at the same time; double formatting is
66+ typographically bad.
67
68 font-decoration
69 ``normal`` or ``underline``. Note that not everything is supported by all fonts.
70+ Do not use with ``font-weight=bold`` or ``font-style=italic` at the same time;
71+ double formatting is typographically bad.
72
73 line-spacing
74 Line spacing in points. Default is 0.
75@@ -102,13 +108,13 @@
76 "<rt><p>No. I really mean this.<br><br>Seriously.</p></rt>",
77 { popup = true }
78 )
79-
80+
81 The title of the message mustn't be a rich text, the body (which is just one
82 string, it has been separated for easier reading and concatenated Lua-style
83 via the ``..`` operator) is one: the first rich text includes a centered image
84 and no text. The second is the text ``YOU so rock dude!`` in italic, bold and
85 underlined. Then a simple text follows in four lines -- two of them being
86-empty. The message popups the message window when it is received.
87+empty. The message popups the message window when it is received.
88
89 The complete message rendered looks like this on my system:
90
91
92=== removed file 'fonts/FreeSans.ttf'
93Binary files fonts/FreeSans.ttf 2010-03-28 00:46:58 +0000 and fonts/FreeSans.ttf 1970-01-01 00:00:00 +0000 differ
94=== removed file 'fonts/FreeSerif.ttf'
95Binary files fonts/FreeSerif.ttf 2010-03-28 00:46:58 +0000 and fonts/FreeSerif.ttf 1970-01-01 00:00:00 +0000 differ
96=== added directory 'i18n'
97=== renamed directory 'fonts' => 'i18n/fonts'
98=== added file 'i18n/fonts.lua'
99--- i18n/fonts.lua 1970-01-01 00:00:00 +0000
100+++ i18n/fonts.lua 2014-12-12 18:03:30 +0000
101@@ -0,0 +1,65 @@
102+-- This file defines the font sets available for different languages.
103+--
104+-- Define which fontset you wish to use for your language in locales.lua.
105+--
106+-- The "default" font set covers all possible font styles.
107+--
108+-- Your font might not have all of these available. In this case, it is
109+-- sufficient to define "serif" at the least, a fallback scheme is in place.
110+-- But do define everything your fontset has.
111+--
112+-- When adding a new fontset, also make sure you have all pertinent license
113+-- and source information collected in its folder.
114+
115+
116+-- NOCOM(#codereview): just a suggestion, but document the members and if the are required in the first entry (as I did in locales.lua). that way it is more likely that new entries will also get documented in the future and it is less verbose and more contextual.
117+return {
118+ -- This is the default set and always needs to be complete.
119+ default = {
120+ serif = "DejaVu/DejaVuSerif.ttf",
121+ serif_bold = "DejaVu/DejaVuSerif-Bold.ttf",
122+ serif_italic = "DejaVu/DejaVuSerif-Italic.ttf",
123+ serif_bold_italic = "DejaVu/DejaVuSerif-BoldItalic.ttf",
124+ sans = "DejaVu/DejaVuSans.ttf",
125+ sans_bold = "DejaVu/DejaVuSans-Bold.ttf",
126+ sans_italic = "DejaVu/DejaVuSans-Oblique.ttf",
127+ sans_bold_italic = "DejaVu/DejaVuSans-BoldOblique.ttf",
128+ condensed = "DejaVu/DejaVuSansCondensed.ttf",
129+ condensed_bold = "DejaVu/DejaVuSansCondensed-Bold.ttf",
130+ condensed_italic = "DejaVu/DejaVuSansCondensed-Oblique.ttf",
131+ condensed_bold_italic = "DejaVu/DejaVuSansCondensed-BoldOblique.ttf",
132+ direction = "ltr"
133+ },
134+
135+ arabic = {
136+ serif = "FaKacstBook/FaKacstBook.ttf",
137+ direction = "rtl"
138+ },
139+
140+ cjk = {
141+ serif = "MicroHei/wqy-microhei.ttc",
142+ },
143+
144+ devanagari = {
145+ serif = "nakula.ttf",
146+ direction = "rtl"
147+ },
148+
149+ hebrew = {
150+ serif = "Culmus/TaameyFrankCLM-Medium.ttf",
151+ serif_bold = "TaameyFrankCLM-Bold.ttf",
152+ serif_italic = "Culmus/TaameyFrankCLM-MediumOblique.ttf",
153+ sans = "Culmus/TaameyFrankCLM-Medium.ttf",
154+ sans_bold = "TaameyFrankCLM-Bold.ttf",
155+ sans_italic = "Culmus/TaameyFrankCLM-MediumOblique.ttf",
156+ direction = "rtl"
157+ },
158+
159+ myanmar = {
160+ serif = "mmrCensus.ttf",
161+ },
162+
163+ sinhala = {
164+ serif = "Sinhala/lklug.ttf",
165+ }
166+}
167
168=== added file 'i18n/fonts/COPYING'
169--- i18n/fonts/COPYING 1970-01-01 00:00:00 +0000
170+++ i18n/fonts/COPYING 2014-12-12 18:03:30 +0000
171@@ -0,0 +1,339 @@
172+ GNU GENERAL PUBLIC LICENSE
173+ Version 2, June 1991
174+
175+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
176+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
177+ Everyone is permitted to copy and distribute verbatim copies
178+ of this license document, but changing it is not allowed.
179+
180+ Preamble
181+
182+ The licenses for most software are designed to take away your
183+freedom to share and change it. By contrast, the GNU General Public
184+License is intended to guarantee your freedom to share and change free
185+software--to make sure the software is free for all its users. This
186+General Public License applies to most of the Free Software
187+Foundation's software and to any other program whose authors commit to
188+using it. (Some other Free Software Foundation software is covered by
189+the GNU Lesser General Public License instead.) You can apply it to
190+your programs, too.
191+
192+ When we speak of free software, we are referring to freedom, not
193+price. Our General Public Licenses are designed to make sure that you
194+have the freedom to distribute copies of free software (and charge for
195+this service if you wish), that you receive source code or can get it
196+if you want it, that you can change the software or use pieces of it
197+in new free programs; and that you know you can do these things.
198+
199+ To protect your rights, we need to make restrictions that forbid
200+anyone to deny you these rights or to ask you to surrender the rights.
201+These restrictions translate to certain responsibilities for you if you
202+distribute copies of the software, or if you modify it.
203+
204+ For example, if you distribute copies of such a program, whether
205+gratis or for a fee, you must give the recipients all the rights that
206+you have. You must make sure that they, too, receive or can get the
207+source code. And you must show them these terms so they know their
208+rights.
209+
210+ We protect your rights with two steps: (1) copyright the software, and
211+(2) offer you this license which gives you legal permission to copy,
212+distribute and/or modify the software.
213+
214+ Also, for each author's protection and ours, we want to make certain
215+that everyone understands that there is no warranty for this free
216+software. If the software is modified by someone else and passed on, we
217+want its recipients to know that what they have is not the original, so
218+that any problems introduced by others will not reflect on the original
219+authors' reputations.
220+
221+ Finally, any free program is threatened constantly by software
222+patents. We wish to avoid the danger that redistributors of a free
223+program will individually obtain patent licenses, in effect making the
224+program proprietary. To prevent this, we have made it clear that any
225+patent must be licensed for everyone's free use or not licensed at all.
226+
227+ The precise terms and conditions for copying, distribution and
228+modification follow.
229+
230+ GNU GENERAL PUBLIC LICENSE
231+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
232+
233+ 0. This License applies to any program or other work which contains
234+a notice placed by the copyright holder saying it may be distributed
235+under the terms of this General Public License. The "Program", below,
236+refers to any such program or work, and a "work based on the Program"
237+means either the Program or any derivative work under copyright law:
238+that is to say, a work containing the Program or a portion of it,
239+either verbatim or with modifications and/or translated into another
240+language. (Hereinafter, translation is included without limitation in
241+the term "modification".) Each licensee is addressed as "you".
242+
243+Activities other than copying, distribution and modification are not
244+covered by this License; they are outside its scope. The act of
245+running the Program is not restricted, and the output from the Program
246+is covered only if its contents constitute a work based on the
247+Program (independent of having been made by running the Program).
248+Whether that is true depends on what the Program does.
249+
250+ 1. You may copy and distribute verbatim copies of the Program's
251+source code as you receive it, in any medium, provided that you
252+conspicuously and appropriately publish on each copy an appropriate
253+copyright notice and disclaimer of warranty; keep intact all the
254+notices that refer to this License and to the absence of any warranty;
255+and give any other recipients of the Program a copy of this License
256+along with the Program.
257+
258+You may charge a fee for the physical act of transferring a copy, and
259+you may at your option offer warranty protection in exchange for a fee.
260+
261+ 2. You may modify your copy or copies of the Program or any portion
262+of it, thus forming a work based on the Program, and copy and
263+distribute such modifications or work under the terms of Section 1
264+above, provided that you also meet all of these conditions:
265+
266+ a) You must cause the modified files to carry prominent notices
267+ stating that you changed the files and the date of any change.
268+
269+ b) You must cause any work that you distribute or publish, that in
270+ whole or in part contains or is derived from the Program or any
271+ part thereof, to be licensed as a whole at no charge to all third
272+ parties under the terms of this License.
273+
274+ c) If the modified program normally reads commands interactively
275+ when run, you must cause it, when started running for such
276+ interactive use in the most ordinary way, to print or display an
277+ announcement including an appropriate copyright notice and a
278+ notice that there is no warranty (or else, saying that you provide
279+ a warranty) and that users may redistribute the program under
280+ these conditions, and telling the user how to view a copy of this
281+ License. (Exception: if the Program itself is interactive but
282+ does not normally print such an announcement, your work based on
283+ the Program is not required to print an announcement.)
284+
285+These requirements apply to the modified work as a whole. If
286+identifiable sections of that work are not derived from the Program,
287+and can be reasonably considered independent and separate works in
288+themselves, then this License, and its terms, do not apply to those
289+sections when you distribute them as separate works. But when you
290+distribute the same sections as part of a whole which is a work based
291+on the Program, the distribution of the whole must be on the terms of
292+this License, whose permissions for other licensees extend to the
293+entire whole, and thus to each and every part regardless of who wrote it.
294+
295+Thus, it is not the intent of this section to claim rights or contest
296+your rights to work written entirely by you; rather, the intent is to
297+exercise the right to control the distribution of derivative or
298+collective works based on the Program.
299+
300+In addition, mere aggregation of another work not based on the Program
301+with the Program (or with a work based on the Program) on a volume of
302+a storage or distribution medium does not bring the other work under
303+the scope of this License.
304+
305+ 3. You may copy and distribute the Program (or a work based on it,
306+under Section 2) in object code or executable form under the terms of
307+Sections 1 and 2 above provided that you also do one of the following:
308+
309+ a) Accompany it with the complete corresponding machine-readable
310+ source code, which must be distributed under the terms of Sections
311+ 1 and 2 above on a medium customarily used for software interchange; or,
312+
313+ b) Accompany it with a written offer, valid for at least three
314+ years, to give any third party, for a charge no more than your
315+ cost of physically performing source distribution, a complete
316+ machine-readable copy of the corresponding source code, to be
317+ distributed under the terms of Sections 1 and 2 above on a medium
318+ customarily used for software interchange; or,
319+
320+ c) Accompany it with the information you received as to the offer
321+ to distribute corresponding source code. (This alternative is
322+ allowed only for noncommercial distribution and only if you
323+ received the program in object code or executable form with such
324+ an offer, in accord with Subsection b above.)
325+
326+The source code for a work means the preferred form of the work for
327+making modifications to it. For an executable work, complete source
328+code means all the source code for all modules it contains, plus any
329+associated interface definition files, plus the scripts used to
330+control compilation and installation of the executable. However, as a
331+special exception, the source code distributed need not include
332+anything that is normally distributed (in either source or binary
333+form) with the major components (compiler, kernel, and so on) of the
334+operating system on which the executable runs, unless that component
335+itself accompanies the executable.
336+
337+If distribution of executable or object code is made by offering
338+access to copy from a designated place, then offering equivalent
339+access to copy the source code from the same place counts as
340+distribution of the source code, even though third parties are not
341+compelled to copy the source along with the object code.
342+
343+ 4. You may not copy, modify, sublicense, or distribute the Program
344+except as expressly provided under this License. Any attempt
345+otherwise to copy, modify, sublicense or distribute the Program is
346+void, and will automatically terminate your rights under this License.
347+However, parties who have received copies, or rights, from you under
348+this License will not have their licenses terminated so long as such
349+parties remain in full compliance.
350+
351+ 5. You are not required to accept this License, since you have not
352+signed it. However, nothing else grants you permission to modify or
353+distribute the Program or its derivative works. These actions are
354+prohibited by law if you do not accept this License. Therefore, by
355+modifying or distributing the Program (or any work based on the
356+Program), you indicate your acceptance of this License to do so, and
357+all its terms and conditions for copying, distributing or modifying
358+the Program or works based on it.
359+
360+ 6. Each time you redistribute the Program (or any work based on the
361+Program), the recipient automatically receives a license from the
362+original licensor to copy, distribute or modify the Program subject to
363+these terms and conditions. You may not impose any further
364+restrictions on the recipients' exercise of the rights granted herein.
365+You are not responsible for enforcing compliance by third parties to
366+this License.
367+
368+ 7. If, as a consequence of a court judgment or allegation of patent
369+infringement or for any other reason (not limited to patent issues),
370+conditions are imposed on you (whether by court order, agreement or
371+otherwise) that contradict the conditions of this License, they do not
372+excuse you from the conditions of this License. If you cannot
373+distribute so as to satisfy simultaneously your obligations under this
374+License and any other pertinent obligations, then as a consequence you
375+may not distribute the Program at all. For example, if a patent
376+license would not permit royalty-free redistribution of the Program by
377+all those who receive copies directly or indirectly through you, then
378+the only way you could satisfy both it and this License would be to
379+refrain entirely from distribution of the Program.
380+
381+If any portion of this section is held invalid or unenforceable under
382+any particular circumstance, the balance of the section is intended to
383+apply and the section as a whole is intended to apply in other
384+circumstances.
385+
386+It is not the purpose of this section to induce you to infringe any
387+patents or other property right claims or to contest validity of any
388+such claims; this section has the sole purpose of protecting the
389+integrity of the free software distribution system, which is
390+implemented by public license practices. Many people have made
391+generous contributions to the wide range of software distributed
392+through that system in reliance on consistent application of that
393+system; it is up to the author/donor to decide if he or she is willing
394+to distribute software through any other system and a licensee cannot
395+impose that choice.
396+
397+This section is intended to make thoroughly clear what is believed to
398+be a consequence of the rest of this License.
399+
400+ 8. If the distribution and/or use of the Program is restricted in
401+certain countries either by patents or by copyrighted interfaces, the
402+original copyright holder who places the Program under this License
403+may add an explicit geographical distribution limitation excluding
404+those countries, so that distribution is permitted only in or among
405+countries not thus excluded. In such case, this License incorporates
406+the limitation as if written in the body of this License.
407+
408+ 9. The Free Software Foundation may publish revised and/or new versions
409+of the General Public License from time to time. Such new versions will
410+be similar in spirit to the present version, but may differ in detail to
411+address new problems or concerns.
412+
413+Each version is given a distinguishing version number. If the Program
414+specifies a version number of this License which applies to it and "any
415+later version", you have the option of following the terms and conditions
416+either of that version or of any later version published by the Free
417+Software Foundation. If the Program does not specify a version number of
418+this License, you may choose any version ever published by the Free Software
419+Foundation.
420+
421+ 10. If you wish to incorporate parts of the Program into other free
422+programs whose distribution conditions are different, write to the author
423+to ask for permission. For software which is copyrighted by the Free
424+Software Foundation, write to the Free Software Foundation; we sometimes
425+make exceptions for this. Our decision will be guided by the two goals
426+of preserving the free status of all derivatives of our free software and
427+of promoting the sharing and reuse of software generally.
428+
429+ NO WARRANTY
430+
431+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
432+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
433+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
434+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
435+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
436+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
437+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
438+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
439+REPAIR OR CORRECTION.
440+
441+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
442+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
443+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
444+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
445+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
446+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
447+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
448+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
449+POSSIBILITY OF SUCH DAMAGES.
450+
451+ END OF TERMS AND CONDITIONS
452+
453+ How to Apply These Terms to Your New Programs
454+
455+ If you develop a new program, and you want it to be of the greatest
456+possible use to the public, the best way to achieve this is to make it
457+free software which everyone can redistribute and change under these terms.
458+
459+ To do so, attach the following notices to the program. It is safest
460+to attach them to the start of each source file to most effectively
461+convey the exclusion of warranty; and each file should have at least
462+the "copyright" line and a pointer to where the full notice is found.
463+
464+ <one line to give the program's name and a brief idea of what it does.>
465+ Copyright (C) <year> <name of author>
466+
467+ This program is free software; you can redistribute it and/or modify
468+ it under the terms of the GNU General Public License as published by
469+ the Free Software Foundation; either version 2 of the License, or
470+ (at your option) any later version.
471+
472+ This program is distributed in the hope that it will be useful,
473+ but WITHOUT ANY WARRANTY; without even the implied warranty of
474+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
475+ GNU General Public License for more details.
476+
477+ You should have received a copy of the GNU General Public License along
478+ with this program; if not, write to the Free Software Foundation, Inc.,
479+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
480+
481+Also add information on how to contact you by electronic and paper mail.
482+
483+If the program is interactive, make it output a short notice like this
484+when it starts in an interactive mode:
485+
486+ Gnomovision version 69, Copyright (C) year name of author
487+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
488+ This is free software, and you are welcome to redistribute it
489+ under certain conditions; type `show c' for details.
490+
491+The hypothetical commands `show w' and `show c' should show the appropriate
492+parts of the General Public License. Of course, the commands you use may
493+be called something other than `show w' and `show c'; they could even be
494+mouse-clicks or menu items--whatever suits your program.
495+
496+You should also get your employer (if you work as a programmer) or your
497+school, if any, to sign a "copyright disclaimer" for the program, if
498+necessary. Here is a sample; alter the names:
499+
500+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
501+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
502+
503+ <signature of Ty Coon>, 1 April 1989
504+ Ty Coon, President of Vice
505+
506+This General Public License does not permit incorporating your program into
507+proprietary programs. If your program is a subroutine library, you may
508+consider it more useful to permit linking proprietary applications with the
509+library. If this is what you want to do, use the GNU Lesser General
510+Public License instead of this License.
511
512=== added directory 'i18n/fonts/Culmus'
513=== added file 'i18n/fonts/Culmus/LICENSE'
514--- i18n/fonts/Culmus/LICENSE 1970-01-01 00:00:00 +0000
515+++ i18n/fonts/Culmus/LICENSE 2014-12-12 18:03:30 +0000
516@@ -0,0 +1,17 @@
517+This package is distributed under the terms of GNU General Public License
518+version 2 (see file GNU-GPL).
519+---------------------------------------------------------------------
520+
521+"Taamey Frank CLM" fonts are copyright (C) 2010 by Yoram Gnat
522+(gyoramg@users.sourceforge.net). All rights reserved.
523+
524+As a special exception, if you create a document which uses
525+this font, and embed this font or unaltered portions of this
526+font into the document, this font does not by itself cause
527+the resulting document to be covered by the
528+GNU General Public License. This exception does not however
529+invalidate any other reasons why the document might be covered
530+by the GNU General Public License. If you modify this font,
531+you may extend this exception to your version of the font,
532+but you are not obligated to do so. If you do not wish to do so,
533+delete this exception statement from your version.
534
535=== added file 'i18n/fonts/Culmus/README'
536--- i18n/fonts/Culmus/README 1970-01-01 00:00:00 +0000
537+++ i18n/fonts/Culmus/README 2014-12-12 18:03:30 +0000
538@@ -0,0 +1,40 @@
539+"Taamey Frank" fonts family is my adaptation of the classical
540+Frank Ruehl Hebrew font. The letter forms are slightly
541+different then the "Frank Ruehl CLM" font. Since the font supports
542+cantillation marks positioning, the line spacing is wider then
543+in the standard fonts so as to leave space for all marks.
544+Yoram Gnat
545+
546+The fontforge sources are in the SFD folder. The fonts
547+themselves, in .ttf format, are in the TTF folders.
548+
549+The "Taamey Frank" medium and Oblique varians fully (almost) support
550+Hebrew vowels and cantillation marks (Niqud and Taamim) positioning.
551+In the Bold variants the cantillation marks (Taamim) were made transparent,
552+thus text including them should still be displayed with proper
553+positioning of the niqud.
554+
555+The Samples folder includes the following files
556+Letters_with_vowels.pdf - Shows combinations of vowels with the letters
557+test.pdf - Shows some special cases of mark positioning
558+Bereshit.pdf - Genesis chapter 1 written with the font
559+Tehilim.pdf - Psalms chapter 1 written with the font
560+
561+To correctly display text with cantillation marks one should keep the
562+following typing order:
563+ Base Letter (consonant)
564+ Shin/Sin dot
565+ Dagesh/Rafe
566+ Niqud (vowel sign)
567+ Lower cantillation marks
568+ Upper cantillatio marks.
569+
570+See the file test.pdf for the treatement of meteg (siluq).
571+
572+Well, like with all rules, there are exception.
573+To properely position the lower right marks - yetiv and dehi,
574+they should be typed before vowel marks, meteg and any other cantillation
575+marks.
576+
577+Of course you will need a keyboard map that supports cantillation marks.
578+The Tiro keyboard available at
579
580=== added file 'i18n/fonts/Culmus/TaameyFrankCLM-Bold.ttf'
581Binary files i18n/fonts/Culmus/TaameyFrankCLM-Bold.ttf 1970-01-01 00:00:00 +0000 and i18n/fonts/Culmus/TaameyFrankCLM-Bold.ttf 2014-12-12 18:03:30 +0000 differ
582=== added file 'i18n/fonts/Culmus/TaameyFrankCLM-BoldOblique.ttf'
583Binary files i18n/fonts/Culmus/TaameyFrankCLM-BoldOblique.ttf 1970-01-01 00:00:00 +0000 and i18n/fonts/Culmus/TaameyFrankCLM-BoldOblique.ttf 2014-12-12 18:03:30 +0000 differ
584=== added file 'i18n/fonts/Culmus/TaameyFrankCLM-Medium.ttf'
585Binary files i18n/fonts/Culmus/TaameyFrankCLM-Medium.ttf 1970-01-01 00:00:00 +0000 and i18n/fonts/Culmus/TaameyFrankCLM-Medium.ttf 2014-12-12 18:03:30 +0000 differ
586=== added file 'i18n/fonts/Culmus/TaameyFrankCLM-MediumOblique.ttf'
587Binary files i18n/fonts/Culmus/TaameyFrankCLM-MediumOblique.ttf 1970-01-01 00:00:00 +0000 and i18n/fonts/Culmus/TaameyFrankCLM-MediumOblique.ttf 2014-12-12 18:03:30 +0000 differ
588=== added directory 'i18n/fonts/DejaVu'
589=== added file 'i18n/fonts/DejaVu/AUTHORS'
590--- i18n/fonts/DejaVu/AUTHORS 1970-01-01 00:00:00 +0000
591+++ i18n/fonts/DejaVu/AUTHORS 2014-12-12 18:03:30 +0000
592@@ -0,0 +1,54 @@
593+abysta at yandex.ru
594+Adrian Schroeter
595+Aleksey Chalabyan
596+Andrey Valentinovich Panov
597+Ben Laenen
598+Besarion Gugushvili
599+Bhikkhu Pesala
600+Clayborne Arevalo
601+Dafydd Harries
602+Danilo Segan
603+Davide Viti
604+David Jez
605+David Lawrence Ramsey
606+Denis Jacquerye
607+Dwayne Bailey
608+Eugeniy Meshcheryakov
609+Gee Fung Sit
610+Heikki Lindroos
611+James Cloos
612+James Crippen
613+John Karp
614+Keenan Pepper
615+Lars Naesbye Christensen
616+Lior Halphon
617+MaEr
618+Mashrab Kuvatov
619+Max Berger
620+Mederic Boquien
621+Michael Everson
622+MihailJP
623+Misu Moldovan
624+Nguyen Thai Ngoc Duy
625+Nicolas Mailhot
626+Norayr Chilingarian
627+Ognyan Kulev
628+Ondrej Koala Vacha
629+Peter Cernak
630+Remy Oudompheng
631+Roozbeh Pournader
632+Rouben Hakobian
633+Sahak Petrosyan
634+Sander Vesik
635+Stepan Roh
636+Stephen Hartke
637+Steve Tinney
638+Tavmjong Bah
639+Thomas Henlich
640+Tim May
641+Valentin Stoykov
642+Vasek Stodulka
643+Wesley Transue
644+Yoshiki Ohshima
645+
646+$Id: AUTHORS 2495 2011-11-14 22:56:26Z noct_dreamer $
647
648=== added file 'i18n/fonts/DejaVu/BUGS'
649--- i18n/fonts/DejaVu/BUGS 1970-01-01 00:00:00 +0000
650+++ i18n/fonts/DejaVu/BUGS 2014-12-12 18:03:30 +0000
651@@ -0,0 +1,3 @@
652+See http://dejavu.sourceforge.net/wiki/index.php/Bugs
653+
654+$Id: BUGS 80 2004-11-13 13:12:02Z src $
655
656=== renamed file 'fonts/DejaVuSansBold.ttf' => 'i18n/fonts/DejaVu/DejaVuSans-Bold.ttf'
657Binary files fonts/DejaVuSansBold.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSans-Bold.ttf 2014-12-12 18:03:30 +0000 differ
658=== renamed file 'fonts/DejaVuSansBoldItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSans-BoldOblique.ttf'
659Binary files fonts/DejaVuSansBoldItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSans-BoldOblique.ttf 2014-12-12 18:03:30 +0000 differ
660=== renamed file 'fonts/DejaVuSansExtraLight.ttf' => 'i18n/fonts/DejaVu/DejaVuSans-ExtraLight.ttf'
661Binary files fonts/DejaVuSansExtraLight.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSans-ExtraLight.ttf 2014-12-12 18:03:30 +0000 differ
662=== renamed file 'fonts/DejaVuSansItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSans-Oblique.ttf'
663Binary files fonts/DejaVuSansItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSans-Oblique.ttf 2014-12-12 18:03:30 +0000 differ
664=== renamed file 'fonts/DejaVuSans.ttf' => 'i18n/fonts/DejaVu/DejaVuSans.ttf'
665Binary files fonts/DejaVuSans.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSans.ttf 2014-12-12 18:03:30 +0000 differ
666=== renamed file 'fonts/DejaVuSansCondensedBold.ttf' => 'i18n/fonts/DejaVu/DejaVuSansCondensed-Bold.ttf'
667Binary files fonts/DejaVuSansCondensedBold.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansCondensed-Bold.ttf 2014-12-12 18:03:30 +0000 differ
668=== renamed file 'fonts/DejaVuSansCondensedBoldItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSansCondensed-BoldOblique.ttf'
669Binary files fonts/DejaVuSansCondensedBoldItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansCondensed-BoldOblique.ttf 2014-12-12 18:03:30 +0000 differ
670=== renamed file 'fonts/DejaVuSansCondensedItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSansCondensed-Oblique.ttf'
671Binary files fonts/DejaVuSansCondensedItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansCondensed-Oblique.ttf 2014-12-12 18:03:30 +0000 differ
672=== renamed file 'fonts/DejaVuSansCondensed.ttf' => 'i18n/fonts/DejaVu/DejaVuSansCondensed.ttf'
673Binary files fonts/DejaVuSansCondensed.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansCondensed.ttf 2014-12-12 18:03:30 +0000 differ
674=== renamed file 'fonts/DejaVuSansMonoBold.ttf' => 'i18n/fonts/DejaVu/DejaVuSansMono-Bold.ttf'
675Binary files fonts/DejaVuSansMonoBold.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansMono-Bold.ttf 2014-12-12 18:03:30 +0000 differ
676=== renamed file 'fonts/DejaVuSansMonoBoldItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf'
677Binary files fonts/DejaVuSansMonoBoldItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf 2014-12-12 18:03:30 +0000 differ
678=== renamed file 'fonts/DejaVuSansMonoItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSansMono-Oblique.ttf'
679Binary files fonts/DejaVuSansMonoItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansMono-Oblique.ttf 2014-12-12 18:03:30 +0000 differ
680=== renamed file 'fonts/DejaVuSansMono.ttf' => 'i18n/fonts/DejaVu/DejaVuSansMono.ttf'
681Binary files fonts/DejaVuSansMono.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSansMono.ttf 2014-12-12 18:03:30 +0000 differ
682=== renamed file 'fonts/DejaVuSerifBold.ttf' => 'i18n/fonts/DejaVu/DejaVuSerif-Bold.ttf'
683Binary files fonts/DejaVuSerifBold.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerif-Bold.ttf 2014-12-12 18:03:30 +0000 differ
684=== renamed file 'fonts/DejaVuSerifBoldItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf'
685Binary files fonts/DejaVuSerifBoldItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf 2014-12-12 18:03:30 +0000 differ
686=== renamed file 'fonts/DejaVuSerifItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSerif-Italic.ttf'
687Binary files fonts/DejaVuSerifItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerif-Italic.ttf 2014-12-12 18:03:30 +0000 differ
688=== renamed file 'fonts/DejaVuSerif.ttf' => 'i18n/fonts/DejaVu/DejaVuSerif.ttf'
689Binary files fonts/DejaVuSerif.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerif.ttf 2014-12-12 18:03:30 +0000 differ
690=== renamed file 'fonts/DejaVuSerifCondensedBold.ttf' => 'i18n/fonts/DejaVu/DejaVuSerifCondensed-Bold.ttf'
691Binary files fonts/DejaVuSerifCondensedBold.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerifCondensed-Bold.ttf 2014-12-12 18:03:30 +0000 differ
692=== renamed file 'fonts/DejaVuSerifCondensedBoldItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSerifCondensed-BoldItalic.ttf'
693Binary files fonts/DejaVuSerifCondensedBoldItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerifCondensed-BoldItalic.ttf 2014-12-12 18:03:30 +0000 differ
694=== renamed file 'fonts/DejaVuSerifCondensedItalic.ttf' => 'i18n/fonts/DejaVu/DejaVuSerifCondensed-Italic.ttf'
695Binary files fonts/DejaVuSerifCondensedItalic.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerifCondensed-Italic.ttf 2014-12-12 18:03:30 +0000 differ
696=== renamed file 'fonts/DejaVuSerifCondensed.ttf' => 'i18n/fonts/DejaVu/DejaVuSerifCondensed.ttf'
697Binary files fonts/DejaVuSerifCondensed.ttf 2012-12-16 19:00:33 +0000 and i18n/fonts/DejaVu/DejaVuSerifCondensed.ttf 2014-12-12 18:03:30 +0000 differ
698=== added file 'i18n/fonts/DejaVu/LICENSE'
699--- i18n/fonts/DejaVu/LICENSE 1970-01-01 00:00:00 +0000
700+++ i18n/fonts/DejaVu/LICENSE 2014-12-12 18:03:30 +0000
701@@ -0,0 +1,99 @@
702+Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
703+Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
704+
705+Bitstream Vera Fonts Copyright
706+------------------------------
707+
708+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
709+a trademark of Bitstream, Inc.
710+
711+Permission is hereby granted, free of charge, to any person obtaining a copy
712+of the fonts accompanying this license ("Fonts") and associated
713+documentation files (the "Font Software"), to reproduce and distribute the
714+Font Software, including without limitation the rights to use, copy, merge,
715+publish, distribute, and/or sell copies of the Font Software, and to permit
716+persons to whom the Font Software is furnished to do so, subject to the
717+following conditions:
718+
719+The above copyright and trademark notices and this permission notice shall
720+be included in all copies of one or more of the Font Software typefaces.
721+
722+The Font Software may be modified, altered, or added to, and in particular
723+the designs of glyphs or characters in the Fonts may be modified and
724+additional glyphs or characters may be added to the Fonts, only if the fonts
725+are renamed to names not containing either the words "Bitstream" or the word
726+"Vera".
727+
728+This License becomes null and void to the extent applicable to Fonts or Font
729+Software that has been modified and is distributed under the "Bitstream
730+Vera" names.
731+
732+The Font Software may be sold as part of a larger software package but no
733+copy of one or more of the Font Software typefaces may be sold by itself.
734+
735+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
736+OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
737+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
738+TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
739+FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
740+ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
741+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
742+THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
743+FONT SOFTWARE.
744+
745+Except as contained in this notice, the names of Gnome, the Gnome
746+Foundation, and Bitstream Inc., shall not be used in advertising or
747+otherwise to promote the sale, use or other dealings in this Font Software
748+without prior written authorization from the Gnome Foundation or Bitstream
749+Inc., respectively. For further information, contact: fonts at gnome dot
750+org.
751+
752+Arev Fonts Copyright
753+------------------------------
754+
755+Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
756+
757+Permission is hereby granted, free of charge, to any person obtaining
758+a copy of the fonts accompanying this license ("Fonts") and
759+associated documentation files (the "Font Software"), to reproduce
760+and distribute the modifications to the Bitstream Vera Font Software,
761+including without limitation the rights to use, copy, merge, publish,
762+distribute, and/or sell copies of the Font Software, and to permit
763+persons to whom the Font Software is furnished to do so, subject to
764+the following conditions:
765+
766+The above copyright and trademark notices and this permission notice
767+shall be included in all copies of one or more of the Font Software
768+typefaces.
769+
770+The Font Software may be modified, altered, or added to, and in
771+particular the designs of glyphs or characters in the Fonts may be
772+modified and additional glyphs or characters may be added to the
773+Fonts, only if the fonts are renamed to names not containing either
774+the words "Tavmjong Bah" or the word "Arev".
775+
776+This License becomes null and void to the extent applicable to Fonts
777+or Font Software that has been modified and is distributed under the
778+"Tavmjong Bah Arev" names.
779+
780+The Font Software may be sold as part of a larger software package but
781+no copy of one or more of the Font Software typefaces may be sold by
782+itself.
783+
784+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
785+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
786+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
787+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
788+TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
789+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
790+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
791+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
792+OTHER DEALINGS IN THE FONT SOFTWARE.
793+
794+Except as contained in this notice, the name of Tavmjong Bah shall not
795+be used in advertising or otherwise to promote the sale, use or other
796+dealings in this Font Software without prior written authorization
797+from Tavmjong Bah. For further information, contact: tavmjong @ free
798+. fr.
799+
800+$Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $
801
802=== added file 'i18n/fonts/DejaVu/NEWS'
803--- i18n/fonts/DejaVu/NEWS 1970-01-01 00:00:00 +0000
804+++ i18n/fonts/DejaVu/NEWS 2014-12-12 18:03:30 +0000
805@@ -0,0 +1,1373 @@
806+Changes from 2.33 to 2.34
807+* Sans, SansMono, Serif: unlinked references of U+2596 for bug 50848
808+ (by Denis Jacquerye)
809+* Sans, SansMono, Serif: added U+A7AA (by Denis Jacquerye)
810+* Sans, SansMono, Serif: added U+2A6A, U+2A6B, U+2E1F based on U+223B
811+ (by Denis Jacquerye)
812+* Sans, Serif: removed superfluous ligature definitions for ffl und ffi
813+ (bug 55363) (by Gee Fung Sit 薛至峰)
814+* Sans, Serif: swapped glyphs for U+25D2 and U+25D3 (bug 55197)
815+ (by Gee Fung Sit 薛至峰)
816+* Sans, Serif: added U+A740, U+A741 (by Denis Jacquerye)
817+* Sans: added U+20BA Turkish Lira sign (by Denis Jacquerye)
818+* Sans: replaced Georgian Asomtavruli U+10A0-U+10C5 and Mkhedruli U+10D0-U+10FC
819+ with new version (by Besarion Gugushvili)
820+* Sans: added Georgian Nuskhuri U+2D00-U+U+2D25 (by Besarion Gugushvili)
821+* Sans: added Private Use Area glyphs for Georgian U+F400-U+F441
822+ (by Besarion Gugushvili)
823+* Sans: tweaked U+0250, U+0254 (by Denis Jacquerye)
824+* Sans: adjusted hinting of U+032C-U+032D, avoiding problem on some platforms
825+ (by Denis Jacquerye)
826+* Sans: added U+A7A0-U+A7A9, pre-1921 Latvian letters with oblique stroke
827+ (by Denis Jacquerye)
828+* Sans: added anchors to U+2C6D (by Denis Jacquerye)
829+* Sans: added cedilla anchor to some Latin characters (by Denis Jacquerye)
830+* Sans: added ogonek anchor to A, E, O, U, Y (by Denis Jacquerye)
831+* Sans: adjusted ogonek reference in U+0172, U+01EA, U+01EB
832+ (by Denis Jacquerye)
833+* Sans: added anchors to U+0104, U+0105 (by Denis Jacquerye)
834+* Sans: added U+1F600, U+1F611, U+1F615, U+1F617, U+1F619, U+1F61B, U+1F61F,
835+ U+1F626-U+1F627, U+1F62E-U+1F62F, U+1F634 (by Gee Fung Sit 薛至峰)
836+* Sans: replaced U+27A1 with mirror image of U+2B05 for consistency
837+ (by Gee Fung Sit 薛至峰)
838+* Sans: copied hints from U+14A3, U+14A7 to U+2142-U+2143
839+ (by Gee Fung Sit 薛至峰)
840+* Sans: added Lisu block (by Gee Fung Sit 薛至峰)
841+* Sans: typographical improvements to U+0166-U+0167, U+02A6, U+02AA
842+ (by Gee Fung Sit 薛至峰)
843+* Sans: slightly change hinting of "2" to fix bug 37395 (by Ben Laenen)
844+* Sans: fixed U+1444 which had wrong top dot that shouldn't be there
845+ (by Denis Jacquerye)
846+* Sans: added anchors for diacritics to U+01B7, U+01B8, U+01B9, U+0292
847+ (by Denis Jacquerye)
848+* Sans: added U+01B7, U+01B8 to context for case diacritics above
849+* SansMono: fixed U+0574 (by Ruben Hakobian)
850+* SansMono: added U+2016, U+27C2 (by Yoshiki Ohshima)
851+* SansMono: added U+02CE, U+02CF (by Denis Jacquerye)
852+* SansMono: added U+2148, U+27E6-U+27E7, U+2B05-U+2B0D, U+1D55A
853+ (by Gee Fung Sit 薛至峰)
854+* Serif: added U+02BA, U+02C2-U+02C5, U+02CA-U+02CB, U+02D7, U+02F3, U+02F7,
855+ U+046C-U+046D, U+0476-U+0477, U+1D7C-U+1D7F, U+20B8, U+2132, U+214E, U+2C7B
856+ to Serif (by Gee Fung Sit 薛至峰)
857+* Serif: typographic improvements to U+0194, U+01B1, U+0263, U+028A, U+02A6,
858+ U+02A8, U+02AA, U+02E0, U+03DC, U+1D3B, U+1D7B (by Gee Fung Sit 薛至峰)
859+* Serif: added small cap versions of q, x (in italic styles), delta, theta, xi,
860+ sigma, phi, omega, not wired in yet (by Gee Fung Sit 薛至峰)
861+* Serif: added anchors to U+0234-U+0236 (by Gee Fung Sit 薛至峰)
862+* Serif: added U+02EC, U+02EF, U+02F0, U+0360 (by Denis Jacquerye)
863+
864+Changes from 2.32 to 2.33
865+
866+* added Old Italic block to Sans (by MaEr)
867+* added U+051E, U+051F to Sans (by MaEr)
868+* added U+01BA, U+0372-U+0373, U+0376-U+0377, U+03CF, U+1D00-U+1D01,
869+ U+1D03-U+1D07, U+1D0A-U+1D13, U+1D15, U+1D18-U+1D1C, U+1D20-U+1D2B,
870+ U+1D2F, U+1D3D, U+1D5C-U+1D61, U+1D66-U+1D6B, U+1DB8, U+1E9C-U+1E9D,
871+ U+1EFA-U+1EFB, U+2C60-U+2C61, U+2C63, U+A726-U+A73C, U+A73E-U+A73F,
872+ U+A746-U+A747, U+A74A-U+A74B, U+A74E+U+A74F, U+A768-U+A769, U+A77B-U+A77C,
873+ U+A780-U+A787, U+A790-U+A791, U+A7FA-U+A7FF to Serif (by Gee Fung Sit 薛至峰)
874+* added alternate forms to U+014A and U+01B7 in Serif (by Gee Fung Sit 薛至峰)
875+* typographical improvements to U+0166-U+0167, U+0197, U+01B5-U+01B6, U+01BB,
876+ U+0222-U+0223, U+023D, U+0250-U+0252, U+026E, U+0274, U+028F, U+029F,
877+ U+02A3-U+02A5, U+02AB, U+03FE-U+03FF, U+1D02, U+1D14, U+1D1D-U+1D1F, U+1D3B,
878+ U+1D43-U+1D46, U+1D59, U+1D9B, U+2C71, U+2C73 in Serif (by Gee Fung Sit 薛至峰)
879+* fixed bugs #31762 and #34700 plus other small fixes (wrong direction,
880+ duplicate points, etc.) for Sans and Serif (by Gee Fung Sit 薛至峰)
881+* added U+204B to Mono (by Gee Fung Sit 薛至峰)
882+* added U+26E2 to Sans (by Gee Fung Sit 薛至峰)
883+* added Playing Cards block (U+1F0A0-U+1F0DF) to Sans (by Gee Fung Sit 薛至峰)
884+* emoticons in Sans: replace U+2639-U+263B with better versions, add
885+ U+1F601-U+1F610, U+1F612-U+1F614, U+1F616, U+1F618, U+1F61A, U+1F61C-U+1F61E,
886+ U+1F620-U+1F624, U+1F625, U+1F628-U+1F62B, U+1F62D, U+1F630-U+1F633,
887+ U+1F635-U+1F640 (by Ben Laenen and Denis Jacquerye)
888+* added U+A78E, U+A790-U+A791 to Sans and Mono (by Denis Jacquerye)
889+* added U+A7FA to Sans (by Denis Jacquerye)
890+* subscripts: added U+2095-U+209C to Sans, Serif and Mono, adjusted
891+ U+1D49-U+1D4A in Sans and Mono (by Denis Jacquerye)
892+* added U+0243 to Mono (by Denis Jacquerye)
893+* adjusted U+0307 to match dot of i, replaced dotaccent U+02D9 with U+0307 in
894+most dependencies in Sans (by Denis Jacquerye)
895+* adjusted anchors of f and added them to long s in Sans (by Denis Jacquerye)
896+* added anchors to precomposed dependencies of D and d (by Denis Jacquerye)
897+* added debug glyphs U+F002 and U+F003 which will show current point size (by
898+ Ben Laenen)
899+* use correct version for Serbian italic be (by Eugeniy Meshcheryakov)
900+* added pictograms U+1F42D-U+1F42E, U+1F431, U+1F435 (by Denis Jacquerye)
901+* improved Hebrew in Sans (by Lior Halphon)
902+* improved Armenian in Sans, and added Armenian in Serif and Mono (by Rouben
903+ Hakobian (Tarumian), Aleksey Chalabyan and Norayr Chilingarian)
904+* remove "locl" feature for Romanian for S/T/s/t with cedilla/comma accent (by
905+ Ben Laenen)
906+* replace wrong "dflt" script tag in Mono with "DFLT" (by Ben Laenen)
907+
908+Changes from 2.31 to 2.32
909+
910+* added to Sans: Latin small letter p with stroke (U+1D7D), Latin capital
911+ letter p with stroke through descender (U+A750), Latin small letter p with
912+ stroke through descender (U+A751), Latin capital letter thorn with stroke
913+ (U+A764), Latin small letter thorn with stroke (U+A765), Latin capital letter
914+ thorn with stroke through descender (U+A766), Latin small letter thorn with
915+ stroke through descender (U+A767), Latin capital letter q with stroke through
916+ descender (U+A756), Latin small letter q with stroke through descender
917+ (U+A757), Latin capital letter p with flourish (U+A752), Latin small letter p
918+ with flourish (U+A753) (by Ben Laenen)
919+* add new Indian rupee symbol (U+20B9) to Sans, Serif and Mono (although
920+ standardization in Unicode not complete yet, UTC did assign this code point)
921+ (by Ben Laenen)
922+* Sans: adjusted U+0E3F, U+20AB, U+20AD-U+20AE, U+20B1, U+20B5, U+20B8 to have
923+ them take up the same width as digits (by Gee Fung Sit 薛至峰)
924+* added U+23E8 to Sans (by Thomas Henlich)
925+* fixed numerous bugs (#22579, #28189, #28977, N'Ko in Windows, fixed U+FB4F,
926+ anchors for U+0332-U+0333, made extensions in Misc. Technical connect, and
927+ other small fixes) (by Gee Fung Sit 薛至峰)
928+* added looptail g as stylistic variant to Serif (by Gee Fung Sit 薛至峰)
929+* added the remaining precomposed characters in Latin Extended Additional in
930+ Serif (by Gee Fung Sit 薛至峰)
931+* added Georgian Mkhedruli (U+10D0-U+10FC) to Sans ExtraLight (by Besarion
932+ Gugushvili)
933+* fix spacing in hinting of U+042E (Ю) in Mono (by Ben Laenen)
934+* replaced U+2650 and minor changes to U+2640-U+2642, U+2699, U+26A2-U+26A5,
935+ U+26B2-U+26B5, U+26B8 in Sans (by Gee Fung Sit 薛至峰)
936+* added U+1E9C-U+1E9D, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2150-U+2152,
937+ U+2189, U+26C0-U+26C3, U+A722-U+A725, U+1F030-U+1F093 to Sans (by Gee Fung
938+ Sit 薛至峰)
939+* added U+1E9C-U+1E9E, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2181-U+2182,
940+ U+2185 U+A722-U+A725, to Sans ExtraLight (by Gee Fung Sit 薛至峰)
941+* added U+20B8, U+22A2-U+22A5, U+A722-U+A725 to Mono (by Gee Fung Sit 薛至峰)
942+* added U+02CD, U+01BF, U+01F7, U+0222-U+0223, U+0243-U+0244, U+0246-U+024F,
943+ U+2150-U+2152, U+2189, U+239B-U+23AD and U+A73D to Serif (by Gee Fung Sit
944+ 薛至峰)
945+
946+Changes from 2.30 to 2.31
947+
948+* fixed bug where Serif Condensed Italic wouldn't get proper subfamily tags (by
949+ Ben Laenen)
950+* added math operators U+2234-U+2237 to Mono (by Ben Laenen)
951+* removed buggy instructions of U+032D (by Eugeniy Meshcheryakov)
952+* added U+2C70, U+2C7E, U+2C7F to Sans and Sans Mono (by Denis Jacquerye)
953+* added U+2C7D to Sans Mono (by Denis Jacquerye)
954+* added U+2C6D, U+2C70-2C73, U+2C7E-2C7F to Serif (by Denis Jacquerye)
955+* added extremas to alpha U+03B1 in Serif-Italic (by Denis Jacquerye)
956+* added U+4A4, U+4A5 to Mono (by Andrey V. Panov)
957+* added Arabic letters U+0657, U+0670, U+0688-U+0690, U+0693-U+0694,
958+ U+0696-U+0697, U+0699-U+06A0, U+06A2-U+06A3, U+06A5, U+06A7-U+06A8,
959+ U+06AA-U+06AE, U+06B0-U+06B4, U+06B6-U+06B9, U+06BB-U+06BE and their
960+ contextual forms to Sans (by MihailJP)
961+* added U+A78D LATIN CAPITAL LETTER TURNED H for coming Unicode 6.0 (by Denis
962+ Jacquerye)
963+
964+Changes from 2.29 to 2.30
965+
966+* added U+0462-U+0463 to Mono (by Denis Jacquerye)
967+* corrected U+1E53 in Serif (by Gee Fung Sit)
968+* added U+1E4C-U+1E4D to Mono and Serif (by Gee Fung Sit)
969+* added U+1E78-U+1E79 to Mono (by Gee Fung Sit)
970+* fixed missing diacritics in Latin Extended Additional in Sans ExtraLight
971+ (moved stacked diacritics out of PUA in the process) (by Gee Fung Sit)
972+* fixed anchors on U+1E78 in Serif (by Gee Fung Sit)
973+* added U+1DC4-U+1DC9 to Serif (by Denis Jacquerye)
974+* renamed above-mark to above-mark in Serif-Italic (by Denis Jacquerye)
975+* added U+1DC4-U+1DC9 to context class for dotless substitution (by Denis
976+ Jacquerye)
977+* changed Doubleacute to Doublegrave in Sans ExtraLight (by Gee Fung Sit)
978+* removed redundant reference in U+01FB in Sans Oblique (by Gee Fung Sit)
979+* added U+A726-U+A727 to Mono (Denis Jacquerye)
980+* changed U+04BE and U+04BF according to recommedations of Sasha Ankwab in Sans
981+ (by Andrey V. Panov)
982+* remove "Symbol Charset" from set of codepages in Sans (by Eugeniy
983+ Meshcheryakov)
984+
985+Changes from 2.28 to 2.29
986+
987+* modified U+10FB in Sans to be a mirror image of U+2056, since U+10FB is not
988+ Georgian-specific (by Roozbeh Pournader)
989+* added U+2B1F, U+2B24, U+2B53, U+2B54 in Sans (by Roozbeh Pournader)
990+* fixed TUR opentype language tag to TRK in Serif (bug 19825) (by Ben Laenen)
991+* early implementation of Abkhaz letter U+0524-U+0525 in Sans
992+ (by Michael Everson and abysta)
993+* flipped U+1D538 in Sans (by Gee Fung Sit)
994+* added U+26B3-U+26B8, U+1D7D8-U+1D7E1 in Sans (by Gee Fung Sit)
995+* corrected U+1D7A9 in Sans Bold Oblique (by Gee Fung Sit)
996+* Fixed U+0649 to be dual-joining in Sans Mono (by Roozbeh Pournader)
997+* Remove unnecessary 'isol' feature from Sans Mono (by Roozbeh Pournader)
998+* Remove 'cmap' mappings for U+066E, U+066F, U+067C, U+067D, U+0681, U+0682,
999+ U+0685, U+0692, U+06A1, U+06B5, U+06BA, U+06C6, U+06CE, and U+06D5
1000+ in Sans Mono (bug 20323) (by Roozbeh Pournader)
1001+* add half brackets (U+2E22 - U+2E25, by Steve Tinney)
1002+
1003+Changes from 2.27 to 2.28
1004+
1005+* added U+A789, U+A78A in Sans and Sans Mono (by Denis Jacquerye)
1006+* modified U+02D6, U+02D7, U+02EE in Sans and Sans Mono (by Denis Jacquerye)
1007+* added U+1E9E (German capital ß) to Sans and Serif (by Denis Jacquerye)
1008+* adjusted width of U+01B7-U+01B9 in Serif Italic (by Denis Jacquerye)
1009+* modified U+021C, U+021D in Sans (by Denis Jacquerye)
1010+* added U+021C, U+021D in Mono (by Denis Jacquerye)
1011+* added U+F428 (Georgian Nuskhuri "f") in private use area (by Besarion
1012+ Gugushvili)
1013+* updated Georgian mkhedruli (U+10D0-U+10FA) with new version (by Besarion
1014+ Gugushvili)
1015+* updated Georgian asomtavruli (U+10A0-U+10C5) with new version (by Besarion
1016+ Gugushvili)
1017+* added Georgian nuskhuri (U+2D00-U+2D25) (by Besarion Gugushvili)
1018+* added Georgian mtavruli in private use area (U+F400-U+F426) (by Besarion
1019+ Gugushvili)
1020+* added mark anchors above to Cyrillic U+0430-U+0438, U+043A-U+044F,
1021+ U+0454-U+0455 in Mono (by Ben Laenen)
1022+* modified/moved up U+0318-U+0319, U+031C-U+031F, U+0329-U+032A, U+032C-U+032D,
1023+ U+0339-U+033B, U+0348 and U+0353 in Sans to prevent cut-off (by Gee Fung Sit)
1024+* added U+035A to Sans (by Gee Fung Sit)
1025+* updated fontconfig files (by Nicolas Mailhot)
1026+* added U+2032-2037 to Mono (by Denis Jacquerye)
1027+* added Ogham to Sans ExtraLight (by Gee Fung Sit)
1028+* added U+2C6F, U+2C79, U+2C7C-2C7D to Mono (by Gee Fung Sit)
1029+* added U+210F to Serif and Sans ExtraLight (by Gee Fung Sit)
1030+* changed U+210F to a more common glyph in Sans and Mono (by Gee Fung Sit)
1031+
1032+Changes from 2.26 to 2.27
1033+
1034+* added some of Michael Everson's new Cyrillic glyphs to Sans (by Wesley
1035+ Transue)
1036+* removed blank glyph at U+05EF from Sans Bold Oblique (by Gee Fung Sit)
1037+* small adjustments to existing tone bars in Sans and Mono (by Gee Fung Sit)
1038+* added U+0372-U+0373, U+0376-U+0377, U+03CF, U+A668-U+A66E, U+A708-U+A711,
1039+ U+A71B-U+A71F to Sans (by Gee Fung Sit)
1040+* copied U+02E5-U+02E9 over from Sans to fix inconsistencies in Serif (by Gee
1041+ Fung Sit)
1042+* added U+021C-U+021D, U+0370-U+0371, U+037B-U+037D, U+0470-U+0471,
1043+ U+0510-U+0515, U+051A-U+051D, U+1E9F, U+2C64, U+2C6E-U+2C6F, U+2C79,
1044+ U+2C7C-U+2C7D, U+A644-U+A647, U+A650-U+A651, U+A654-U+A657, U+A708-U+A716,
1045+ U+A71B-U+A71F to Serif (by Gee Fung Sit)
1046+* added U+A708-U+A716, U+A71B-U+A71F to Mono (by Gee Fung Sit)
1047+* added anchors to U+017F (ſ) and fixed U+1E9B (ẛ) in Serif (by Gee Fung Sit)
1048+* made U+0325 smaller in Sans Bold and Serif to match Sans Book (by Gee Fung
1049+ Sit)
1050+* fixes to U+02F3 (moved up), U+228F-U+2294 (more square-like) and
1051+ U+22CE-U+22CF (stroke width) in Sans (by Gee Fung Sit)
1052+* replaced U+2202 ∂ (Sans and Mono) and U+221D �, U+221E ∞ (Sans) with glyphs
1053+ from Arev (with small changes) (by Gee Fung Sit)
1054+* added U+22B0-U+22B1, U+22C7, U+22D0-U+22D5 from Arev to Sans to complete the
1055+ block (by Gee Fung Sit)
1056+* added U+0514-U+0515 to Sans ExtraLight (by Gee Fung Sit)
1057+* skewed U+A78C in all Oblique/Italic fonts (by Gee Fung Sit)
1058+* moved U+2215 to U+2044 in Sans and Serif and replaced U+2215 with reference
1059+ to U+002F in all fonts (by Gee Fung Sit)
1060+* added U+2C6E to Mono (by Denis Jacquerye)
1061+* added U+A782 and U+A783 in Sans (by Wesley Transue)
1062+* added U+0244, U+024C-024D, U+2C64 in Sans Mono (by Denis Jacquerye)
1063+* modified U+01AE in Sans Mono (by Denis Jacquerye)
1064+* added U+2C7A to all fonts (by Gee Fung Sit)
1065+* italicized/small changes to U+2C76 in Serif (Bold) Italic (by Gee Fung Sit)
1066+* improved outlines of U+2C68, U+2C6A, U+2C6C in Serif (Bold) Italic (by Gee
1067+ Fung Sit)
1068+* rounded U+2C77 at the bottom in Serif (by Gee Fung Sit)
1069+* added joining behavior for tone letters (U+02E5-U+02E9) in Sans (bug #15669)
1070+ (by Gee Fung Sit)
1071+* fixed outline of y.alt in Sans Regular (by Denis Jacquerye)
1072+* changed references of U+1D5A8, U+1D5C5, U+1D5DC, U+1D5F9, U+1D610, U+1D62D,
1073+ U+1D644 and U+1D661 to stylistic alternates to have a better distinction (by
1074+ Gee Fung Sit)
1075+* hinted I.alt in Sans Regular (by Gee Fung Sit)
1076+* added U+0487, completing Cyrillic block (by Gee Fung Sit)
1077+* extended the bar of U+0463 to the right and moved the anchor (by Gee Fung
1078+ Sit)
1079+* added anchors to glyphs in Cyrillic block (by Gee Fung Sit)
1080+* added (preliminary) hints to tone letter forms (U+02E5.5, U+02E9.1, stem) in
1081+ Sans Book (by Gee Fung Sit)
1082+
1083+Changes from 2.25 to 2.26
1084+
1085+- added glyphs for Cyrillic-B to Sans (by Wesley Transue)
1086+- added U+0370-U+0371 to Sans (by Wesley Transue)
1087+- added U+019C, U+01A2-U+01A3, U+01A6, U+01E4-U+01E5, U+024C-U+024D, U+0285,
1088+ U+0290, U+02A0, U+0370-U+0371, U+03F1, U+03FC to Sans ExtraLight (by Wesley
1089+ Transue)
1090+- added U+20A0-U+20A5, U+20A7-U+20B3, U+2105, U+210D, U+210F, U+2115, U+2117,
1091+ U+2119-U+211A, U+211D, U+2124, U+212E, U+2200-U+2204 to Mono (by Heikki
1092+ Lindroos)
1093+- added U+01BA and U+01BF to Mono (by Heikki Lindroos)
1094+- merged OpenType "aalt" feature in Latin in Sans (by Denis Jacquerye)
1095+- added alternative shape for y in Sans (by Denis Jacquerye)
1096+- added saltillo (U+A78B-U+A78C) to all faces (by James Cloos)
1097+- changed U+047C-U+047D to references instead of outlines in Sans (by Wesley
1098+ Transue)
1099+- added Latin letter tresillo U+A72A-U+A72B to Sans (by Wesley Transue)
1100+- added U+A734-U+A737 to Sans (by Wesley Transue)
1101+- added U+2053 to Serif and fixed it bug:9425 in Sans (by Gee Fung Sit)
1102+- removed problematic hints for U+0423 bug:10025 (by Gee Fung Sit)
1103+- added U+27C5-U+27C6 bug:10255 to all faces (by Gee Fung Sit)
1104+- fixed width of U+2016 in Sans Oblique (by Gee Fung Sit)
1105+- added U+2016, U+2032-U+2038, U+2042, U+2045-U+2046, U+204B-U+204F,
1106+ U+2051-U+2052, U+2057 to Serif (by Gee Fung Sit)
1107+- made U+2140 bigger to match other n-ary operators (by Gee Fung Sit)
1108+- added U+0606-U+0607, U+0609-U+060A to Sans (by Gee Fung Sit)
1109+- added U+221B-U+221C to Mono (by Gee Fung Sit)
1110+- small adjustments to U+221B-U+221C in Sans and Serif (by Gee Fung Sit)
1111+- update U+04B4-U+04B5 in Serif (by Andrey V. Panov)
1112+- increased max-storage value from maxp table to 153 (by Andrey V. Panov)
1113+- added U+0472-U+0473, U+0510-U+0511, U+051A-U+051D, U+0606-U+0607,
1114+ U+0609-U+060A, U+1E26-U+1E27, U+1E54-U+1E55, U+1E7C-U+1E7D, U+1E8C-U+1E8D,
1115+ U+1E90-U+1E91, U+1E97-U+1E99, U+1E9F, U+1EAC-U+1EAD, U+1EB6-U+1EB7,
1116+ U+1EC6-U+1EC7, U+1ED8-U+1EDD, U+1EE0-U+1EE3, U+1EE8-U+1EEB, U+1EEE-U+1EF1 to
1117+ Mono (by Gee Fung Sit)
1118+- added locl rules for S/T cedilla for Romanian and Moldavian so they get
1119+ rendered as S/T with comma accent (see Redhat bug #455981) (by Ben Laenen)
1120+- removed ligature rule from Armenian U+0587 bug:16113 (by Gee Fung Sit)
1121+
1122+Changes from 2.24 to 2.25
1123+
1124+- moved/added U+2E18 (by Gee Fung Sit)
1125+- added empty glyph for U+2064 in Sans and Serif (by Gee Fung Sit)
1126+- added U+22CE-U+22CF to Sans (by Gee Fung Sit)
1127+- Sans Oblique and Bold Oblique, Serif: reverted digits hinting instructions back to before revision 1590, which fixed mistaken debian bug #471024. This fixes Debian bug #411308. The original bug was in freetype not in the fonts (by Denis Jacquerye)
1128+- added U+A726-U+A729, U+A730-U+A733, U+A738-U+A73F, U+A746-U+A74B, U+A74E-U+A74F, U+A780-U+A781, U+A7FB-U+A7FF to Sans (by Gee Fung Sit)
1129+- added Macedonian italic glyph shape for U+0453 in Serif (by Ben Laenen)
1130+- changed descenders in U+0446, U+0449, U+0497, U+04A3, U+04AD (by Andrey V. Panov)
1131+- updated main SFD files to SplineFontDB 3.0 (Denis Jacquerye and Gee Fung Sit)
1132+- moved U+0561 2 up since it wasn't aligned with the baseline well (by Ben Laenen)
1133+- added U+2E2E to Sans (by Gee Fung Sit)
1134+- replaced U+2699 with simpler version in Sans (by Gee Fung Sit)
1135+- added a lot of hinting instructions to Latin Extended B, Greek and Coptic glyphs Sans Book (by Wesley Transue)
1136+- differentiated U+2219 from U+22C5 and adjusted affected references in Sans and Mono (by Gee Fung Sit)
1137+- made Hebrew narrower in Sans Bold and Sans Bold Oblique (by Denis Jacquerye)
1138+- added Kurdish and Chuvash letters from Unicode 5.1 Cyrillic Extended block (by Wesley Transue)
1139+- added U+1E9F, U+A644-U+A647, U+A64C-U+A64D, U+A650-U+A651, U+A654-U+A655, U+A712U+A716 to Sans (by Gee Fung Sit)
1140+- added several glyphs to Sans ExtraLight (by Gee Fung Sit)
1141+- added hinting instructions to U+046A-U+046B, U+0508-U+0509, U+050B, U+0512-U+0513 in Sans Book (by Wesley Transue)
1142+- corrected width of U+027E in Sans Book (by Gee Fung Sit)
1143+- added U+2C79, U+2C7B-U+2C7D to Sans (by Gee Fung Sit)
1144+- added a bunch of glyphs+small corrections to Sans Light (by Gee Fung Sit)
1145+- added U+0496, U+0497, U+04B0, U+04B1 (by Andrey V. Panov)
1146+- updated U+0493, U+049B, U+04B3, U+04B7, U+04F7 (by Andrey V. Panov)
1147+- further improvements in extended Cyrillic (by Andrey V. Panov)
1148+
1149+Changes from 2.23 to 2.24
1150+
1151+- instructions for U+05C0 ׀, U+05C3 ׃, U+05F3 ׳, and U+05F4 ״ in DejaVu
1152+ Sans. (by Wesley Transue)
1153+- instructions for U+2116 in Sans (by Andrey V. Panov)
1154+- Unicode 5.1 update: moved U+F208 to U+2C6D, U+F25F to U+2C71, added
1155+ U+2C6E-U+2C6F, U+2C72-U+2C73, updated outline of U+2C71 in Sans. (by
1156+ Denis Jacquerye)
1157+- updated and instructed U+0401 in Sans (by Andrey V. Panov)
1158+- fixed the bug in Sans faces where U+02EC ˬ faced the wrong direction.
1159+ Also, added a few more glyph instructions. (by Wesley Transue)
1160+- removed OS2Sub and OS2Strike that weren't intentional in Sans
1161+ ExtraLight. (by Denis Jacquerye)
1162+- updated instructions for U+401, U+44F in Serif Book. (by Andrey V.
1163+ Panov)
1164+- instructions for U+02C4 ˄, U+02C5 ˅, U+03D8 Ϙ, U+03D9 ϙ, U+0494 Ҕ, and
1165+ U+0495 Ò• in Sans Book. (by Wesley Transue)
1166+- instructions for U+01A6 Ʀ, U+0238 ȸ, U+0239 ȹ, U+02EC ˬ, and U+05C6 ׆
1167+ in Sans Book. (by Wesley Transue)
1168+- DejaVuSans.sfd DejaVuSerif.sfd: updated instructions for U+447 and
1169+ U+451 using code generated with xgridfit (by Andrey V. Panov)
1170+- instructions for a few glyphs in the Latin Extended-B Block, Greek
1171+ Block, Cyrillic Block, and N'Ko block. (by Wesley Transue)
1172+- updated sfdnormalize.pl, and SFD files to new SFD format with empty
1173+ lines. (by Denis Jacquerye)
1174+
1175+Changes from 2.22 to 2.23
1176+
1177+- fixed bug which made Condensed fonts appear instead of normal width ones
1178+- added U+20DB, U+20DC, and U+20E1 to Sans (by Roozbeh Pournader)
1179+- added hinting instructions to U+01A7, U+01AA-U+01AC, U+01AE-U+01AF,
1180+ U+01BC-U+01BD, U+01BF, U+01F7, U+0277, U+027F, U+0285-U+0286, U+0297, U+02AF,
1181+ U+02B4-U+02B5, U+02BD, U+030D, U+0311, U+0329, U+04A0-U+04A1 in Sans Book (by
1182+ Wesley Transue)
1183+- modified hinting instructions of U+04A2 in Sans Book (by Wesley Transue)
1184+- added hinting instructions to U+237D, U+2423 in Mono Book and Mono Bold (by
1185+ Wesley Transue)
1186+- added mathematical alphanumeric symbols to all styles (by Max Berger)
1187+- added Unicode 5.1 U+2E18 as U+2E18.u51 (not yet usable) to Sans (by Roozbeh
1188+ Pournader)
1189+- dereferenced all glyphs with mixed references and outlines (by Denis
1190+ Jacquerye)
1191+- removed non-zero width from U+0344 in Sans (by Denis Jacquerye)
1192+
1193+Changes from 2.21 to 2.22
1194+
1195+- directory structure has changed, we now use the Makefile
1196+- modified Armenian U+0565 in Sans (by Õ�Õ¡Õ°Õ¡Õ¯ ÕŠÕ¥Õ¿Ö€Õ¸Õ½ÕµÕ¡Õ¶)
1197+- added double struck letters and numbers U+2102, U+210D, U+2115,
1198+ U+2119-U+211A, U+211D, U+2124, U+213C-U+2140, U+2145-U+2149, U+1D538-U+1D539,
1199+ U+1D53B-U+1D53E, U+1D540-U+1D544, U+1D546, U+1D54A-U+1D550, U+1D552-U+1D56B,
1200+ U+1D7D8-U+1D7E1 to Serif (by Stephen Hartke)
1201+- added letterlike symbols U+2103, U+2109, U+2127, U+214B, U+2141-U+2144 to
1202+ Serif (by Ben Laenen)
1203+- fixed outline direction of U+2143 in Sans Bold/Bold Oblique (by Ben Laenen)
1204+- added arrow set in Serif: arrows: U+2194-U+21FF; dingbats: U+27A1;
1205+ supplemental arrows A: U+27F0-U+27FF; supplemental arrows B: U+2900-U+2975,
1206+ U+297A; miscellaneous symbols and arrows: U+2B00-U+2B11 (by Ben Laenen)
1207+- added U+0180, U+01DE, U+01E0-01E1, U+022A, U+022C, U+0230, U+1E08-U+1E09,
1208+ U+1E10-U+1E11, U+1EB0-U+1EB1 to Mono (by Denis Jacquerye)
1209+- adjusted U+01D5, U+01D7, U+01D9, U+1DB in Mono (by Denis Jacquerye)
1210+- added Ogham in Sans (by Wesley Transue)
1211+- added Yijing Hexagram Symbols in Sans (by Wesley Transue)
1212+- hinting instructions added to Cyrillic U+0460, U+04A6-U+04A7, U+04AC-U+04AD,
1213+ U+04C7-U+04C8, U+04F6-U+04F7, U+04FA-U+04FB, U+050C-U+050D in Sans Book (by
1214+ Wesley Transue)
1215+- adjusted Cyrillic letters U+042A, U+044A, U+044C, U+0459-U+045B, U+0462,
1216+ U+048C-U+048D in Serif (by Andrey V. Panov)
1217+- hinting instructions added to Lao U+0EB7 in Sans (by Wesley Transue)
1218+- added Roman numerals and Claudian letter U+2160-U+2184 in Serif (by Ben
1219+ Laenen)
1220+- added U+FFF9-U+FFFD to Sans, Serif and Mono (by Lars Næsbye Christensen)
1221+- added mathematical symbols to Serif: U+2200, U+2203-U+2204, U+2213-U+2214,
1222+ U+2217-U+2218, U+2223-U+2226, U+2250-U+2255, U+2295-U+22AF, U+22C5 (by Ben
1223+ Laenen)
1224+- modified bullet symbol U+2219 in Serif (by Ben Laenen)
1225+
1226+Changes from 2.20 to 2.21
1227+
1228+- added U+FE20-U+FE23 (half diacritics) to Sans (by Denis Jacquerye)
1229+- added anchor "half" to position right half of double marks, U+FE21 or U+FE23
1230+ to Sans (by Denis Jacquerye)
1231+- shifted U+0360 up to avoid collision with some outlines in Sans (by Denis
1232+ Jacquerye)
1233+- added anchor above-mark anchor to U+035D, U+035E, U+0360, U+0361 in Sans (by
1234+ Denis Jacquerye)
1235+- added instructions for ff, ffi, ffl ligatures in Serif Bold (by Eugeniy
1236+ Meshcheryakov)
1237+- added instructions to some N'Ko glyphs (by Wesley Transue)
1238+- added instructions to some Lao glyphs (by Wesley Transue)
1239+- cleaning up 'liga' Standard Ligature in Latin, in Sans and Sans Mono (by
1240+ Denis Jacquerye)
1241+- added U+046A, U+046B (big yus) in Serif (by Andrey V. Panov)
1242+- added box drawing symbols to Sans and Serif (by Lars Næsbye Christensen)
1243+- added Makefile to improve font and packages generating (by Nicolas Mailhot)
1244+
1245+Changes from 2.19 to 2.20
1246+
1247+- removed TeX and TeXData tags from all sfd files (by Eugeniy Meshcheryakov)
1248+- removed all 'frac' lookups (by Eugeniy Meshcheryakov)
1249+- fixed duplicate glyph names (by Eugeniy Meshcheryakov)
1250+- removed standard ligatures with U+00B7 in Mono (by Eugeniy Meshcheryakov)
1251+- use reference to U+002D in U+00AD in Sans Oblique, and adjust instructions
1252+ (by Eugeniy Meshcheryakov)
1253+- updated Cyrillic in Sans Extra Light (by Andrey V. Panov)
1254+- added instructions to N'Ko U+07C1-U+07C6, U+07CA, U+07CE-U+07CF, U+07D1,
1255+ U+07D3-U+07D4, U+07D8, U+07DB and U+07EB in Sans (by Wesley Transue)
1256+- added instructions to Lao U+0E8A, U+0E95, U+0E97, U+EA5, U+0EB4 and U+0EB5
1257+ (by Wesley Transue)
1258+- adjusted instructions for Hebrew glyphs (by Denis Jacquerye)
1259+- added instructions for U+0265 in Sans Bold (by Denis Jacquerye)
1260+- fix U+1D68 in Sans: it had the shape of delta, where it should be a rho (by
1261+ Ben Laenen)
1262+- remove U+1D5C glyph in Sans Oblique (it was empty) (by Ben Laenen)
1263+- fix instructions of U+01AD in Sans Bold (by Ben Laenen)
1264+- fix instructions of U+042D in Serif (by Ben Laenen)
1265+- remove buggy instructions of U+2328 in Serif (by Ben Laenen)
1266+- corrected width of U+2C75-U+2C76 in Sans Bold and Serif Bold (by Gee Fung Sit)
1267+- added U+2C75-U+2C77 to Mono (by Gee Fung Sit)
1268+
1269+Changes from 2.18 to 2.19
1270+
1271+- fixed misplaced symbols (U+2325,2326) in Sans Oblique (by John Karp)
1272+- added Mark to Base anchors: 'cedilla' for combining cedilla and
1273+ 'above-legacy' for stacking above precomposed glyphs (just a,e,i,o,u with
1274+ macron for now) in Sans (by Denis Jacquerye).
1275+- added contextual substitution for Case and Dotless forms in all Sans variants
1276+ (by Denis Jacquerye).
1277+- renamed 'ccmp' lookups for RTL and Basic (LGC, etc.) (by Denis Jacquerye)
1278+- added anchor 'cedilla' for vowels in Sans. (by Denis Jacquerye)
1279+- extended contextual dotless and case substitutions to handle both below and
1280+ above diacritics (by Denis Jacquerye)
1281+- renamed Dotless and Case Form GSUB lookups in Sans with meaningful names (by
1282+ Denis Jacquerye)
1283+
1284+Changes from 2.17 to 2.18
1285+
1286+- Re-encoded the source files for Full Unicode (by Ben Laenen)
1287+- Re-enabled the "ff", "fl", "fi", "ffl", "ffi" ligatures by default in Serif
1288+ (by Ben Laenen)
1289+- Disabled the "fi", "ffi" ligatures for languages with dotless i in Serif (by
1290+ Ben Laenen)
1291+- added Tifinagh to Sans Book and Bold, U+2D30-U+2D65, U+2D6F, partially hinted
1292+ in Sans Book. (by Denis Jacquerye)
1293+- added Tai Xuan Jing Symbols (U+1D300-1D356) to Sans (by Remy Oudompheng)
1294+- added double-struck letters (U+1D538-U+1D56B minus reserved code points) to
1295+ Sans (by Gee Fung Sit)
1296+- added U+22EE-U+22F1 to Sans (by Gee Fung Sit)
1297+- added U+2C67-U+2C6C, U+2C75-U+2C77 to Serif (by Gee Fung Sit)
1298+- italicized various glyphs in Latin Extended-B, IPA Extensions, Spacing
1299+ Modifier Letters, Phonetic Extension (Supplement) and Super- and Subscripts
1300+ in Serif Oblique fonts (by Gee Fung Sit)
1301+- modified outlines, bearings of Hebrew U+05D6, U+05D8, U+05DB, U+05DE, U+05E0,
1302+ U+05E1, U+05E2, U+05EA in Sans Book and Oblique, adjusted hinting in Book
1303+ based on Yotam Benshalom's comments. (by Denis Jacquerye)
1304+- added Braille Patterns (U+2800-U+28FF) to Serif fonts (by Gee Fung Sit)
1305+- added N'Ko to Sans Book and Bold: U+07C0-U+07E7, U+07EB-U+07F5, U+07F8-U+07FA
1306+ (by Eugeniy Meshcheryakov)
1307+- added U+0ED8 (Lao digit 8) to Sans (by Remy Oudompheng)
1308+- added Lao diacritics U+0EB0-0EB9, U+0EBB-0EBC, U+0EC8-0ECD to Mono (by Remy
1309+ Oudompheng)
1310+- renamed Serif [Bold] Oblique, make it Italic (by Eugeniy Meshcheryakov)
1311+- added U+29FA-U+29FB to Sans and Sans Mono (by Gee Fung Sit)
1312+- swapped glyphs for Eng U+014A from Sami Eng to African Eng, the latter being
1313+ more common (by Denis Jacquerye)
1314+- swapped ae U+00E6 and ae.alt in Serif Italics fonts, thus fixing #8213 (by
1315+ Denis Jacquerye)
1316+- minor improvements to Misc. Symbols in Sans (by Gee Fung Sit)
1317+- minor improvements and additions to Sans ExtraLight (by Gee Fung Sit)
1318+- improved instructions for various Cyrillic letters (by Eugeniy Meshcheryakov)
1319+- fixed hinting of theta and chi in Sans Book (by Ben Laenen)
1320+- added Georgian Mkhedruli to Sans, Serif and Mono, ASumtavruli to Sans and
1321+ Serif (by Besarion Gugushvili)
1322+
1323+Changes from 2.16 to 2.17
1324+
1325+- Sans fonts: fix position for certain combinations of Arabic fatha, kasra,
1326+ shadda, damma, kasratan, dammatan, fathatan and hamza (by Ben Laenen)
1327+- added 'ae.alt' to Serif Oblique fonts, with design matching shape of italic
1328+ 'a' instead of slanted 'a', see bug #8213 (by Denis Jacquerye)
1329+- added super- and subscripts to Serif and Mono: U+1D2C-U+1D2E, U+1D30-U+1D3C,
1330+ U+1D3E-U+1D42, U+1D62-U+1D65, U+1D78, U+2071, U+207A-U+207E, U+208A-U+208E,
1331+ U+2090-U+2094 (by Gee Fung Sit)
1332+
1333+Changes from 2.15 to 2.16
1334+
1335+- fixed hinting instructions for digits in DejaVu Sans Oblique, Bold Oblique,
1336+ and Serif Book to not change glyph width (by Eugeniy Meshcheryakov)
1337+- added instructions for U+0404, U+0411, U+0413, U+0414, U+0417-U+041B, U+041F,
1338+ U+0423, U+0424, U+0426-U+0429, U+042C, U+042E, U+042F, U+0490 in Serif Bold
1339+ (by Eugeniy Meshcheryakov)
1340+- added U+0220 and Eng.alt to Serif fonts (by Denis Jacquerye)
1341+- added U+232C, U+2394, U+23E3 to Sans fonts (by John Karp)
1342+- added U+230C-U+230F, U+231C-U+231F to Sans fonts, fixing bug:9547
1343+ (by John Karp)
1344+- adjusted dot below, dot above, dieresis above, dieresis below in Sans fonts
1345+ (by Denis Jacquerye)
1346+- added U+2300, U+2301, U+2303, U+2304, U+2305, U+2307, U+2326, U+2327, U+232B,
1347+ arrow.base to Sans fonts (by John Karp)
1348+- adjusted dot and dieresis below and above in Serif fonts (by Denis Jacquerye)
1349+- added U+1E1C-U+1E1D to Serif fonts (by Denis Jacquerye)
1350+- added U+22BE, U+22BF (by Wesley Transue)
1351+- added U+2324; modified U+2325: more standard proportions, and matches U+2324
1352+ and U+2387; added U+2387 : flipped U+2325 with standard arrowhead
1353+ (by John Karp)
1354+- added Lao digits U+0ED0-0ED7, U+0ED9 (by Remy Oudompheng)
1355+- added to Mono in Arabic block : U+060C, U+0615, U+061B, U+061F,
1356+ U+0621-U+063A, U+0640-0655, U+065A, U+0660-066F, U+0674, U+0679-0687, U+0691,
1357+ U+0692, U+0698, U+06A1, U+06A4, U+06A9, U+06AF, U+06B5, U+06BA, U+06BE,
1358+ U+06C6, U+06CC, U+06CE, U+06D5, U+06F0-06F9 (by Remy Oudompheng)
1359+- added to Mono in Arabic Presentations Forms-A : U+FB52-FB81, U+FB8A-FB95,
1360+ U+FB9E, U+FB9F, U+FBAA-FBAD, U+FBE8, U+FBE9, U+FBFC-FBFF (by Remy Oudompheng)
1361+- added to Mono in Arabic Presentations Forms-B : U+FE70-FE74, U+FE76-FEFC,
1362+ U+FEFF (by Remy Oudompheng)
1363+- added U+05BA, U+05BE, U+05F3, U+05F4, U+FB1E, U+FB21-U+FB28, U+FB4F to Sans
1364+ (by Eugeniy Meshcheryakov)
1365+- added U+2102 to Mono (by Eugeniy Meshcheryakov)
1366+- added U+2983-U+2984 to Sans (by Gee Fung Sit)
1367+- added U+2A2F to Sans, Serif and Mono (by Gee Fung Sit)
1368+- added U+2373-2375, U+237A to Sans (by John Karp)
1369+- converted kern pairs to kern classes with Tavmjong Bah's scripts
1370+ (by Denis Jacquerye)
1371+- set ScriptLang of kerning classes to just latn because of Pango bug
1372+ (by Denis Jacquerye)
1373+- added DNK to ScriptLang latn otherwise it is excluded, and SRB and MDK to
1374+ cyrl (by Denis Jacquerye)
1375+- removed flag 0x80 in generate.pe, otherwise it generates kerning tables some
1376+ systems don't like; thus loosing Apple tables (by Denis Jacquerye)
1377+- removed ligature for precomposed legacy characters of Sans Oblique fonts
1378+ (by Denis Jacquerye)
1379+- added bearings to en dash U+2013, em dash U+2014 and figure dash U+2012
1380+ by making dashes shorter, preserving character width (by Denis Jacquerye)
1381+- reduced U+031C, U+0325 (ring below), U+0339 to be entirely visible;
1382+ added instructions in Sans Book; changed U+1e00-U+1e01 to use new ring below
1383+ (by Denis Jacquerye)
1384+- adjusted circumflex below on U+1E12-U+1E13, U+1E18-U+1E19, U+1E3C-U+1E3D,
1385+ U+1E4A-U+1E4B, U+1E70-U+1E71, U+1E76-U+1E77 in Sans fonts (by Denis Jacquerye)
1386+- Added U+0ED4, U+0ED5 to DejaVu Sans (by Remy Oudompheng)
1387+- Lao-specific anchors (by Remy Oudompheng)
1388+- added alternate I to match the small capital in Sans (by Gee Fung Sit)
1389+
1390+Changes from 2.14 to 2.15
1391+
1392+- improved hinting in Sans Oblique to deal with some spacing and inconsistency
1393+ issues (by Ben Laenen)
1394+- added anchors to Mono Book, and added GPOS rules for combining diacritics to
1395+ show up as zero width glyphs (by Ben Laenen)
1396+- removed U+F21C (PUA), it was copy of U+2C64 from Latin Extended C (by Eugeniy
1397+ Meshcheryakov)
1398+- added U+27E6-U+27E7 to Sans (by Gee Fung Sit)
1399+- added U+1407, U+1409, U+140C-U+141B, U+141D-U+1425, U+1427-U+142E,
1400+ U+1435-U+1438, U+143A-U+1449, U+1452, U+1454, U+1457-U+1465, U+1467-U+146A,
1401+ U+1471, U+1474-U+1482, U+1484-U+1488, U+148F, U+1492, U+14A0, U+14A2, U+14A9,
1402+ U+14AC-U+14BA, U+14BC, U+14BD, U+14C6, U+14C9-U+14CF, U+14D1, U+14D2, U+14D9,
1403+ U+14DC-U+14E9, U+14EC, U+14F3, U+14F6-U+1504, U+1506, U+1507, U+1510-U+1525,
1404+ U+152C, U+152F-U+153D, U+1540, U+1541, U+154E, U+154F, U+1552, U+155B, U+155C,
1405+ U+1568, U+1569, U+1574-U+157B, U+157D, U+15A7-U+15AE, U+1646, U+1647 (by
1406+ Eugeniy Meshcheryakov)
1407+- fixed several contours to not intersect, use horizontal or vertical tangents,
1408+ use integer coordinates, etc in Sans Book (by Denis Jacquerye)
1409+- added U+0496-U+0497 in Serif (by Andrey V. Panov)
1410+
1411+Changes from 2.13 to 2.14
1412+
1413+- added Philippine peso glyph U+20B1 (by Clayborne Arevalo)
1414+- made U+2012 have the same width as digits, according to Unicode 5.0,
1415+ page 206 (by Roozbeh Pournader)
1416+- made all of the "above" combining characters remove the dot of "i",
1417+ "j", etc (Soft_Dotted characters), according to Unicode 5.0,
1418+ page 228 (by Roozbeh Pournader)
1419+- made U+012F, U+03F3, U+0456, U+0458, U+1E2D, and U+1ECB (all fonts
1420+ except Mono), U+0249, U+2148, and U+2149 (Sans and Sans Condensed),
1421+ U+0268 (Sans ExtraLight, Serif and Serif Condensed), and U+029D (Serif
1422+ and Serif Condensed) respect the Soft_Dotted property (by Roozbeh
1423+ Pournader)
1424+- added U+223E, U+223F, U+2240, U+22C2, U+22C3 to Sans (by Remy Oudompheng)
1425+- added U+203D to Serif (by Gee Fung Sit)
1426+- added zero-width glyphs for U+2061-U+2063 to Sans and Serif (by Gee
1427+ Fung Sit)
1428+- changed isolated forms of Arabic waw (U+0648, U+0624 and U+06C6) (bug #9432)
1429+ (by Ben Laenen)
1430+- added Lao consonants U+0E81, U+0E82, U+0E84, U+0E87, U+0E88, U+0E8A,
1431+ U+0E8D, U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA,
1432+ U+0EAB, U+0EAD-0EAF to Sans Mono (by Remy Oudompheng)
1433+- added U+0200-U+0217, U+0226-U+0229, U+02F3, U+1E00-U+1E07,
1434+ U+1E0A-U+1E0B, U+1E18-U+1E1F, U+1E22-U+1E23, U+1E28-U+1E2D,
1435+ U+1E3A-U+1E3B, U+1E40, U+1E48-U+1E49, U+1E56, U+1E58-U+1E59,
1436+ U+1E5E-U+1E5F, U+1E60, U+1E68-U+1E6B, U+1E6E-U+1E6F, U+1E72-U+1E77,
1437+ U+1E86-U+1E8B, U+1E92-U+1E96, U+1EA0-U+1EA1, U+1EF4-U+1EF5 to Mono
1438+ (by Ben Laenen)
1439+- renamed uppercase variants of diacritics (macron, breve, double grave,
1440+ double acute, inverted breve, dot above) to "uni03XX.case" in Mono
1441+ (by Ben Laenen)
1442+- moved uppercase variants of diacritics up in Mono so they properly
1443+ vertically align on capitals (by Ben Laenen)
1444+- precomposed glyphs with macron, breve, double grave, double acute,
1445+ inverted breve, dot above, macron below, breve below, inverted breve
1446+ below, dot below, cedilla, caron below, circumflex below, diaeresis
1447+ below, tilde below now reference to combining diacritics instead of
1448+ space modifiers in Mono (by Ben Laenen)
1449+- made ring below (U+0325), and half rings below (U+031C and U+0339)
1450+ smaller in Mono (by Ben Laenen)
1451+- added U+205F to all fonts (by Roozbeh Pournader)
1452+- added U+035E-U+035F to Sans (by Roozbeh Pournader)
1453+- added empty glyphs for U+034F, U+202A-U+202E, U+2060, U+206A-206F,
1454+ U+FE00-U+FE0F to non-Mono fonts (by Roozbeh Pournader)
1455+- added U+2101, U+2107-U+2108, U+210B, U+210C, U+2110, U+2112, U+211B,
1456+ U+211F, U+2123, U+2125, U+2128-U+2129, U+212C-U+212D, U+212F,
1457+ U+2130-U+2131, U+2133, U+2136-U+213A, U+2141-U+2144, U+2B00-U+2B11,
1458+ U+2B20-U+2B23 to Sans (by John Karp)
1459+- reshaped omega (U+03C9) in Mono (by Ben Laenen)
1460+- added U+2205, U+22C6, U+2300-U+2301, U+2303-U+2306, U+230C-U+230F,
1461+ U+2312-U+2315, U+231C-U+231F, U+2335, U+2337-U+233E, U+2341-U+2344,
1462+ U+2347-U+2348, U+234B-U+234D, U+2349-U+2350, U+2352-U+2354,
1463+ U+2357-U+2359, U+235A-U+235C, U+235E-U+2360, U+2363-U+2365,
1464+ U+2368-U+2369, U+236B-U+2370, U+2373-U+237A, U+2380-U+2383,
1465+ U+2388-U+238B, U+2395 in Mono (by Ben Laenen)
1466+
1467+Changes from 2.12 to 2.13
1468+
1469+- adjusted U+0198B, U+01B3-U+01B4 in Sans, hinted U+01B4 in Sans Book
1470+ (by Denis Jacquerye)
1471+- added U+27F0-U+27FF, U+2906-U+2907, U+290A-U+290B, U+2940-U+2941 to Sans
1472+ (by Denis Jacquerye)
1473+- added U+01E6-U+01E9, U+01EE-U+01EF, U+01F4-U+01F5, U+01FC-U+01FF,
1474+ U+021E-U+021F, U+0245, U+02BD, U+02C9, U+1E9B, U+2045-U+2046, U+2213, U+22C5,
1475+ U+22EF to Sans Mono (by Roozbeh Pournader)
1476+- added U+04FA-U+04FD to Sans (by Michael Everson)
1477+- removed U+2329 and U+232A because of their CJK properties, added U+27E8
1478+ and U+27E9 in their stead, fixing part of bug #9038 (by Roozbeh Pournader)
1479+- corrected and improvised U+0466-U+0469, U+046E-U+0471, U+047C-U+047D, U+0482,
1480+ U+0484-U+0486, U+0492-U+0493, U+04B0-U+04B1, U+050C-U+050D, and U+204A
1481+ in Sans (by Michael Everson)
1482+- added instructions for U+0402, U+0409, U+040A, U+040B, U+044D, U+040F,
1483+ U+0452, U+0459-U+045B, U+045F to Sans Book (by Eugeniy Meshcheryakov)
1484+- made italic shape for U+431, U+432, U+437, U+43B, U+43C, U+43D, U+444, U+447,
1485+ U+44D, U+44F, U+459, U+45A in SerifOblique and SerifBoldOblique
1486+ (by Andrey V. Panov)
1487+- modified U+024C to match glyph in Unicode chart, fixing bug #9039
1488+ (by Denis Jacquerye)
1489+- made some canonically equivalent characters share the same glyph:
1490+ U+02B9 = U+0374, U+0343 = U+0313, and U+0387 = U+00B7 also adjusting U+02BA
1491+ to look like double U+02B9, fixing parts of bug #9038 (by Roozbeh Pournader)
1492+- changed shapes for U+0478 and U+0479 in Sans to those in the Unicode charts,
1493+ based on a recent decision by Unicode Technical Committee to only use
1494+ the digraph form (by Michael Everson)
1495+- adjusted width of NBSP U+00A0 and NNBSP U+202F, fixing bug #8401
1496+ (by Denis Jacquerye)
1497+- fixed several contours to not intersect, use horizontal or vertical tangents,
1498+ use integer coordinates, etc (by Roozbeh Pournader and Denis Jacquerye)
1499+- added U+1402, U+1430, U+144D, U+146C, U+148A, U+14A4, U+14C1, U+14D4, U+14EE,
1500+ U+1527, U+1545, U+157E, U+158E, U+15AF to Sans (by Eugeniy Meshcheryakov)
1501+- enlarged width of U+459 and U+45A in Serif (by Andrey V. Panov)
1502+- made traditional shape for U+452, U+45B (by Andrey V. Panov)
1503+- added euro sign U+20AC to Sans ExtraLight, making fontconfig recognize
1504+ the font as supporting English (by Denis Jacquerye)
1505+
1506+Changes from 2.11 to 2.12
1507+
1508+- added U+0180 to Serif (by Denis Jacquerye)
1509+- improved and/or hinted Armenian letters U+0542, U+0546, U+0562,
1510+ U+0563, U+0564, U+0577, U+0582 in Sans (by Ben Laenen)
1511+- added U+4FE-U+4FF, U+512-U+513, U+2114, U+214E, U+26B2 to Sans
1512+ (by Gee Fung Sit)
1513+- adjusted U+0496-U+0497, U+049A-U+04A1 in Sans to match U+0416,
1514+ U+041A, U+0436 and U+043A (by Gee Fung Sit)
1515+- Mathematical Operators in Sans: changed U+22C0-U+22C1 to match
1516+ other n-ary operators, adjusted U+2203-U+2204, changed U+2220 in
1517+ Sans to match the style of U+2221 (by Gee Fung Sit)
1518+- added U+1401, U+1403-U+1406, U+140A, U+140B, U+1426, U+142F,
1519+ U+1431-U+1434, U+1438, U+1439, U+1449, U+144A, U+144C,
1520+ U+144E-U+1451, U+1455, U+1456, U+1466, U+146B, U+146D-U+1470,
1521+ U+1472, U+1473, U+1483, U+1489, U+148B-U+148E, U+1490, U+1491,
1522+ U+14A1, U+14A3, U+14A5-U+14A8, U+14AA, U+14AB, U+14BB, U+14C0,
1523+ U+14C2-U+14C5, U+14C7, U+14C8, U+14D0, U+14D3, U+14D5-U+14D8,
1524+ U+14DA, U+14DB, U+14EA, U+14ED, U+14EF-U+14F2, U+14F4, U+14F5,
1525+ U+1405, U+1526, U+1528-U+152B, U+152D, U+152E, U+153E,
1526+ U+1542-U+1544, U+1546-U+154D, U+1550, U+1553, U+1555-U+155A,
1527+ U+1567, U+156A, U+157C, U+157F-U+1585, U+158A-U+158D,
1528+ U+158F-U+1596, U+15A0-U+15A6, U+15DE, U+15E1, U+166E-U+1676 to
1529+ Sans (by Eugeniy Meshcheryakov)
1530+- re-enabled Latin ligatures fi, ffi, fl, ffl and ff in Sans
1531+ (by Ben Laenen)
1532+- made italic shape for U+436, U+44A, U+44B, U+44C, U+44E, U+45F,
1533+ U+463 in SerifOblique and SerifBoldOblique (by Andrey V. Panov)
1534+- fixed sub- and superscript metrics in Condensed Sans (bug #8848)
1535+ (by Ben Laenen)
1536+- added U+474, U+475 in Serif (by Andrey V. Panov)
1537+- hinted Greek glyphs U+03B7, U+30B8, U+03B9, U+03C1, U+03C3,
1538+ U+03C6 in Mono Book (by Ben Laenen)
1539+
1540+Changes from 2.10 to 2.11
1541+
1542+- added instructions for Hebrew glyphs (Sans Book, by Eugeniy
1543+ Meshcheryakov)
1544+- changed U+01A6 (Latin Yr) after bug #8212, in Sans, Serif and
1545+ Sans Mono fonts (by Denis Jacquerye).
1546+- removed instruction for U+2600-U+26A1 (by Mederic Boquien)
1547+- added U+202F and set width of U+00A0 (nobreakingspace) to the
1548+ same as U+0020, space (by Denis Jacquerye).
1549+- added and improved instructions for various Cyrillic letters
1550+ (by Eugeniy Meshcheryakov)
1551+- Changed U+416, U+42F, U+427 (non-Bold), U+436, U+447 (non-Bold),
1552+ U+44F, U+437 (Bold), corrected U+40F, U+414, U+424, U+426, U+429,
1553+ U+434, U+438 (Bold), U+446, U+449, U+44D (non-Bold), U+45F in
1554+ Sans Mono (by Andrey V. Panov)
1555+- made small corrections to Cyrillic, most appreciable to U+409,
1556+ U+413, U+41B, U+427 and U+433, U+434, U+43B, U+447, U+459
1557+ (upright fonts) to Serif (by Andrey V. Panov)
1558+- adjusted bearings of U+410, U+416, U+41A, U+42F, U+436, U+43A,
1559+ U+443, U+44F in Serif (by Andrey V. Panov)
1560+- enlarged width of U+44A, U+44B, U+44C, U+463 in Serif
1561+ (by Andrey V. Panov)
1562+- added ligature "iacute" as "afii10103" (U+456) "acutecomb" in
1563+ Serif (by Andrey V. Panov)
1564+- made italic shape to U+446, U+448, U+449 in Serif (by Andrey V.
1565+ Panov)
1566+- added "afii10831" (U+F6C7), "afii10832" (U+F6C8) in Serif (by
1567+ Andrey V. Panov)
1568+- new minimum version of fontforge is 20061014 (by Ben Laenen)
1569+
1570+Changes from 2.9 to 2.10:
1571+
1572+- added U+0242, U+024A-U+024B, U+024E-U+024F, U+037C-U+037D, U+0E3F,
1573+ U+1D2C-U+1D2E, U+1D30-U+1D42, U+1D5D-U+1D6A, U+1D78, U+1DB8,
1574+ U+2090-U+2094, U+20D0-U+20D1, U+2C60-U+2C66, U+2C6B-U+2C6C, U+2C74 and
1575+ U+FB29 to Sans (by Gee Fung Sit)
1576+- added Lao glyphs : U+0E81-0E82, U+E084, U+0E87-0E88, U+0E8A, U+0E8D,
1577+ U+0E94-0E97, U+0E99-0E9F, U+0EA1-0EA3, U+0EA5, U+0EA7, U+0EAA-0EAB,
1578+ U+0EAD-0EB9, U+0EBB-0EBD, U+0EC0-0EC4, U+0EC6, U+0EC8-0ECD, U+0EDC-0EDD
1579+ (by Remy Oudompheng)
1580+- fixed U+0193 not showing in Windows (bug #7897) (by Ben Laenen)
1581+- changes to U+222B-222D in Sans Mono (by Remy Oudompheng)
1582+- ported the three remaining currency symbols from Arev (U+20B0,
1583+ U+20B2-U+20B3), and replaced one (U+20AF) in Sans (by Lars Naesbye
1584+ Christensen)
1585+- corrected U+20A5 in Sans (by Gee Fung Sit)
1586+- merged Double-Struck Letters from Arev: U+2102, U+210D, U+2115,
1587+ U+2119-U+211A, U+2124, U+213C-U+2140 (by Gee Fung Sit)
1588+- added U+2308-U+230B and U+2329-U+232A to Sans Mono and Serif faces,
1589+ fixed incorrect direction of U+2329 in Sans faces, and improved
1590+ U+2308-U+230B in Sans faces per Ben Laenen's suggestions (by David
1591+ Lawrence Ramsey)
1592+- added U+06D5 and final form of it (needed for Kurdish) (by Ben Laenen)
1593+- added two special glyphs U+F000 and U+F001 in Sans Book that show the
1594+ current ppem size (horizontal and vertical) (by Ben Laenen)
1595+- added U+2318 and U+2325 to Sans Mono faces, based on the Sans versions
1596+ (by David Lawrence Ramsey)
1597+- added U+2B14-U+2B1A to all faces except Sans ExtraLight (by David
1598+ Lawrence Ramsey)
1599+- respaced all Geometric Shapes characters in Serif faces to match those
1600+ in Sans faces again, respaced U+23CF in Sans, Sans ExtraLight, and
1601+ Serif faces to match U+25A0 (or Sans in Sans ExtraLight's case) again,
1602+ and respaced U+2B12-U+2B13 in Sans and Serif faces to match U+25A1
1603+ again (by David Lawrence Ramsey)
1604+- corrected width of Modifier Small Letters U+1D43-1D5B in Sans Oblique
1605+ and U+1D9B-U+1DBF in Sans Oblique and Sans Bold Oblique (by Gee Fung Sit)
1606+- added a bunch of glyphs to Sans ExtraLight (see SVN for details) (by
1607+ Gee Fung Sit)
1608+- adjusted Cyrillic descenders in Sans ExtraLight to sync with Sans (by
1609+ Gee Fung Sit)
1610+- added U+0242, U+0245 to Serif (by Gee Fung Sit)
1611+- replaced the SHPIX routines which gave them bad spacing at certain
1612+ sizes in FreeType for A, V, Z, v and z in Sans Bold (by Ben Laenen)
1613+
1614+Changes from 2.8 to 2.9:
1615+
1616+- DejaVuSansExtraLight.sfd: changed family name from "DejaVu Sans" to
1617+ "DejaVu Sans Light" (in case we add a Light weight variant), so legacy
1618+ apps that understand only 4 styles are happy. (by Denis Jacquerye)
1619+- added Name ID 16, aka preferred family name, and Name ID 17, aka
1620+ preferred style name, so contemporary apps that understand more that 4
1621+ styles can use big fonts families "DejaVu Sans" and "DejaVu Serif". For
1622+ those, Extralight and Condensed are just styles not different families.
1623+ (by Denis Jacquerye)
1624+- added U+22B6-22BD, U+22C0-22C1, U+22D6-22D7 to Sans. (by Remy Oudompheng)
1625+- added U+037B, U+2184, U+2C67-U+2C6A and U+2C75-U+2C77 to Sans (by Gee
1626+ Fung Sit)
1627+- adjusted asteriskmath (U+2217) for consistency with other mathematical
1628+ operators in Sans (by Ben Laenen)
1629+- hinted some Armenian capitals in Sans Book (by Ben Laenen)
1630+- added U+0246 - U+0249 (by Ben Laenen)
1631+- BUGFIX : swapped U+224E and U+224F, in Sans, Sans Condensed and Sans Mono
1632+ (by Remy Oudompheng)
1633+- adjusted U+20B5 (by Mederic Boquien)
1634+- swapped U+21DA and U+21DB which were in wrong order (by Heikki Lindroos)
1635+- added U+222E-2233, U+239B-23AD, U+2A00-2A02, U+2A0F-2A1C to Sans (by Remy
1636+ Oudompheng)
1637+- added U+239B-23AD to Mono (by Remy Oudompheng)
1638+- added U+2024-2025 to Serif (by Mederic Boquien)
1639+- added U+222C-222D, U+2A0C-2A0E to Serif (by Remy Oudompheng)
1640+- added U+2190-21FF to Mono (by Heikki Lindroos)
1641+- added Hebrew glyphs - U+05B0-U+05BD, U+05BF-U+05C3, U+05C6, U+05C7,
1642+ U+05D0-U+05EA, U+05F0-U+05F2, U+FB1F, U+FB20, U+FB2A-U+FB36,
1643+ U+FB38-U+FB3C, U+FB3E, U+FB40, U+FB41, U+FB43, U+FB44, U+FB46-U+FB4E (by
1644+ Gee Fung Sit and Eugeniy Meshcheryakov)
1645+- adjustments for Cyrillic in Sans (by Andrey V. Panov)
1646+- made italic shape for U+0434, U+0456, U+0457 in SerifOblique and Serif
1647+ Bold Oblique (by Andrey V. Panov)
1648+
1649+Changes from 2.7 to 2.8:
1650+
1651+- fixed instructions for U+0423, U+0427, U+0447, U+0448 in Serif, so they
1652+ look good at large sizes too (by Eugeniy Meshcheryakov)
1653+- added U+FB00 and U+FB03 to U+FB06 to Serif typefaces (by Heikki Lindroos)
1654+- added U+26B0-U+26B1, U+2701-U+2704, U+2706-U+2709, U+270C-U+2727, U+2729
1655+ to U+274B, U+274D, U+274F to U+2752, U+2756, U+2758-U+275E, U+2761 to
1656+ U+2775 (by Heikki Lindroos)
1657+- added and improved instructions for Cyrillic letters in Mono and Serif
1658+ (Book, by Eugeniy Meshcheryakov)
1659+- rotated U+26B0 (was too small in mono) (by Gee Fung Sit)
1660+- adjusted U+1EDA-U+1EDD, U+1EE8-U+1EEB, capitals using capital specific
1661+ accent and moved diacritics to match position on U+00F2 (ograve), etc.
1662+ (by Denis Jacquerye)
1663+- added U+20D6, U+20D7 to Sans (by Gee Fung Sit)
1664+- made Armenian ligatures discretionary since the Firefox ligature problem
1665+ still isn't fixed (by Ben Laenen)
1666+- moved Armenian hyphen U+058A to a higher position (bug #7436) (by Ben
1667+ Laenen)
1668+- hinted Greek glyphs in Sans Bold (by Ben Laenen)
1669+- enabled Arabic lam-alif ligatures when diacritics are used (by Ben Laenen)
1670+
1671+Changes from 2.6 to 2.7:
1672+
1673+- added glyphs needed for Kurdish: U+0695, U+06B5, U+06C6, U+06CE and their
1674+ init/medi/fina forms in Sans (by Ben Laenen)
1675+- added U+02CD, U+01F8 - U+01F9, U+1E3E - U+1E3F, U+1E30 - U+1E35, U+1EBC -
1676+ U+1EBD, U+1EF8 - U+1EF9 (includes glyphs needed for Yoruba, Maori, Guarani
1677+ and Twi) (by Ben Laenen)
1678+- added U+22C8-22CC, U+29CE-29D5, U+2A7D-2AA0, U+2AAE-2ABA, U+2AF9-2AFA to
1679+ Sans (by Remy Oudompheng)
1680+- adjusted diacritics on Vietnamese, Pinyin and other characters:
1681+ U+01A0-U+01A1, U+01AF-U+01B0, U+01D5-U+01DC, U+01DE-01E1, U+01FA-U+01FB
1682+ U+022A-U+022D, U+0230-U+0231, U+1E14-U+1E17, U+1E4C-U+1E53, U+1E78-U+1E7B,
1683+ U+1EA4-U+1EF1 in Sans (Book, Bold and Oblique) (by Denis Jacquerye)
1684+- added basic arrows U+2190-U+2193 in Serif, which completes MES-1 compliance
1685+ for Serif (by Ben Laenen)
1686+- added U+01E4, U+01E5, U+01FA, U+01FB, U+02BD, U+02C9 and U+02EE to Serif
1687+ (by Ben Laenen)
1688+- fixed U+0209 in Serif Bold Oblique (by Ben Laenen)
1689+- adjusted Box Drawing block characters U+2500-257F in Mono to fit character
1690+ cell, shifting them up by 416 (Denis Jacquerye)
1691+- redid U+0194 in Sans (by Ben Laenen)
1692+- added U+2217-2218, U+2295-22A1 to Mono (by Remy Oudompheng)
1693+- added U+0462 to Serif (by Andrey V. Panov)
1694+- added U+226C, U+228C-228E, U+2293-2294, U+22F2-22FF to Sans (by Remy
1695+ Oudompheng)
1696+- adjusted U+2208-220D in Sans (by Remy Oudompheng)
1697+- improved some Cyrillic glyphs in Mono (by Andrey V. Panov), rewritten
1698+ instructions for changed glyphs (by Eugeniy Meshcheryakov)
1699+- added U+1E0E-1E0F, U+1E8E-1E8F to Mono fonts (by Denis Jacquerye). (bug
1700+ #7166)
1701+- renamed 'Dotabove' to 'Dotaccent' in Mono Sans Oblique to match other fonts
1702+ (by Denis Jacquerye).
1703+- added U+200B-U+200F in Sans faces and Serif faces, U+200B and U+200C were
1704+ in Sans already (by Lars Naesbye Christensen)
1705+- added U+2601-U+262F, U+263D, U+263E, U+2648-U+265F, U+2668, U+2670-U+268B,
1706+ U+2690-U+269C, U+26A0, U+26A1, U+2794, U+2798-U+27AF, U+27B1-U+27BE to Mono
1707+ (by Heikki Lindroos)
1708+- replaced the references with unshifted ones for both κ U+03BA and к U+043A
1709+ in Mono Book (by Denis Jacquerye)
1710+- fixing glyph for U+04ED in Mono Book, consisted only of dieresis (by Andrey
1711+ V. Panov).
1712+
1713+Changes from 2.5 to 2.6:
1714+
1715+- redid U+2032 - U+2037, U+2057 based on Arev in Sans (by Gee Fung Sit)
1716+- added U+0195, corrected U+039E, U+204B in Sans ExtraLight (by Gee Fung Sit)
1717+- added instructions for some Cyrillic letters in Sans Bold (by Eugeniy
1718+ Meshcheryakov)
1719+- added vulgar fractions U+2153-U+215F for Serif, made with references (by
1720+ Lars Naesbye Christensen)
1721+- added U+228F-2292, U+2299-22AF, U+22B2-22B5, U+22CD, U+22D8-22ED to Sans
1722+ (by Remy Oudompheng)
1723+- added U+2208-220D, U+2238-223D, U+2278-2281, U+228A-228B, U+228F-2292,
1724+ U+22CD, U+22DA-22E9 to Mono (by Remy Oudompheng)
1725+- fixed misplaced dot in U+2250 in Mono (by Remy Oudompheng)
1726+- added instructions for some Cyrillic letters in Mono Book and Bold(by
1727+ Eugeniy Meshcheryakov)
1728+- minor changes to U+2241, U+2261-2263, U+22A4, U+22A5 in Sans (by Remy
1729+ Oudompheng)
1730+- added hinting instructions to lowercase Armenian glyphs in Sans Book (by
1731+ Ben Laenen)
1732+- changed U+2208, U+220B to match U+2209 and U+220C in Sans Bold (by Remy
1733+ Oudompheng)
1734+- added Braille patterns U+2800-U+28FF to Sans (by Mederic Boquien)
1735+- added instructions for some Cyrillic letters in Serif Book (by Eugeniy
1736+ Meshcheryakov)
1737+- renamed BoldOblique fonts to Bold Oblique in TTF Name as originally in
1738+ Bitstream Vera fonts (by Denis Jacquerye)
1739+- added hinting instructions to some Latin-B Extended and IPA characters in
1740+ Sans Book (by Denis Jacquerye and Ben Laenen)
1741+- adjusted bearings, replaced diacritics, hinted hook and horn for
1742+ Vietnamese in Sans Book (by Denis Jacquerye)
1743+- made FAX, TM, TEL, etc. discritionary ligatures in Sans and Serif fonts
1744+ (by Denis Jacquerye)
1745+- removed ligatures of precomposed characters in Sans and Serif fonts (by
1746+ Denis Jacquerye)
1747+- added U+F208, U+F20A, U+F215-F217, U+F21A-F21B, U+F25F in PUA (from SIL's
1748+ PUA, probably in Unicode 5.0): U+0243, U+0244, U+0245, U+024C, U+024D,
1749+ U+2C64, (U+2C6D), (U+2C71)
1750+- modified some glyphs in Serif Oblique to make them more italic (by Denis
1751+ Jacquerye)
1752+
1753+Changes from 2.4 to 2.5:
1754+
1755+- fixed excessive kerning bug that occurs with Pango (by Denis Jacquerye)
1756+- added U+20AF to Sans and Serif (by Lars Naesbye Christensen)
1757+- regenerated Condensed faces (by Ben Laenen)
1758+- added U+035C-U+035D to Sans, fixed U+0361 (by Denis Jacquerye)
1759+- integrated 255 characters from Arev fonts: Latin Extended-B, Spacing
1760+ Modifiers, Combining Diacritical Marks, Cyrillic, Cyrillic supplement,
1761+ General Punctuation, Letterlike Symbols, Arrows, Mathematical Operators,
1762+ Miscellaneous Technical, Dingbats, Alphabetic Presentation Forms (by Denis
1763+ Jacquerye)
1764+- added basic Cyrillic and basic Greek to Sans ExtraLight (by Denis Jacquerye)
1765+- added U+0498, U+049A, U+04AA, U+04AB, U+04AF to Serif (by Eugeniy
1766+ Meshcheryakov)
1767+- added U+0494, U+0495, U+0498, U+0499, U+04AA, U+04AB, U+04C3, U+04C4,
1768+ U+04C7, U+04C8 to Mono (by Eugeniy Meshcheryakov)
1769+- adjusted weight of U+0256, U+0257, U+0260, U+0272, U+0273, U+0277, U+029B,
1770+ U+02A0 and modifed U+028B and U+027A in Mono (by Denis Jacquerye)
1771+- added U+2000-200A to Mono (by Denis Jacquerye)
1772+- added vulgar fractions U+2153 - U+215F to Mono (by Gee Fung Sit)
1773+- adapted metrics of Arabic glyphs so they stay above cut-off height in Sans
1774+ (by Ben Laenen)
1775+- fixed mkmk anchors for Arabic diacritics so they stack properly in Sans (by
1776+ Ben Laenen)
1777+- fixed weight of lowercase upsilon in Sans Bold, make small adjustment to
1778+ lowercase omega in Sans (by Ben Laenen)
1779+- added U+210E (by Mederic Boquien)
1780+- unslanted U+2201, U+221B and U+221C in Sans Oblique (by Mederic Boquien)
1781+- added several mathematical relation symbols to Sans and Mono (U+2241-224C,
1782+ U+2250-2255, U+2260-2269, U+226E-2277, U+2282-2287) modified U+223C to match
1783+ other tildes, and U+2282-2284 to have the same shape. (by Remy Oudompheng)
1784+- made U+2234-U+2237 refer to U+2219 instead of U+00B7 in Sans (by Mederic
1785+ Boquien)
1786+- added U+2238-223B, U+226A-226B, U+2278-2281, U+2288-228B to Sans (by Remy
1787+ Oudompheng)
1788+- unslanted and changed reference of U+22C5 from U+00B7 to U+2219 in Sans (by
1789+ Mederic Boquien)
1790+- added U+224D-225F, U+226D, U+22C6 to Sans and unslanted U+2219 in Sans
1791+ Oblique. (by Remy Oudompheng)
1792+- added U+224D-225F, U+226D to Mono, shifted U+2266-2269 higher upwards and
1793+ unslanted U+2219 in Oblique. (by Remy Oudompheng)
1794+- merged Coptic glyphs from Arev 0.2 (by Lars Naesbye Christensen)
1795+- fixed and adjusted various Cyrillic glyphs in Serif (by Andrey V. Panov)
1796+- made fi, fl... ligatures discretionary ligatures (by Ben Laenen)
1797+
1798+Changes from 2.3 to 2.4:
1799+
1800+- added U+04A2, U+04A3, U+04AC - U+04AF, U+04BA, U+04BB, U+04C0 -
1801+ U+04C2, U+04CB, U+04CD, U+04D8 - U+04DF, U+04E2 - U+04E5, U+04E8 - U+04F5,
1802+ U+04F6 - U+04F9 to Mono (by Eugeniy Meshcheryakov)
1803+- added U+048C, U+048D, U+0494, U+0495, U+049E - U+04A7, U+04AC -
1804+ U+04AE, U+04B4- U+04B7, U+04BA, U+04BB, U+04C0 - U+04C4, U+04C7, U+04C8,
1805+ U+04CB, U+04CC, U+04D8 - U+04DF, U+04E2 - U+04E5, U+04EC - U+04F9 to Serif
1806+ (by Eugeniy Meshcheryakov)
1807+- added U+2134 to Sans (by Gee Fung Sit)
1808+- added U+2080 - U+2089 to all faces (by Gee Fung Sit)
1809+- several minor corrections to Sans (by Gee Fung Sit)
1810+- major corrections to Sans Condensed (by Gee Fung Sit)
1811+- corrected Superscripts and Subscripts in Sans (by Gee Fung Sit)
1812+- corrected anchors of U+0316-U+0319 (by Denis Jacquerye)
1813+- Verajja integrated (by Stepan Roh)
1814+- copied U+2328, U+2600, U+2639-U+263C, U+263F-U+2647, U+2660-U+2667,
1815+ and U+2669-U+266F from Sans to Serif, and copied scaled-down versions of
1816+ them to Sans Mono (by David Lawrence Ramsey)
1817+- added U+20B4 to all faces (by Eugeniy Meshcheryakov)
1818+- added more minor positional adjustments to U+2638 in all faces to
1819+ match the other miscellaneous symbols in Verajja, and rescale it in Sans
1820+ Mono so that it looks better (by David Lawrence Ramsey)
1821+- added U+2242, U+2243 and U+22A4 (by Mederic Boquien)
1822+- corrected U+2245 in Sans (by Mederic Boquien)
1823+- added U+0221, U+0234-0236 (by Denis Jacquerye)
1824+- added in Arabic block to Sans: U+060C, U+0615, U+061B, U+061F, U+0621
1825+- U+063A, U+0640 - U+0655, U+0660 - U+066F, U+0679 - U+0687, U+0698, U+06A1,
1826+ U+06A9, U+06AF, U+06BA, U+06BF, U+06CC, U+06F0 - U+06F9 (by Ben Laenen)
1827+- added in Arabic Presentation Forms A to Sans: U+FB52 - U+FB81, U+FB8A
1828+- U+FB95, U+FB9E - U+FB9F, U+FBE8 - U+FBE9, U+FBFC - U+FBFF (by Ben Laenen)
1829+- added complete Arabic Presentation Forms B to Sans: U+FE70 - U+FE74,
1830+ U+FE76 - U+FEFC, U+FEFF (by Ben Laenen)
1831+- added complete Greek Extended block to Mono (by Ben Laenen)
1832+- modified Greek capitals with tonos in Mono (by Ben Laenen)
1833+- added U+01C4-01CC, U+01D5, U+01DE, U+01E0-U+01E1, U+01E6-U+01E9,
1834+ U+01EE-U+01F5, U+01F8-U+0217, U+021E-U+021F, U+0226-U+022A, U+022C to Serif
1835+ (by Denis Jacquerye)
1836+- adjusted U+043B and U+044F in Serif (by Denis Jacquerye)
1837+- added U+2000-U+200A (by Denis Jacquerye)
1838+- added U+1E00-U+1E0B, U+1E0E-U+1E11, U+1E14-U+1E1C, U+1E1E-U+1E23,
1839+ U+1E26-U+1E2D, U+1E30-U+1E35, U+1E3A-U+1E3B, U+1E3E-U+1E40, U+1E48-U+1E49,
1840+ U+1E50-U+1E56, U+1E58-U+1E59, U+1E5E-U+1E60, U+1E68-U+1E6B, U+1E6E-U+1E6F,
1841+ U+1E72-U+1E7D, U+1E86-U+1E9B, U+1EA0-U+1EA3, U+1EAC-U+1EB7, U+1EBA-U+1EBD,
1842+ U+1EC6-U+1ECF, U+1ED8-U+1ED9, U+1EE6-U+1EE7, U+1EF4-U+1EF9 to Serif (by
1843+ Denis Jacquerye)
1844+- added U+048E, U+048F, U+049C-U+049F, U+04B8, U+04B9, U+04BC-U+04BF,
1845+ U+04C3, U+04C4 to Sans (by Eugeniy Meshcheryakov)
1846+- added DejaVu Sans Extra Light (by Denis Jacquerye)
1847+- Adjusted underline position for (hopefully) improved legibility in
1848+ Sans, Serif, Mono (Tim May)
1849+- added auto-generated DejaVu LGC (by Stepan Roh)
1850+
1851+Changes from 2.2 to 2.3:
1852+
1853+- fixed bug U+042B and U+044B behave badly in Sans Bold or Oblique (by
1854+ Keenan Pepper)
1855+- added and improved TrueType instructions and related settings (by
1856+ Keenan Pepper)
1857+- added U+04D0-U+04D7, U+04E6, U+04E7 to Mono (by Eugeniy Meshcheryakov)
1858+- added U+048A - U+048D, U+0498, U+0499, U+04AA, U+04AB, U+04B0, U+04B1,
1859+ U+04C0, U+04C9, U+04CA, U+04CE, U+04CD, U+04DA, U+04DB, U+04DE, U+04DF,
1860+ U+04E2 - U+04E5, U+04EC - U+04F8, U+04F9 to Sans (by Eugeniy Meshcheryakov)
1861+- added U+04E0, U+04E1 to all faces (by Eugeniy Meshcheryakov)
1862+- added Greek Extended to Sans and Serif: U+1F00-U+1F15, U+1F18-U+1F1D,
1863+ U+1F20-U+1F45, U+1F48-U+1F4D, U+1F50-U+1F57, U+1F59, U+1F5B, U+1F5D,
1864+ U+1F5F-U+1F7D, U+1F80-U+1FB4, U+1FB6-U+1FC4, U+1FC6-U+1FD3, U+1FD6-U+1FDB,
1865+ U+1FDD-U+1FEF, U+1FF2-U+1FF4, U+1FF6-U+1FFE (by Ben Laenen)
1866+- added Greek variant letterforms, archaic letters and symbols to Mono:
1867+ U+03D0-U+03E1, U+03F0-U+03FF (by Ben Laenen)
1868+- added Armenian block and Armenian ligatures to Sans (U+0531 - U+0556,
1869+ U+0559 - U+055F, U+0561 - U+0587, U+0589 - U+058A, U+FB13 - U+FB17) (by Ben
1870+ Laenen)
1871+- redid some Greek characters in Sans and Mono to make them look better
1872+ and to correct some errors (by Ben Laenen)
1873+- added U+27E0 to all faces (by David Lawrence Ramsey)
1874+- added underscore (U+005F) consistency fixes: extended the Sans Mono
1875+ and Sans Mono Oblique underscores to touch both horizontal edges, and
1876+ reduced the height of the Sans Bold Oblique underscore to match the Sans
1877+ Bold underscore (by David Lawrence Ramsey)
1878+- added underscore (U+005F) derivatives and consistency fixes for them:
1879+ made U+0332 a reference to underscore at Denis Jacquerye's suggestion; made
1880+ U+0333 two references to underscore; made U+033F two references to U+203E;
1881+ added U+2017 as two references to underscore, and made U+0333 a reference to
1882+ it; and added U+203E as a reference to underscore, and made U+0305 a
1883+ reference to it (by David Lawrence Ramsey)
1884+- added U+201B, U+2220, U+2320-U+2321, U+23AE, U+23CF, all remaining
1885+ Geometric Shapes glyphs (U+25A0-U+25C9, U+25CB-U+25D7, U+25D9-U+25E5,
1886+ U+25E7-U+25FF), and U+2B12-U+2B13 to all faces (by David Lawrence Ramsey)
1887+- added minor positional adjustments to U+2638 in all faces (by David
1888+ Lawrence Ramsey)
1889+- added U+201F to Sans Mono and Serif faces (by David Lawrence Ramsey)
1890+- added U+01B7, U+01F6, U+0464 - U+0465, U+2160 - U+2180, U+2183,
1891+ U+220A, U+220D, U+2329, U+232A, U+2422, U+27E8 - U+27EB, U+2680 - U+2685 to
1892+ Sans (by Gee Fung Sit ???)
1893+- added U+2116 to Sans and Serif (by Gee Fung Sit)
1894+- changed florin sign U+0192 in Sans (by Gee Fung Sit)
1895+- added anchor points to some glyphs (by Denis Jacquerye)
1896+- adjusted height of IPA superscripts U+02B0-02B8, U+02C0-02C1,
1897+ U+02E0-02E4, U+207F to match with height of U+00B2 (by Denis Jacquerye)
1898+- added U+0184-U+0185, U+019C, U+019F, U+01A0-U+01A3, U+01A6, U+01AA,
1899+ U+01AF-U+01B0, U+01B2-U+01B4, U+01B7-U+01B8, U+01BC-U+01BC, U+0224-U+0225,
1900+ U+023A-U+0240, U+1D16-U+1D17, U+1D1D-U+1D1E, U+1D43-U+1D5B, U+1D7B,
1901+ U+1D85,U+1D9B-1DB7, U+1DB9-U+1DBF, U+20A6 to all fonts (by Denis Jacquerye)
1902+- added added U+0182, U+018B, U+018E, U+01A0-U+01A1, U+01B1, U+01B9,
1903+ U+01C0-U+01C3, U+0238-U+0239, U+1D02, U+1D08-U+1D09, U+1D14, U+1D1F, U+1D77
1904+ to Serif and Mono (by Denis Jacquerye)
1905+- added U+0181, U+0183, U+0187-U+0188, U+018A-U+018F, U+0191, U+0193,
1906+ U+0195-U+019B, U+019D-U+019E, U+01A4-U+01A5, U+01AC-U+01AE, U+01B5-U+01B6,
1907+ U+01B9, U+01BB, U+01F6 to Serif (by Denis Jacquerye)
1908+- added U+0181, U+0187-U+0188, U+018A, U+018D, U+018F, U+0191, U+0193,
1909+ U+0195-U+019F, U+01A4-01A5, U+01AC-01AD, U+01B5-U+01B6, U+1BB, U+01F6,
1910+ U+01D7-U+01DC, U+0238-U+0239, U+0241 to Mono (by Denis Jacquerye)
1911+- added to Mono and Serif (by Denis Jacquerye)
1912+
1913+Changes from 2.1 to 2.2:
1914+
1915+- reworked the vertical orientation of the Blocks Elements characters
1916+ in all faces to remove their overly large descenders, in order to fix
1917+ problems with e.g. terminal emulators (by David Lawrence Ramsey)
1918+- copied bullet in Sans faces to Serif faces for consistency (by David
1919+ Lawrence Ramsey)
1920+- added U+2023, U+25D8, U+25E6, and U+29EB to all faces (by David
1921+ Lawrence Ramsey)
1922+- added U+1EB8, U+1EB9, U+1ECA - U+1ECD, U+1EE4, U+1EE5 (by Tim May)
1923+- added U+01DD, U+02BE, U+02BF, U+02D3 to all, changed U+02D2 in
1924+ non-Condensed and U+1EE5 in Serif (by Tim May)
1925+- fixed U+01CE, replacing wrong circumflex by caron (by Denis Jacquerye)
1926+- added anchor points to some glyphs (by Denis Jacquerye)
1927+- added U+20B5 (by Denis Jacquerye)
1928+- added U+0181 - U+0183, U+0187, U+0188, U+018A - U+018D, U+0191,
1929+ U+0193, U+0195 - U+019B, U+019D, U+019E, U+01A4, U+01A7 - U+01A9, U+01AB -
1930+ U+01AE, U+01B1, U+01B5, U+01B6, U+01BB, U+01C0 - U+01C3, U+01F1 - U+01F3,
1931+ U+0238, U+0239, U+1D02, U+1D08, U+1D09, U+1D14, U+1D1F, U+1D77, U+2103,
1932+ U+2126, U+2127, U+212A, U+212B, U+2132, U+214B, U+2210, U+2217, U+2218,
1933+ U+2A0C - U+2A0E, U+FB00, U+FB03 and U+FB04 to Sans (by Gee Fung Sit)
1934+- added U+01A9, U+01C3 and U+2126 to Mono and Serif (by Gee Fung Sit)
1935+- adjusted bearings of U+028B in Sans (by Gee Fung Sit)
1936+- added U+018F, U+0494-U+0497, U+04A0-U+04A7, U+04AC-U+04AF,
1937+ U+04B4-U+04B7, U+04BA-U+04BB, U+04C1-U+04C2, U+04C5-U+04C8, U+04CB-U+04CC,
1938+ U+04D0-U+04D9, U+04DC-U+04DD, U+04E6-U+04EB to Sans (by Eugeniy
1939+ Meshcheryakov)
1940+- replaced with references U+0391-U+0393, U+0395-U+0397, U+0399, U+039A,
1941+ U+039C, U+039D, U+039F-U+03A1, U+03A4, U+03A5, U+03A7, U+03BF, U+03DC,
1942+ U+0405, U+0406, U+0408, U+0410, U+0412, U+0415, U+0417, U+041A,
1943+ U+041C-U+041E, U+0420-U+0422, U+0425, U+0430, U+0435, U+043E, U+0440,
1944+ U+0441, U+0443, U+0445, U+0455-U+0458 in Serif and Mono (by Eugeniy
1945+ Meshcheryakov)
1946+- added U+04D0-U+04D7, U+04E6-U+04EB to Serif (by Eugeniy Meshcheryakov)
1947+- added U+212A and U+212B to the rest of the faces (by Lars Naesbye
1948+ Christensen)
1949+- added U+2318 and U+2325 to Sans and Serif (by Lars Naesbye Christensen)
1950+- added and improved TrueType instructions and related settings (by
1951+ Keenan Pepper)
1952+- completed basic Greek alphabet: added U+0374-U+0375, U+037A, U+037E,
1953+ U+0384-U+038A, U+038C, U+038E-U+0390, U+03AC-U+03BF, U+03C1-U+03CE (by Ben
1954+ Laenen)
1955+- added U+2070 and U+2074-U+2079 (by Mederic Boquien)
1956+
1957+Changes from 2.0 to 2.1:
1958+
1959+*** Be aware that names of some TTF files changed since version 2.0. ***
1960+
1961+- added U+0323, U+1E0C, U+1E0D, U+1E24, U+1E25, U+1E36 - U+1E39, U+1E42,
1962+ U+1E43, U+1E46, U+1E47, U+1E5A - U+1E5D, U+1E62, U+1E63, U+1E6C, U+1E6D,
1963+ U+1E7E, U+1E7F (by Tim May)
1964+- fixed bug where GNOME applications used Mono Bold Oblique instead of
1965+ Mono Oblique (by Keenan Pepper)
1966+- added and improved TrueType instructions and related settings (by
1967+ Keenan Pepper)
1968+- added U+1E41, U+1E57, U+1E61 (by Sander Vesik)
1969+- added U+0189, U+0309, U+0313, U+0314, U+031A, U+031B, U+0327, U+0328,
1970+ U+032B, U+0333, U+033C (by Denis Jacquerye)
1971+- adjusted and fixed U+0186, U+0254, U+0291, U+0316 - U+0319, U+031C -
1972+ U+0320, U+0323 - U+0326, U+0329 - U+032A, U+032C - U+0332, U+0339 - U+033B,
1973+ U+033E, U+033F (by Denis Jacquerye)
1974+- fixed U+1E12, U+1E3C, U+1E4A, U+1E70 to have normal below diacritics
1975+ (by Denis Jacquerye)
1976+- fixed U+1E82, U+1E84 and U+1EF2 to have uppercase above diacritics (by
1977+ Denis Jacquerye)
1978+- added anchor points to some glyphs (by Denis Jacquerye)
1979+- dropped "-Roman" from font names - affects both internal TTF names and
1980+ names of generated files (by Stepan Roh)
1981+- attempt to fix bug Vertical spacing too big for Mono by exchanging
1982+ LineGap and OS2TypoLinegap values (proofed by Stefan Rank)
1983+- added Greek capitals U+0391 - U+03A1, U+03A3 - U+03A9, U+03AA, U+03AB
1984+ in Mono (by Ben Laenen)
1985+- added the per ten thousand sign U+2031 (by Mederic Boquien)
1986+- added U+2207, U+221D, U+221F, U+2227 - U+222A, and U+2261 (by David
1987+ Lawrence Ramsey)
1988+- new logo (by Gee Fung Sit)
1989+- added U+0180, U+018E, U+201F, U+2024, U+2025, U+203D, U+2200, U+2203,
1990+ U+2213, U+222C, U+222D, U+2263 to Sans (by Gee Fung Sit)
1991+
1992+Changes from 1.15 to 2.0:
1993+
1994+- "Italized" basic glyphs in all Serif Oblique and their Condensed faces
1995+ (by David Jez)
1996+- added and improved TrueType instructions and related settings (by Keenan
1997+ Pepper)
1998+- added anchor points to some glyphs (by Denis Jacquerye)
1999+- many new spacing and combining accents (by Denis Jacquerye)
2000+- smart substitutions for transforming i and j to dottless form and for
2001+ using uppercase diacritics (by Denis Jacquerye)
2002+- fixed remaining erroneously slanted characters in Serif Oblique faces (by
2003+ David Lawrence Ramsey)
2004+- copied bullet in Sans faces to Sans Oblique faces for consistency (by
2005+ David Lawrence Ramsey)
2006+- added U+203C and U+2047-U+2049 (by David Lawrence Ramsey)
2007+- added Greek glyphs to Serif (by Ben Laenen, Condensed merge by David Jez)
2008+- fixed bug LTR glyphs behaving like RTL (by Ben Laenen)
2009+- fixed wrong glyph directions (by David Jez)
2010+- fixed repositioned accents in Condensed faces (by David Jez)
2011+
2012+Changes from 1.14 to 1.15:
2013+
2014+- added and improved TrueType instructions and related settings (by Keenan
2015+ Pepper)
2016+- fixed U+2302, U+2319 (by David Lawrence Ramsey)
2017+- fixed yet another monospace bug (by Stepan Roh)
2018+- fixed potential "too big ascender/descender" bug (by Stepan Roh)
2019+- fixed U+026E and U+028E (by Denis Jacquerye)
2020+- added U+0186, U+0190, U+0300 - U+0304, U+0306 - U+0308, U+030A - U+030C,
2021+ U+0321, U+0322 (by Denis Jacquerye)
2022+- added rest of Block Elements: U+2591 - U+2593 (by David Lawrence Ramsey)
2023+- added U+2311, U+237D and U+2638 (by David Lawrence Ramsey)
2024+- added U+01CD - U+01D4 (by Denis Jacquerye)
2025+- fixed accents of U+00F2 - U+00F6 by replacing them with references in Mono
2026+ Bold (by David Jez)
2027+- added U+0490, U+0491 (by Eugeniy Meshcheryakov)
2028+- added hints to U+0404 and U+0454 in Sans (by Eugeniy Meshcheryakov)
2029+- completed Greek glyphs from U+0370 to U+03CF in Serif (by Ben Laenen)
2030+- fixed shape of U+0255 in Sans Bold and Sans Bold Oblique (by Denis
2031+ Jacquerye)
2032+
2033+Changes from 1.13 to 1.14:
2034+
2035+- fixed bug where Mono faces were not recognized as fixed pitch in Windows
2036+ by correcting Venda glyphs (by David Jez)
2037+- added and improved TrueType instructions (by Keenan Pepper)
2038+- added 6 Uzbekian glyphs (by Mashrab Kuvatov)
2039+- added Greek glyphs to Sans and Serif, changed pi and omega to fit in (by
2040+ Ben Laenen)
2041+- added IPA and related superscript glyphs (by Denis Jacquerye)
2042+- fixed buggy Venda glyphs (by David Lawrence Ramsey and Stepan Roh)
2043+- added U+2302, U+2310, U+2319 (by David Lawrence Ramsey)
2044+- fixed slanted U+00AC in Serif Oblique faces (by David Lawrence Ramsey)
2045+- added 29 glyphs from Block Elements (by David Lawrence Ramsey)
2046+
2047+Changes from 1.12 to 1.13:
2048+
2049+- removed all stems (PS hints) (requested by David Jez)
2050+- added U+01D6, U+01DF, U+022B, U+022D and U+0231 (by Sander Vesik)
2051+- added 10 Venda glyphs (by Dwayne Bailey)
2052+- fixed bug when fonts had no name on Microsoft Windows (by Stepan Roh)
2053+- updated 'missing' glyph U+FFFD (by David Jez)
2054+- set TTF flag fsType to 'Installable Embedding' (= unrestricted usage)
2055+ (idea by C. Tiffany)
2056+
2057+Changes from 1.11 to 1.12:
2058+
2059+- added long s (by James Cloos)
2060+- prettier comma accent in gcommaaccent (by David Jez)
2061+- added Hbar, hbar, kgreenlandic, napostrophe, Eng, eng, Tbar, tbar,
2062+ afii57929 (by David Jez)
2063+- changed Iogonek, iogonek, IJ, ij to look better (by David Jez)
2064+- glyph uni0237 renamed to dotlessj (requested by David Jez)
2065+- fixed accents for dcaron, lcaron, tcaron, Uogonek, uogonek in Serif (by
2066+ David Jez)
2067+- added U+2500 - U+257F box drawing glyphs to Sans Mono (by David Jez)
2068+- fixed accents in Wcircumflex, Ycircumflex and Zdotaccent (by David Jez)
2069+- extra kerning for F (by Sander Vesik)
2070+- added 'missing' glyph U+FFFD (by David Jez)
2071+
2072+Changes from 1.10 to 1.11:
2073+
2074+- kerning updates (by Sander Vesik)
2075+- added Iogonek, iogonek, IJ, ij, Uogonek, uogonek (from SuSE standard fonts
2076+ by Adrian Schroeter, SuSE AG)
2077+- added Gcommaaccent, gcommaaccent, Kcommaaccent, kcommaaccent,
2078+ Lcommaaccent, lcommaaccent, Ncommaaccent, ncommaaccent, Rcommaaccent,
2079+ rcommaaccent (by Stepan Roh)
2080+
2081+Changes from 1.9 to 1.10:
2082+
2083+- added U+022E, U+022F (by Sander Vesik)
2084+- kerning updates for DejaVu Sans (by Sander Vesik)
2085+- fixed too wide cyrillic glyphs in DejaVu Sans Mono (by Valentin Stoykov)
2086+- fixed ligatures bug in Mono (by Stepan Roh)
2087+
2088+Changes from 1.8 to 1.9:
2089+
2090+- integrated Arev Cyrillics (by Danilo Segan)
2091+- added U+01EA, U+01EB, U+01EC, U+01ED (by Sander Vesik)
2092+
2093+Changes from 1.7 to 1.8:
2094+
2095+- fixed accents in Serif Oblique and Serif Bold Oblique (by Stepan Roh)
2096+
2097+Changes from 1.6 to 1.7:
2098+
2099+- added automatically generated Condensed typefaces (by Stepan Roh)
2100+
2101+Changes from 1.5 to 1.6:
2102+
2103+- monospace bug fixed (by Stepan Roh)
2104+- incorrect Bitstream foundry assigned by fontconfig and KDE Font Installer
2105+fixed (by Stepan Roh)
2106+- added automatically generated Oblique version of Serif typefaces (by
2107+Stepan Roh)
2108+- corrected cyrillic D and d (by Danilo Segan and David Jez)
2109+- fixed accents position in Oblique version of Serif typefaces (by Danilo
2110+Segan and Sander Vesik)
2111+- fixed incorrect computation of OS2Win* fields (by Stepan Roh)
2112+- added visiblespace U+2423 (by David Jez)
2113+- fixed 'line height' bug by fixing ascender and descender values (by David
2114+Jez and Stepan Roh)
2115+- fixed part of 'worse than Vera' bug (by Peter Cernak)
2116+- smaller comma accent U+0326 (by David Jez)
2117+
2118+Changes from 1.4 to 1.5:
2119+
2120+- added Cyrillics (96 characters) and Dcroat to the rest of typefaces (by
2121+Danilo Segan)
2122+- fixed bugs in some Cyrillic characters, some of them reported by Sander
2123+Vesik (by Danilo Segan)
2124+- added U+0100, U+0101, U+0112, U+0113, U+012A, U+012B, U+014C, U+014D,
2125+U+016A, U+016B, U+01E2, U+01E3, U+0232 and U+0233 (by Sander Vesik)
2126+- added Romanian characters (by Misu Moldovan)
2127+- added U+0108, U+0109, U+010A, U+010B, U+0114, U+0115, U+0116, U+0117,
2128+U+011C, U+011D, U+0120, U+0121, U+0124, U+0125, U+0128, U+0129, U+012C,
2129+U+012D, U+0134, U+0135, U+014E, U+014F, U+0150, U+0151, U+015C, U+015D,
2130+U+0168, U+0169, U+016C, U+016D, U+0170, U+0171 and U+0237 (by James
2131+Crippen)
2132+- added U+02BB, U+2010, U+2011, U+2012 and U+2015 (by Stepan Roh)
2133+
2134+Changes from 1.3 to 1.4:
2135+
2136+- added Polish characters (Aogonek, aogonek, Eogonek, eogonek, Nacute,
2137+nacute, Sacute, sacute, Zacute, zacute, Zdotaccent, zdotaccent) (by Stepan
2138+Roh)
2139+
2140+Changes from 1.2 to 1.3:
2141+
2142+- added Cyrillics (96 characters) and Dcroat to Sans typefaces (by Danilo
2143+Segan from his BePa fonts)
2144+
2145+Changes from 1.1 to 1.2:
2146+
2147+- added Ldot, ldot, Wcircumflex, wcircumflex, Ycircumflex, ycircumflex,
2148+ Wgrave, wgrave, Wacute, wacute, Wdieresis, wdieresis, Ygrave and ygrave
2149+ (from The Olwen Font Family 0.2 by Dafydd Harries)
2150+
2151+Changes from 1.0 to 1.1:
2152+
2153+- added Lacute, lacute, Lcaron, lcaron, Racute and racute (by Peter Cernak)
2154+
2155+Changes from 0.9.4 to 1.0:
2156+
2157+- none, just changed version and updated README
2158+
2159+Changes from 0.9.3 to 0.9.4:
2160+
2161+- fixed TTF generation (kerning tables were missing)
2162+
2163+Changes from 0.9.2 to 0.9.3:
2164+
2165+- kerning of added characters
2166+- proper caron shape for dcaron in Mono (by Ondrej Koala Vacha)
2167+- minor visual changes
2168+
2169+Changes from 0.9.1 to 0.9.2:
2170+
2171+- internal bugged version
2172+
2173+Changes from 0.9 to 0.9.1:
2174+
2175+- proper caron shape for dcaron and tcaron
2176+- minor visual changes
2177+
2178+$Id: NEWS 2535 2013-08-25 15:21:17Z moyogo $
2179
2180=== renamed file 'fonts/README.DejaVu' => 'i18n/fonts/DejaVu/README'
2181--- fonts/README.DejaVu 2012-12-16 19:00:33 +0000
2182+++ i18n/fonts/DejaVu/README 2014-12-12 18:03:30 +0000
2183@@ -1,104 +1,59 @@
2184-Widelands uses the excellent Free Fonts from http://dejavu-fonts.org/. The only
2185-change did was renaming Oblique into Italic as we do not want to make a
2186-difference in our code base. Following is the DejaVu License.
2187-
2188-
2189-Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
2190-Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
2191-
2192-Bitstream Vera Fonts Copyright
2193-------------------------------
2194-
2195-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
2196-a trademark of Bitstream, Inc.
2197-
2198-Permission is hereby granted, free of charge, to any person obtaining a copy
2199-of the fonts accompanying this license ("Fonts") and associated
2200-documentation files (the "Font Software"), to reproduce and distribute the
2201-Font Software, including without limitation the rights to use, copy, merge,
2202-publish, distribute, and/or sell copies of the Font Software, and to permit
2203-persons to whom the Font Software is furnished to do so, subject to the
2204-following conditions:
2205-
2206-The above copyright and trademark notices and this permission notice shall
2207-be included in all copies of one or more of the Font Software typefaces.
2208-
2209-The Font Software may be modified, altered, or added to, and in particular
2210-the designs of glyphs or characters in the Fonts may be modified and
2211-additional glyphs or characters may be added to the Fonts, only if the fonts
2212-are renamed to names not containing either the words "Bitstream" or the word
2213-"Vera".
2214-
2215-This License becomes null and void to the extent applicable to Fonts or Font
2216-Software that has been modified and is distributed under the "Bitstream
2217-Vera" names.
2218-
2219-The Font Software may be sold as part of a larger software package but no
2220-copy of one or more of the Font Software typefaces may be sold by itself.
2221-
2222-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2223-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
2224-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
2225-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
2226-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
2227-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
2228-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
2229-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
2230-FONT SOFTWARE.
2231-
2232-Except as contained in this notice, the names of Gnome, the Gnome
2233-Foundation, and Bitstream Inc., shall not be used in advertising or
2234-otherwise to promote the sale, use or other dealings in this Font Software
2235-without prior written authorization from the Gnome Foundation or Bitstream
2236-Inc., respectively. For further information, contact: fonts at gnome dot
2237-org.
2238-
2239-Arev Fonts Copyright
2240-------------------------------
2241-
2242-Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
2243-
2244-Permission is hereby granted, free of charge, to any person obtaining
2245-a copy of the fonts accompanying this license ("Fonts") and
2246-associated documentation files (the "Font Software"), to reproduce
2247-and distribute the modifications to the Bitstream Vera Font Software,
2248-including without limitation the rights to use, copy, merge, publish,
2249-distribute, and/or sell copies of the Font Software, and to permit
2250-persons to whom the Font Software is furnished to do so, subject to
2251-the following conditions:
2252-
2253-The above copyright and trademark notices and this permission notice
2254-shall be included in all copies of one or more of the Font Software
2255-typefaces.
2256-
2257-The Font Software may be modified, altered, or added to, and in
2258-particular the designs of glyphs or characters in the Fonts may be
2259-modified and additional glyphs or characters may be added to the
2260-Fonts, only if the fonts are renamed to names not containing either
2261-the words "Tavmjong Bah" or the word "Arev".
2262-
2263-This License becomes null and void to the extent applicable to Fonts
2264-or Font Software that has been modified and is distributed under the
2265-"Tavmjong Bah Arev" names.
2266-
2267-The Font Software may be sold as part of a larger software package but
2268-no copy of one or more of the Font Software typefaces may be sold by
2269-itself.
2270-
2271-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2272-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
2273-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
2274-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
2275-TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2276-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
2277-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2278-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
2279-OTHER DEALINGS IN THE FONT SOFTWARE.
2280-
2281-Except as contained in this notice, the name of Tavmjong Bah shall not
2282-be used in advertising or otherwise to promote the sale, use or other
2283-dealings in this Font Software without prior written authorization
2284-from Tavmjong Bah. For further information, contact: tavmjong @ free
2285-. fr.
2286-
2287-$Id: LICENSE 2133 2007-11-28 02:46:28Z lechimp $
2288+DejaVu fonts 2.34 (c)2004-2013 DejaVu fonts team
2289+------------------------------------------------
2290+
2291+The DejaVu fonts are a font family based on the Bitstream Vera Fonts
2292+(http://gnome.org/fonts/). Its purpose is to provide a wider range of
2293+characters (see status.txt for more information) while maintaining the
2294+original look and feel.
2295+
2296+DejaVu fonts are based on Bitstream Vera fonts version 1.10.
2297+
2298+Available fonts (Sans = sans serif, Mono = monospaced):
2299+
2300+DejaVu Sans Mono
2301+DejaVu Sans Mono Bold
2302+DejaVu Sans Mono Bold Oblique
2303+DejaVu Sans Mono Oblique
2304+DejaVu Sans
2305+DejaVu Sans Bold
2306+DejaVu Sans Bold Oblique
2307+DejaVu Sans Oblique
2308+DejaVu Sans ExtraLight (experimental)
2309+DejaVu Serif
2310+DejaVu Serif Bold
2311+DejaVu Serif Bold Italic (experimental)
2312+DejaVu Serif Italic (experimental)
2313+DejaVu Sans Condensed (experimental)
2314+DejaVu Sans Condensed Bold (experimental)
2315+DejaVu Sans Condensed Bold Oblique (experimental)
2316+DejaVu Sans Condensed Oblique (experimental)
2317+DejaVu Serif Condensed (experimental)
2318+DejaVu Serif Condensed Bold (experimental)
2319+DejaVu Serif Condensed Bold Italic (experimental)
2320+DejaVu Serif Condensed Italic (experimental)
2321+
2322+All fonts are also available as derivative called DejaVu LGC with support
2323+only for Latin, Greek and Cyrillic scripts.
2324+
2325+For license information see LICENSE. What's new is described in NEWS. Known
2326+bugs are in BUGS. All authors are mentioned in AUTHORS.
2327+
2328+Fonts are published in source form as SFD files (Spline Font Database from
2329+FontForge - http://fontforge.sf.net/) and in compiled form as TTF files
2330+(TrueType fonts).
2331+
2332+For more information go to http://dejavu.sourceforge.net/.
2333+
2334+Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah:
2335+---------------------------
2336+U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223,
2337+U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5,
2338+U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362,
2339+U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9,
2340+U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F,
2341+U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135,
2342+U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704,
2343+U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794,
2344+U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06
2345+
2346+$Id: README 2535 2013-08-25 15:21:17Z moyogo $
2347
2348=== added directory 'i18n/fonts/FaKacstBook'
2349=== added file 'i18n/fonts/FaKacstBook/FaKacstBook.ttf'
2350Binary files i18n/fonts/FaKacstBook/FaKacstBook.ttf 1970-01-01 00:00:00 +0000 and i18n/fonts/FaKacstBook/FaKacstBook.ttf 2014-12-12 18:03:30 +0000 differ
2351=== added file 'i18n/fonts/FaKacstBook/README'
2352--- i18n/fonts/FaKacstBook/README 1970-01-01 00:00:00 +0000
2353+++ i18n/fonts/FaKacstBook/README 2014-12-12 18:03:30 +0000
2354@@ -0,0 +1,5 @@
2355+Downloaded from Persianize Free(GPL'ed) Arabic Fonts
2356+
2357+https://launchpad.net/cgaf
2358+
2359+Maintainer: Saeed Rasooli saeed.gnu@gmail.com
2360
2361=== added directory 'i18n/fonts/MicroHei'
2362=== added file 'i18n/fonts/MicroHei/AUTHORS.txt'
2363--- i18n/fonts/MicroHei/AUTHORS.txt 1970-01-01 00:00:00 +0000
2364+++ i18n/fonts/MicroHei/AUTHORS.txt 2014-12-12 18:03:30 +0000
2365@@ -0,0 +1,12774 @@
2366+==========================================================
2367+
2368+ Wen Quan Yi Micro Hei
2369+
2370+ Contributors and Credits
2371+
2372+----------------------------------------------------------
2373+Email obfuscators:
2374+ replace " #" to "@" , replace " _" to "."
2375+----------------------------------------------------------
2376+
2377+Summary:
2378+
2379+ This font package is copyrighted by the WenQuanYi Board of Trustees 2008-2009
2380+ ( http://wenq.org/index.cgi?WQYBOT );
2381+ Digitized data copyright © 2007, Google Corporation.
2382+
2383+----------------------------------------------------------
2384+
2385+Table of Content
2386+
2387+ I. Previous Work
2388+ II. WenQuanYi MicroHei Developers
2389+ III. Revision History for On-line Applications Related to MicroHei
2390+ V. Detailed Contributor List and Update Log
2391+
2392+----------------------------------------------------------
2393+
2394+ I. Previous Work
2395+
2396+ 1. WenQuanYi Micro Hei is derived from Google Droid font family
2397+ shipped in Android SDK (1.0); the source of the font files includes
2398+ Droid Sans Fallback, Droid Sans and Droid Sans Mono.
2399+
2400+ 2. some Chinese punctuations were imported from Ume-Font
2401+ Copyright (c) 1990-2003 Wada Laboratory, the University of Tokyo.
2402+ All rights reserved.
2403+ Copyright (c) 2003-2004 Electronic Font Open Laboratory (/efont/).
2404+ All rights reserved.
2405+
2406+----------------------------------------------------------
2407+
2408+ II. WenQuanYi Vector Font Key Developers
2409+
2410+
2411+ Qianqian Fang[FangQ] (fangq #nmr _mgh _harvard _edu), project maintainer
2412+ mozbug (mozbugbox #yahoo _com _au), MicroHei project co-maintainer
2413+
2414+ Review panel:
2415+ lsz (chinatslsz #hotmail _com)
2416+ pem (archx #l63 _com)
2417+ wh
2418+ kmc
2419+ Xhacker
2420+ philacorns
2421+
2422+----------------------------------------------------------
2423+
2424+ III. Revision History for On-line Applications Related to MicroHei
2425+
2426+;Bezier_lib.js: http://wenq.org/index.cgi?action=history&id=Bezier_lib.js
2427+;BezierGlyph: http://wenq.org/index.cgi?action=history&id=BezierGlyph
2428+;Fontopia(cn): http://wenq.org/index.cgi?action=history&id=Fontopia(cn)
2429+;Bezier_lib_FangQ.js:http://wenq.org/index.cgi?action=history&id=Bezier_lib_Fang
2430+Q.js
2431+
2432+----------------------------------------------------------
2433+
2434+ V. Detailed Contributor List and Update Log
2435+
2436+The following list records in chronicle order all the received submissions
2437+with their corresponding author name and time.
2438+
2439+ Unicode Author Date Revision
2440+----------------------------------------------------------
2441+
2442+
2443+U6DC1 FangQ 2008-11-23 (1)
2444+U4F72 FangQ 2008-11-23 (1)
2445+U8ACE FangQ 2008-11-23 (1)
2446+U6036 FangQ 2008-11-23 (1)
2447+U92FD FangQ 2008-11-23 (1)
2448+U986D FangQ 2008-11-23 (1)
2449+U8688 FangQ 2008-11-23 (1)
2450+U6640 FangQ 2008-11-23 (1)
2451+U58E6 FangQ 2008-11-23 (1)
2452+U8BAC FangQ 2008-11-23 (1)
2453+U816A FangQ 2008-11-23 (1)
2454+U5FDB FangQ 2008-11-23 (1)
2455+U82FC FangQ 2008-11-23 (1)
2456+U85AD FangQ 2008-11-23 (1)
2457+U79C7 FangQ 2008-11-23 (1)
2458+U5AE7 FangQ 2008-11-23 (1)
2459+U7717 FangQ 2008-11-23 (1)
2460+U8B38 FangQ 2008-11-23 (1)
2461+U9575 FangQ 2008-11-23 (1)
2462+U5A79 FangQ 2008-11-23 (1)
2463+U5A79 FangQ 2008-11-23 (2)
2464+U9D0D FangQ 2008-11-23 (1)
2465+U79A3 FangQ 2008-11-23 (1)
2466+U7858 lsz 2008-11-23 (1)
2467+U6D71 lsz 2008-11-23 (1)
2468+U8A65 lsz 2008-11-23 (1)
2469+U78C0 pem 2008-11-24 (1)
2470+U6E04 FangQ 2008-11-25 (1)
2471+U6E04 FangQ 2008-11-25 (2)
2472+U6C91 FangQ 2008-11-25 (1)
2473+U56E6 FangQ 2008-11-25 (1)
2474+U7BB2 FangQ 2008-11-25 (1)
2475+U8E46 FangQ 2008-11-25 (1)
2476+U9AC9 lsz 2008-11-25 (1)
2477+U5803 lsz 2008-11-25 (1)
2478+U6082 lsz 2008-11-25 (1)
2479+U4FB8 lsz 2008-11-25 (1)
2480+U7484 lsz 2008-11-25 (1)
2481+U9DC0 anonymous 2008-11-25 (1)
2482+U55D8 pem 2008-11-26 (1)
2483+U8C38 pem 2008-11-26 (1)
2484+U994A pem 2008-11-26 (1)
2485+U7BFA pem 2008-11-26 (1)
2486+U713D pem 2008-11-27 (1)
2487+U7882 lsz 2008-11-27 (1)
2488+U6711 lsz 2008-11-27 (1)
2489+U54E3 pem 2008-11-28 (1)
2490+U5D56 pem 2008-11-28 (1)
2491+U7374 pem 2008-11-28 (1)
2492+U7374 pem 2008-11-28 (2)
2493+U7BD7 pem 2008-11-28 (1)
2494+U5081 mozbug 2008-11-29 (1)
2495+U93C1 pem 2008-11-29 (1)
2496+U72DD pem 2008-11-29 (1)
2497+U80A7 pem 2008-11-29 (1)
2498+U78C0 mozbug 2008-11-29 (2)
2499+U7863 pem 2008-11-29 (1)
2500+U53DC pem 2008-11-29 (1)
2501+U5CC3 pem 2008-11-29 (1)
2502+U78C0 FangQ 2008-11-29 (3)
2503+U8419 pem 2008-11-29 (1)
2504+U53DC FangQ 2008-11-29 (2)
2505+U7694 FangQ 2008-11-29 (1)
2506+U7694 FangQ 2008-11-29 (2)
2507+U7694 FangQ 2008-11-29 (3)
2508+U70AA FangQ 2008-11-29 (1)
2509+U7453 FangQ 2008-11-29 (1)
2510+U8EBB FangQ 2008-11-29 (1)
2511+U9C53 FangQ 2008-11-29 (1)
2512+U7013 FangQ 2008-11-29 (1)
2513+U513E FangQ 2008-11-29 (1)
2514+U513E FangQ 2008-11-29 (2)
2515+U513E FangQ 2008-11-29 (3)
2516+U5CE3 lsz 2008-11-29 (1)
2517+U9C69 lsz 2008-11-29 (1)
2518+U8AA2 mozbug 2008-11-30 (1)
2519+U6646 pem 2008-11-30 (1)
2520+U9C6B pem 2008-11-30 (1)
2521+U5FE9 pem 2008-12-1 (1)
2522+U7B07 pem 2008-12-1 (1)
2523+U7FDA pem 2008-12-2 (1)
2524+U6228 pem 2008-12-2 (1)
2525+U680D pem 2008-12-2 (1)
2526+U79E5 pem 2008-12-2 (1)
2527+U9228 pem 2008-12-2 (1)
2528+U57B7 pem 2008-12-2 (1)
2529+U9B50 pem 2008-12-2 (1)
2530+U9B50 pem 2008-12-2 (2)
2531+U7819 pem 2008-12-2 (1)
2532+U5405 pem 2008-12-2 (1)
2533+U9B50 FangQ 2008-12-2 (3)
2534+U9B50 FangQ 2008-12-2 (4)
2535+U6202 pem 2008-12-2 (1)
2536+U4FF0 pem 2008-12-2 (1)
2537+U9BEE pem 2008-12-2 (1)
2538+U6A63 pem 2008-12-2 (1)
2539+U6A63 pem 2008-12-2 (2)
2540+U6A63 pem 2008-12-2 (3)
2541+U6A63 pem 2008-12-2 (4)
2542+U6A63 pem 2008-12-2 (5)
2543+U6A63 pem 2008-12-2 (6)
2544+U6A63 pem 2008-12-2 (7)
2545+U8267 pem 2008-12-2 (1)
2546+U7E19 pem 2008-12-3 (1)
2547+U52D1 FangQ 2008-12-3 (1)
2548+U869B FangQ 2008-12-3 (1)
2549+U76B3 pem 2008-12-3 (1)
2550+U8C09 pem 2008-12-3 (1)
2551+U7B89 pem 2008-12-3 (1)
2552+U7B89 pem 2008-12-3 (2)
2553+U50B9 anonymous 2008-12-4 (1)
2554+U50B9 anonymous 2008-12-4 (2)
2555+U65D1 anonymous 2008-12-4 (1)
2556+U8A7D anonymous 2008-12-4 (1)
2557+U6A63 pem 2008-12-4 (8)
2558+U7B89 pem 2008-12-4 (3)
2559+U5D09 pem 2008-12-4 (1)
2560+U50A4 pem 2008-12-4 (1)
2561+U5010 pem 2008-12-5 (1)
2562+U65D1 pem 2008-12-5 (2)
2563+U5010 mozbug 2008-12-5 (2)
2564+U8185 pem 2008-12-5 (1)
2565+U50A0 pem 2008-12-5 (1)
2566+U50A0 pem 2008-12-5 (2)
2567+U50A0 pem 2008-12-5 (3)
2568+U50A0 pem 2008-12-5 (4)
2569+U5558 pem 2008-12-5 (1)
2570+U77C8 pem 2008-12-5 (1)
2571+U8321 FangQ 2008-12-6 (1)
2572+U6CFF FangQ 2008-12-6 (1)
2573+U8A2B FangQ 2008-12-6 (1)
2574+U6637 FangQ 2008-12-6 (1)
2575+U6337 FangQ 2008-12-6 (1)
2576+U75AD FangQ 2008-12-6 (1)
2577+U75AD FangQ 2008-12-6 (2)
2578+U75AD FangQ 2008-12-6 (3)
2579+U75AD FangQ 2008-12-6 (4)
2580+U5846 FangQ 2008-12-7 (1)
2581+U5846 FangQ 2008-12-7 (2)
2582+U556B pem 2008-12-8 (1)
2583+U64B4 pem 2008-12-8 (1)
2584+U7764 pem 2008-12-8 (1)
2585+U7764 FangQ 2008-12-8 (2)
2586+U98FF pem 2008-12-9 (1)
2587+U88AF pem 2008-12-9 (1)
2588+U628B wanghong 2008-12-10 (1)
2589+U79F1 FangQ 2008-12-10 (1)
2590+U9F14 FangQ 2008-12-10 (1)
2591+U8866 FangQ 2008-12-10 (1)
2592+U7804 FangQ 2008-12-10 (1)
2593+U79D9 FangQ 2008-12-10 (1)
2594+U8C9B FangQ 2008-12-10 (1)
2595+U5FD3 FangQ 2008-12-10 (1)
2596+U5FD3 FangQ 2008-12-10 (2)
2597+U7CE4 FangQ 2008-12-10 (1)
2598+U9292 FangQ 2008-12-10 (1)
2599+U65C8 FangQ 2008-12-10 (1)
2600+U4F44 FangQ 2008-12-10 (1)
2601+U5E46 FangQ 2008-12-10 (1)
2602+U605C pem 2008-12-11 (1)
2603+U9AA6 pem 2008-12-11 (1)
2604+U545E wanghong 2008-12-11 (1)
2605+U5BC8 pem 2008-12-11 (1)
2606+U9CE1 pem 2008-12-12 (1)
2607+U9CE1 pem 2008-12-12 (2)
2608+U7105 pem 2008-12-12 (1)
2609+U9A26 pem 2008-12-12 (1)
2610+U71F6 pem 2008-12-12 (1)
2611+U5E49 pem 2008-12-12 (1)
2612+U5E48 pem 2008-12-12 (1)
2613+U917B lsz 2008-12-13 (1)
2614+U9ABD lsz 2008-12-13 (1)
2615+U5C1B lsz 2008-12-13 (1)
2616+U8F92 lsz 2008-12-13 (1)
2617+U6FF8 lsz 2008-12-13 (1)
2618+U6FF8 lsz 2008-12-13 (2)
2619+U6FF8 lsz 2008-12-13 (3)
2620+U5C21 FangQ 2008-12-13 (1)
2621+U9BB0 FangQ 2008-12-13 (1)
2622+U9BB0 FangQ 2008-12-13 (2)
2623+U9BED FangQ 2008-12-13 (1)
2624+U5BC8 FangQ 2008-12-13 (2)
2625+U942D FangQ 2008-12-13 (1)
2626+U68C1 FangQ 2008-12-13 (1)
2627+U509F FangQ 2008-12-13 (1)
2628+U6BE5 FangQ 2008-12-13 (1)
2629+U55DE FangQ 2008-12-13 (1)
2630+U8A20 FangQ 2008-12-13 (1)
2631+U6EB8 FangQ 2008-12-13 (1)
2632+U6E87 FangQ 2008-12-13 (1)
2633+U8A5A FangQ 2008-12-13 (1)
2634+U51B8 FangQ 2008-12-13 (1)
2635+U63E2 pem 2008-12-14 (1)
2636+U8149 pem 2008-12-14 (1)
2637+U758D anonymous 2008-12-14 (1)
2638+U6E8B anonymous 2008-12-14 (1)
2639+U5234 anonymous 2008-12-14 (1)
2640+U6030 anonymous 2008-12-14 (1)
2641+U9789 anonymous 2008-12-14 (1)
2642+U7E02 anonymous 2008-12-14 (1)
2643+U635D anonymous 2008-12-14 (1)
2644+U937D anonymous 2008-12-14 (1)
2645+U9789 FangQ 2008-12-14 (2)
2646+U9904 pem 2008-12-14 (1)
2647+U567D pem 2008-12-14 (1)
2648+U7EE4 pem 2008-12-14 (1)
2649+U5C36 pem 2008-12-14 (1)
2650+U5FA4 FangQ 2008-12-15 (1)
2651+U5CE7 FangQ 2008-12-15 (1)
2652+U7245 FangQ 2008-12-15 (1)
2653+U8A29 FangQ 2008-12-15 (1)
2654+U5661 FangQ 2008-12-15 (1)
2655+U8A5C FangQ 2008-12-15 (1)
2656+U9937 FangQ 2008-12-15 (1)
2657+U8B7C FangQ 2008-12-15 (1)
2658+U5E35 FangQ 2008-12-15 (1)
2659+U5573 FangQ 2008-12-15 (1)
2660+U824C FangQ 2008-12-15 (1)
2661+U66C2 FangQ 2008-12-16 (1)
2662+U51BF FangQ 2008-12-16 (1)
2663+U835D FangQ 2008-12-16 (1)
2664+U835D FangQ 2008-12-16 (2)
2665+U6C45 FangQ 2008-12-16 (1)
2666+U9B63 FangQ 2008-12-16 (1)
2667+U60C2 FangQ 2008-12-16 (1)
2668+U5D08 FangQ 2008-12-16 (1)
2669+U58C0 FangQ 2008-12-16 (1)
2670+U630A FangQ 2008-12-16 (1)
2671+U62E4 FangQ 2008-12-16 (1)
2672+U4F99 FangQ 2008-12-16 (1)
2673+U9289 FangQ 2008-12-16 (1)
2674+U9D35 FangQ 2008-12-16 (1)
2675+U9D35 FangQ 2008-12-16 (2)
2676+U58D0 FangQ 2008-12-17 (1)
2677+U6946 FangQ 2008-12-17 (1)
2678+U8EB3 FangQ 2008-12-17 (1)
2679+U8900 FangQ 2008-12-17 (1)
2680+U7F0A FangQ 2008-12-17 (1)
2681+U7543 FangQ 2008-12-17 (1)
2682+U94D4 pem 2008-12-17 (1)
2683+U99DE FangQ 2008-12-17 (1)
2684+U9964 FangQ 2008-12-17 (1)
2685+U7A21 FangQ 2008-12-17 (1)
2686+U60D7 FangQ 2008-12-17 (1)
2687+U5B79 anonymous 2008-12-17 (1)
2688+U71DD anonymous 2008-12-17 (1)
2689+U71DD FangQ 2008-12-17 (2)
2690+U9040 wanghong 2008-12-17 (1)
2691+U9040 wanghong 2008-12-17 (2)
2692+U50FC FangQ 2008-12-17 (1)
2693+U91B6 FangQ 2008-12-17 (1)
2694+U959A FangQ 2008-12-17 (1)
2695+U79AF FangQ 2008-12-17 (1)
2696+U8D97 FangQ 2008-12-17 (1)
2697+U9B6E FangQ 2008-12-17 (1)
2698+U6235 FangQ 2008-12-17 (1)
2699+U8A9C FangQ 2008-12-17 (1)
2700+U607E FangQ 2008-12-17 (1)
2701+U9C80 FangQ 2008-12-17 (1)
2702+U997B FangQ 2008-12-17 (1)
2703+U9CC0 FangQ 2008-12-17 (1)
2704+U9EAF FangQ 2008-12-17 (1)
2705+U6D9A FangQ 2008-12-17 (1)
2706+U9CD2 FangQ 2008-12-17 (1)
2707+U58C3 FangQ 2008-12-17 (1)
2708+U9906 FangQ 2008-12-17 (1)
2709+U71F7 FangQ 2008-12-18 (1)
2710+U6188 FangQ 2008-12-18 (1)
2711+U5EF5 FangQ 2008-12-18 (1)
2712+U6091 FangQ 2008-12-18 (1)
2713+U990F FangQ 2008-12-18 (1)
2714+U50FA FangQ 2008-12-18 (1)
2715+U6D5B FangQ 2008-12-18 (1)
2716+U7774 FangQ 2008-12-18 (1)
2717+U9A5C FangQ 2008-12-18 (1)
2718+U66D7 FangQ 2008-12-18 (1)
2719+U5E92 pem 2008-12-18 (1)
2720+U5EA1 FangQ 2008-12-18 (1)
2721+U7ACC FangQ 2008-12-18 (1)
2722+U66CD FangQ 2008-12-18 (1)
2723+U76A2 FangQ 2008-12-18 (1)
2724+U8EED FangQ 2008-12-18 (1)
2725+U93DB FangQ 2008-12-18 (1)
2726+U93CB FangQ 2008-12-18 (1)
2727+U6AFF FangQ 2008-12-18 (1)
2728+U87D6 FangQ 2008-12-18 (1)
2729+U87A6 FangQ 2008-12-18 (1)
2730+U9235 FangQ 2008-12-18 (1)
2731+U78EB FangQ 2008-12-18 (1)
2732+U7DB3 FangQ 2008-12-18 (1)
2733+U9BEF FangQ 2008-12-18 (1)
2734+U58C4 FangQ 2008-12-18 (1)
2735+U631C FangQ 2008-12-18 (1)
2736+U631C FangQ 2008-12-18 (2)
2737+U5667 FangQ 2008-12-18 (1)
2738+U73C1 FangQ 2008-12-18 (1)
2739+U9C70 FangQ 2008-12-18 (1)
2740+U8684 FangQ 2008-12-18 (1)
2741+U58E0 FangQ 2008-12-18 (1)
2742+U7390 FangQ 2008-12-18 (1)
2743+U636C FangQ 2008-12-18 (1)
2744+U7E00 FangQ 2008-12-18 (1)
2745+U8142 FangQ 2008-12-18 (1)
2746+U8137 FangQ 2008-12-18 (1)
2747+U9A4B FangQ 2008-12-18 (1)
2748+U8955 FangQ 2008-12-18 (1)
2749+U67D5 FangQ 2008-12-18 (1)
2750+U6CDF FangQ 2008-12-18 (1)
2751+U9BFA FangQ 2008-12-18 (1)
2752+U77D6 FangQ 2008-12-18 (1)
2753+U77D6 FangQ 2008-12-18 (2)
2754+U55FB FangQ 2008-12-18 (1)
2755+U4F6D FangQ 2008-12-18 (1)
2756+U57B1 FangQ 2008-12-18 (1)
2757+U7A72 FangQ 2008-12-18 (1)
2758+U9C83 FangQ 2008-12-18 (1)
2759+U92B8 FangQ 2008-12-18 (1)
2760+U78E6 FangQ 2008-12-18 (1)
2761+U9427 FangQ 2008-12-18 (1)
2762+U9C42 FangQ 2008-12-18 (1)
2763+U5D13 FangQ 2008-12-18 (1)
2764+U9222 FangQ 2008-12-18 (1)
2765+U9222 FangQ 2008-12-18 (2)
2766+U7E06 FangQ 2008-12-18 (1)
2767+U6F3D FangQ 2008-12-18 (1)
2768+U670C FangQ 2008-12-18 (1)
2769+U5D1C FangQ 2008-12-18 (1)
2770+U8D52 FangQ 2008-12-18 (1)
2771+U74BC FangQ 2008-12-18 (1)
2772+U7E2C FangQ 2008-12-18 (1)
2773+U9CC1 FangQ 2008-12-18 (1)
2774+U70CC FangQ 2008-12-18 (1)
2775+U6DCE FangQ 2008-12-19 (1)
2776+U7CB0 FangQ 2008-12-19 (1)
2777+U6471 FangQ 2008-12-19 (1)
2778+U67F9 FangQ 2008-12-19 (1)
2779+U5245 FangQ 2008-12-19 (1)
2780+U57BB FangQ 2008-12-19 (1)
2781+U4FBC FangQ 2008-12-19 (1)
2782+U7B21 FangQ 2008-12-19 (1)
2783+U9A3B FangQ 2008-12-19 (1)
2784+U9BCB FangQ 2008-12-19 (1)
2785+U9A21 FangQ 2008-12-19 (1)
2786+U7088 anonymous 2008-12-19 (1)
2787+U664D anonymous 2008-12-19 (1)
2788+U71DE pem 2008-12-19 (1)
2789+U5570 pem 2008-12-19 (1)
2790+U71B7 FangQ 2008-12-19 (1)
2791+U6E70 FangQ 2008-12-19 (1)
2792+U8055 FangQ 2008-12-19 (1)
2793+U5A21 FangQ 2008-12-19 (1)
2794+U88EA FangQ 2008-12-19 (1)
2795+U81AF FangQ 2008-12-19 (1)
2796+U9BCC FangQ 2008-12-19 (1)
2797+U5D0A FangQ 2008-12-19 (1)
2798+U7265 FangQ 2008-12-19 (1)
2799+U7107 FangQ 2008-12-19 (1)
2800+U5034 FangQ 2008-12-19 (1)
2801+U77A4 FangQ 2008-12-19 (1)
2802+U6819 FangQ 2008-12-19 (1)
2803+U9198 FangQ 2008-12-19 (1)
2804+U9E1C FangQ 2008-12-19 (1)
2805+U5B6D FangQ 2008-12-19 (1)
2806+U5647 FangQ 2008-12-19 (1)
2807+U874A FangQ 2008-12-19 (1)
2808+U7328 FangQ 2008-12-19 (1)
2809+U57D7 FangQ 2008-12-19 (1)
2810+U54EF FangQ 2008-12-19 (1)
2811+U92AF pem 2008-12-20 (1)
2812+U9626 pem 2008-12-20 (1)
2813+U7E4E wanghong 2008-12-20 (1)
2814+U511D wanghong 2008-12-20 (1)
2815+U6A6C wanghong 2008-12-20 (1)
2816+U8B34 wanghong 2008-12-20 (1)
2817+U50A6 wanghong 2008-12-20 (1)
2818+U6008 wanghong 2008-12-20 (1)
2819+U962B wanghong 2008-12-20 (1)
2820+U9C84 adsl123456 2008-12-20 (1)
2821+U97B5 adsl123456 2008-12-20 (1)
2822+U7844 adsl123456 2008-12-20 (1)
2823+U572B adsl123456 2008-12-20 (1)
2824+U7593 adsl123456 2008-12-20 (1)
2825+U65BE adsl123456 2008-12-20 (1)
2826+U9BCD adsl123456 2008-12-20 (1)
2827+U4F35 adsl123456 2008-12-20 (1)
2828+U6648 adsl123456 2008-12-20 (1)
2829+U5A82 adsl123456 2008-12-20 (1)
2830+U5A6E adsl123456 2008-12-20 (1)
2831+U5F75 adsl123456 2008-12-20 (1)
2832+U7C99 adsl123456 2008-12-20 (1)
2833+U9BCD FangQ 2008-12-20 (2)
2834+U7D64 FangQ 2008-12-20 (1)
2835+U573F FangQ 2008-12-20 (1)
2836+U79F3 FangQ 2008-12-20 (1)
2837+U73EF FangQ 2008-12-20 (1)
2838+U58F8 FangQ 2008-12-20 (1)
2839+U67C7 FangQ 2008-12-20 (1)
2840+U6767 FangQ 2008-12-20 (1)
2841+U7CA0 FangQ 2008-12-20 (1)
2842+U9BCE FangQ 2008-12-20 (1)
2843+U5B2B FangQ 2008-12-20 (1)
2844+U6F8F FangQ 2008-12-20 (1)
2845+U7412 FangQ 2008-12-20 (1)
2846+U6B30 FangQ 2008-12-20 (1)
2847+U80DF FangQ 2008-12-20 (1)
2848+U71AB FangQ 2008-12-20 (1)
2849+U68E2 FangQ 2008-12-20 (1)
2850+U5A28 FangQ 2008-12-20 (1)
2851+U6330 FangQ 2008-12-20 (1)
2852+U8F65 FangQ 2008-12-20 (1)
2853+U6E57 FangQ 2008-12-20 (1)
2854+U5E50 FangQ 2008-12-20 (1)
2855+U5C7D FangQ 2008-12-20 (1)
2856+U99BE FangQ 2008-12-20 (1)
2857+U88A3 FangQ 2008-12-20 (1)
2858+U9D1A FangQ 2008-12-20 (1)
2859+U8196 FangQ 2008-12-20 (1)
2860+U8287 FangQ 2008-12-20 (1)
2861+U9C5B FangQ 2008-12-20 (1)
2862+U808D FangQ 2008-12-20 (1)
2863+U57BE FangQ 2008-12-20 (1)
2864+U7271 FangQ 2008-12-20 (1)
2865+U593D FangQ 2008-12-20 (1)
2866+U5B4F FangQ 2008-12-20 (1)
2867+U7EBC FangQ 2008-12-20 (1)
2868+U8C8B FangQ 2008-12-20 (1)
2869+U9D24 FangQ 2008-12-20 (1)
2870+U715B FangQ 2008-12-20 (1)
2871+U5A63 FangQ 2008-12-20 (1)
2872+U7F41 FangQ 2008-12-20 (1)
2873+U9317 FangQ 2008-12-20 (1)
2874+U756E wanghong 2008-12-20 (1)
2875+U9BFF wanghong 2008-12-20 (1)
2876+U581F wanghong 2008-12-20 (1)
2877+U83ED wanghong 2008-12-20 (1)
2878+U930A wanghong 2008-12-20 (1)
2879+U97A7 wanghong 2008-12-20 (1)
2880+U7D87 wanghong 2008-12-20 (1)
2881+U770E wanghong 2008-12-20 (1)
2882+U62A7 wanghong 2008-12-20 (1)
2883+U5CB4 wanghong 2008-12-20 (1)
2884+U7AF4 mozbug 2008-12-20 (1)
2885+U87A0 pem 2008-12-20 (1)
2886+U5E39 pem 2008-12-20 (1)
2887+U5E3A mozbug 2008-12-20 (1)
2888+U6E6A anonymous 2008-12-21 (1)
2889+U6E6A anonymous 2008-12-21 (2)
2890+U7348 anonymous 2008-12-21 (1)
2891+U771C anonymous 2008-12-21 (1)
2892+U61A3 anonymous 2008-12-21 (1)
2893+U5FDA anonymous 2008-12-21 (1)
2894+U5579 anonymous 2008-12-21 (1)
2895+U726B anonymous 2008-12-21 (1)
2896+U52BA anonymous 2008-12-21 (1)
2897+U71E3 mozbug 2008-12-21 (1)
2898+U7135 mozbug 2008-12-21 (1)
2899+U921D mozbug 2008-12-21 (1)
2900+U7AFC mozbug 2008-12-21 (1)
2901+U5D10 mozbug 2008-12-21 (1)
2902+U93E9 mozbug 2008-12-21 (1)
2903+U6A2D anonymous 2008-12-21 (1)
2904+U7BC8 anonymous 2008-12-21 (1)
2905+U92BE mozbug 2008-12-21 (1)
2906+U6438 mozbug 2008-12-21 (1)
2907+U6706 mozbug 2008-12-21 (1)
2908+U6A2D FangQ 2008-12-21 (2)
2909+U743D mozbug 2008-12-21 (1)
2910+U58B5 FangQ 2008-12-21 (1)
2911+U9F3C FangQ 2008-12-21 (1)
2912+U9901 FangQ 2008-12-21 (1)
2913+U9458 mozbug 2008-12-21 (1)
2914+U9E60 mozbug 2008-12-21 (1)
2915+U9AAA mozbug 2008-12-21 (1)
2916+U8AC1 mozbug 2008-12-21 (1)
2917+U9960 mozbug 2008-12-21 (1)
2918+U8041 mozbug 2008-12-21 (1)
2919+U872F mozbug 2008-12-21 (1)
2920+U926E mozbug 2008-12-21 (1)
2921+U9795 mozbug 2008-12-21 (1)
2922+U7706 FangQ 2008-12-21 (1)
2923+U7D4D FangQ 2008-12-21 (1)
2924+U5B41 lsz 2008-12-21 (1)
2925+U8A94 lsz 2008-12-21 (1)
2926+U71FA lsz 2008-12-21 (1)
2927+U9BBE lsz 2008-12-21 (1)
2928+U7FE7 lsz 2008-12-21 (1)
2929+U8158 lsz 2008-12-21 (1)
2930+U9025 anonymous 2008-12-22 (1)
2931+U7E9E anonymous 2008-12-22 (1)
2932+U5B7E anonymous 2008-12-22 (1)
2933+U6A86 anonymous 2008-12-22 (1)
2934+U8D1C anonymous 2008-12-22 (1)
2935+U8D1C FangQ 2008-12-22 (2)
2936+U7E9E FangQ 2008-12-22 (2)
2937+U5B7E FangQ 2008-12-22 (2)
2938+U6A86 FangQ 2008-12-22 (2)
2939+U7BF5 anonymous 2008-12-22 (1)
2940+U66A4 mozbug 2008-12-22 (1)
2941+U98FB mozbug 2008-12-22 (1)
2942+U9D93 mozbug 2008-12-22 (1)
2943+U5778 lsz 2008-12-22 (1)
2944+U93BE lsz 2008-12-22 (1)
2945+U9E90 mozbug 2008-12-22 (1)
2946+U6EDB lsz 2008-12-22 (1)
2947+U9CD1 mozbug 2008-12-22 (1)
2948+U724E lsz 2008-12-22 (1)
2949+U9378 mozbug 2008-12-22 (1)
2950+U7DB6 lsz 2008-12-22 (1)
2951+U9442 mozbug 2008-12-22 (1)
2952+U6195 lsz 2008-12-22 (1)
2953+U9C20 mozbug 2008-12-22 (1)
2954+U8A2E lsz 2008-12-22 (1)
2955+U72CF mozbug 2008-12-22 (1)
2956+U76A8 lsz 2008-12-22 (1)
2957+U5936 pem 2008-12-22 (1)
2958+U52E8 mozbug 2008-12-22 (1)
2959+U9DB0 mozbug 2008-12-22 (1)
2960+U5790 mozbug 2008-12-22 (1)
2961+U8B6E mozbug 2008-12-22 (1)
2962+U578A mozbug 2008-12-22 (1)
2963+U93BF mozbug 2008-12-22 (1)
2964+U917C mozbug 2008-12-22 (1)
2965+U97B8 mozbug 2008-12-22 (1)
2966+U9814 lsz 2008-12-22 (1)
2967+U8C67 lsz 2008-12-22 (1)
2968+U7CB6 anonymous 2008-12-22 (1)
2969+U9A72 anonymous 2008-12-22 (1)
2970+U64F9 anonymous 2008-12-22 (1)
2971+U5521 anonymous 2008-12-22 (1)
2972+U7D98 lsz 2008-12-22 (1)
2973+U8928 lsz 2008-12-22 (1)
2974+U865D lsz 2008-12-22 (1)
2975+U746C lsz 2008-12-22 (1)
2976+U68DB lsz 2008-12-22 (1)
2977+U8A28 lsz 2008-12-22 (1)
2978+U650B lsz 2008-12-22 (1)
2979+U77C5 lsz 2008-12-22 (1)
2980+U553D lsz 2008-12-22 (1)
2981+U5877 lsz 2008-12-22 (1)
2982+U6A37 lsz 2008-12-22 (1)
2983+U98CD lsz 2008-12-22 (1)
2984+U6F9D lsz 2008-12-22 (1)
2985+U563C lsz 2008-12-22 (1)
2986+U69A2 mozbug 2008-12-23 (1)
2987+U5A80 mozbug 2008-12-23 (1)
2988+U51DA mozbug 2008-12-23 (1)
2989+U8AB4 mozbug 2008-12-23 (1)
2990+U8F22 mozbug 2008-12-23 (1)
2991+U6827 mozbug 2008-12-23 (1)
2992+U929E mozbug 2008-12-23 (1)
2993+U749B mozbug 2008-12-23 (1)
2994+U528F mozbug 2008-12-23 (1)
2995+U5414 mozbug 2008-12-23 (1)
2996+U8C7F mozbug 2008-12-23 (1)
2997+U67B1 mozbug 2008-12-23 (1)
2998+U6EEA mozbug 2008-12-23 (1)
2999+U6AFE mozbug 2008-12-23 (1)
3000+U5489 mozbug 2008-12-23 (1)
3001+U5489 mozbug 2008-12-23 (2)
3002+U5878 mozbug 2008-12-23 (1)
3003+U8BB1 mozbug 2008-12-23 (1)
3004+U8EC4 mozbug 2008-12-23 (1)
3005+U4E67 mozbug 2008-12-23 (1)
3006+U6F1D mozbug 2008-12-23 (1)
3007+U89F5 mozbug 2008-12-23 (1)
3008+U5952 mozbug 2008-12-23 (1)
3009+U7137 mozbug 2008-12-23 (1)
3010+U73AA anonymous 2008-12-23 (1)
3011+U6618 anonymous 2008-12-23 (1)
3012+U69C8 anonymous 2008-12-23 (1)
3013+U70A8 anonymous 2008-12-23 (1)
3014+U74CE mozbug 2008-12-23 (1)
3015+U6B01 mozbug 2008-12-23 (1)
3016+U92B1 mozbug 2008-12-23 (1)
3017+U7224 pem 2008-12-23 (1)
3018+U942F pem 2008-12-23 (1)
3019+U8D98 mozbug 2008-12-23 (1)
3020+U8E0E mozbug 2008-12-23 (1)
3021+U5A88 mozbug 2008-12-23 (1)
3022+U98B9 mozbug 2008-12-23 (1)
3023+U5A72 mozbug 2008-12-23 (1)
3024+U5779 mozbug 2008-12-23 (1)
3025+U58A2 mozbug 2008-12-23 (1)
3026+U9B79 mozbug 2008-12-23 (1)
3027+U997E mozbug 2008-12-23 (1)
3028+U5F32 mozbug 2008-12-23 (1)
3029+U52BD mozbug 2008-12-23 (1)
3030+U98D0 mozbug 2008-12-23 (1)
3031+U7E64 mozbug 2008-12-23 (1)
3032+U9461 lsz 2008-12-23 (1)
3033+U8CF6 lsz 2008-12-23 (1)
3034+U8EF3 mozbug 2008-12-23 (1)
3035+U7F3B lsz 2008-12-23 (1)
3036+U9D34 mozbug 2008-12-23 (1)
3037+U4EF9 lsz 2008-12-23 (1)
3038+U5908 mozbug 2008-12-23 (1)
3039+U81DC mozbug 2008-12-23 (1)
3040+U8310 lsz 2008-12-23 (1)
3041+U9311 mozbug 2008-12-23 (1)
3042+U80CB mozbug 2008-12-23 (1)
3043+U7437 mozbug 2008-12-23 (1)
3044+U6744 mozbug 2008-12-23 (1)
3045+U5A81 mozbug 2008-12-23 (1)
3046+U9C8F mozbug 2008-12-23 (1)
3047+U569B mozbug 2008-12-23 (1)
3048+U51F7 lsz 2008-12-23 (1)
3049+U6810 mozbug 2008-12-23 (1)
3050+U9EE3 mozbug 2008-12-23 (1)
3051+U993B lsz 2008-12-23 (1)
3052+U9E52 mozbug 2008-12-23 (1)
3053+U60D0 lsz 2008-12-23 (1)
3054+U74D0 mozbug 2008-12-23 (1)
3055+U74D0 mozbug 2008-12-23 (2)
3056+U9B65 mozbug 2008-12-23 (1)
3057+U66EF mozbug 2008-12-23 (1)
3058+U70EA mozbug 2008-12-23 (1)
3059+U9892 lsz 2008-12-23 (1)
3060+U7D26 mozbug 2008-12-23 (1)
3061+U7888 mozbug 2008-12-23 (1)
3062+U6A33 mozbug 2008-12-23 (1)
3063+U61E2 mozbug 2008-12-23 (1)
3064+U748C mozbug 2008-12-23 (1)
3065+U9BDD mozbug 2008-12-23 (1)
3066+U8EA2 lsz 2008-12-23 (1)
3067+U9E24 mozbug 2008-12-23 (1)
3068+U7D6C mozbug 2008-12-23 (1)
3069+U77C6 mozbug 2008-12-23 (1)
3070+U7A55 mozbug 2008-12-23 (1)
3071+U99E0 mozbug 2008-12-23 (1)
3072+U5D66 mozbug 2008-12-23 (1)
3073+U6A42 lsz 2008-12-23 (1)
3074+U7302 mozbug 2008-12-23 (1)
3075+U80D3 mozbug 2008-12-23 (1)
3076+U99E8 mozbug 2008-12-23 (1)
3077+U6DA5 mozbug 2008-12-23 (1)
3078+U88A5 mozbug 2008-12-23 (1)
3079+U58CB mozbug 2008-12-23 (1)
3080+U8A6A mozbug 2008-12-23 (1)
3081+U78B7 mozbug 2008-12-23 (1)
3082+U711D mozbug 2008-12-23 (1)
3083+U7A09 mozbug 2008-12-23 (1)
3084+U7A09 mozbug 2008-12-23 (2)
3085+U8EB8 mozbug 2008-12-23 (1)
3086+U669E mozbug 2008-12-23 (1)
3087+U88B3 mozbug 2008-12-23 (1)
3088+U68C3 mozbug 2008-12-23 (1)
3089+U4FFD mozbug 2008-12-23 (1)
3090+U921F mozbug 2008-12-23 (1)
3091+U8BC7 mozbug 2008-12-23 (1)
3092+U57E8 mozbug 2008-12-23 (1)
3093+U77D2 mozbug 2008-12-23 (1)
3094+U4F21 mozbug 2008-12-23 (1)
3095+U9A83 mozbug 2008-12-23 (1)
3096+U4EF8 mozbug 2008-12-23 (1)
3097+U983E mozbug 2008-12-23 (1)
3098+U8C5E mozbug 2008-12-23 (1)
3099+U947A mozbug 2008-12-23 (1)
3100+U89A0 mozbug 2008-12-23 (1)
3101+U7E18 mozbug 2008-12-23 (1)
3102+U89B1 mozbug 2008-12-23 (1)
3103+U8A90 mozbug 2008-12-23 (1)
3104+U8DBD mozbug 2008-12-23 (1)
3105+U63BF mozbug 2008-12-23 (1)
3106+U5D21 mozbug 2008-12-23 (1)
3107+U5D21 mozbug 2008-12-23 (2)
3108+U922F mozbug 2008-12-23 (1)
3109+U7411 mozbug 2008-12-23 (1)
3110+U6F83 mozbug 2008-12-23 (1)
3111+U8DBB mozbug 2008-12-23 (1)
3112+U5D91 mozbug 2008-12-23 (1)
3113+U98D4 mozbug 2008-12-23 (1)
3114+U5991 mozbug 2008-12-23 (1)
3115+U9C72 mozbug 2008-12-23 (1)
3116+U721C mozbug 2008-12-23 (1)
3117+U90AB mozbug 2008-12-23 (1)
3118+U8C60 mozbug 2008-12-23 (1)
3119+U7129 mozbug 2008-12-23 (1)
3120+U8CFF mozbug 2008-12-23 (1)
3121+U6A24 mozbug 2008-12-23 (1)
3122+U5C9E mozbug 2008-12-23 (1)
3123+U9423 mozbug 2008-12-23 (1)
3124+U9255 mozbug 2008-12-23 (1)
3125+U9E56 mozbug 2008-12-23 (1)
3126+U8C6E mozbug 2008-12-23 (1)
3127+U70A6 mozbug 2008-12-23 (1)
3128+U98D6 mozbug 2008-12-23 (1)
3129+U9D7E mozbug 2008-12-23 (1)
3130+U9B69 mozbug 2008-12-23 (1)
3131+U733D mozbug 2008-12-23 (1)
3132+U9BC5 mozbug 2008-12-23 (1)
3133+U6D5D mozbug 2008-12-23 (1)
3134+U98F3 mozbug 2008-12-23 (1)
3135+U9D0C mozbug 2008-12-23 (1)
3136+U5C84 mozbug 2008-12-23 (1)
3137+U93E0 mozbug 2008-12-23 (1)
3138+U770F anonymous 2008-12-23 (1)
3139+U6CA8 anonymous 2008-12-23 (1)
3140+U7697 anonymous 2008-12-23 (1)
3141+U5119 anonymous 2008-12-23 (1)
3142+U74B4 anonymous 2008-12-23 (1)
3143+U79F9 lsz 2008-12-23 (1)
3144+U9D11 lsz 2008-12-23 (1)
3145+U941F lsz 2008-12-23 (1)
3146+U8384 lsz 2008-12-23 (1)
3147+U68B8 lsz 2008-12-23 (1)
3148+U790D lsz 2008-12-23 (1)
3149+U84E2 lsz 2008-12-23 (1)
3150+U81D4 lsz 2008-12-23 (1)
3151+U831F lsz 2008-12-23 (1)
3152+U5391 lsz 2008-12-23 (1)
3153+U87A1 lsz 2008-12-23 (1)
3154+U93A0 mozbug 2008-12-23 (1)
3155+U739A mozbug 2008-12-23 (1)
3156+U87CE mozbug 2008-12-23 (1)
3157+U9454 mozbug 2008-12-23 (1)
3158+U9815 FangQ 2008-12-23 (1)
3159+U6CE4 mozbug 2008-12-23 (1)
3160+U5500 FangQ 2008-12-23 (1)
3161+U7179 mozbug 2008-12-23 (1)
3162+U8710 FangQ 2008-12-23 (1)
3163+U8710 FangQ 2008-12-23 (2)
3164+U9465 FangQ 2008-12-23 (1)
3165+U9F03 mozbug 2008-12-23 (1)
3166+U7E07 mozbug 2008-12-23 (1)
3167+U7552 FangQ 2008-12-23 (1)
3168+U92DC FangQ 2008-12-23 (1)
3169+U97E0 FangQ 2008-12-23 (1)
3170+U801A FangQ 2008-12-23 (1)
3171+U7903 mozbug 2008-12-23 (1)
3172+U9C89 anonymous 2008-12-24 (1)
3173+U713B anonymous 2008-12-24 (1)
3174+U8F30 anonymous 2008-12-24 (1)
3175+U9DA5 anonymous 2008-12-24 (1)
3176+U80A8 anonymous 2008-12-24 (1)
3177+U8A2F anonymous 2008-12-24 (1)
3178+U50E2 anonymous 2008-12-24 (1)
3179+U8AE3 anonymous 2008-12-24 (1)
3180+U5F3D anonymous 2008-12-24 (1)
3181+U5F8F anonymous 2008-12-24 (1)
3182+U64B6 anonymous 2008-12-24 (1)
3183+U9A10 anonymous 2008-12-24 (1)
3184+U6E9A anonymous 2008-12-24 (1)
3185+U6CF4 anonymous 2008-12-24 (1)
3186+U7DC3 anonymous 2008-12-24 (1)
3187+U780B anonymous 2008-12-24 (1)
3188+U982A anonymous 2008-12-24 (1)
3189+U5089 anonymous 2008-12-24 (1)
3190+U564B anonymous 2008-12-24 (1)
3191+U7447 anonymous 2008-12-24 (1)
3192+U66A3 anonymous 2008-12-24 (1)
3193+U9533 anonymous 2008-12-24 (1)
3194+U79F2 anonymous 2008-12-24 (1)
3195+U5D60 anonymous 2008-12-24 (1)
3196+U7A24 anonymous 2008-12-24 (1)
3197+U6143 anonymous 2008-12-24 (1)
3198+U7419 anonymous 2008-12-24 (1)
3199+U7314 anonymous 2008-12-24 (1)
3200+U5B49 anonymous 2008-12-24 (1)
3201+U9C8A anonymous 2008-12-24 (1)
3202+U7341 anonymous 2008-12-24 (1)
3203+U6EF0 anonymous 2008-12-24 (1)
3204+U7C8E anonymous 2008-12-24 (1)
3205+U5A0B anonymous 2008-12-24 (1)
3206+U5755 anonymous 2008-12-24 (1)
3207+U91A9 anonymous 2008-12-24 (1)
3208+U9982 anonymous 2008-12-24 (1)
3209+U6D14 anonymous 2008-12-24 (1)
3210+U57AF anonymous 2008-12-24 (1)
3211+U6C6E anonymous 2008-12-24 (1)
3212+U5F9D anonymous 2008-12-24 (1)
3213+U6DFF anonymous 2008-12-24 (1)
3214+U6623 anonymous 2008-12-24 (1)
3215+U9337 pem 2008-12-24 (1)
3216+U4F45 pem 2008-12-24 (1)
3217+U4F45 pem 2008-12-24 (2)
3218+U59C4 pem 2008-12-24 (1)
3219+U74AE pem 2008-12-24 (1)
3220+U8AB3 pem 2008-12-24 (1)
3221+U6304 pem 2008-12-24 (1)
3222+U8AA9 lsz 2008-12-24 (1)
3223+U9029 lsz 2008-12-24 (1)
3224+U9D8E lsz 2008-12-24 (1)
3225+U8400 lsz 2008-12-24 (1)
3226+U9033 anonymous 2008-12-24 (1)
3227+U909A anonymous 2008-12-24 (1)
3228+U91A6 anonymous 2008-12-24 (1)
3229+U7775 lsz 2008-12-24 (1)
3230+U8D7E anonymous 2008-12-24 (1)
3231+U5CB9 lsz 2008-12-24 (1)
3232+U51F2 anonymous 2008-12-24 (1)
3233+U76C1 lsz 2008-12-24 (1)
3234+U8065 lsz 2008-12-24 (1)
3235+U79D7 pem 2008-12-24 (1)
3236+U8E6B lsz 2008-12-24 (1)
3237+U6E91 lsz 2008-12-24 (1)
3238+U5E56 lsz 2008-12-24 (1)
3239+U8A88 lsz 2008-12-24 (1)
3240+U759B lsz 2008-12-24 (1)
3241+U5A0D lsz 2008-12-24 (1)
3242+U5A0D lsz 2008-12-24 (2)
3243+U73A3 anonymous 2008-12-24 (1)
3244+U5EBC lsz 2008-12-24 (1)
3245+U4FC6 anonymous 2008-12-24 (1)
3246+U8CD4 anonymous 2008-12-24 (1)
3247+U9F45 lsz 2008-12-24 (1)
3248+U8890 anonymous 2008-12-24 (1)
3249+U6335 lsz 2008-12-24 (1)
3250+U9EB2 lsz 2008-12-24 (1)
3251+U6408 lsz 2008-12-24 (1)
3252+U97BE anonymous 2008-12-24 (1)
3253+U98B0 lsz 2008-12-24 (1)
3254+U5F9A anonymous 2008-12-24 (1)
3255+U7A35 lsz 2008-12-24 (1)
3256+U9247 anonymous 2008-12-24 (1)
3257+U5260 anonymous 2008-12-24 (1)
3258+U7748 anonymous 2008-12-24 (1)
3259+U7807 anonymous 2008-12-24 (1)
3260+U74CD anonymous 2008-12-24 (1)
3261+U52DC anonymous 2008-12-24 (1)
3262+U931C anonymous 2008-12-24 (1)
3263+U799F anonymous 2008-12-24 (1)
3264+U8608 lsz 2008-12-24 (1)
3265+U8EB9 anonymous 2008-12-24 (1)
3266+U500A FangQ 2008-12-24 (1)
3267+U870F pem 2008-12-24 (1)
3268+U9B94 FangQ 2008-12-24 (1)
3269+U6931 FangQ 2008-12-24 (1)
3270+U5B74 lsz 2008-12-24 (1)
3271+U93EA FangQ 2008-12-24 (1)
3272+U9C45 FangQ 2008-12-24 (1)
3273+U5B76 lsz 2008-12-24 (1)
3274+U63C1 lsz 2008-12-24 (1)
3275+U629D lsz 2008-12-24 (1)
3276+U7F52 lsz 2008-12-24 (1)
3277+U4F29 lsz 2008-12-24 (1)
3278+U799F lsz 2008-12-24 (2)
3279+U947B lsz 2008-12-24 (1)
3280+U6DB0 anonymous 2008-12-24 (1)
3281+U8A32 anonymous 2008-12-24 (1)
3282+U8858 anonymous 2008-12-24 (1)
3283+U8AB1 anonymous 2008-12-24 (1)
3284+U510E anonymous 2008-12-24 (1)
3285+U8EB5 anonymous 2008-12-24 (1)
3286+U52C6 anonymous 2008-12-24 (1)
3287+U878A anonymous 2008-12-24 (1)
3288+U60A1 anonymous 2008-12-24 (1)
3289+U8B3F anonymous 2008-12-24 (1)
3290+U7D65 anonymous 2008-12-24 (1)
3291+U759C anonymous 2008-12-24 (1)
3292+U7346 anonymous 2008-12-24 (1)
3293+U8D7C anonymous 2008-12-24 (1)
3294+U8903 anonymous 2008-12-24 (1)
3295+U9028 anonymous 2008-12-24 (1)
3296+U6BED anonymous 2008-12-24 (1)
3297+U8D20 anonymous 2008-12-24 (1)
3298+U7555 anonymous 2008-12-24 (1)
3299+U827B anonymous 2008-12-24 (1)
3300+U7127 yugushen 2008-12-24 (1)
3301+U941C yugushen 2008-12-24 (1)
3302+U5CEB yugushen 2008-12-24 (1)
3303+U6D49 yugushen 2008-12-24 (1)
3304+U59F0 yugushen 2008-12-24 (1)
3305+U85BC yugushen 2008-12-24 (1)
3306+U59F0 lsz 2008-12-24 (2)
3307+U941C lsz 2008-12-24 (2)
3308+U827B lsz 2008-12-24 (2)
3309+U5F9A lsz 2008-12-24 (2)
3310+U8B3F lsz 2008-12-24 (2)
3311+U7D65 lsz 2008-12-24 (2)
3312+U7BBA lsz 2008-12-24 (1)
3313+U6992 lsz 2008-12-24 (1)
3314+U6E8A lsz 2008-12-24 (1)
3315+U7C51 lsz 2008-12-24 (1)
3316+U7A38 lsz 2008-12-24 (1)
3317+U5758 lsz 2008-12-24 (1)
3318+U92E2 lsz 2008-12-24 (1)
3319+U9EC1 lsz 2008-12-24 (1)
3320+U717E wanghong 2008-12-24 (1)
3321+U51AE wanghong 2008-12-24 (1)
3322+U75B7 wanghong 2008-12-24 (1)
3323+U65BA wanghong 2008-12-24 (1)
3324+U51DF wanghong 2008-12-24 (1)
3325+U599C wanghong 2008-12-24 (1)
3326+U9EB1 wanghong 2008-12-24 (1)
3327+U6F1B wanghong 2008-12-24 (1)
3328+U7AF1 wanghong 2008-12-24 (1)
3329+U9BDF wanghong 2008-12-24 (1)
3330+U96A5 wanghong 2008-12-24 (1)
3331+U4EB8 wanghong 2008-12-24 (1)
3332+U65BA wanghong 2008-12-24 (2)
3333+U6F1B wanghong 2008-12-24 (2)
3334+U8483 anonymous 2008-12-25 (1)
3335+U56EF anonymous 2008-12-25 (1)
3336+U73E2 anonymous 2008-12-25 (1)
3337+U6DAD anonymous 2008-12-25 (1)
3338+U80FF anonymous 2008-12-25 (1)
3339+U65F8 anonymous 2008-12-25 (1)
3340+U62B2 anonymous 2008-12-25 (1)
3341+U5066 anonymous 2008-12-25 (1)
3342+U91C4 anonymous 2008-12-25 (1)
3343+U91C4 lsz 2008-12-25 (2)
3344+U5994 anonymous 2008-12-25 (1)
3345+U9E53 pem 2008-12-25 (1)
3346+U7E28 pem 2008-12-25 (1)
3347+U9CAA pem 2008-12-25 (1)
3348+U56FB lsz 2008-12-25 (1)
3349+U5935 lsz 2008-12-25 (1)
3350+U8094 sqrt2x 2008-12-25 (1)
3351+U813B lsz 2008-12-25 (1)
3352+U6ACA lsz 2008-12-25 (1)
3353+U67BC FangQ 2008-12-25 (1)
3354+U5059 FangQ 2008-12-25 (1)
3355+U67D6 FangQ 2008-12-25 (1)
3356+U9393 FangQ 2008-12-25 (1)
3357+U7A66 FangQ 2008-12-25 (1)
3358+U6943 FangQ 2008-12-25 (1)
3359+U8692 FangQ 2008-12-25 (1)
3360+U99BF FangQ 2008-12-25 (1)
3361+U7866 FangQ 2008-12-25 (1)
3362+U70B2 FangQ 2008-12-25 (1)
3363+U7E27 FangQ 2008-12-25 (1)
3364+U8BBB FangQ 2008-12-25 (1)
3365+U5A02 FangQ 2008-12-25 (1)
3366+U9C01 anonymous 2008-12-25 (1)
3367+U869F FangQ 2008-12-25 (1)
3368+U6119 anonymous 2008-12-25 (1)
3369+U92BF anonymous 2008-12-25 (1)
3370+U5B82 anonymous 2008-12-25 (1)
3371+U89A5 anonymous 2008-12-25 (1)
3372+U5D2A anonymous 2008-12-25 (1)
3373+U5989 anonymous 2008-12-25 (1)
3374+U87CF anonymous 2008-12-25 (1)
3375+U564F anonymous 2008-12-25 (1)
3376+U7867 lsz 2008-12-25 (1)
3377+U91BB lsz 2008-12-25 (1)
3378+U8AB7 lsz 2008-12-25 (1)
3379+U6B7D lsz 2008-12-25 (1)
3380+U9A8D lsz 2008-12-25 (1)
3381+U8359 lsz 2008-12-25 (1)
3382+U7A59 lsz 2008-12-25 (1)
3383+U71AE anonymous 2008-12-25 (1)
3384+U562B anonymous 2008-12-25 (1)
3385+U686C anonymous 2008-12-25 (1)
3386+U6139 anonymous 2008-12-25 (1)
3387+U801D anonymous 2008-12-25 (1)
3388+U6903 anonymous 2008-12-25 (1)
3389+U7CDB anonymous 2008-12-25 (1)
3390+U5585 anonymous 2008-12-25 (1)
3391+U979F anonymous 2008-12-25 (1)
3392+U8675 anonymous 2008-12-25 (1)
3393+U7353 anonymous 2008-12-25 (1)
3394+U7581 anonymous 2008-12-25 (1)
3395+U712C anonymous 2008-12-25 (1)
3396+U8145 anonymous 2008-12-25 (1)
3397+U9188 anonymous 2008-12-25 (1)
3398+U8ED0 wanghong 2008-12-25 (1)
3399+U93D3 wanghong 2008-12-25 (1)
3400+U9E76 wanghong 2008-12-25 (1)
3401+U76A0 wanghong 2008-12-25 (1)
3402+U7C93 wanghong 2008-12-25 (1)
3403+U6395 wanghong 2008-12-25 (1)
3404+U9842 wanghong 2008-12-25 (1)
3405+U7796 wanghong 2008-12-25 (1)
3406+U74D1 wanghong 2008-12-25 (1)
3407+U5359 wanghong 2008-12-25 (1)
3408+U7D5A wanghong 2008-12-25 (1)
3409+U66E5 wanghong 2008-12-25 (1)
3410+U6511 wanghong 2008-12-25 (1)
3411+U7D74 wanghong 2008-12-25 (1)
3412+U8181 FangQ 2008-12-25 (1)
3413+U8181 FangQ 2008-12-25 (2)
3414+U7B3D FangQ 2008-12-25 (1)
3415+U951C FangQ 2008-12-25 (1)
3416+U812A FangQ 2008-12-25 (1)
3417+U9A58 FangQ 2008-12-25 (1)
3418+U5CDD FangQ 2008-12-25 (1)
3419+U7971 FangQ 2008-12-25 (1)
3420+U6898 FangQ 2008-12-25 (1)
3421+U7CEB wanghong 2008-12-26 (1)
3422+U611E wanghong 2008-12-26 (1)
3423+U9966 wanghong 2008-12-26 (1)
3424+U73F0 wanghong 2008-12-26 (1)
3425+U6857 wanghong 2008-12-26 (1)
3426+U9434 wanghong 2008-12-26 (1)
3427+U58A7 wanghong 2008-12-26 (1)
3428+U62D5 wanghong 2008-12-26 (1)
3429+U9066 wanghong 2008-12-26 (1)
3430+U79DA wanghong 2008-12-26 (1)
3431+U9B5C wanghong 2008-12-26 (1)
3432+U86A0 wanghong 2008-12-26 (1)
3433+U7749 anonymous 2008-12-26 (1)
3434+U7399 anonymous 2008-12-26 (1)
3435+U5995 anonymous 2008-12-26 (1)
3436+U781B anonymous 2008-12-26 (1)
3437+U8878 lsz 2008-12-26 (1)
3438+U89D7 lsz 2008-12-26 (1)
3439+U8E3B lsz 2008-12-26 (1)
3440+U9243 lsz 2008-12-26 (1)
3441+U8D57 lsz 2008-12-26 (1)
3442+U693A lsz 2008-12-26 (1)
3443+U52C4 lsz 2008-12-26 (1)
3444+U5444 lsz 2008-12-26 (1)
3445+U5542 lsz 2008-12-26 (1)
3446+U54B5 pem 2008-12-26 (1)
3447+U731A pem 2008-12-26 (1)
3448+U6D50 pem 2008-12-26 (1)
3449+U7F6F pem 2008-12-26 (1)
3450+U4F06 pem 2008-12-26 (1)
3451+U7A01 lsz 2008-12-26 (1)
3452+U99E1 pem 2008-12-26 (1)
3453+U76C7 lsz 2008-12-26 (1)
3454+U7A2A pem 2008-12-26 (1)
3455+U6638 pem 2008-12-26 (1)
3456+U8E83 anonymous 2008-12-26 (1)
3457+U5568 pem 2008-12-26 (1)
3458+U555B pem 2008-12-26 (1)
3459+U58B4 lsz 2008-12-26 (1)
3460+U9BC2 lsz 2008-12-26 (1)
3461+U97DB lsz 2008-12-26 (1)
3462+U8243 lsz 2008-12-26 (1)
3463+U71F3 lsz 2008-12-26 (1)
3464+U71F3 lsz 2008-12-26 (2)
3465+U7283 lsz 2008-12-26 (1)
3466+U904C lsz 2008-12-26 (1)
3467+U9F26 lsz 2008-12-26 (1)
3468+U7CE1 anonymous 2008-12-26 (1)
3469+U739C anonymous 2008-12-26 (1)
3470+U9D39 FangQ 2008-12-26 (1)
3471+U813C FangQ 2008-12-26 (1)
3472+U9E30 FangQ 2008-12-26 (1)
3473+U6074 anonymous 2008-12-26 (1)
3474+U820F FangQ 2008-12-26 (1)
3475+U667D FangQ 2008-12-26 (1)
3476+U79F4 FangQ 2008-12-26 (1)
3477+U8908 FangQ 2008-12-26 (1)
3478+U7A45 FangQ 2008-12-26 (1)
3479+U7208 FangQ 2008-12-26 (1)
3480+U59EF FangQ 2008-12-26 (1)
3481+U59EF FangQ 2008-12-26 (2)
3482+U8023 FangQ 2008-12-26 (1)
3483+U7A3A FangQ 2008-12-26 (1)
3484+U7138 FangQ 2008-12-26 (1)
3485+U6BD1 FangQ 2008-12-26 (1)
3486+U6048 FangQ 2008-12-26 (1)
3487+U6D15 FangQ 2008-12-26 (1)
3488+U9208 FangQ 2008-12-26 (1)
3489+U8A8E FangQ 2008-12-26 (1)
3490+U50AB FangQ 2008-12-26 (1)
3491+U59C2 FangQ 2008-12-26 (1)
3492+U7773 FangQ 2008-12-26 (1)
3493+U739E FangQ 2008-12-26 (1)
3494+U707B FangQ 2008-12-26 (1)
3495+U5A6F FangQ 2008-12-26 (1)
3496+U78B6 FangQ 2008-12-26 (1)
3497+U833E FangQ 2008-12-26 (1)
3498+U95AA FangQ 2008-12-26 (1)
3499+U9B6A FangQ 2008-12-26 (1)
3500+U7B0C FangQ 2008-12-26 (1)
3501+U7209 FangQ 2008-12-26 (1)
3502+U90C2 FangQ 2008-12-26 (1)
3503+U61DD FangQ 2008-12-26 (1)
3504+U9978 FangQ 2008-12-26 (1)
3505+U99A2 FangQ 2008-12-26 (1)
3506+U5136 FangQ 2008-12-26 (1)
3507+U9456 FangQ 2008-12-26 (1)
3508+U9DBD FangQ 2008-12-26 (1)
3509+U7D57 FangQ 2008-12-26 (1)
3510+U5A4E FangQ 2008-12-26 (1)
3511+U9B8D FangQ 2008-12-26 (1)
3512+U8522 FangQ 2008-12-26 (1)
3513+U99A0 FangQ 2008-12-26 (1)
3514+U7216 FangQ 2008-12-26 (1)
3515+U5AC5 FangQ 2008-12-26 (1)
3516+U9BB2 wanghong 2008-12-26 (1)
3517+U9C5C FangQ 2008-12-26 (1)
3518+U510D wanghong 2008-12-26 (1)
3519+U8887 wanghong 2008-12-26 (1)
3520+U708B wanghong 2008-12-26 (1)
3521+U5067 wanghong 2008-12-26 (1)
3522+U788A wanghong 2008-12-26 (1)
3523+U4F2E wanghong 2008-12-26 (1)
3524+U7E4F wanghong 2008-12-26 (1)
3525+U9B53 wanghong 2008-12-26 (1)
3526+U70A7 wanghong 2008-12-26 (1)
3527+U9AC3 wanghong 2008-12-26 (1)
3528+U9B6B wanghong 2008-12-26 (1)
3529+U9EE1 wanghong 2008-12-26 (1)
3530+U691E wanghong 2008-12-26 (1)
3531+U8503 wanghong 2008-12-26 (1)
3532+U9EE1 FangQ 2008-12-26 (2)
3533+U954B wanghong 2008-12-26 (1)
3534+U7204 wanghong 2008-12-26 (1)
3535+U62EA wanghong 2008-12-26 (1)
3536+U7320 wanghong 2008-12-26 (1)
3537+U54F9 wanghong 2008-12-26 (1)
3538+U8A35 wanghong 2008-12-26 (1)
3539+U59B7 wanghong 2008-12-26 (1)
3540+U9607 wanghong 2008-12-26 (1)
3541+U9C6C wanghong 2008-12-26 (1)
3542+U816C wanghong 2008-12-26 (1)
3543+U63A6 pem 2008-12-26 (1)
3544+U78DC pem 2008-12-26 (1)
3545+U91FB pem 2008-12-26 (1)
3546+U9C1A pem 2008-12-26 (1)
3547+U7873 pem 2008-12-26 (1)
3548+U5A89 lsz 2008-12-26 (1)
3549+U90CD lsz 2008-12-26 (1)
3550+U95C2 lsz 2008-12-26 (1)
3551+U7254 lsz 2008-12-26 (1)
3552+U9EF8 lsz 2008-12-26 (1)
3553+U91D2 FangQ 2008-12-26 (1)
3554+U9983 FangQ 2008-12-26 (1)
3555+U9520 FangQ 2008-12-26 (1)
3556+U68BD FangQ 2008-12-26 (1)
3557+U9CC8 FangQ 2008-12-26 (1)
3558+U68BF FangQ 2008-12-26 (1)
3559+U62DE FangQ 2008-12-26 (1)
3560+U62C1 FangQ 2008-12-26 (1)
3561+U5603 FangQ 2008-12-26 (1)
3562+U748D FangQ 2008-12-26 (1)
3563+U52EE lsz 2008-12-26 (1)
3564+U8B1F FangQ 2008-12-26 (1)
3565+U79FC FangQ 2008-12-26 (1)
3566+U6967 FangQ 2008-12-26 (1)
3567+U7CF9 FangQ 2008-12-26 (1)
3568+U8EF2 FangQ 2008-12-26 (1)
3569+U86A6 lsz 2008-12-27 (1)
3570+U9973 lsz 2008-12-27 (1)
3571+U6D55 lsz 2008-12-27 (1)
3572+U5867 lsz 2008-12-27 (1)
3573+U86AD lsz 2008-12-27 (1)
3574+U986E lsz 2008-12-27 (1)
3575+U5032 lsz 2008-12-27 (1)
3576+U9627 lsz 2008-12-27 (1)
3577+U5F8E lsz 2008-12-27 (1)
3578+U6352 lsz 2008-12-27 (1)
3579+U7414 FangQ 2008-12-27 (1)
3580+U8D51 FangQ 2008-12-27 (1)
3581+U708C FangQ 2008-12-27 (1)
3582+U8103 FangQ 2008-12-27 (1)
3583+U519F FangQ 2008-12-27 (1)
3584+U7CA6 FangQ 2008-12-27 (1)
3585+U5596 FangQ 2008-12-27 (1)
3586+U926A FangQ 2008-12-27 (1)
3587+U926A FangQ 2008-12-27 (2)
3588+U84DE FangQ 2008-12-27 (1)
3589+U6B90 FangQ 2008-12-27 (1)
3590+U8066 FangQ 2008-12-27 (1)
3591+U5469 FangQ 2008-12-27 (1)
3592+U73C4 FangQ 2008-12-27 (1)
3593+U8886 FangQ 2008-12-27 (1)
3594+U578E FangQ 2008-12-27 (1)
3595+U9A3C FangQ 2008-12-27 (1)
3596+U9F53 FangQ 2008-12-27 (1)
3597+U73B1 FangQ 2008-12-27 (1)
3598+U7D78 FangQ 2008-12-27 (1)
3599+U922A FangQ 2008-12-27 (1)
3600+U597A FangQ 2008-12-27 (1)
3601+U789D FangQ 2008-12-27 (1)
3602+U52EA FangQ 2008-12-27 (1)
3603+U4F68 FangQ 2008-12-27 (1)
3604+U8B61 FangQ 2008-12-27 (1)
3605+U5038 FangQ 2008-12-27 (1)
3606+U5605 FangQ 2008-12-27 (1)
3607+U6D72 FangQ 2008-12-27 (1)
3608+U8A6F FangQ 2008-12-27 (1)
3609+U7EAE FangQ 2008-12-27 (1)
3610+U573D FangQ 2008-12-27 (1)
3611+U7251 FangQ 2008-12-27 (1)
3612+U7698 FangQ 2008-12-27 (1)
3613+U7456 FangQ 2008-12-27 (1)
3614+U603D FangQ 2008-12-27 (1)
3615+U8B44 lsz 2008-12-27 (1)
3616+U893F lsz 2008-12-27 (1)
3617+U945C lsz 2008-12-27 (1)
3618+U6494 lsz 2008-12-27 (1)
3619+U77C0 lsz 2008-12-27 (1)
3620+U9007 lsz 2008-12-27 (1)
3621+U6D24 wanghong 2008-12-27 (1)
3622+U97C0 lsz 2008-12-27 (1)
3623+U6E42 wanghong 2008-12-27 (1)
3624+U97C0 lsz 2008-12-27 (2)
3625+U5767 wanghong 2008-12-27 (1)
3626+U8736 wanghong 2008-12-27 (1)
3627+U70F2 wanghong 2008-12-27 (1)
3628+U7072 wanghong 2008-12-27 (1)
3629+U501D wanghong 2008-12-27 (1)
3630+U9B99 wanghong 2008-12-27 (1)
3631+U96D0 wanghong 2008-12-27 (1)
3632+U8873 wanghong 2008-12-27 (1)
3633+U81CB wanghong 2008-12-27 (1)
3634+U7C04 wanghong 2008-12-27 (1)
3635+U8873 FangQ 2008-12-27 (2)
3636+U9B99 wanghong 2008-12-27 (2)
3637+U92E3 FangQ 2008-12-27 (1)
3638+U6331 FangQ 2008-12-27 (1)
3639+U87A5 FangQ 2008-12-27 (1)
3640+U7072 wanghong 2008-12-27 (2)
3641+U70F2 wanghong 2008-12-27 (2)
3642+U7A2C FangQ 2008-12-27 (1)
3643+U8999 FangQ 2008-12-27 (1)
3644+U8246 FangQ 2008-12-27 (1)
3645+U639A FangQ 2008-12-27 (1)
3646+U8BD0 FangQ 2008-12-27 (1)
3647+U5325 FangQ 2008-12-27 (1)
3648+U593B FangQ 2008-12-27 (1)
3649+U5502 FangQ 2008-12-27 (1)
3650+U6F9B FangQ 2008-12-27 (1)
3651+U6F9B FangQ 2008-12-27 (2)
3652+U8104 FangQ 2008-12-27 (1)
3653+U7111 FangQ 2008-12-27 (1)
3654+U888F wanghong 2008-12-27 (1)
3655+U708D wanghong 2008-12-27 (1)
3656+U6E48 wanghong 2008-12-27 (1)
3657+U79D0 wanghong 2008-12-28 (1)
3658+U6BF4 wanghong 2008-12-28 (1)
3659+U5842 wanghong 2008-12-28 (1)
3660+U8EAD wanghong 2008-12-28 (1)
3661+U6D02 wanghong 2008-12-28 (1)
3662+U7976 wanghong 2008-12-28 (1)
3663+U557A wanghong 2008-12-28 (1)
3664+U7305 anonymous 2008-12-28 (1)
3665+U97F4 mozbug 2008-12-28 (1)
3666+U5B86 mozbug 2008-12-28 (1)
3667+U6C75 anonymous 2008-12-28 (1)
3668+U97BD mozbug 2008-12-28 (1)
3669+U8EF0 mozbug 2008-12-28 (1)
3670+U68A5 mozbug 2008-12-28 (1)
3671+U4F8E mozbug 2008-12-28 (1)
3672+U7836 mozbug 2008-12-28 (1)
3673+U9353 mozbug 2008-12-28 (1)
3674+U9CB9 mozbug 2008-12-28 (1)
3675+U7753 mozbug 2008-12-28 (1)
3676+U53AA mozbug 2008-12-28 (1)
3677+U55B4 mozbug 2008-12-28 (1)
3678+U725C mozbug 2008-12-28 (1)
3679+U722B mozbug 2008-12-28 (1)
3680+U7989 mozbug 2008-12-28 (1)
3681+U7F98 mozbug 2008-12-28 (1)
3682+U6899 mozbug 2008-12-28 (1)
3683+U790F mozbug 2008-12-28 (1)
3684+U6326 mozbug 2008-12-28 (1)
3685+U91EF mozbug 2008-12-28 (1)
3686+U9422 mozbug 2008-12-28 (1)
3687+U8CD0 mozbug 2008-12-28 (1)
3688+U87E9 mozbug 2008-12-28 (1)
3689+U9B39 mozbug 2008-12-28 (1)
3690+U8DC0 mozbug 2008-12-28 (1)
3691+U7002 mozbug 2008-12-28 (1)
3692+U6836 2008-12-28 (1)
3693+U70EE 2008-12-28 (1)
3694+U97FC mozbug 2008-12-28 (1)
3695+U8660 mozbug 2008-12-28 (1)
3696+U67AC vvFeng 2008-12-28 (1)
3697+U6E0F vvFeng 2008-12-28 (1)
3698+U6E0F vvFeng 2008-12-28 (2)
3699+U6888 vvFeng 2008-12-28 (1)
3700+U9775 mozbug 2008-12-28 (1)
3701+U674A vvFeng 2008-12-28 (1)
3702+U70A3 vvFeng 2008-12-28 (1)
3703+U8A97 mozbug 2008-12-28 (1)
3704+U941E mozbug 2008-12-28 (1)
3705+U9362 mozbug 2008-12-28 (1)
3706+U738C mozbug 2008-12-28 (1)
3707+U998C mozbug 2008-12-28 (1)
3708+U717F mozbug 2008-12-28 (1)
3709+U8163 mozbug 2008-12-28 (1)
3710+U722F mozbug 2008-12-28 (1)
3711+U9E85 mozbug 2008-12-28 (1)
3712+U77D1 mozbug 2008-12-28 (1)
3713+U9FA1 mozbug 2008-12-28 (1)
3714+U77EA mozbug 2008-12-28 (1)
3715+U741C anonymous 2008-12-28 (1)
3716+U59D5 mozbug 2008-12-28 (1)
3717+U8A5D mozbug 2008-12-28 (1)
3718+U7776 mozbug 2008-12-28 (1)
3719+U7776 mozbug 2008-12-28 (2)
3720+U9637 vvFeng 2008-12-28 (1)
3721+U8E32 vvFeng 2008-12-28 (1)
3722+U586A vvFeng 2008-12-28 (1)
3723+U89EA vvFeng 2008-12-28 (1)
3724+U5826 vvFeng 2008-12-28 (1)
3725+U9C93 vvFeng 2008-12-28 (1)
3726+U5826 FangQ 2008-12-28 (2)
3727+U713E FangQ 2008-12-28 (1)
3728+U6F4A FangQ 2008-12-28 (1)
3729+U6531 FangQ 2008-12-28 (1)
3730+U9D0A FangQ 2008-12-28 (1)
3731+U5743 FangQ 2008-12-28 (1)
3732+U6239 FangQ 2008-12-28 (1)
3733+U89BB FangQ 2008-12-28 (1)
3734+U7915 FangQ 2008-12-28 (1)
3735+U536D FangQ 2008-12-28 (1)
3736+U4F9F FangQ 2008-12-28 (1)
3737+U97BA 2008-12-28 (1)
3738+U8B4D FangQ 2008-12-28 (1)
3739+U5485 FangQ 2008-12-28 (1)
3740+U6135 FangQ 2008-12-28 (1)
3741+U9A33 2008-12-28 (1)
3742+U62BA FangQ 2008-12-28 (1)
3743+U9D6D 2008-12-28 (1)
3744+U5DC1 2008-12-28 (1)
3745+U594C FangQ 2008-12-28 (1)
3746+U591D FangQ 2008-12-28 (1)
3747+U9340 FangQ 2008-12-28 (1)
3748+U9923 FangQ 2008-12-28 (1)
3749+U60AE FangQ 2008-12-28 (1)
3750+U50EB FangQ 2008-12-28 (1)
3751+U6A6E FangQ 2008-12-28 (1)
3752+U6305 FangQ 2008-12-28 (1)
3753+U9A89 FangQ 2008-12-28 (1)
3754+U546D FangQ 2008-12-28 (1)
3755+U6353 FangQ 2008-12-28 (1)
3756+U9EC5 lsz 2008-12-28 (1)
3757+U84BE lsz 2008-12-28 (1)
3758+U7DE5 lsz 2008-12-28 (1)
3759+U8EE4 anonymous 2008-12-29 (1)
3760+U9408 anonymous 2008-12-29 (1)
3761+U79C4 anonymous 2008-12-29 (1)
3762+U79C4 anonymous 2008-12-29 (2)
3763+U66D5 mozbug 2008-12-29 (1)
3764+U5643 mozbug 2008-12-29 (1)
3765+U5652 mozbug 2008-12-29 (1)
3766+U586E anonymous 2008-12-29 (1)
3767+U69C5 anonymous 2008-12-29 (1)
3768+U6692 anonymous 2008-12-29 (1)
3769+U9C8C anonymous 2008-12-29 (1)
3770+U6F9F mozbug 2008-12-29 (1)
3771+U8C83 anonymous 2008-12-29 (1)
3772+U799E anonymous 2008-12-29 (1)
3773+U74F9 mozbug 2008-12-29 (1)
3774+U74ED mozbug 2008-12-29 (1)
3775+U9C96 anonymous 2008-12-29 (1)
3776+U74FA mozbug 2008-12-29 (1)
3777+U8E43 anonymous 2008-12-29 (1)
3778+U74FC mozbug 2008-12-29 (1)
3779+U796C anonymous 2008-12-29 (1)
3780+U6856 anonymous 2008-12-29 (1)
3781+U88A6 anonymous 2008-12-29 (1)
3782+U87B1 mozbug 2008-12-29 (1)
3783+U5975 anonymous 2008-12-29 (1)
3784+U87C1 mozbug 2008-12-29 (1)
3785+U8453 anonymous 2008-12-29 (1)
3786+U87D5 mozbug 2008-12-29 (1)
3787+U87DA mozbug 2008-12-29 (1)
3788+U51D3 mozbug 2008-12-29 (1)
3789+U6B06 anonymous 2008-12-29 (1)
3790+U51D5 mozbug 2008-12-29 (1)
3791+U9638 anonymous 2008-12-29 (1)
3792+U51D9 mozbug 2008-12-29 (1)
3793+U6125 anonymous 2008-12-29 (1)
3794+U999A anonymous 2008-12-29 (1)
3795+U599A anonymous 2008-12-29 (1)
3796+U99C0 anonymous 2008-12-29 (1)
3797+U94D3 anonymous 2008-12-29 (1)
3798+U5AFC anonymous 2008-12-29 (1)
3799+U512B anonymous 2008-12-29 (1)
3800+U9BE9 anonymous 2008-12-29 (1)
3801+U8A09 anonymous 2008-12-29 (1)
3802+U6455 anonymous 2008-12-29 (1)
3803+U9BA9 anonymous 2008-12-29 (1)
3804+U50DC anonymous 2008-12-29 (1)
3805+U7139 anonymous 2008-12-29 (1)
3806+U9E74 anonymous 2008-12-29 (1)
3807+U74D3 anonymous 2008-12-29 (1)
3808+U5D78 anonymous 2008-12-29 (1)
3809+U7F93 anonymous 2008-12-29 (1)
3810+U7876 anonymous 2008-12-29 (1)
3811+U9220 anonymous 2008-12-29 (1)
3812+U9305 anonymous 2008-12-29 (1)
3813+U9FA6 mozbug 2008-12-29 (1)
3814+U50AA anonymous 2008-12-29 (1)
3815+U510F anonymous 2008-12-29 (1)
3816+U8DC9 anonymous 2008-12-29 (1)
3817+U5B33 anonymous 2008-12-29 (1)
3818+U9FA8 mozbug 2008-12-29 (1)
3819+U8F4A anonymous 2008-12-29 (1)
3820+U9FA9 mozbug 2008-12-29 (1)
3821+U4EE6 anonymous 2008-12-29 (1)
3822+U79FF anonymous 2008-12-29 (1)
3823+U9FAA mozbug 2008-12-29 (1)
3824+U7CB7 anonymous 2008-12-29 (1)
3825+U9FAB mozbug 2008-12-29 (1)
3826+U9FAB mozbug 2008-12-29 (2)
3827+U72D3 anonymous 2008-12-29 (1)
3828+U9FAC mozbug 2008-12-29 (1)
3829+U9384 anonymous 2008-12-29 (1)
3830+U59B8 anonymous 2008-12-29 (1)
3831+U8EA7 anonymous 2008-12-29 (1)
3832+U9FAE mozbug 2008-12-29 (1)
3833+U9167 anonymous 2008-12-29 (1)
3834+U9FAD mozbug 2008-12-29 (1)
3835+U7506 anonymous 2008-12-29 (1)
3836+U9FAF mozbug 2008-12-29 (1)
3837+U956E anonymous 2008-12-29 (1)
3838+U780A anonymous 2008-12-29 (1)
3839+U738F anonymous 2008-12-29 (1)
3840+U79FE anonymous 2008-12-29 (1)
3841+U9FB1 mozbug 2008-12-29 (1)
3842+U9FB2 mozbug 2008-12-29 (1)
3843+U5791 anonymous 2008-12-29 (1)
3844+U69D1 lsz 2008-12-29 (1)
3845+U9FBA mozbug 2008-12-29 (1)
3846+U9FB3 mozbug 2008-12-29 (1)
3847+U9FB7 mozbug 2008-12-29 (1)
3848+U9FBB mozbug 2008-12-29 (1)
3849+U9FBC mozbug 2008-12-29 (1)
3850+U9FBD mozbug 2008-12-29 (1)
3851+U9FBD mozbug 2008-12-29 (2)
3852+U5A98 lsz 2008-12-29 (1)
3853+U9FBE mozbug 2008-12-29 (1)
3854+U5AA0 lsz 2008-12-29 (1)
3855+U5AA1 lsz 2008-12-29 (1)
3856+U9374 lsz 2008-12-29 (1)
3857+U9FBF mozbug 2008-12-29 (1)
3858+U937F lsz 2008-12-29 (1)
3859+U9FC0 mozbug 2008-12-29 (1)
3860+U9FC1 mozbug 2008-12-29 (1)
3861+U9FC2 mozbug 2008-12-29 (1)
3862+U9FC3 mozbug 2008-12-29 (1)
3863+U9FB6 mozbug 2008-12-29 (1)
3864+U9FBB FangQ 2008-12-29 (2)
3865+U9FB3 FangQ 2008-12-29 (2)
3866+U8D0C anonymous 2008-12-29 (1)
3867+U9AE4 anonymous 2008-12-29 (1)
3868+U9AF5 anonymous 2008-12-29 (1)
3869+U5812 anonymous 2008-12-29 (1)
3870+U7AF3 anonymous 2008-12-29 (1)
3871+U7AF2 anonymous 2008-12-29 (1)
3872+U878C anonymous 2008-12-29 (1)
3873+U7808 anonymous 2008-12-29 (1)
3874+U783D anonymous 2008-12-29 (1)
3875+U5FA3 anonymous 2008-12-29 (1)
3876+U5FA7 anonymous 2008-12-29 (1)
3877+U5FB1 anonymous 2008-12-29 (1)
3878+U5FB8 anonymous 2008-12-29 (1)
3879+U6E18 anonymous 2008-12-29 (1)
3880+U8A06 anonymous 2008-12-29 (1)
3881+U9A1F anonymous 2008-12-29 (1)
3882+U8A7E anonymous 2008-12-29 (1)
3883+U9A17 anonymous 2008-12-29 (1)
3884+U9A2F anonymous 2008-12-29 (1)
3885+U8044 anonymous 2008-12-29 (1)
3886+U8049 anonymous 2008-12-29 (1)
3887+U804E anonymous 2008-12-29 (1)
3888+U7A2D anonymous 2008-12-29 (1)
3889+U7A34 anonymous 2008-12-29 (1)
3890+U73D5 anonymous 2008-12-29 (1)
3891+U7445 anonymous 2008-12-29 (1)
3892+U62B7 anonymous 2008-12-29 (1)
3893+U62B7 anonymous 2008-12-29 (2)
3894+U6312 anonymous 2008-12-29 (1)
3895+U78C2 anonymous 2008-12-29 (1)
3896+U7A1D anonymous 2008-12-29 (1)
3897+U7A27 anonymous 2008-12-29 (1)
3898+U7A29 anonymous 2008-12-29 (1)
3899+U7A41 anonymous 2008-12-29 (1)
3900+U6A43 anonymous 2008-12-29 (1)
3901+U6A43 anonymous 2008-12-29 (2)
3902+U6A45 anonymous 2008-12-29 (1)
3903+U6A4C anonymous 2008-12-29 (1)
3904+U8040 anonymous 2008-12-29 (1)
3905+U63B9 anonymous 2008-12-29 (1)
3906+U63E6 anonymous 2008-12-29 (1)
3907+U63E6 anonymous 2008-12-29 (2)
3908+U541A anonymous 2008-12-29 (1)
3909+U56D2 anonymous 2008-12-29 (1)
3910+U56D5 anonymous 2008-12-29 (1)
3911+U8AE9 anonymous 2008-12-29 (1)
3912+U8AE9 anonymous 2008-12-29 (2)
3913+U8AE9 anonymous 2008-12-29 (3)
3914+U8AE9 anonymous 2008-12-29 (4)
3915+U8AF9 anonymous 2008-12-29 (1)
3916+U5A2C anonymous 2008-12-29 (1)
3917+U5A2C anonymous 2008-12-29 (2)
3918+U5A3A anonymous 2008-12-29 (1)
3919+U5A3D anonymous 2008-12-29 (1)
3920+U5A3D anonymous 2008-12-29 (2)
3921+U5FEC anonymous 2008-12-29 (1)
3922+U9241 anonymous 2008-12-29 (1)
3923+U922B anonymous 2008-12-29 (1)
3924+U9242 anonymous 2008-12-29 (1)
3925+U91E0 anonymous 2008-12-29 (1)
3926+U6FBB anonymous 2008-12-29 (1)
3927+U7402 anonymous 2008-12-29 (1)
3928+U8A1C anonymous 2008-12-29 (1)
3929+U8A21 anonymous 2008-12-29 (1)
3930+U8A26 anonymous 2008-12-29 (1)
3931+U7250 anonymous 2008-12-29 (1)
3932+U8F3C anonymous 2008-12-29 (1)
3933+U8F41 anonymous 2008-12-29 (1)
3934+U8F41 anonymous 2008-12-29 (2)
3935+U8F41 anonymous 2008-12-29 (3)
3936+U79F5 anonymous 2008-12-29 (1)
3937+U7A16 anonymous 2008-12-29 (1)
3938+U7A07 anonymous 2008-12-29 (1)
3939+U7A0F anonymous 2008-12-29 (1)
3940+U5086 anonymous 2008-12-29 (1)
3941+U9C38 anonymous 2008-12-29 (1)
3942+U7CE3 anonymous 2008-12-29 (1)
3943+U667F anonymous 2008-12-29 (1)
3944+U7639 FangQ 2008-12-29 (1)
3945+U7644 FangQ 2008-12-29 (1)
3946+U7220 FangQ 2008-12-29 (1)
3947+U692C FangQ 2008-12-29 (1)
3948+U692E FangQ 2008-12-29 (1)
3949+U692B FangQ 2008-12-29 (1)
3950+U691D FangQ 2008-12-29 (1)
3951+U9BD0 anonymous 2008-12-29 (1)
3952+U94DA anonymous 2008-12-29 (1)
3953+U9BD8 anonymous 2008-12-29 (1)
3954+U9C7D anonymous 2008-12-29 (1)
3955+U9BF6 anonymous 2008-12-29 (1)
3956+U890D anonymous 2008-12-29 (1)
3957+U51C2 anonymous 2008-12-29 (1)
3958+U51C1 anonymous 2008-12-29 (1)
3959+U69EF fcicq 2008-12-29 (1)
3960+U51BA anonymous 2008-12-29 (1)
3961+U69FA fcicq 2008-12-29 (1)
3962+U8224 fcicq 2008-12-29 (1)
3963+U9258 anonymous 2008-12-29 (1)
3964+U925C anonymous 2008-12-29 (1)
3965+U9C97 fcicq 2008-12-29 (1)
3966+U925D anonymous 2008-12-29 (1)
3967+U7C8F fcicq 2008-12-29 (1)
3968+U9579 anonymous 2008-12-29 (1)
3969+U4F37 fcicq 2008-12-29 (1)
3970+U4F42 fcicq 2008-12-29 (1)
3971+U4F4B fcicq 2008-12-29 (1)
3972+U86E5 fcicq 2008-12-29 (1)
3973+U9BF9 anonymous 2008-12-29 (1)
3974+U86FF fcicq 2008-12-29 (1)
3975+U77DD fcicq 2008-12-29 (1)
3976+U9C1F anonymous 2008-12-29 (1)
3977+U77DF fcicq 2008-12-29 (1)
3978+U520F anonymous 2008-12-29 (1)
3979+U663D fcicq 2008-12-29 (1)
3980+U664E fcicq 2008-12-29 (1)
3981+U9C22 anonymous 2008-12-29 (1)
3982+U6660 fcicq 2008-12-29 (1)
3983+U682C fcicq 2008-12-29 (1)
3984+U9C2A anonymous 2008-12-29 (1)
3985+U7EB4 fcicq 2008-12-29 (1)
3986+U4F93 fcicq 2008-12-29 (1)
3987+U4FA4 fcicq 2008-12-29 (1)
3988+U9C98 fcicq 2008-12-29 (1)
3989+U8254 anonymous 2008-12-29 (1)
3990+U7418 anonymous 2008-12-29 (1)
3991+U7561 anonymous 2008-12-29 (1)
3992+U9B8C anonymous 2008-12-29 (1)
3993+U7922 anonymous 2008-12-29 (1)
3994+U55A0 anonymous 2008-12-29 (1)
3995+U9345 anonymous 2008-12-29 (1)
3996+U918E anonymous 2008-12-29 (1)
3997+U4FB0 anonymous 2008-12-29 (1)
3998+U7177 anonymous 2008-12-29 (1)
3999+U9AD7 anonymous 2008-12-29 (1)
4000+U7721 anonymous 2008-12-29 (1)
4001+U4F66 anonymous 2008-12-29 (1)
4002+U988E anonymous 2008-12-29 (1)
4003+U9C27 anonymous 2008-12-29 (1)
4004+U7355 2008-12-29 (1)
4005+U8744 2008-12-29 (1)
4006+U8772 2008-12-29 (1)
4007+U7861 2008-12-29 (1)
4008+U787D 2008-12-29 (1)
4009+U7878 2008-12-29 (1)
4010+U9C27 FangQ 2008-12-29 (2)
4011+U604F mozbug 2008-12-29 (1)
4012+U7E6C mozbug 2008-12-29 (1)
4013+U7E6E mozbug 2008-12-29 (1)
4014+U7E85 mozbug 2008-12-29 (1)
4015+U7E84 mozbug 2008-12-29 (1)
4016+U87F0 FangQ 2008-12-29 (1)
4017+U87F1 FangQ 2008-12-29 (1)
4018+U67E8 anonymous 2008-12-29 (1)
4019+U7CA9 anonymous 2008-12-29 (1)
4020+U96E4 anonymous 2008-12-29 (1)
4021+U8B9B anonymous 2008-12-29 (1)
4022+U8B91 anonymous 2008-12-29 (1)
4023+U9E3C anonymous 2008-12-29 (1)
4024+U53FF anonymous 2008-12-30 (1)
4025+U9BC2 anonymous 2008-12-30 (2)
4026+U692B anonymous 2008-12-30 (2)
4027+U82EE anonymous 2008-12-30 (1)
4028+U573C anonymous 2008-12-30 (1)
4029+U692C anonymous 2008-12-30 (2)
4030+U9656 anonymous 2008-12-30 (1)
4031+U73B1 anonymous 2008-12-30 (2)
4032+U801A anonymous 2008-12-30 (2)
4033+U7677 anonymous 2008-12-30 (1)
4034+U801D anonymous 2008-12-30 (2)
4035+U65EB anonymous 2008-12-30 (1)
4036+U9BC5 anonymous 2008-12-30 (2)
4037+U65F8 anonymous 2008-12-30 (2)
4038+U692E anonymous 2008-12-30 (2)
4039+U5CCD anonymous 2008-12-30 (1)
4040+U6601 anonymous 2008-12-30 (1)
4041+U6931 anonymous 2008-12-30 (2)
4042+U693A anonymous 2008-12-30 (2)
4043+U55F1 FangQ 2008-12-30 (1)
4044+U9BCB anonymous 2008-12-30 (2)
4045+U8B5E anonymous 2008-12-30 (1)
4046+U6931 anonymous 2008-12-30 (3)
4047+U6D23 anonymous 2008-12-30 (1)
4048+U90C6 anonymous 2008-12-30 (1)
4049+U559B anonymous 2008-12-30 (1)
4050+U8804 anonymous 2008-12-30 (1)
4051+U6CB5 anonymous 2008-12-30 (1)
4052+U6CC8 anonymous 2008-12-30 (1)
4053+U830A anonymous 2008-12-30 (1)
4054+U581A anonymous 2008-12-30 (1)
4055+U93B8 anonymous 2008-12-30 (1)
4056+U97C2 anonymous 2008-12-30 (1)
4057+U6985 anonymous 2008-12-30 (1)
4058+U97B1 anonymous 2008-12-30 (1)
4059+U794E anonymous 2008-12-30 (1)
4060+U802B anonymous 2008-12-30 (1)
4061+U7DE2 anonymous 2008-12-30 (1)
4062+U7DFC anonymous 2008-12-30 (1)
4063+U5CC2 anonymous 2008-12-30 (1)
4064+U599F anonymous 2008-12-30 (1)
4065+U80B0 anonymous 2008-12-30 (1)
4066+U88E9 anonymous 2008-12-30 (1)
4067+U8920 anonymous 2008-12-30 (1)
4068+U7DED anonymous 2008-12-30 (1)
4069+U65C7 FangQ 2008-12-30 (1)
4070+U97B0 anonymous 2008-12-30 (1)
4071+U4E63 anonymous 2008-12-30 (1)
4072+U80B3 anonymous 2008-12-30 (1)
4073+U80B6 anonymous 2008-12-30 (1)
4074+U503D anonymous 2008-12-30 (1)
4075+U7DD4 anonymous 2008-12-30 (1)
4076+U988B anonymous 2008-12-30 (1)
4077+U97BC anonymous 2008-12-30 (1)
4078+U7841 anonymous 2008-12-30 (1)
4079+U6CCE anonymous 2008-12-30 (1)
4080+U7DEB anonymous 2008-12-30 (1)
4081+U784B anonymous 2008-12-30 (1)
4082+U747A anonymous 2008-12-30 (1)
4083+U70E3 anonymous 2008-12-30 (1)
4084+U747B anonymous 2008-12-30 (1)
4085+U8924 anonymous 2008-12-30 (1)
4086+U7304 anonymous 2008-12-30 (1)
4087+U9B3D anonymous 2008-12-30 (1)
4088+U7491 anonymous 2008-12-30 (1)
4089+U78A6 anonymous 2008-12-30 (1)
4090+U95AF anonymous 2008-12-30 (1)
4091+U69DA anonymous 2008-12-30 (1)
4092+U4E68 anonymous 2008-12-30 (1)
4093+U7DFC anonymous 2008-12-30 (2)
4094+U96A6 anonymous 2008-12-30 (1)
4095+U7458 anonymous 2008-12-30 (1)
4096+U64A8 anonymous 2008-12-30 (1)
4097+U55BA anonymous 2008-12-30 (1)
4098+U7890 anonymous 2008-12-30 (1)
4099+U7461 anonymous 2008-12-30 (1)
4100+U926B anonymous 2008-12-30 (1)
4101+U7770 anonymous 2008-12-30 (1)
4102+U76FF anonymous 2008-12-30 (1)
4103+U98F5 anonymous 2008-12-30 (1)
4104+U772A anonymous 2008-12-30 (1)
4105+U64A7 anonymous 2008-12-30 (1)
4106+U8D83 anonymous 2008-12-30 (1)
4107+U76F6 anonymous 2008-12-30 (1)
4108+U8DD2 anonymous 2008-12-30 (1)
4109+U9DAE anonymous 2008-12-30 (1)
4110+U9DAE anonymous 2008-12-30 (2)
4111+U6663 anonymous 2008-12-30 (1)
4112+U5569 anonymous 2008-12-30 (1)
4113+U5744 anonymous 2008-12-30 (1)
4114+U9E65 anonymous 2008-12-30 (1)
4115+U5B8A anonymous 2008-12-30 (1)
4116+U5E65 anonymous 2008-12-30 (1)
4117+U871D anonymous 2008-12-30 (1)
4118+U6DB6 anonymous 2008-12-30 (1)
4119+U6B85 anonymous 2008-12-30 (1)
4120+U5574 anonymous 2008-12-30 (1)
4121+U8B09 anonymous 2008-12-30 (1)
4122+U871D anonymous 2008-12-30 (2)
4123+U52FD anonymous 2008-12-30 (1)
4124+U8B73 anonymous 2008-12-30 (1)
4125+U6542 anonymous 2008-12-30 (1)
4126+U9F5A anonymous 2008-12-30 (1)
4127+U5AA3 anonymous 2008-12-30 (1)
4128+U635B anonymous 2008-12-30 (1)
4129+U871D anonymous 2008-12-30 (3)
4130+U59B0 anonymous 2008-12-30 (1)
4131+U871D anonymous 2008-12-30 (4)
4132+U966E anonymous 2008-12-30 (1)
4133+U5AC3 anonymous 2008-12-30 (1)
4134+U59AD anonymous 2008-12-30 (1)
4135+U7CB8 anonymous 2008-12-30 (1)
4136+U5226 anonymous 2008-12-30 (1)
4137+U59DF anonymous 2008-12-30 (1)
4138+U545A anonymous 2008-12-30 (1)
4139+U5B12 anonymous 2008-12-30 (1)
4140+U6306 anonymous 2008-12-30 (1)
4141+U545A anonymous 2008-12-30 (2)
4142+U6823 anonymous 2008-12-30 (1)
4143+U6317 anonymous 2008-12-30 (1)
4144+U545A anonymous 2008-12-30 (3)
4145+U632E anonymous 2008-12-30 (1)
4146+U54F4 anonymous 2008-12-30 (1)
4147+U632E anonymous 2008-12-30 (2)
4148+U7588 anonymous 2008-12-30 (1)
4149+U7975 anonymous 2008-12-30 (1)
4150+U9979 anonymous 2008-12-30 (1)
4151+U9C99 anonymous 2008-12-30 (1)
4152+U718B anonymous 2008-12-30 (1)
4153+U57C4 anonymous 2008-12-30 (1)
4154+U92D6 anonymous 2008-12-30 (1)
4155+U9C99 anonymous 2008-12-30 (2)
4156+U57C9 anonymous 2008-12-30 (1)
4157+U57CD anonymous 2008-12-30 (1)
4158+U79DB anonymous 2008-12-30 (1)
4159+U5A8D anonymous 2008-12-30 (1)
4160+U9218 anonymous 2008-12-30 (1)
4161+U4EE0 anonymous 2008-12-30 (1)
4162+U718C anonymous 2008-12-30 (1)
4163+U8E71 anonymous 2008-12-30 (1)
4164+U5388 anonymous 2008-12-30 (1)
4165+U6257 anonymous 2008-12-30 (1)
4166+U4EE2 anonymous 2008-12-30 (1)
4167+U625D anonymous 2008-12-30 (1)
4168+U4EEF anonymous 2008-12-30 (1)
4169+U788B anonymous 2008-12-30 (1)
4170+U5644 anonymous 2008-12-30 (1)
4171+U805B anonymous 2008-12-30 (1)
4172+U72C7 anonymous 2008-12-30 (1)
4173+U625F anonymous 2008-12-30 (1)
4174+U7ED6 anonymous 2008-12-30 (1)
4175+U718D anonymous 2008-12-30 (1)
4176+U6360 anonymous 2008-12-30 (1)
4177+U689A anonymous 2008-12-30 (1)
4178+U718E anonymous 2008-12-30 (1)
4179+U5735 anonymous 2008-12-30 (1)
4180+U79E8 anonymous 2008-12-30 (1)
4181+U6364 anonymous 2008-12-30 (1)
4182+U7ED6 anonymous 2008-12-30 (2)
4183+U4EFA anonymous 2008-12-30 (1)
4184+U9A8E anonymous 2008-12-30 (1)
4185+U7191 anonymous 2008-12-30 (1)
4186+U68BE anonymous 2008-12-30 (1)
4187+U4F07 anonymous 2008-12-30 (1)
4188+U551E anonymous 2008-12-30 (1)
4189+U57A8 anonymous 2008-12-30 (1)
4190+U7112 anonymous 2008-12-30 (1)
4191+U5A3B anonymous 2008-12-30 (1)
4192+U6830 anonymous 2008-12-30 (1)
4193+U9194 anonymous 2008-12-30 (1)
4194+U9BBC anonymous 2008-12-30 (1)
4195+U79E8 anonymous 2008-12-30 (2)
4196+U5A45 anonymous 2008-12-30 (1)
4197+U57C5 anonymous 2008-12-30 (1)
4198+U61D3 anonymous 2008-12-30 (1)
4199+U81F5 anonymous 2008-12-30 (1)
4200+U9196 anonymous 2008-12-30 (1)
4201+U64DC anonymous 2008-12-30 (1)
4202+U56BA anonymous 2008-12-30 (1)
4203+U65EA anonymous 2008-12-30 (1)
4204+U57CA anonymous 2008-12-30 (1)
4205+U7859 anonymous 2008-12-30 (1)
4206+U5DCA anonymous 2008-12-30 (1)
4207+U5A91 anonymous 2008-12-30 (1)
4208+U5B5E anonymous 2008-12-30 (1)
4209+U5F2B anonymous 2008-12-30 (1)
4210+U512F anonymous 2008-12-30 (1)
4211+U50BC anonymous 2008-12-30 (1)
4212+U8060 anonymous 2008-12-30 (1)
4213+U9657 anonymous 2008-12-30 (1)
4214+U953D anonymous 2008-12-30 (1)
4215+U72E5 anonymous 2008-12-30 (1)
4216+U676B anonymous 2008-12-30 (1)
4217+U686A anonymous 2008-12-30 (1)
4218+U9EA8 anonymous 2008-12-30 (1)
4219+U8213 anonymous 2008-12-30 (1)
4220+U7846 anonymous 2008-12-30 (1)
4221+U7A52 anonymous 2008-12-30 (1)
4222+U7C76 anonymous 2008-12-30 (1)
4223+U7853 anonymous 2008-12-30 (1)
4224+U9BFB anonymous 2008-12-30 (1)
4225+U55AF anonymous 2008-12-30 (1)
4226+U821A anonymous 2008-12-30 (1)
4227+U72D5 anonymous 2008-12-30 (1)
4228+U9EAB anonymous 2008-12-30 (1)
4229+U6429 anonymous 2008-12-30 (1)
4230+U8175 anonymous 2008-12-30 (1)
4231+U72E7 anonymous 2008-12-30 (1)
4232+U8226 anonymous 2008-12-30 (1)
4233+U872B anonymous 2008-12-30 (1)
4234+U5746 anonymous 2008-12-30 (1)
4235+U9BFC anonymous 2008-12-30 (1)
4236+U9EB3 anonymous 2008-12-30 (1)
4237+U5AA8 anonymous 2008-12-30 (1)
4238+U59BF anonymous 2008-12-30 (1)
4239+U9EC6 anonymous 2008-12-30 (1)
4240+U99B7 anonymous 2008-12-30 (1)
4241+U7306 anonymous 2008-12-30 (1)
4242+U9E2E anonymous 2008-12-30 (1)
4243+U53DE anonymous 2008-12-30 (1)
4244+U6824 anonymous 2008-12-30 (1)
4245+U4F4A anonymous 2008-12-30 (1)
4246+U8063 anonymous 2008-12-30 (1)
4247+U97F7 anonymous 2008-12-30 (1)
4248+U71D3 anonymous 2008-12-30 (1)
4249+U813F anonymous 2008-12-30 (1)
4250+U6847 anonymous 2008-12-30 (1)
4251+U7ACE anonymous 2008-12-30 (1)
4252+U4F8C anonymous 2008-12-30 (1)
4253+U9A94 anonymous 2008-12-30 (1)
4254+U8417 anonymous 2008-12-30 (1)
4255+U73FB anonymous 2008-12-30 (1)
4256+U6A1C anonymous 2008-12-30 (1)
4257+U576C anonymous 2008-12-30 (1)
4258+U5519 anonymous 2008-12-30 (1)
4259+U50C0 anonymous 2008-12-30 (1)
4260+U79D3 anonymous 2008-12-30 (1)
4261+U8E68 anonymous 2008-12-30 (1)
4262+U969F anonymous 2008-12-30 (1)
4263+U698F anonymous 2008-12-30 (1)
4264+U88A9 anonymous 2008-12-30 (1)
4265+U5CB2 anonymous 2008-12-30 (1)
4266+U9BA7 anonymous 2008-12-30 (1)
4267+U6616 anonymous 2008-12-30 (1)
4268+U5FDF anonymous 2008-12-30 (1)
4269+U5A0E anonymous 2008-12-30 (1)
4270+U57EA anonymous 2008-12-30 (1)
4271+U57EB anonymous 2008-12-30 (1)
4272+U52E1 anonymous 2008-12-30 (1)
4273+U7786 anonymous 2008-12-30 (1)
4274+U6B6B anonymous 2008-12-30 (1)
4275+U7FB4 anonymous 2008-12-30 (1)
4276+U8480 anonymous 2008-12-30 (1)
4277+U8260 anonymous 2008-12-30 (1)
4278+U796E anonymous 2008-12-30 (1)
4279+U54FE anonymous 2008-12-30 (1)
4280+U5C78 anonymous 2008-12-30 (1)
4281+U63FE anonymous 2008-12-30 (1)
4282+U7CAC anonymous 2008-12-30 (1)
4283+U9AAE anonymous 2008-12-30 (1)
4284+U6E06 anonymous 2008-12-30 (1)
4285+U52ED anonymous 2008-12-30 (1)
4286+U56E9 anonymous 2008-12-30 (1)
4287+U9096 anonymous 2008-12-30 (1)
4288+U7FC4 anonymous 2008-12-30 (1)
4289+U6B35 anonymous 2008-12-30 (1)
4290+U6366 anonymous 2008-12-30 (1)
4291+U683F anonymous 2008-12-30 (1)
4292+U6E6D anonymous 2008-12-30 (1)
4293+U9CDB anonymous 2008-12-30 (1)
4294+U9CC2 anonymous 2008-12-30 (1)
4295+U5D2F anonymous 2008-12-30 (1)
4296+U78F0 anonymous 2008-12-30 (1)
4297+U6782 anonymous 2008-12-30 (1)
4298+U6782 anonymous 2008-12-30 (2)
4299+U8248 anonymous 2008-12-30 (1)
4300+U5497 anonymous 2008-12-30 (1)
4301+U5A59 anonymous 2008-12-30 (1)
4302+U9CC9 anonymous 2008-12-30 (1)
4303+U4F23 anonymous 2008-12-30 (1)
4304+U5493 anonymous 2008-12-30 (1)
4305+U9DE0 anonymous 2008-12-30 (1)
4306+U5D3B anonymous 2008-12-30 (1)
4307+U7C9A anonymous 2008-12-30 (1)
4308+U619E anonymous 2008-12-30 (1)
4309+U549E anonymous 2008-12-30 (1)
4310+U928F anonymous 2008-12-30 (1)
4311+U8DD4 anonymous 2008-12-30 (1)
4312+U54B9 anonymous 2008-12-30 (1)
4313+U69DC anonymous 2008-12-30 (1)
4314+U7854 anonymous 2008-12-30 (1)
4315+U4F28 anonymous 2008-12-30 (1)
4316+U9CDA anonymous 2008-12-30 (1)
4317+U8A80 anonymous 2008-12-30 (1)
4318+U8ED6 anonymous 2008-12-30 (1)
4319+U69E1 anonymous 2008-12-30 (1)
4320+U709E anonymous 2008-12-30 (1)
4321+U5F06 anonymous 2008-12-30 (1)
4322+U7790 anonymous 2008-12-30 (1)
4323+U916B anonymous 2008-12-30 (1)
4324+U8A78 anonymous 2008-12-30 (1)
4325+U8EB7 anonymous 2008-12-30 (1)
4326+U5F8D anonymous 2008-12-30 (1)
4327+U889D anonymous 2008-12-30 (1)
4328+U5223 anonymous 2008-12-30 (1)
4329+U5003 anonymous 2008-12-30 (1)
4330+U8A5F anonymous 2008-12-30 (1)
4331+U5FF2 anonymous 2008-12-30 (1)
4332+U7757 anonymous 2008-12-30 (1)
4333+U604E anonymous 2008-12-30 (1)
4334+U9555 anonymous 2008-12-30 (1)
4335+U6285 anonymous 2008-12-30 (1)
4336+U6C53 anonymous 2008-12-30 (1)
4337+U9159 anonymous 2008-12-30 (1)
4338+U6C1C anonymous 2008-12-30 (1)
4339+U8CCB anonymous 2008-12-30 (1)
4340+U9A5D anonymous 2008-12-30 (1)
4341+U71AD anonymous 2008-12-30 (1)
4342+U69B8 anonymous 2008-12-30 (1)
4343+U5DB6 anonymous 2008-12-30 (1)
4344+U88C8 anonymous 2008-12-30 (1)
4345+U4F0C anonymous 2008-12-30 (1)
4346+U546E anonymous 2008-12-30 (1)
4347+U8CA6 anonymous 2008-12-30 (1)
4348+U91FA anonymous 2008-12-30 (1)
4349+U7309 anonymous 2008-12-30 (1)
4350+U8F6A anonymous 2008-12-30 (1)
4351+U5AD1 anonymous 2008-12-30 (1)
4352+U91F0 anonymous 2008-12-30 (1)
4353+U5AD1 anonymous 2008-12-30 (2)
4354+U80E2 anonymous 2008-12-30 (1)
4355+U7FAA anonymous 2008-12-30 (1)
4356+U712A anonymous 2008-12-30 (1)
4357+U67A4 anonymous 2008-12-30 (1)
4358+U585F anonymous 2008-12-30 (1)
4359+U6275 anonymous 2008-12-30 (1)
4360+U80D2 anonymous 2008-12-30 (1)
4361+U67A4 anonymous 2008-12-30 (2)
4362+U99A9 anonymous 2008-12-30 (1)
4363+U98E4 anonymous 2008-12-30 (1)
4364+U5E52 anonymous 2008-12-30 (1)
4365+U844F 2008-12-30 (1)
4366+U5D2B anonymous 2008-12-30 (1)
4367+U6A7D anonymous 2008-12-30 (1)
4368+U84D5 anonymous 2008-12-30 (1)
4369+U6752 anonymous 2008-12-30 (1)
4370+U577A anonymous 2008-12-30 (1)
4371+U549F anonymous 2008-12-30 (1)
4372+U8168 anonymous 2008-12-30 (1)
4373+U74EB anonymous 2008-12-30 (1)
4374+U71CD anonymous 2008-12-30 (1)
4375+U5A4F anonymous 2008-12-30 (1)
4376+U5479 anonymous 2008-12-30 (1)
4377+U8184 anonymous 2008-12-30 (1)
4378+U6B9D anonymous 2008-12-30 (1)
4379+U6E4C anonymous 2008-12-30 (1)
4380+U5FCA anonymous 2008-12-30 (1)
4381+U5483 anonymous 2008-12-30 (1)
4382+U5FCB anonymous 2008-12-30 (1)
4383+U925F anonymous 2008-12-30 (1)
4384+U54F5 anonymous 2008-12-30 (1)
4385+U54CA anonymous 2008-12-30 (1)
4386+U5FE2 anonymous 2008-12-30 (1)
4387+U65C9 anonymous 2008-12-30 (1)
4388+U8281 anonymous 2008-12-30 (1)
4389+U5A54 anonymous 2008-12-30 (1)
4390+U6E4F anonymous 2008-12-30 (1)
4391+U6E4F anonymous 2008-12-30 (1)
4392+U6093 anonymous 2008-12-30 (1)
4393+U5F7A anonymous 2008-12-30 (1)
4394+U636A anonymous 2008-12-30 (1)
4395+U5F8D anonymous 2008-12-30 (2)
4396+U6099 2008-12-30 (1)
4397+U5FA2 anonymous 2008-12-30 (1)
4398+U7A5D anonymous 2008-12-30 (1)
4399+U8AAF anonymous 2008-12-30 (1)
4400+U5F68 anonymous 2008-12-30 (1)
4401+U8E6E anonymous 2008-12-30 (1)
4402+U6093 2008-12-30 (2)
4403+U88ED anonymous 2008-12-30 (1)
4404+U7933 anonymous 2008-12-30 (1)
4405+U7772 anonymous 2008-12-30 (1)
4406+U88FF anonymous 2008-12-30 (1)
4407+U7D7E anonymous 2008-12-30 (1)
4408+U7771 anonymous 2008-12-30 (1)
4409+U9221 anonymous 2008-12-30 (1)
4410+U7685 anonymous 2008-12-30 (1)
4411+U6788 anonymous 2008-12-30 (1)
4412+U7777 anonymous 2008-12-30 (1)
4413+U6318 anonymous 2008-12-30 (1)
4414+U7824 anonymous 2008-12-30 (1)
4415+U7778 anonymous 2008-12-30 (1)
4416+U9268 anonymous 2008-12-30 (1)
4417+U637E anonymous 2008-12-30 (1)
4418+U57DE anonymous 2008-12-30 (1)
4419+U5748 anonymous 2008-12-30 (1)
4420+U777A anonymous 2008-12-30 (1)
4421+U768C anonymous 2008-12-30 (1)
4422+U5FC7 anonymous 2008-12-30 (1)
4423+U57D1 anonymous 2008-12-30 (1)
4424+U6BF1 anonymous 2008-12-30 (1)
4425+U57E6 anonymous 2008-12-30 (1)
4426+U9787 anonymous 2008-12-30 (1)
4427+U537E anonymous 2008-12-30 (1)
4428+U8B2D anonymous 2008-12-30 (1)
4429+U5FFC anonymous 2008-12-30 (1)
4430+U99CA anonymous 2008-12-30 (1)
4431+U5FF9 anonymous 2008-12-30 (1)
4432+U9064 anonymous 2008-12-30 (1)
4433+U78AE anonymous 2008-12-30 (1)
4434+U797B anonymous 2008-12-30 (1)
4435+U5FE6 anonymous 2008-12-30 (1)
4436+U676E anonymous 2008-12-30 (1)
4437+U769F anonymous 2008-12-30 (1)
4438+U7842 anonymous 2008-12-30 (1)
4439+U5A10 anonymous 2008-12-30 (1)
4440+U5376 anonymous 2008-12-30 (1)
4441+U6796 anonymous 2008-12-30 (1)
4442+U8B43 anonymous 2008-12-30 (1)
4443+U6796 anonymous 2008-12-30 (2)
4444+U9B5D anonymous 2008-12-30 (1)
4445+U7C77 anonymous 2008-12-30 (1)
4446+U8B64 anonymous 2008-12-30 (1)
4447+U6947 anonymous 2008-12-30 (1)
4448+U8059 anonymous 2008-12-30 (1)
4449+U6373 anonymous 2008-12-30 (1)
4450+U7C86 anonymous 2008-12-30 (1)
4451+U8DCA anonymous 2008-12-30 (1)
4452+U6A98 anonymous 2008-12-30 (1)
4453+U669B anonymous 2008-12-30 (1)
4454+U7C87 anonymous 2008-12-30 (1)
4455+U86B2 anonymous 2008-12-30 (1)
4456+U5845 anonymous 2008-12-30 (1)
4457+U7CC3 anonymous 2008-12-30 (1)
4458+U9681 anonymous 2008-12-30 (1)
4459+U6E81 anonymous 2008-12-30 (1)
4460+U7892 anonymous 2008-12-30 (1)
4461+U6379 anonymous 2008-12-30 (1)
4462+U699F anonymous 2008-12-30 (1)
4463+U8A42 anonymous 2008-12-30 (1)
4464+U878E anonymous 2008-12-30 (1)
4465+U6BE9 2008-12-30 (1)
4466+U785F anonymous 2008-12-30 (1)
4467+U5C85 anonymous 2008-12-30 (1)
4468+U52B7 anonymous 2008-12-30 (1)
4469+U9C4F anonymous 2008-12-30 (1)
4470+U8A43 anonymous 2008-12-30 (1)
4471+U8A47 anonymous 2008-12-30 (1)
4472+U699F anonymous 2008-12-30 (2)
4473+U5A12 anonymous 2008-12-30 (1)
4474+U52C8 anonymous 2008-12-30 (1)
4475+U7936 anonymous 2008-12-30 (1)
4476+U78E4 anonymous 2008-12-30 (1)
4477+U6BFA 2008-12-30 (1)
4478+U86D2 anonymous 2008-12-30 (1)
4479+U97E8 anonymous 2008-12-30 (1)
4480+U7937 anonymous 2008-12-30 (1)
4481+U5248 2008-12-30 (1)
4482+U58AA anonymous 2008-12-30 (1)
4483+U7936 anonymous 2008-12-30 (2)
4484+U910C anonymous 2008-12-30 (1)
4485+U70A0 anonymous 2008-12-30 (1)
4486+U80A6 anonymous 2008-12-30 (1)
4487+U523E 2008-12-30 (1)
4488+U6E75 anonymous 2008-12-30 (1)
4489+U96AD anonymous 2008-12-30 (1)
4490+U8097 anonymous 2008-12-30 (1)
4491+U86D5 anonymous 2008-12-30 (1)
4492+U9543 anonymous 2008-12-30 (1)
4493+U7943 anonymous 2008-12-30 (1)
4494+U6754 anonymous 2008-12-30 (1)
4495+U9E27 anonymous 2008-12-30 (1)
4496+U7157 anonymous 2008-12-30 (1)
4497+U6732 anonymous 2008-12-30 (1)
4498+U998E anonymous 2008-12-30 (1)
4499+U52CF anonymous 2008-12-30 (1)
4500+U5FF6 anonymous 2008-12-30 (1)
4501+U8BEA anonymous 2008-12-30 (1)
4502+U51C3 anonymous 2008-12-30 (1)
4503+U5257 2008-12-30 (1)
4504+U5C83 2008-12-30 (1)
4505+U9290 anonymous 2008-12-30 (1)
4506+U523C 2008-12-30 (1)
4507+U7932 anonymous 2008-12-30 (1)
4508+U9E3B anonymous 2008-12-30 (1)
4509+U523C 2008-12-30 (2)
4510+U86E1 anonymous 2008-12-30 (1)
4511+U98F0 anonymous 2008-12-30 (1)
4512+U5D48 anonymous 2008-12-30 (1)
4513+U7AD0 anonymous 2008-12-30 (1)
4514+U4FE2 anonymous 2008-12-30 (1)
4515+U77A6 anonymous 2008-12-30 (1)
4516+U4FE7 anonymous 2008-12-30 (1)
4517+U77AE anonymous 2008-12-30 (1)
4518+U8A9B anonymous 2008-12-30 (1)
4519+U7CC4 anonymous 2008-12-30 (1)
4520+U7558 anonymous 2008-12-30 (1)
4521+U77AF anonymous 2008-12-30 (1)
4522+U4FBE anonymous 2008-12-30 (1)
4523+U4FEB anonymous 2008-12-30 (1)
4524+U86FC anonymous 2008-12-30 (1)
4525+U4FC8 anonymous 2008-12-30 (1)
4526+U4FCC anonymous 2008-12-30 (1)
4527+U4FF9 anonymous 2008-12-30 (1)
4528+U6DB9 anonymous 2008-12-30 (1)
4529+U4FD2 anonymous 2008-12-30 (1)
4530+U8C1E anonymous 2008-12-30 (1)
4531+U77B8 anonymous 2008-12-30 (1)
4532+U8F80 anonymous 2008-12-30 (1)
4533+U8980 anonymous 2008-12-30 (1)
4534+U8C40 anonymous 2008-12-30 (1)
4535+U8F8C anonymous 2008-12-30 (1)
4536+U7364 anonymous 2008-12-30 (1)
4537+U8156 anonymous 2008-12-30 (1)
4538+U77BE anonymous 2008-12-30 (1)
4539+U577E anonymous 2008-12-30 (1)
4540+U5A85 anonymous 2008-12-30 (1)
4541+U6F28 anonymous 2008-12-30 (1)
4542+U81E4 anonymous 2008-12-30 (1)
4543+U71EF anonymous 2008-12-30 (1)
4544+U6007 anonymous 2008-12-30 (1)
4545+U86FD anonymous 2008-12-30 (1)
4546+U8795 anonymous 2008-12-30 (1)
4547+U8F04 anonymous 2008-12-30 (1)
4548+U598B anonymous 2008-12-30 (1)
4549+U5754 anonymous 2008-12-30 (1)
4550+U785A anonymous 2008-12-30 (1)
4551+U86AE anonymous 2008-12-30 (1)
4552+U963E anonymous 2008-12-30 (1)
4553+U74C4 anonymous 2008-12-30 (1)
4554+U5422 anonymous 2008-12-30 (1)
4555+U9641 anonymous 2008-12-30 (1)
4556+U61DC anonymous 2008-12-30 (1)
4557+U550D anonymous 2008-12-30 (1)
4558+U9652 anonymous 2008-12-30 (1)
4559+U7EEC anonymous 2008-12-30 (1)
4560+U9659 anonymous 2008-12-30 (1)
4561+U86D5 anonymous 2008-12-30 (2)
4562+U7520 anonymous 2008-12-30 (1)
4563+U965A anonymous 2008-12-30 (1)
4564+U8A24 anonymous 2008-12-30 (1)
4565+U5FB0 anonymous 2008-12-30 (1)
4566+U5D04 anonymous 2008-12-30 (1)
4567+U70C4 anonymous 2008-12-30 (1)
4568+U8B69 anonymous 2008-12-30 (1)
4569+U8E2D anonymous 2008-12-30 (1)
4570+U7053 anonymous 2008-12-30 (1)
4571+U8E37 anonymous 2008-12-30 (1)
4572+U5D44 anonymous 2008-12-30 (1)
4573+U818E anonymous 2008-12-30 (1)
4574+U7417 anonymous 2008-12-30 (1)
4575+U7417 anonymous 2008-12-30 (2)
4576+U66B6 anonymous 2008-12-30 (1)
4577+U618F anonymous 2008-12-30 (1)
4578+U9EC7 anonymous 2008-12-30 (1)
4579+U5651 wanghong 2008-12-30 (1)
4580+U92B0 anonymous 2008-12-30 (1)
4581+U5071 anonymous 2008-12-30 (1)
4582+U61D9 anonymous 2008-12-30 (1)
4583+U8053 anonymous 2008-12-30 (1)
4584+U5621 anonymous 2008-12-30 (1)
4585+U77F4 fcicq 2008-12-30 (1)
4586+U5620 anonymous 2008-12-30 (1)
4587+U781E fcicq 2008-12-30 (1)
4588+U806D anonymous 2008-12-30 (1)
4589+U77F5 fcicq 2008-12-30 (1)
4590+U7851 fcicq 2008-12-30 (1)
4591+U7415 anonymous 2008-12-30 (1)
4592+U9A61 anonymous 2008-12-30 (1)
4593+U9E62 anonymous 2008-12-30 (1)
4594+U9F27 anonymous 2008-12-30 (1)
4595+U7415 anonymous 2008-12-30 (2)
4596+U5279 fcicq 2008-12-30 (1)
4597+U8CC6 anonymous 2008-12-30 (1)
4598+U70B6 anonymous 2008-12-30 (1)
4599+U7415 fcicq 2008-12-30 (3)
4600+U92E5 anonymous 2008-12-30 (1)
4601+U70A5 anonymous 2008-12-30 (1)
4602+U9390 anonymous 2008-12-30 (1)
4603+U99A4 anonymous 2008-12-30 (1)
4604+U9386 anonymous 2008-12-30 (1)
4605+U8EAE anonymous 2008-12-30 (1)
4606+U9381 anonymous 2008-12-30 (1)
4607+U78B8 anonymous 2008-12-30 (1)
4608+U9387 anonymous 2008-12-30 (1)
4609+U7C71 anonymous 2008-12-30 (1)
4610+U6DB1 anonymous 2008-12-30 (1)
4611+U7D8B anonymous 2008-12-30 (1)
4612+U9284 anonymous 2008-12-30 (1)
4613+U78BD anonymous 2008-12-30 (1)
4614+U5847 anonymous 2008-12-30 (1)
4615+U5850 anonymous 2008-12-30 (1)
4616+U78D3 anonymous 2008-12-30 (1)
4617+U5860 anonymous 2008-12-30 (1)
4618+U5EF9 anonymous 2008-12-30 (1)
4619+U78BF anonymous 2008-12-30 (1)
4620+U9660 anonymous 2008-12-30 (1)
4621+U920B anonymous 2008-12-30 (1)
4622+U78D2 anonymous 2008-12-30 (1)
4623+U645A anonymous 2008-12-30 (1)
4624+U5004 anonymous 2008-12-30 (1)
4625+U8A38 anonymous 2008-12-30 (1)
4626+U7FAB anonymous 2008-12-30 (1)
4627+U8194 anonymous 2008-12-30 (1)
4628+U7CC6 anonymous 2008-12-30 (1)
4629+U6E12 anonymous 2008-12-30 (1)
4630+U9A95 anonymous 2008-12-30 (1)
4631+U882D anonymous 2008-12-30 (1)
4632+U6502 anonymous 2008-12-30 (1)
4633+U56CF anonymous 2008-12-30 (1)
4634+U6E1E anonymous 2008-12-30 (1)
4635+U5E0D anonymous 2008-12-30 (1)
4636+U5FBA anonymous 2008-12-30 (1)
4637+U6A2C anonymous 2008-12-30 (1)
4638+U7FC8 anonymous 2008-12-30 (1)
4639+U57DB anonymous 2008-12-30 (1)
4640+U6B26 anonymous 2008-12-30 (1)
4641+U5A86 anonymous 2008-12-30 (1)
4642+U9C1E anonymous 2008-12-30 (1)
4643+U79E2 anonymous 2008-12-30 (1)
4644+U7DC8 anonymous 2008-12-30 (1)
4645+U888A anonymous 2008-12-30 (1)
4646+U565F anonymous 2008-12-30 (1)
4647+U8894 anonymous 2008-12-30 (1)
4648+U7FD3 anonymous 2008-12-30 (1)
4649+U9C26 anonymous 2008-12-30 (1)
4650+U5B00 anonymous 2008-12-30 (1)
4651+U88BB anonymous 2008-12-30 (1)
4652+U88C7 anonymous 2008-12-30 (1)
4653+U9C35 anonymous 2008-12-30 (1)
4654+U9C7E anonymous 2008-12-30 (1)
4655+U9CAC anonymous 2008-12-30 (1)
4656+U71E9 anonymous 2008-12-30 (1)
4657+U9CAF anonymous 2008-12-30 (1)
4658+U78D7 anonymous 2008-12-30 (1)
4659+U9C51 anonymous 2008-12-30 (1)
4660+U8241 anonymous 2008-12-30 (1)
4661+U9424 anonymous 2008-12-30 (1)
4662+U9424 anonymous 2008-12-30 (2)
4663+U76A3 anonymous 2008-12-30 (1)
4664+U65C0 anonymous 2008-12-30 (1)
4665+U9ED7 anonymous 2008-12-30 (1)
4666+U6B2B anonymous 2008-12-30 (1)
4667+U6BA9 lsz 2008-12-30 (1)
4668+U6BAC lsz 2008-12-30 (1)
4669+U52E5 anonymous 2008-12-30 (1)
4670+U8A9F anonymous 2008-12-30 (1)
4671+U5D2C anonymous 2008-12-30 (1)
4672+U9EEC anonymous 2008-12-30 (1)
4673+U8AAE anonymous 2008-12-30 (1)
4674+U8570 anonymous 2008-12-30 (1)
4675+U6EF3 anonymous 2008-12-30 (1)
4676+U9CBE anonymous 2008-12-30 (1)
4677+U90CC anonymous 2008-12-30 (1)
4678+U772B anonymous 2008-12-30 (1)
4679+U772C anonymous 2008-12-30 (1)
4680+U772E anonymous 2008-12-30 (1)
4681+U9CBF anonymous 2008-12-30 (1)
4682+U7730 anonymous 2008-12-30 (1)
4683+U773F anonymous 2008-12-30 (1)
4684+U773F anonymous 2008-12-30 (2)
4685+U6018 anonymous 2008-12-30 (1)
4686+U921B anonymous 2008-12-30 (1)
4687+U9CE0 anonymous 2008-12-30 (1)
4688+U578D anonymous 2008-12-30 (1)
4689+U7906 anonymous 2008-12-30 (1)
4690+U9369 anonymous 2008-12-30 (1)
4691+U9368 anonymous 2008-12-30 (1)
4692+U7DA4 aquarius 2008-12-30 (1)
4693+U7BBD anonymous 2008-12-30 (1)
4694+U8B62 anonymous 2008-12-30 (1)
4695+U7BB6 anonymous 2008-12-30 (1)
4696+U679B anonymous 2008-12-30 (1)
4697+U93C9 anonymous 2008-12-30 (1)
4698+U5F94 anonymous 2008-12-30 (1)
4699+U8C87 anonymous 2008-12-30 (1)
4700+U93F0 anonymous 2008-12-30 (1)
4701+U986C aquarius 2008-12-30 (1)
4702+U90AD anonymous 2008-12-30 (1)
4703+U5ACE aquarius 2008-12-30 (1)
4704+U5A61 anonymous 2008-12-30 (1)
4705+U938B anonymous 2008-12-30 (1)
4706+U5ACF aquarius 2008-12-30 (1)
4707+U8D03 anonymous 2008-12-30 (1)
4708+U938B anonymous 2008-12-30 (2)
4709+U7D49 anonymous 2008-12-30 (1)
4710+U595F anonymous 2008-12-30 (1)
4711+U72B3 anonymous 2008-12-30 (1)
4712+U79D4 anonymous 2008-12-30 (1)
4713+U7D37 anonymous 2008-12-30 (1)
4714+U9307 anonymous 2008-12-30 (1)
4715+U745D anonymous 2008-12-30 (1)
4716+U7FD6 anonymous 2008-12-30 (1)
4717+U785B anonymous 2008-12-30 (1)
4718+U749D anonymous 2008-12-30 (1)
4719+U7134 anonymous 2008-12-30 (1)
4720+U7BBC anonymous 2008-12-30 (1)
4721+U777B anonymous 2008-12-30 (1)
4722+U91FE anonymous 2008-12-30 (1)
4723+U73EC aquarius 2008-12-30 (1)
4724+U7134 anonymous 2008-12-30 (2)
4725+U778A anonymous 2008-12-30 (1)
4726+U5390 wanghong 2008-12-30 (1)
4727+U52CA anonymous 2008-12-30 (1)
4728+U91FE anonymous 2008-12-30 (2)
4729+U72BB anonymous 2008-12-30 (1)
4730+U8A0B anonymous 2008-12-30 (1)
4731+U7478 anonymous 2008-12-30 (1)
4732+U8A0D anonymous 2008-12-30 (1)
4733+U7CC9 anonymous 2008-12-30 (1)
4734+U8A19 anonymous 2008-12-30 (1)
4735+U740E aquarius 2008-12-30 (1)
4736+U601F anonymous 2008-12-30 (1)
4737+U78D8 aquarius 2008-12-30 (1)
4738+U6F0C anonymous 2008-12-30 (1)
4739+U5B35 anonymous 2008-12-30 (1)
4740+U7CCF anonymous 2008-12-30 (1)
4741+U7CE6 anonymous 2008-12-30 (1)
4742+U5724 aquarius 2008-12-30 (1)
4743+U8E4F anonymous 2008-12-30 (1)
4744+U6407 anonymous 2008-12-30 (1)
4745+U5856 anonymous 2008-12-30 (1)
4746+U5724 aquarius 2008-12-30 (2)
4747+U7C24 anonymous 2008-12-30 (1)
4748+U902B anonymous 2008-12-30 (1)
4749+U8E58 anonymous 2008-12-30 (1)
4750+U8E75 anonymous 2008-12-30 (1)
4751+U9275 anonymous 2008-12-30 (1)
4752+U6C58 anonymous 2008-12-30 (1)
4753+U6C63 anonymous 2008-12-30 (1)
4754+U6374 anonymous 2008-12-30 (1)
4755+U9750 anonymous 2008-12-30 (1)
4756+U5513 anonymous 2008-12-30 (1)
4757+U9C03 anonymous 2008-12-30 (1)
4758+U7439 anonymous 2008-12-30 (1)
4759+U508F aquarius 2008-12-30 (1)
4760+U741F anonymous 2008-12-30 (1)
4761+U610C anonymous 2008-12-30 (1)
4762+U612A anonymous 2008-12-30 (1)
4763+U991C anonymous 2008-12-30 (1)
4764+U990E anonymous 2008-12-30 (1)
4765+U8F28 anonymous 2008-12-30 (1)
4766+U9922 anonymous 2008-12-30 (1)
4767+U902A anonymous 2008-12-30 (1)
4768+U9E8F anonymous 2008-12-30 (1)
4769+U9B62 anonymous 2008-12-30 (1)
4770+U98E0 anonymous 2008-12-30 (1)
4771+U9281 anonymous 2008-12-30 (1)
4772+U7356 anonymous 2008-12-30 (1)
4773+U9936 anonymous 2008-12-30 (1)
4774+U80EE anonymous 2008-12-30 (1)
4775+U9989 anonymous 2008-12-30 (1)
4776+U5675 anonymous 2008-12-30 (1)
4777+U56FC anonymous 2008-12-30 (1)
4778+U7959 anonymous 2008-12-30 (1)
4779+U757C anonymous 2008-12-30 (1)
4780+U7ADB anonymous 2008-12-30 (1)
4781+U7AE8 anonymous 2008-12-30 (1)
4782+U7983 anonymous 2008-12-30 (1)
4783+U7AE9 anonymous 2008-12-30 (1)
4784+U55D7 anonymous 2008-12-30 (1)
4785+U6051 anonymous 2008-12-30 (1)
4786+U608F anonymous 2008-12-30 (1)
4787+U666D anonymous 2008-12-30 (1)
4788+U668F anonymous 2008-12-30 (1)
4789+U60E5 anonymous 2008-12-30 (1)
4790+U76FD anonymous 2008-12-30 (1)
4791+U78C7 anonymous 2008-12-30 (1)
4792+U7700 anonymous 2008-12-30 (1)
4793+U9ECA anonymous 2008-12-30 (1)
4794+U6299 anonymous 2008-12-30 (1)
4795+U7702 anonymous 2008-12-30 (1)
4796+U58B0 anonymous 2008-12-30 (1)
4797+U5A96 anonymous 2008-12-30 (1)
4798+U5090 anonymous 2008-12-30 (1)
4799+U741E anonymous 2008-12-30 (1)
4800+U9BB7 anonymous 2008-12-30 (1)
4801+U79A5 blueiris 2008-12-30 (1)
4802+U9548 anonymous 2008-12-30 (1)
4803+U9560 anonymous 2008-12-30 (1)
4804+U6650 anonymous 2008-12-30 (1)
4805+U72BC anonymous 2008-12-30 (1)
4806+U88D1 anonymous 2008-12-30 (1)
4807+U9574 anonymous 2008-12-30 (1)
4808+U9560 anonymous 2008-12-30 (2)
4809+U9548 anonymous 2008-12-30 (2)
4810+U88D1 anonymous 2008-12-30 (2)
4811+U7CFF anonymous 2008-12-30 (1)
4812+U6C77 anonymous 2008-12-30 (1)
4813+U54CB anonymous 2008-12-30 (1)
4814+U7D24 anonymous 2008-12-30 (1)
4815+U553A anonymous 2008-12-30 (1)
4816+U8939 blueiris 2008-12-30 (1)
4817+U4FB1 anonymous 2008-12-30 (1)
4818+U9C0F anonymous 2008-12-30 (1)
4819+U6186 blueiris 2008-12-30 (1)
4820+U5CE2 anonymous 2008-12-30 (1)
4821+U714F anonymous 2008-12-30 (1)
4822+U7133 anonymous 2008-12-30 (1)
4823+U7EF9 anonymous 2008-12-30 (1)
4824+U88E0 anonymous 2008-12-30 (1)
4825+U7F10 anonymous 2008-12-30 (1)
4826+U8CD6 anonymous 2008-12-30 (1)
4827+U5CF2 anonymous 2008-12-30 (1)
4828+U8CE9 anonymous 2008-12-30 (1)
4829+U6393 anonymous 2008-12-30 (1)
4830+U980B anonymous 2008-12-30 (1)
4831+U9823 anonymous 2008-12-30 (1)
4832+U5CF3 anonymous 2008-12-30 (1)
4833+U66E1 anonymous 2008-12-30 (1)
4834+U5CFC anonymous 2008-12-30 (1)
4835+U9269 anonymous 2008-12-30 (1)
4836+U78D6 anonymous 2008-12-30 (1)
4837+U6D8F anonymous 2008-12-30 (1)
4838+U936B anonymous 2008-12-30 (1)
4839+U7966 anonymous 2008-12-30 (1)
4840+U54EC anonymous 2008-12-30 (1)
4841+U9C02 anonymous 2008-12-30 (1)
4842+U797E anonymous 2008-12-30 (1)
4843+U939C anonymous 2008-12-30 (1)
4844+U54F0 anonymous 2008-12-30 (1)
4845+U7A65 anonymous 2008-12-30 (1)
4846+U6D1C anonymous 2008-12-30 (1)
4847+U7A5E anonymous 2008-12-30 (1)
4848+U6AF4 anonymous 2008-12-30 (1)
4849+U9819 anonymous 2008-12-30 (1)
4850+U93F1 anonymous 2008-12-30 (1)
4851+U7A6A anonymous 2008-12-30 (1)
4852+U6815 anonymous 2008-12-30 (1)
4853+U7A64 anonymous 2008-12-30 (1)
4854+U61EC anonymous 2008-12-30 (1)
4855+U93ED anonymous 2008-12-30 (1)
4856+U7A65 anonymous 2008-12-30 (2)
4857+U71CC anonymous 2008-12-30 (1)
4858+U543A anonymous 2008-12-30 (1)
4859+U794D anonymous 2008-12-30 (1)
4860+U5E09 anonymous 2008-12-30 (1)
4861+U6806 anonymous 2008-12-30 (1)
4862+U7D5D qingshi163 2008-12-30 (1)
4863+U544C anonymous 2008-12-30 (1)
4864+U85BB anonymous 2008-12-30 (1)
4865+U5E1E anonymous 2008-12-30 (1)
4866+U6B9C anonymous 2008-12-30 (1)
4867+U544D anonymous 2008-12-30 (1)
4868+U8970 anonymous 2008-12-30 (1)
4869+U803A qingshi163 2008-12-30 (1)
4870+U50DF anonymous 2008-12-30 (1)
4871+U9825 anonymous 2008-12-30 (1)
4872+U9CE3 anonymous 2008-12-30 (1)
4873+U9831 anonymous 2008-12-30 (1)
4874+U9822 anonymous 2008-12-30 (1)
4875+U5400 anonymous 2008-12-30 (1)
4876+U7875 anonymous 2008-12-30 (1)
4877+U657D anonymous 2008-12-30 (1)
4878+U9E5F anonymous 2008-12-30 (1)
4879+U842E anonymous 2008-12-30 (1)
4880+U6150 anonymous 2008-12-30 (1)
4881+U658D anonymous 2008-12-30 (1)
4882+U7F8F anonymous 2008-12-30 (1)
4883+U6658 anonymous 2008-12-30 (1)
4884+U967B anonymous 2008-12-30 (1)
4885+U9E72 anonymous 2008-12-30 (1)
4886+U9E5D anonymous 2008-12-30 (1)
4887+U6902 anonymous 2008-12-30 (1)
4888+U9E6F anonymous 2008-12-30 (1)
4889+U9E6E anonymous 2008-12-30 (1)
4890+U92EB anonymous 2008-12-30 (1)
4891+U915B anonymous 2008-12-30 (1)
4892+U5822 anonymous 2008-12-30 (1)
4893+U90EE anonymous 2008-12-30 (1)
4894+U5884 anonymous 2008-12-30 (1)
4895+U4FFB anonymous 2008-12-30 (1)
4896+U98D7 anonymous 2008-12-30 (1)
4897+U81B6 anonymous 2008-12-30 (1)
4898+U5816 anonymous 2008-12-30 (1)
4899+U503F anonymous 2008-12-30 (1)
4900+U9AC8 anonymous 2008-12-30 (1)
4901+U583C anonymous 2008-12-30 (1)
4902+U5CD1 anonymous 2008-12-30 (1)
4903+U70E5 anonymous 2008-12-30 (1)
4904+U583E anonymous 2008-12-30 (1)
4905+U9ACE anonymous 2008-12-30 (1)
4906+U7310 anonymous 2008-12-30 (1)
4907+U910A anonymous 2008-12-30 (1)
4908+U5258 fcicq 2008-12-30 (1)
4909+U7986 anonymous 2008-12-30 (1)
4910+U92BA anonymous 2008-12-30 (1)
4911+U5A4B fcicq 2008-12-30 (1)
4912+U92DA anonymous 2008-12-30 (1)
4913+U6A03 anonymous 2008-12-30 (1)
4914+U5A6B fcicq 2008-12-30 (1)
4915+U8A4B anonymous 2008-12-30 (1)
4916+U7999 anonymous 2008-12-30 (1)
4917+U5F19 fcicq 2008-12-30 (1)
4918+U7798 anonymous 2008-12-30 (1)
4919+U708F anonymous 2008-12-30 (1)
4920+U603E anonymous 2008-12-30 (1)
4921+U87F5 anonymous 2008-12-30 (1)
4922+U5F1E fcicq 2008-12-30 (1)
4923+U4FBD anonymous 2008-12-30 (1)
4924+U5A68 anonymous 2008-12-30 (1)
4925+U6386 anonymous 2008-12-30 (1)
4926+U8F9D 2008-12-30 (1)
4927+U6386 anonymous 2008-12-30 (2)
4928+U5222 anonymous 2008-12-30 (1)
4929+U7987 anonymous 2008-12-30 (1)
4930+U7DCD anonymous 2008-12-30 (1)
4931+U6131 anonymous 2008-12-30 (1)
4932+U4FD5 anonymous 2008-12-30 (1)
4933+U7E9D anonymous 2008-12-30 (1)
4934+U8A9D anonymous 2008-12-30 (1)
4935+U7F3C anonymous 2008-12-30 (1)
4936+U7987 anonymous 2008-12-30 (2)
4937+U8AE5 anonymous 2008-12-30 (1)
4938+U6E2A anonymous 2008-12-30 (1)
4939+U7BEC anonymous 2008-12-30 (1)
4940+U8455 anonymous 2008-12-30 (1)
4941+U5052 anonymous 2008-12-30 (1)
4942+U7987 2008-12-30 (3)
4943+U6D26 anonymous 2008-12-30 (1)
4944+U6E02 anonymous 2008-12-30 (1)
4945+U5054 anonymous 2008-12-30 (1)
4946+U6480 anonymous 2008-12-30 (1)
4947+U798C 2008-12-30 (1)
4948+U62C3 anonymous 2008-12-30 (1)
4949+U91F2 anonymous 2008-12-30 (1)
4950+U916D anonymous 2008-12-30 (1)
4951+U7A7C anonymous 2008-12-30 (1)
4952+U7B0D anonymous 2008-12-30 (1)
4953+U9213 anonymous 2008-12-30 (1)
4954+U999F anonymous 2008-12-30 (1)
4955+U9E0C anonymous 2008-12-30 (1)
4956+U99AA anonymous 2008-12-30 (1)
4957+U8355 anonymous 2008-12-30 (1)
4958+U77C3 anonymous 2008-12-30 (1)
4959+U5B3B anonymous 2008-12-30 (1)
4960+U5F47 anonymous 2008-12-30 (1)
4961+U99B8 anonymous 2008-12-30 (1)
4962+U9625 anonymous 2008-12-30 (1)
4963+U9754 anonymous 2008-12-30 (1)
4964+U7255 anonymous 2008-12-30 (1)
4965+U4E79 anonymous 2008-12-30 (1)
4966+U88D3 anonymous 2008-12-30 (1)
4967+U7BAE anonymous 2008-12-30 (1)
4968+U55E0 anonymous 2008-12-30 (1)
4969+U9BAC anonymous 2008-12-30 (1)
4970+U7BBF anonymous 2008-12-30 (1)
4971+U9BAC anonymous 2008-12-30 (2)
4972+U7CFC anonymous 2008-12-30 (1)
4973+U6160 anonymous 2008-12-30 (1)
4974+U8AB5 anonymous 2008-12-30 (1)
4975+U9BFE anonymous 2008-12-30 (1)
4976+U8C51 anonymous 2008-12-30 (1)
4977+U98E6 anonymous 2008-12-30 (1)
4978+U7140 anonymous 2008-12-30 (1)
4979+U64CC anonymous 2008-12-30 (1)
4980+U7148 anonymous 2008-12-30 (1)
4981+U8ACA anonymous 2008-12-30 (1)
4982+U8135 fcicq 2008-12-30 (1)
4983+U74AC anonymous 2008-12-30 (1)
4984+U5001 anonymous 2008-12-30 (1)
4985+U71EB anonymous 2008-12-30 (1)
4986+U7255 anonymous 2008-12-30 (2)
4987+U7140 fcicq 2008-12-30 (2)
4988+U644C anonymous 2008-12-30 (1)
4989+U8C44 anonymous 2008-12-30 (1)
4990+U7716 anonymous 2008-12-30 (1)
4991+U9341 anonymous 2008-12-30 (1)
4992+U716B anonymous 2008-12-30 (1)
4993+U68ED anonymous 2008-12-30 (1)
4994+U71EB anonymous 2008-12-30 (2)
4995+U678A fcicq 2008-12-30 (1)
4996+U71EB anonymous 2008-12-30 (3)
4997+U824D anonymous 2008-12-30 (1)
4998+U5597 anonymous 2008-12-30 (1)
4999+U6719 anonymous 2008-12-30 (1)
5000+U976F fcicq 2008-12-30 (1)
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: