source: git/ChangeLog @ 0784240

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

Backport change from 1.2.0:
src/gfxcore.h: Work around Mac OS X polluting the global namespace
with a "Point" class.

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

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