source: git/ChangeLog @ e68ccb7

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

Backport changes from 1.2.0:
survex.iss.in: Add comment noting that AppVerName? isn't required by
newer InnoSetup?.
survex.iss.in: Use http://survex.com/ rather than
http://www.survex.com/ - the former is the canonical name and
www.survex.com just redirects.

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

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