Commit 30c329a4a34e1630e98211e5af3f64a026ae274d
- Diff rendering mode:
- inline
- side by side
ChangeLog
(2 / 0)
|   | |||
| 1 | 1 | 2009-06-29 Tristan Van Berkom <tvb@gnome.org> | |
| 2 | 2 | ||
| 3 | * configure.ac, NEWS: Rolling Glade 3.6.7 | ||
| 4 | |||
| 3 | 5 | * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure option to | |
| 4 | 6 | special case runtime path lookups to bundling builds. | |
| 5 | 7 |
NEWS
(16 / 0)
|   | |||
| 1 | |||
| 2 | =========== | ||
| 3 | Glade 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 | |||
| 1 | 17 | =========== | |
| 2 | 18 | Glade 3.6.6 | |
| 3 | 19 | =========== |
configure.ac
(1 / 1)
|   | |||
| 4 | 4 | ||
| 5 | 5 | m4_define(glade_major_version, 3) | |
| 6 | 6 | m4_define(glade_minor_version, 6) | |
| 7 | m4_define(glade_micro_version, 6) | ||
| 7 | m4_define(glade_micro_version, 7) | ||
| 8 | 8 | m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version) | |
| 9 | 9 | ||
| 10 | 10 | AC_INIT([glade3], [glade_version], |

