]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - extlib/php-gettext/ChangeLog
Added type-hints for StartInitializeRouter hooks.
[quix0rs-gnu-social.git] / extlib / php-gettext / ChangeLog
1 2009-11-27  Danilo Šegan <danilo@gnome.org>
2
3         * Makefile: discontinue use of ChangeLog with 1.0.8.
4
5 2006-02-28  Danilo Šegan  <danilo@gnome.org>
6
7         * gettext.php: Added some comments about these workarounds for
8         different PHP versions and architectures.
9
10 2006-02-28  Danilo Šegan  <danilo@gnome.org>
11
12         Fixes bug #15923.
13
14         * gettext.php (gettext_reader): make magic check work on 64-bit
15         platforms as well (by Steffen Pingel).
16
17 2006-02-20  Danilo Šegan  <danilo@gnome.org>
18
19         * gettext.inc (_bindtextdomain): Use php_uname to detect Windows.
20
21 2006-02-07  Danilo Šegan  <danilo@gnome.org>
22
23         * examples/pigs_dropin.php: comment-out bind_textdomain_codeset
24
25         * gettext.inc (T_bind_textdomain_codeset): bind_textdomain_codeset
26         is available only in PHP 4.2.0+ (thanks to Jens A. Tkotz).
27
28         * Makefile: Include gettext.inc in DIST_FILES, VERSION up to
29         1.0.7.
30
31 2006-02-03  Danilo Šegan  <danilo@gnome.org>
32
33         Added setlocale() emulation as well.
34
35         * examples/pigs_dropin.php: Use T_setlocale() and locale_emulation().
36         * examples/pigs_fallback.php: Use T_setlocale() and locale_emulation().
37
38         * gettext.inc:  Added globals $EMULATEGETTEXT and $CURRENTLOCALE.
39         (locale_emulation): Whether emulation is active.
40         (_check_locale): Rewrite.
41         (_setlocale): Added emulated setlocale function.
42         (T_setlocale): Wrapper around _setlocale.
43         (_get_reader): Use variables and _setlocale.
44
45 2006-02-02  Danilo Šegan  <danilo@gnome.org>
46
47         Fix bug #12192.
48
49         * examples/locale/sr_CS/LC_MESSAGES/messages.po: Correct grammar.
50         * examples/locale/sr_CS/LC_MESSAGES/messages.mo: Rebuild.
51
52 2006-02-02  Danilo Šegan  <danilo@gnome.org>
53
54         Fix bug #15419.
55         
56         * streams.php: Support for PHP 5.1.1 fread() which reads most 8kb.
57         (Fix by Piotr Szotkowski <shot@hot.pl>)
58
59 2006-02-02  Danilo Šegan  <danilo@gnome.org>
60
61         Merge Steven Armstrong's changes, supporting standard gettext
62         interfaces: 
63
64         * examples/*: Restructured examples.
65         * gettext.inc: Added.
66         * AUTHORS: Added Steven.
67         * Makefile (VERSION): Up to 1.0.6.
68         
69 2006-01-28  Nico Kaiser  <nico@siriux.net>
70
71         * gettext.php (select_string): Fix "true" <-> 1 difference of PHP
72
73 2005-07-29  Danilo Šegan  <danilo@gnome.org>
74
75         * Makefile (VERSION): Up to 1.0.5.
76
77 2005-07-29  Danilo Šegan  <danilo@gnome.org>
78
79         Fixes bug #13850.
80         
81         * gettext.php (gettext_reader): check $Reader->error as well.
82
83 2005-07-29  Danilo Šegan  <danilo@gnome.org>
84
85         * Makefile (VERSION): Up to 1.0.4.
86
87 2005-07-29  Danilo Šegan  <danilo@gnome.org>
88
89         Fixes bug #13771.
90
91         * gettext.php (gettext_reader->get_plural_forms): Plural forms
92         header extraction regex change.  Reported by Edgar Gonzales.
93         
94 2005-02-28  Danilo Šegan  <dsegan@gmx.net>
95
96         * AUTHORS: Added Nico to the list.
97
98         * Makefile (VERSION): Up to 1.0.3.
99
100         * README: Updated.
101
102 2005-02-28  Danilo Šegan  <dsegan@gmx.net>
103
104         * gettext.php: Added pre-loading, code documentation, and many
105         code clean-ups by Nico Kaiser <nico@siriux.net>.
106
107 2005-02-28  Danilo Šegan  <dsegan@gmx.net>
108
109         * streams.php (FileReader.read): Handle read($bytes = 0).
110
111         * examples/pigs.php: Prefix gettext function names with T or T_.
112
113         * examples/update: Use the same keywords T_ and T_ngettext.
114
115         * streams.php: Added CachedFileReader.
116
117 2003-11-11  Danilo Šegan  <dsegan@gmx.net>
118
119         * gettext.php: Added hashing to find_string.
120
121 2003-11-01  Danilo Šegan  <dsegan@gmx.net>
122
123         * Makefile (DIST_FILES): Replaced LICENSE with COPYING.
124         (VERSION): Up to 1.0.2.
125
126         * AUTHORS: Minor edits.
127
128         * README: Minor edits.
129
130         * COPYING: Removed LICENSE, added this file.
131
132         * gettext.php: Added copyright notice and disclaimer.
133         * streams.php: Same.
134         * examples/pigs.php: Same.
135
136 2003-10-23  Danilo Šegan  <dsegan@gmx.net>
137
138         * Makefile: Upped version to 1.0.1.
139
140         * gettext.php (gettext_reader): Remove a call to set_total_plurals.
141         (set_total_plurals): Removed unused function for some better days.
142
143 2003-10-23  Danilo Šegan  <dsegan@gmx.net>
144
145         * Makefile: Added, version 1.0.0.
146
147         * examples/*: Added an example of usage.
148
149         * README: Described all the crap.
150         
151 2003-10-22  Danilo Šegan  <dsegan@gmx.net>
152
153         * gettext.php: Plural forms implemented too.
154
155         * streams.php: Added FileReader for direct access to files (no
156         need to keep file in memory).
157
158         * gettext.php: It works, except for plural forms.
159
160         * streams.php: Created abstract class StreamReader.
161         Added StringReader class.
162
163         * gettext.php: Started writing gettext_reader.
164