Commit 30c329a4a34e1630e98211e5af3f64a026ae274d

  • avatar
  • Tristan Van Berkom <tristan.van.berkom @gm…l.com>
  • Mon Jun 29 21:46:35 CEST 2009
	* configure.ac, NEWS: Rolling Glade 3.6.7
ChangeLog
(2 / 0)
  
112009-06-29 Tristan Van Berkom <tvb@gnome.org>
22
3 * configure.ac, NEWS: Rolling Glade 3.6.7
4
35 * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure option to
46 special case runtime path lookups to bundling builds.
57
NEWS
(16 / 0)
  
1
2===========
3Glade 3.6.7
4===========
5 - Sync up remaining properties at load time (fixes use-action-appearance property
6 and any other unmentioned property states at load time, also unvails broken
7 orientation default value in GTK+, bug 587256).
8 - Fixed glitches with use-action-appearance at save time.
9 - Make stock button labels save as non-translatable automatically (bug 352446).
10 - Fixed crashes when handling GtkTextView in GtkBuilder format.
11 - Fixed crashes with editable treeview column types (bug 586715).
12 - Detect correct modifiers and buttons to spawn a context menu in a platform
13 independant way (bug 587128).
14 - Added --enable-mac-bundle configure argument to resolve paths correctly
15 when building bundles on osx.
16
117===========
218Glade 3.6.6
319===========
  
44
55m4_define(glade_major_version, 3)
66m4_define(glade_minor_version, 6)
7m4_define(glade_micro_version, 6)
7m4_define(glade_micro_version, 7)
88m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
99
1010AC_INIT([glade3], [glade_version],