[1b71c05] | 1 | Mon Jun 21 10:14:38 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 2 | |
---|
| 3 | * src/: Update FSF address in (C) notices in source files. |
---|
| 4 | |
---|
[412c445] | 5 | Mon Jun 21 10:13:08 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 6 | |
---|
| 7 | * NEWS,src/message.c: Remove a signal handler once it has fired to |
---|
| 8 | prevent endless (or seemingly endless) cascades of error dialogs. |
---|
| 9 | |
---|
[680e310] | 10 | Mon Jun 21 09:38:11 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 11 | |
---|
| 12 | * NEWS,src/message.c: Ignore LANG if it starts with a digit to avoid |
---|
| 13 | problems with bogus value for LANG which AutoCAD installation seems |
---|
| 14 | to set on MS Windows (backported from 1.1.13). |
---|
| 15 | |
---|
[9faed96] | 16 | Mon Jun 21 09:01:46 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 17 | |
---|
| 18 | * Makefile.am,NEWS,survex.iss.in: Backport Microsoft Windows installer |
---|
| 19 | improvements from 1.1.13. |
---|
| 20 | |
---|
[b95ba56] | 21 | Mon Jun 21 08:32:08 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 22 | |
---|
| 23 | * Backport change from 1.1.13: |
---|
| 24 | * NEWS,src/cad3d.c,src/export.cc: Fix export to SVG when a label |
---|
| 25 | contains a '%' character. |
---|
| 26 | |
---|
[e53ec10] | 27 | Mon Jun 21 06:19:30 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 28 | |
---|
| 29 | * NEWS,buildmacosx.sh,configure.in,desc-aven.txt,doc/manual.sgml, |
---|
| 30 | doc/survex.ent,lib/messages.txt,src/aven.cc,src/printwx.cc, |
---|
| 31 | src/printwx.h: Say "wxWidgets" instead of "wxWindows" consistently. |
---|
| 32 | |
---|
[cf58e98] | 33 | Mon Jun 21 02:21:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 34 | |
---|
| 35 | * Backport changes from 1.1.13: |
---|
| 36 | * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL |
---|
| 37 | - just link to the FSF's page. |
---|
| 38 | * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop |
---|
| 39 | generating an HTML version of the ChangeLog - it's too low level to |
---|
| 40 | be of interest to non-developers, and developers can look at the |
---|
| 41 | source code. |
---|
| 42 | |
---|
[e7c04bc] | 43 | Thu Jun 17 17:09:21 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 44 | |
---|
| 45 | * doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant |
---|
| 46 | changes from 1.1.13. |
---|
| 47 | |
---|
[3878cbc] | 48 | Thu Jun 17 16:25:40 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 49 | |
---|
| 50 | * src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8. |
---|
| 51 | |
---|
[e30c2a3] | 52 | Thu Jun 17 15:44:48 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 53 | |
---|
| 54 | * src/aboutdlg.cc: Fix typo in recent change to report "GTK+ >= 2.6". |
---|
| 55 | |
---|
[5875f955] | 56 | Thu Jun 17 15:43:04 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 57 | |
---|
| 58 | * src/gfxcore.cc: wxDC::BeginDrawing() and wxDC::EndDrawing() are |
---|
| 59 | deprecated in wx2.6 and removed in wx2.8 if you disable 2.6 |
---|
| 60 | compatibility. Still needed in wx2.4 for wxmsw so wrap them |
---|
| 61 | in wx version checks. |
---|
| 62 | |
---|
[866a9a5] | 63 | Thu Jun 17 15:42:29 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 64 | |
---|
| 65 | * src/aventreectrl.cc: Fix to compile with wx >= 2.7. |
---|
| 66 | |
---|
[6a6cb97] | 67 | Thu Jun 17 15:36:50 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 68 | |
---|
| 69 | * src/img.c,src/img.h: Update to the version from 1.1.13 so that we |
---|
| 70 | can read version 6 .3d files written by newer 1.1.x releases. |
---|
| 71 | * src/dump3d.c,src/extend.c,src/netskel.c: Set img_output_version to 3 |
---|
| 72 | before writing out a .3d file for compatibility with older 1.0.x |
---|
| 73 | releases. We don't use any of the newer features, so there's no |
---|
| 74 | benefit to using a newer format version. |
---|
| 75 | |
---|
[722886f] | 76 | Wed Jun 16 15:04:03 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 77 | |
---|
| 78 | * src/gfxcore.cc: Initialise m_MouseOutsideCompass and |
---|
| 79 | m_MouseOutsideElev to avoid using them potentially uninitialised. |
---|
| 80 | |
---|
[94132ec] | 81 | Wed Jun 16 14:41:47 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 82 | |
---|
| 83 | * Backport change from branches/survex-1_1: |
---|
| 84 | * src/aboutdlg.cc: Add case for "GTK+ >= 2.6". |
---|
| 85 | |
---|
[ab920c2] | 86 | Wed Jun 16 14:14:11 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 87 | |
---|
| 88 | * configure.in: Backport change to add support for WX_CONFIG as a |
---|
| 89 | preferred new replacement for WXCONFIG. Add wx2.8 and remove |
---|
| 90 | wx2.5 (development version) from the list of wx versions to |
---|
| 91 | check. |
---|
| 92 | |
---|