]> git.street.me.uk Git - andy/viking.git/blobdiff - ChangeLog
Fix compilation under HURD (missing MAXPATHLEN macro)
[andy/viking.git] / ChangeLog
index 32d90dd0cd426d3772369bbfe8700aaf0b5c9263..2a4aacaaa4a3aa9c0a0b4c3b222ca9c5db347e3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,84 @@
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix compilation under HURD (missing MAXPATHLEN macro)
+
+2007-12-12:
+Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
+       * Make menu entries translatable
+
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Marking translatable strings
+       * First french translation (incomplete)
+
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix warning: underquoted definition of AM_WITH_EXPAT
+       * Fix bug: "config.status: error: cannot find input file: Makefile.in"
+
+2007-12-07
+Qut Tonthat <qtonthat@gmail.com>:
+       * Fix autogen.sh to remove the assumption that version 1.9 of automake
+       is available on all systems.
+       * Now that autogen.sh runs configure, "make full" should not.
+
+2007-12-07
+Evan Battaglia <gtoevan@gmx.net>:
+       * BlueMarble tiles: http://mike.teczno.com/notes/blue-marble-tiles.html
+       * Google Terrain maps
+       * Disable printing to make Viking compile for GTK < 2.10
+
+2007-11-27:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * util.c: Use a list of possible browsers.
+
+2007-11-20:
+Qut Tonthat <qtonthat@gmail.com>:
+       * Fix a bug that can potentially cause segfault.
+
+2007-11-19:
+Qut Tonthat <qtonthat@gmail.com>:
+       * Improve track graphs. Some tracks looked too flat.
+
+2007-11-09:
+Evan Battaglia <gtoevan@gmx.net>
+       * GPSBabel filter work I've been sitting on for a while now.
+       * Draw circle for downloading geocaches. Constrain by maximum distance.
+
+2007-11-08:
+Qut Tonthat <qtonthat@gmail.com>:
+       * Printing support
+
+2007-11-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bug that caused Old Google maps not being disabled by default.
+
+2007-10-24
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix crashes on elev graph for some tracks.
+       * Make low alt tracks look more visible on elev graph.
+       * Fix "incompatible pointer type" warnings.
+
+2007-10-23
+Quy Tonthat <qtonthat@gmail.com>:
+       * Missing declaration. Thanks to Bernd Zeimetz <bernd@bzed.de>
+
+2007-10-20
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Releasing 0.9.3
+
+2007-10-20
+Evan Battaglia <gtoevan@gmx.net>
+       * Fixing minor typo in vikdemlayer.c which could cause crashes
+
 2007-10-20
 Quy Tonthat <qtonthat@gmail.com>:
        * Track Properties Dialog no longer blocks interaction of the main
        window.
        * Draw position marker on track elev/speed graphs at mouse click.
+       * Diasable buttons on Track Properties Dialog when not needed.
+       * Display track name on title of track property dialog. Now that
+       viking allows multiple dialogs displayed simultaneously.
 
 2007-10-17
 Evan Battaglia <gtoevan@gmx.net>