source: git/ChangeLog @ 5d7d82d

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

Backport change from trunk:
lib/map.png: Remove scan of map which isn't used and we probably
don't have rights to redistribute.

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

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