source: git/ChangeLog @ 4f3c188

RELEASE/1.0
Last change on this file since 4f3c188 was 4f3c188, checked in by Olly Betts <olly@…>, 13 years ago

Backport change from 1.2.0:
Makefile.am: Include all the available wxstd.mo files into the
Microsoft Windows installer, rather than trying to just include those
which we have translations for. This avoids having to maintain a
list of which to include, and gives users translations of wxWidgets
messages even if they don't get Survex messages translated.

git-svn-id: file:///home/survex-svn/survex/branches/1.0@3702 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 11.0 KB
Line 
1Tue Sep 20 11:33:03 GMT 2011  Olly Betts <olly@survex.com>
2
3        * Backport change from 1.2.0:
4        * Makefile.am: Include all the available wxstd.mo files into the
5          Microsoft Windows installer, rather than trying to just include those
6          which we have translations for.  This avoids having to maintain a
7          list of which to include, and gives users translations of wxWidgets
8          messages even if they don't get Survex messages translated.
9
10Tue Sep 20 11:22:37 GMT 2011  Olly Betts <olly@survex.com>
11
12        * Backport changes from 1.2.0:
13        * survex.iss.in: Add comment noting that AppVerName isn't required by
14          newer InnoSetup.
15        * survex.iss.in: Use http://survex.com/ rather than
16          http://www.survex.com/ - the former is the canonical name and
17          www.survex.com just redirects.
18
19Tue Sep 20 11:18:12 GMT 2011  Olly Betts <olly@survex.com>
20
21        * Backport changes from 1.2.0:
22        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
23          needed on Debian to build the Microsoft Windows installer.
24        * doc/HACKING.htm: Note Debian packages to install for docs.
25
26Tue Sep 20 11:13:38 GMT 2011  Olly Betts <olly@survex.com>
27
28        * Backport change from 1.2.0:
29        * Makefile.am: Include all the available wxstd.mo files into the
30          Microsoft Windows installer, rather than trying to just include those
31          which we have translations for.  This avoids having to maintain a
32          list of which to include, and gives users translations of wxWidgets
33          messages even if they don't get Survex messages translated.
34
35Tue Sep 20 11:09:30 GMT 2011  Olly Betts <olly@survex.com>
36
37        * Backport change from 1.2.0:
38        * doc/Makefile.am: Write generated man page to a temporary file, then
39          atomically rename, to avoid leaving an empty or partial man page
40          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
41          1.1.16).
42
43Tue Sep 20 10:48:35 GMT 2011  Olly Betts <olly@survex.com>
44
45        * src/cavern.c: Drop "non-fatal" from the report of how many errors
46          there were at the end of the run - it just confuses users - we won't
47          even get here if there's a fatal error!
48
49Tue Sep 20 10:44:51 GMT 2011  Olly Betts <olly@survex.com>
50
51        * Backport changes from 1.2.0:
52        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
53          transliterate to '...' for charsets which don't have it.  0x2192
54          (&rarr;): Transliterate to '->' for charsets which don't have it.
55          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
56        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
57          of '...'.
58        * lib/named-entities.txt: Add hellip and rarr.
59        * lib/messages.txt: Sync common messages with 1.2.0.
60
61Tue Sep 20 08:20:36 GMT 2011  Olly Betts <olly@survex.com>
62
63        * lib/messages.txt,src/cavern.c: Fix up backport for new cavern -v
64          option by backporting the message it needs too.
65
66Tue Sep 20 08:15:04 GMT 2011  Olly Betts <olly@survex.com>
67
68        * Backport change from 1.2.0:
69        * configure.in,doc/Makefile.am,doc/survex.1.in,doc/survex.7.in:
70          Move survex man page to section 7 (since it isn't documenting an
71          actual command).
72
73Tue Sep 20 08:04:52 GMT 2011  Olly Betts <olly@survex.com>
74
75        * Backport change from 1.2.0:
76        * src/printwx.cc: When using a standard wxID_xxx id with
77          wxButton, use the implicit default label, as the wx documentation
78          recommends.
79
80Tue Sep 20 07:59:41 GMT 2011  Olly Betts <olly@survex.com>
81
82        * Backport change from 1.2.0:
83        * src/mainfrm.cc: Fix potential reading off end of string - fix from
84          Stuart Bennett.
85
86Tue Sep 20 07:56:18 GMT 2011  Olly Betts <olly@survex.com>
87
88        * Backport change from 1.2.0:
89        * configure.in,survex.spec.in: Default to installing docs into
90          /usr/share/doc/survex rather than /usr/doc/survex.
91
92Tue Sep 20 07:46:15 GMT 2011  Olly Betts <olly@survex.com>
93
94        * Backport change from 1.2.0:
95        * src/aven.cc: Comment improvements.
96
97Tue Sep 20 07:41:25 GMT 2011  Olly Betts <olly@survex.com>
98
99        * Backport changes from 1.2.0:
100        * src/printwx.cc: Use stock wx button IDs wxID_PRINT and
101          wxID_PREVIEW where appropriate.
102        * src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock IDs.
103
104Tue Sep 20 07:19:46 GMT 2011  Olly Betts <olly@survex.com>
105
106        * Backport change from 1.2.0:
107        * src/aventreectrl.cc,src/gfxcore.cc: Don't use deprecated members or
108          methods of wxKeyEvent.
109
110Tue Sep 20 07:11:37 GMT 2011  Olly Betts <olly@survex.com>
111
112        * Backport change from 1.2.0:
113        * tests/: Most tests weren't actually running and testcases (looks like
114          a sh portability issue).  Fixed, and fortunately all tests still
115          pass.
116        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
117
118Tue Sep 20 06:59:39 GMT 2011  Olly Betts <olly@survex.com>
119
120        * Backport change from 1.2.0:
121        * doc/3dformat.htm: Sync from trunk.
122
123Tue Sep 20 06:56:46 GMT 2011  Olly Betts <olly@survex.com>
124
125        * src/printwin.c: Fix C++ comment.
126
127Tue Sep 20 06:52:01 GMT 2011  Olly Betts <olly@survex.com>
128
129        * Backport change from trunk:
130        * lib/map.png: Remove scan of map which isn't used and we probably
131          don't have rights to redistribute.
132
133Tue Sep 20 06:48:01 GMT 2011  Olly Betts <olly@survex.com>
134
135        * Backport change from 1.2.0:
136        * src/cavern.c: Add --3d-version option to allow the user
137          to specify the version of the 3d format to output.  (ticket#21)
138
139Tue Sep 20 06:44:32 GMT 2011  Olly Betts <olly@survex.com>
140
141        * Backport change from 1.2.1:
142        * src/img.c: Only define INT32_T if it isn't already defined (it will
143          be for 1.0.x).
144
145Tue Sep 20 06:36:54 GMT 2011  Olly Betts <olly@survex.com>
146
147        * Backport change from 1.2.0:
148        * configure.in,src/img.c,src/img.h: Sync latest versions of img.c and
149          img.h from trunk, and configure code to define GETC and PUTC macros.
150
151Tue Sep 20 06:28:24 GMT 2011  Olly Betts <olly@survex.com>
152
153        * Backport change from 1.2.0:
154        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
155          EXTRA_DIST.
156
157Tue Sep 20 06:25:46 GMT 2011  Olly Betts <olly@survex.com>
158
159        * Backport changes from 1.2.1:
160        * make_release: Sync useful changes from trunk.
161
162Tue Sep 20 06:12:45 GMT 2011  Olly Betts <olly@survex.com>
163
164        * configure.in: Add AM_PROG_CC_C_O to fix warning.  This change is
165          already on trunk.
166
167Tue Sep 20 06:10:47 GMT 2011  Olly Betts <olly@survex.com>
168
169        * Backport change from 1.2.1:
170        * src/avenprcore.h: Declare border as "struct border" rather than as a
171          typedef to avoid a -Wshadow warning.
172
173Tue Sep 20 06:08:01 GMT 2011  Olly Betts <olly@survex.com>
174
175        * Backport changes from 1.2.0:
176        * buildmacosx.sh: Sync useful changes from 1.2.0.
177
178Mon Jun 21 17:07:13 GMT 2010  Olly Betts <olly@survex.com>
179
180        * Backport change from 1.1.13:
181        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
182          i18n files for InnoSetup which we use.
183
184Mon Jun 21 16:45:07 GMT 2010  Olly Betts <olly@survex.com>
185
186        * Backport change from 1.1.13:
187        * src/Makefile.am: Use wx-config's --rescomp option to get the command
188          and options needed to turn .rc files into object files.
189
190Mon Jun 21 13:08:37 GMT 2010  Olly Betts <olly@survex.com>
191
192        * NEWS,configure.in,make_release: Update for 1.0.40.
193
194Mon Jun 21 11:41:21 GMT 2010  Olly Betts <olly@survex.com>
195
196        * src/img.h: Fix (C) years.
197
198Mon Jun 21 11:41:01 GMT 2010  Olly Betts <olly@survex.com>
199
200        * src/printwx.h: Trim trailing whitespace to better match 1.1.13.
201
202Mon Jun 21 11:33:04 GMT 2010  Olly Betts <olly@survex.com>
203
204        * NEWS,src/export.cc: aven: Improve SVG output compatibility.  Put a
205          5mm border around exported SVG files to allow for station markers
206          and non-zero width lines.  Fix crash when exporting as SVG or Sketch
207          if labels or surface data was turned on.  Backports from 1.1.13.
208
209Mon Jun 21 10:41:07 GMT 2010  Olly Betts <olly@survex.com>
210
211        * src/aven.cc: wxWidgets now has a Slovak i18n, so remove fallback
212          to Czech.
213
214Mon Jun 21 10:34:15 GMT 2010  Olly Betts <olly@survex.com>
215
216        * NEWS,src/aven.cc: Make error dialog modal (backport from 1.1.13).
217
218Mon Jun 21 10:14:38 GMT 2010  Olly Betts <olly@survex.com>
219
220        * src/: Update FSF address in (C) notices in source files.
221
222Mon Jun 21 10:13:08 GMT 2010  Olly Betts <olly@survex.com>
223
224        * NEWS,src/message.c: Remove a signal handler once it has fired to
225          prevent endless (or seemingly endless) cascades of error dialogs.
226
227Mon Jun 21 09:38:11 GMT 2010  Olly Betts <olly@survex.com>
228
229        * NEWS,src/message.c: Ignore LANG if it starts with a digit to avoid
230          problems with bogus value for LANG which AutoCAD installation seems
231          to set on MS Windows (backported from 1.1.13).
232
233Mon Jun 21 09:01:46 GMT 2010  Olly Betts <olly@survex.com>
234
235        * Makefile.am,NEWS,survex.iss.in: Backport Microsoft Windows installer
236          improvements from 1.1.13.
237
238Mon Jun 21 08:32:08 GMT 2010  Olly Betts <olly@survex.com>
239
240        * Backport change from 1.1.13:
241        * NEWS,src/cad3d.c,src/export.cc: Fix export to SVG when a label
242          contains a '%' character.
243
244Mon Jun 21 06:19:30 GMT 2010  Olly Betts <olly@survex.com>
245
246        * NEWS,buildmacosx.sh,configure.in,desc-aven.txt,doc/manual.sgml,
247          doc/survex.ent,lib/messages.txt,src/aven.cc,src/printwx.cc,
248          src/printwx.h: Say "wxWidgets" instead of "wxWindows" consistently.
249
250Mon Jun 21 02:21:00 GMT 2010  Olly Betts <olly@survex.com>
251
252        * Backport changes from 1.1.13:
253        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
254          - just link to the FSF's page.
255        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
256          generating an HTML version of the ChangeLog - it's too low level to
257          be of interest to non-developers, and developers can look at the
258          source code.
259
260Thu Jun 17 17:09:21 GMT 2010  Olly Betts <olly@survex.com>
261
262        * doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant
263          changes from 1.1.13.
264
265Thu Jun 17 16:25:40 GMT 2010  Olly Betts <olly@survex.com>
266
267        * src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8.
268
269Thu Jun 17 15:44:48 GMT 2010  Olly Betts <olly@survex.com>
270
271        * src/aboutdlg.cc: Fix typo in recent change to report "GTK+ >= 2.6".
272
273Thu Jun 17 15:43:04 GMT 2010  Olly Betts <olly@survex.com>
274
275        * src/gfxcore.cc: wxDC::BeginDrawing() and wxDC::EndDrawing() are
276          deprecated in wx2.6 and removed in wx2.8 if you disable 2.6
277          compatibility.  Still needed in wx2.4 for wxmsw so wrap them
278          in wx version checks.
279
280Thu Jun 17 15:42:29 GMT 2010  Olly Betts <olly@survex.com>
281
282        * src/aventreectrl.cc: Fix to compile with wx >= 2.7.
283
284Thu Jun 17 15:36:50 GMT 2010  Olly Betts <olly@survex.com>
285
286        * src/img.c,src/img.h: Update to the version from 1.1.13 so that we
287          can read version 6 .3d files written by newer 1.1.x releases.
288        * src/dump3d.c,src/extend.c,src/netskel.c: Set img_output_version to 3
289          before writing out a .3d file for compatibility with older 1.0.x
290          releases.  We don't use any of the newer features, so there's no
291          benefit to using a newer format version.
292
293Wed Jun 16 15:04:03 GMT 2010  Olly Betts <olly@survex.com>
294
295        * src/gfxcore.cc: Initialise m_MouseOutsideCompass and
296          m_MouseOutsideElev to avoid using them potentially uninitialised.
297
298Wed Jun 16 14:41:47 GMT 2010  Olly Betts <olly@survex.com>
299
300        * Backport change from branches/survex-1_1:
301        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
302
303Wed Jun 16 14:14:11 GMT 2010  Olly Betts <olly@survex.com>
304
305        * configure.in: Backport change to add support for WX_CONFIG as a
306          preferred new replacement for WXCONFIG.  Add wx2.8 and remove
307          wx2.5 (development version) from the list of wx versions to
308          check.
309
Note: See TracBrowser for help on using the repository browser.