source: git/ChangeLog @ bbeacdb

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

src/printwin.c: Fix C++ comment.

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

  • Property mode set to 100644
File size: 6.4 KB
RevLine 
[bbeacdb]1Tue Sep 20 06:56:46 GMT 2011  Olly Betts <olly@survex.com>
2
3        * src/printwin.c: Fix C++ comment.
4
[5d7d82d]5Tue Sep 20 06:52:01 GMT 2011  Olly Betts <olly@survex.com>
6
7        * Backport change from trunk:
8        * lib/map.png: Remove scan of map which isn't used and we probably
9          don't have rights to redistribute.
10
[7cc9658]11Tue Sep 20 06:48:01 GMT 2011  Olly Betts <olly@survex.com>
12
13        * Backport change from 1.2.0:
14        * src/cavern.c: Add --3d-version option to allow the user
15          to specify the version of the 3d format to output.  (ticket#21)
16
[02ac18d]17Tue Sep 20 06:44:32 GMT 2011  Olly Betts <olly@survex.com>
18
19        * Backport change from 1.2.1:
20        * src/img.c: Only define INT32_T if it isn't already defined (it will
21          be for 1.0.x).
22
[7cb7f91]23Tue Sep 20 06:36:54 GMT 2011  Olly Betts <olly@survex.com>
24
25        * Backport change from 1.2.0:
26        * configure.in,src/img.c,src/img.h: Sync latest versions of img.c and
27          img.h from trunk, and configure code to define GETC and PUTC macros.
28
[b8bf5bc]29Tue Sep 20 06:28:24 GMT 2011  Olly Betts <olly@survex.com>
30
31        * Backport change from 1.2.0:
32        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
33          EXTRA_DIST.
34
[8401f84]35Tue Sep 20 06:25:46 GMT 2011  Olly Betts <olly@survex.com>
36
37        * Backport changes from 1.2.1:
38        * make_release: Sync useful changes from trunk.
39
[dd7b08a]40Tue Sep 20 06:12:45 GMT 2011  Olly Betts <olly@survex.com>
41
42        * configure.in: Add AM_PROG_CC_C_O to fix warning.  This change is
43          already on trunk.
44
[ea08a83]45Tue Sep 20 06:10:47 GMT 2011  Olly Betts <olly@survex.com>
46
47        * Backport change from 1.2.1:
48        * src/avenprcore.h: Declare border as "struct border" rather than as a
49          typedef to avoid a -Wshadow warning.
50
[90dd91b]51Tue Sep 20 06:08:01 GMT 2011  Olly Betts <olly@survex.com>
52
53        * Backport changes from 1.2.0:
54        * buildmacosx.sh: Sync useful changes from 1.2.0.
55
[145ed2f]56Mon Jun 21 17:07:13 GMT 2010  Olly Betts <olly@survex.com>
57
58        * Backport change from 1.1.13:
59        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
60          i18n files for InnoSetup which we use.
61
[1f7e983]62Mon Jun 21 16:45:07 GMT 2010  Olly Betts <olly@survex.com>
63
64        * Backport change from 1.1.13:
65        * src/Makefile.am: Use wx-config's --rescomp option to get the command
66          and options needed to turn .rc files into object files.
67
[0333b3b]68Mon Jun 21 13:08:37 GMT 2010  Olly Betts <olly@survex.com>
69
70        * NEWS,configure.in,make_release: Update for 1.0.40.
71
[9bc0071]72Mon Jun 21 11:41:21 GMT 2010  Olly Betts <olly@survex.com>
73
74        * src/img.h: Fix (C) years.
75
[3856094]76Mon Jun 21 11:41:01 GMT 2010  Olly Betts <olly@survex.com>
77
78        * src/printwx.h: Trim trailing whitespace to better match 1.1.13.
79
[0b1d7d1]80Mon Jun 21 11:33:04 GMT 2010  Olly Betts <olly@survex.com>
81
82        * NEWS,src/export.cc: aven: Improve SVG output compatibility.  Put a
83          5mm border around exported SVG files to allow for station markers
84          and non-zero width lines.  Fix crash when exporting as SVG or Sketch
85          if labels or surface data was turned on.  Backports from 1.1.13.
86
[e7f613a]87Mon Jun 21 10:41:07 GMT 2010  Olly Betts <olly@survex.com>
88
89        * src/aven.cc: wxWidgets now has a Slovak i18n, so remove fallback
90          to Czech.
91
[6c9c7f0]92Mon Jun 21 10:34:15 GMT 2010  Olly Betts <olly@survex.com>
93
94        * NEWS,src/aven.cc: Make error dialog modal (backport from 1.1.13).
95
[1b71c05]96Mon Jun 21 10:14:38 GMT 2010  Olly Betts <olly@survex.com>
97
98        * src/: Update FSF address in (C) notices in source files.
99
[412c445]100Mon Jun 21 10:13:08 GMT 2010  Olly Betts <olly@survex.com>
101
102        * NEWS,src/message.c: Remove a signal handler once it has fired to
103          prevent endless (or seemingly endless) cascades of error dialogs.
104
[680e310]105Mon Jun 21 09:38:11 GMT 2010  Olly Betts <olly@survex.com>
106
107        * NEWS,src/message.c: Ignore LANG if it starts with a digit to avoid
108          problems with bogus value for LANG which AutoCAD installation seems
109          to set on MS Windows (backported from 1.1.13).
110
[9faed96]111Mon Jun 21 09:01:46 GMT 2010  Olly Betts <olly@survex.com>
112
113        * Makefile.am,NEWS,survex.iss.in: Backport Microsoft Windows installer
114          improvements from 1.1.13.
115
[b95ba56]116Mon Jun 21 08:32:08 GMT 2010  Olly Betts <olly@survex.com>
117
118        * Backport change from 1.1.13:
119        * NEWS,src/cad3d.c,src/export.cc: Fix export to SVG when a label
120          contains a '%' character.
121
[e53ec10]122Mon Jun 21 06:19:30 GMT 2010  Olly Betts <olly@survex.com>
123
124        * NEWS,buildmacosx.sh,configure.in,desc-aven.txt,doc/manual.sgml,
125          doc/survex.ent,lib/messages.txt,src/aven.cc,src/printwx.cc,
126          src/printwx.h: Say "wxWidgets" instead of "wxWindows" consistently.
127
[cf58e98]128Mon Jun 21 02:21:00 GMT 2010  Olly Betts <olly@survex.com>
129
130        * Backport changes from 1.1.13:
131        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
132          - just link to the FSF's page.
133        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
134          generating an HTML version of the ChangeLog - it's too low level to
135          be of interest to non-developers, and developers can look at the
136          source code.
137
[e7c04bc]138Thu Jun 17 17:09:21 GMT 2010  Olly Betts <olly@survex.com>
139
140        * doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant
141          changes from 1.1.13.
142
[3878cbc]143Thu Jun 17 16:25:40 GMT 2010  Olly Betts <olly@survex.com>
144
145        * src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8.
146
[e30c2a3]147Thu Jun 17 15:44:48 GMT 2010  Olly Betts <olly@survex.com>
148
149        * src/aboutdlg.cc: Fix typo in recent change to report "GTK+ >= 2.6".
150
[5875f955]151Thu Jun 17 15:43:04 GMT 2010  Olly Betts <olly@survex.com>
152
153        * src/gfxcore.cc: wxDC::BeginDrawing() and wxDC::EndDrawing() are
154          deprecated in wx2.6 and removed in wx2.8 if you disable 2.6
155          compatibility.  Still needed in wx2.4 for wxmsw so wrap them
156          in wx version checks.
157
[866a9a5]158Thu Jun 17 15:42:29 GMT 2010  Olly Betts <olly@survex.com>
159
160        * src/aventreectrl.cc: Fix to compile with wx >= 2.7.
161
[6a6cb97]162Thu Jun 17 15:36:50 GMT 2010  Olly Betts <olly@survex.com>
163
164        * src/img.c,src/img.h: Update to the version from 1.1.13 so that we
165          can read version 6 .3d files written by newer 1.1.x releases.
166        * src/dump3d.c,src/extend.c,src/netskel.c: Set img_output_version to 3
167          before writing out a .3d file for compatibility with older 1.0.x
168          releases.  We don't use any of the newer features, so there's no
169          benefit to using a newer format version.
170
[722886f]171Wed Jun 16 15:04:03 GMT 2010  Olly Betts <olly@survex.com>
172
173        * src/gfxcore.cc: Initialise m_MouseOutsideCompass and
174          m_MouseOutsideElev to avoid using them potentially uninitialised.
175
[94132ec]176Wed Jun 16 14:41:47 GMT 2010  Olly Betts <olly@survex.com>
177
178        * Backport change from branches/survex-1_1:
179        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
180
[ab920c2]181Wed Jun 16 14:14:11 GMT 2010  Olly Betts <olly@survex.com>
182
183        * configure.in: Backport change to add support for WX_CONFIG as a
184          preferred new replacement for WXCONFIG.  Add wx2.8 and remove
185          wx2.5 (development version) from the list of wx versions to
186          check.
187
Note: See TracBrowser for help on using the repository browser.