source: git/ChangeLog @ 367ffd9

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

doc/TODO.htm: Partially sync with 1.2.0.

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

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