aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 9e8425e2ffa51bcc2cbc3978c41f963d3d1bb6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
2017-01-02  Sergey Poznyakoff  <gray@gnu.org.ua>

	Use new assoc array API (MU commit 622bc770)

	* src/po.c (lang_lookup, parse_language_team): Update.

2016-11-21  Sergey Poznyakoff  <gray@gnu.org.ua>

	Version 3.1

2016-11-21  Sergey Poznyakoff  <gray@gnu.org.ua>

	* src/main.c (my_getopt): Fix the use of configuration files.

2016-11-10  Sergey Poznyakoff  <gray@gnu.org.ua>

	Version 3.0

	* configure.ac: Require mailutils 3.0
	* NEWS: Update
	* src/main.c: Fix the --dry-run option.

2016-10-29  Sergey Poznyakoff  <gray@gnu.org.ua>

	* bootstrap.conf (argp, malloc, realloc): Remove.
	* configure.ac: Version 2.90
	Require mailutils 2.99.992
	* src/main.c: Convert to mu_cli interface.

2015-12-15  Sergey Poznyakoff  <gray@gnu.org.ua>

	Fix compatibility with the recent MU commits.

	* src/po.c (po_header):  Use mu_wordsplit to process headers.

2014-09-02  Sergey Poznyakoff  <gray@gnu.org.ua>

	Update for newer gnulib

	* bootstrap (gnulib_extra_files): Remove build_aux/missing
	* src/Makefile.am: Remove the use of obsolete INCLUDES variable.

2010-12-28  Sergey Poznyakoff  <gray@gnu.org.ua>

	Switch to Mailutils-3

2010-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>

	Fix NLS initialization.

	* src/main.c: Include configmake.h
	(main): Init NLS system.
	* bootstrap.conf: Require configmake.
	* configure.ac, NEWS: Set version number 2.2.1

2010-03-11  Sergey Poznyakoff  <gray@gnu.org.ua>

	Version 2.2

	* configure.ac,NEWS: Update.

2009-07-12  Sergey Poznyakoff  <gray@gnu.org.ua>

	Version 2.1
	
	* src/po.c (po_header): Terminate string with 0 (fixed typo).
	* src/main.c (wyslij_po): po_sender was fixed twice.
	* configure.ac, NEWS: Version 2.1

2009-01-16  Sergey Poznyakoff  <gray@gnu.org.ua>

	Implement i18n.
	
	* configure.ac, NEWS: Version 2.0.90
	* src/po.c, src/http.c, src/wyslij-po.h, src/main.c: Add i18n
	markers.
	* src/Makefile.am (SUBDIRS): Add po
	* bootstrap.conf: Request gettext-x.
	* configure.ac: Request gettext.
	* bootstrap: New version from gnulib
	* po: New directory.
	* po/POTFILES.in: New file.
	
	Improve TP-URL.
	
	* src/http.c (create_project_url): Use mu_vartab_t to expand variables.
	Free mu_url_t when it is no longer needed.
	* src/main.c (tp_url): Use ${domain} instead of %s
	(check_tp_url): Not needed any more.
	* doc/values.texi (DOMAINVAR): New value
	(TPDOMAINURL): Reflect changes in http.c
	* doc/wyslij-po.texi: Document new format of tp-url

2009-01-15  Sergey Poznyakoff  <gray@gnu.org.ua>

	Minor improvements.

	* doc/wyslij-po.texi: Document tp-url and pot-regex statements.
	* src/http.c (compile_pot_regex_str): Bail out if regex does not
	contain subexpressions.
	* src/main.c (wyslij_po_cfg_param): New statements tp-url and
	pot-regex.
	(check_tp_url): New function.
	(main): Call check_tp_url.

	* configure.ac: Version 1.0.90.
	Require mailutils v. 2.0.
	* doc/wyslij-po.texi: Document new configuration file.
	* doc/fdl.texi: v. 1.3
	* src/main.c: Remove MU 1.x dependencies.
	* Makefile.am (AUTOMAKE_OPTIONS): Remove. These are set in
	configure.ac.
	* NEWS: Update.

2008-09-29  Sergey Poznyakoff  <gray@gnu.org.ua>

	* src/main.c: Update for CVS MU.

2008-01-18  Sergey Poznyakoff  <gray@gnu.org.ua>

	* src/main.c: Compatibility fixes for CVS MU.

2007-11-20  Sergey Poznyakoff  <gray@gnu.org.ua>

	* src/main.c: Define MU-1.3x configuration statements.

2007-11-19  Sergey Poznyakoff  <gray@gnu.org.ua>

	* README-hacking: Mention GNU Mailutils.
	* bootstrap.conf: Read options from .bootstrap
	* configure.ac: Use AM_GNU_MAILUTILS.
	* src/main.c: Support Mailutils CVS HEAD.

2007-10-26  Sergey Poznyakoff  <gray@gnu.org.ua>

	* bootstrap: Use Git to clone gnulib sources. Fallback to
	CVS if it fails.
	* README-hacking: Reflect this.

2007-10-24  Sergey Poznyakoff  <gray@gnu.org.ua>

	* configure.ac: Take into account mailutils version.

2007-07-20  Sergey Poznyakoff  <gray@gnu.org.ua>

	* doc/wyslij-po.texi (Sending): Describe the default settings.

2007-07-04  Sergey Poznyakoff  <gray@gnu.org.ua>

	Release 1.0

	* doc/wyslij-po.texi: Update
	* src/wyslij-po.rc: Rename to ...
	* src/wyslij-po.lc: ... this
	* src/wyslij-po.h, src/main.c, src/Makefile.am: Reflect the above
	change. 

2007-07-03  Sergey Poznyakoff  <gray@gnu.org.ua>

	* doc/version.texi: Remove accidentally added file
	* src/po.c, src/http.c, src/wyslij-po.h, src/main.c: Improve
	verbose diagnostics.

2007-07-02  Sergey Poznyakoff  <gray@gnu.org.ua>

	* configure.ac,Makefile.am,doc/, doc/mastermenu.el,
	doc/untabify.el, doc/rendition.texi, doc/wyslij-po.texi,
	doc/values.texi, doc/Makefile.am, doc/check-docs.sh, doc/fdl.texi,
	doc/version.texi: Documentation framework 

	* README-hacking, README-alpha, bootstrap.conf: New files
	* configure.ac,Makefile.am: Use gnulib
	* src/po.c: Implement PO time and project version check.
	* src/http.c: New file
	* src/wyslij-po.h: Update
	* src/main.c: Implement --verify- and --no-verify- options
	* src/Makefile.am (wyslij_po_SOURCES): Add http.c
	(INCLUDES,LDADD): Use gnulib
	* bootstrap: Use slightly modified version from gnulib.
	
2007-07-01  Sergey Poznyakoff  <gray@gnu.org.ua>

	* configure.ac: Change bug reporting address.
	* src/main.c (create_body): Fix Content-Type

2007-07-01  Sergey Poznyakoff  <gray@gnu.org.ua>

	* Initial Commit

Local Variables:
mode: change-log
version-control: never
End:

Return to:

Send suggestions and report system problems to the System administrator.