summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-05-26 15:05:36 +0000
committerKeith Packard <keithp@keithp.com>2005-05-26 15:05:36 +0000
commit9993545d9e4ddb9c2926353829f3f6ca04434011 (patch)
tree31cc6ed62801929179d04524b53d37741fbb31c5 /ChangeLog
parent23d232ddc29bfce34def45d3cb21e06367812a4a (diff)
Label more stuff.
Use cairo by default (it is reasonably usable this way) API updates to 0.5 snapshot.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fa1f5b..b450b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-05-26 Keith Packard <keithp@keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * data/layers.xml:
+ Label more stuff.
+ * src/map.c: (map_draw):
+ Use cairo by default (it is reasonably usable this way)
+ * src/map_draw_cairo.c: (map_draw_cairo),
+ (map_draw_cairo_background), (map_draw_cairo_layer_road_labels),
+ (map_draw_cairo_layer_polygon_labels),
+ (map_draw_cairo_layer_roads), (map_draw_cairo_layer_polygons),
+ (map_draw_cairo_layer_points),
+ (map_draw_cairo_road_label_one_segment),
+ (map_draw_cairo_road_label), (map_draw_cairo_polygon_label),
+ (map_draw_cairo_locationselection_outline),
+ (map_draw_cairo_locationselection):
+ API updates to 0.5 snapshot.
+
2005-04-23 Ian McIntosh <ian_mcintosh@linuxadvocate.org>
* src/gui.c: Add new generic way to load XML files.