source: git/ChangeLog @ 58ce967

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

Backport changes from 1.2.0:
src/diffpos.c: Handle files with duplicate labels in better - extend
generates duplicate labels when it breaks a loop.
tests/extend.tst: Enable eswap-break testcase now that diffpos is
fixed.

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

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