4 - codegen: Call ref_sink on objects passed to generic type [#655]
5 - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
6 - girparser: Actually resolve type-arguments to be able to box them if needed
7 - vala: Add consts/methods to retrieve and check library version [#304]
10 - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
11 - glib-2.0: Add (u)long.parse/try_parse() [#649]
12 - gstreamer: Update from 1.15+ git master
13 - gtk+-3.0: Update to 3.23.2+6b6e53fd
14 - gtk+-4.0: Update to 3.94.0+4e868584
19 - Reintroduce POSIX profile
20 - parser: Add support for explicit "unlock" syntax
21 - vala: Support anonymous definitions of delegates in bindings
22 - codegen: Support automatic properties as GtkChild
23 - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
24 - codegen: Drop support for non-auto property initializer in gobjects
25 - codegen: Avoid using deprecated "g_type_class_add_private"
28 - vala: Constants and signals are not lockable
29 - codegen: Don't apply ref_sink_function if target_type is floating_reference
30 - vala: Treat floating method-return-type as nullable if error may be thrown
31 - vala: Transfer floating-reference attribute while casting
32 - analyzer: Break cyclic references of BasicBlock
33 - vala: Break reference chain between DataType and Symbol if possible
34 - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
36 - vala: Report error for invalid base access in method/property of compact
38 - libvaladoc: Replace void* with corresponding Vala API
39 - codegen: Don't include the full absolute path in line directives
40 - codegen: Add source_reference to unsupported floating reference error
43 - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
44 - clutter-1.0: Change type of Clutter.Key.* constants to uint
45 - gdk-3.0: Change type of Gdk.Key.* constants to uint
46 - gtk+-4.0: Change type of Gdk.Key.* constants to uint
47 - gstreamer: Update from 1.15+ git master
48 - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
49 - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
50 tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
51 twitter-glib-1.0, mx-1.0
52 - Remove vala-specific deprecations <= vala-0.22
56 * Various improvements and bug fixes:
57 - Fix links in the Manual
58 - libvaladoc: Change link to Valadoc wiki page for HTML doclet
59 - valadoc: Use HTML5 doctype in HTML doclet
60 - codegen: Let methods return -1 on error by default if possible [#526]
61 - Allow TypeModule subclasses as parameter-type in module-init-method [#648]
62 - girparser: Allow changing the type of constants using metadata [#643]
63 - girwriter: Add boolean GIR visible attribute to allow skipping symbols
64 - vala: Report error for error-domains without any code
65 - parser: Accept "empty" enums/error-domains [#253]
66 - codewriter: Output bodies of code-blocks if in VAPIGEN mode [#253]
69 - gobject-2.0: Add lower_case_csuffix attributes to Type* symbols
70 - gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423
71 - gio-2.0: Add custom IOError.from_errno() to make it work as expected [#253]
72 - gtk+-4.0: Update to 3.94.0+bf5f27c6
73 - gstreamer-rtsp-server-1.0: Update from 1.14+ git master [#653]
77 * Various improvements and bug fixes:
78 - Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues
80 + Handle delegate_target attribute of fields [#520]
81 + Free generic elements of glib collections [#694765]
82 + Fix warning for source_funcs parameter of g_source_new()
83 + Actually treat GLib.Source as compact class
84 + Custom abstract methods of GLib.Source are handled differently [#641]
85 + Consistently use gpointer for delegate targets
86 + Unify some delegate-type check patterns
87 + Use default_init instead of base_init when registering interfaces
89 - girparser: Add support for bool delegate_target [#520]
91 + Output deprecated="1"
92 + construct-only properties don't have a setter method
93 + Don't write any custom attributes [#608]
94 - valadoc: Fix TreeBuilder.create_array() for stacked Arrays
98 + Do not mark simple-type out-parameters as nullable [#634]
99 + Make Source.attach() use the default MainContext by default
100 + Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638]
101 + Fix Bytes.with_free_func()
103 + Mark ActionEntry.parameter_type/state fields as nullable [#632]
104 + Delegate fields of DBus*VTable do not have implicit target fields
105 + Apply delegate_target = false on ActionEntry callbacks and make them weak
107 + Add default to all io_priority parameters
108 - gstreamer: Cherry-pick some fixes from 0.42, add gst-editing-services-1.0
109 - gtk+-3.0: Update to 3.22.30+9ac7f906
110 - gtk+-4.0: Update to 3.93.0+29fee2e8
111 - webkit2gtk-4.0: Update to 2.21.4
112 - Update GIR-based bindings
117 - codegen: Avoid critical for array in-parameters with custom length-type
118 - tests: Drop assert which is failing on big-endian archs
122 * Various improvements and bug fixes:
123 - Warn if --gir is used without --library [#708693]
124 - Report an error if rank attribute is required but was not found [#660991]
125 - scanner: Accept \R and \N escape sequences in regex literals [#749576]
126 - scanner: Accept backreferences \1 through \99 in regex literals [#728574]
128 + Avoid critical in get_basic_type_info() when there is no signature
130 + Fix serializing multidimensional arrays [#735437]
131 + Guard get_default_ref_sink_function() against null base-class
132 + Respect cname ccode-attribute of lockable fields
133 + Fix casting of length for "ref" array parameters
134 - codewriter: Add 'new' to symbols if needed to match the original source
136 - girparser: Deal with missing "name" attribute by falling back on "c:type"
137 - girwriter: Drop errornous indent
138 - girwriter: Properly output variadic methods and use introspectable="0"
139 - genie: Add support for the \v escape character [#664689]
140 - genie: Add support for the \uXXXX escape sequence
143 - glib-2.0: Fix IConv.iconv() [#634753]
144 - gobject-2.0: Make constructor of ParamSpecBoxed public
145 - gstreamer: Cherry-pick some fixes from 0.42
146 - gtk+-3.0: Update to 3.22.30+21fddc39
147 - gtk+-4.0: Update to 3.93.0+3a860719
148 - javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is not "ref"
150 - posix: Add missing cname = "int" to Posix.Signal enum
151 - sqlite3: Add additional constants for flags of Database.open_v2() [#795627]
152 - webkit2gtk-4.0: Cherry-pick some fixes from 0.42
156 * Various improvements and bug fixes:
157 - girparser: Add support for NoAccessorMethod metadata
160 - glib-2.0: Mark str parameter of Variant.take_string() as owned
161 - gstreamer: Update from 1.15+ git master
162 - gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties
163 (Regression in gtk+-3.0)
164 - gtk+-4.0: Update to 3.93.0+fc6018f1
165 - json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable
166 - webkit2gtk-4.0: Update to 2.20.1
171 - vala: Fix return-type of BasicBlock.get_successors()
174 - gstreamer: Update from 1.15+ git master
175 - gtk+-3.0: Fix regression of StatusIcon.position_menu() [#891629]
176 - gtk+-4.0: Update to 3.93.0+ff738269
177 - libgsf-1: Update to 1.14.42+ [#794777]
182 - gdbus: Fix missing declaration of _fd_list for async methods [#794566]
185 - glib-2.0: Use g_value_*et_schar instead of deprecated g_value_*et_char
186 - gobject-2.0: Add ParamSpecGType
187 - gtk+-*.0: Hide dedicated constructors of compact classes bound as structs
193 - codegen: Don't add target fields for captured delegates without target
194 - codegen: Don't add length fields for captured fixed-length array variables
195 - valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 series
198 - Add libgeoclue-2.0 bindings [#794376]
199 - gobject-2.0: Cherry-pick some changes from 0.42
200 - gdk-3.0,gtk+-3.0: Update to 3.22.29
201 - gtk+-4.0: Update to 3.93.0+433517fd
202 - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
204 - gstreamer-1.0: Update to 1.13.91 and add gstreamer-webrtc-1.0 bindings
205 - libgsf-1: Switch to GIR and update to 1.14.42
206 - linux: Add various symbols
207 - posix: Add various symbols
208 - posix: Include sys/sysmacros.h for major(), minor() and makedev() [#794651]
209 - webkit-1.0: Update to 2.4.11
210 - webkit2gtk-4.0: Update to 2.20.0
211 - Update GIR-based bindings
216 - compiler: Fix critical when vala is called without run args [#793657]
219 - alsa: Add the major part of the ALSA Sequencer API [#763127]
220 - gstreamer-1.0: Update to 1.13.90
221 - gtk+-4.0: Update to 3.93.0+527d265b
222 - linux: Add various symbols
223 - posix: Add various symbols [#663633]
224 - Update GIR-based bindings
229 - Add support for feature test macros [#793444]
230 e.g. [CCode (feature_test_macro = "_GNU_SOURCE")]
234 + Use pointers when accessing constant multi-dimensional arrays [#604371]
235 + Add valid support for const multi-dimensional arrays [#604371]
236 + Don't append fixed-length of array fields in initializers
237 + Add source_reference to some store_local/_field() calls
238 - Properly handle array-initializers inside struct-initializers [#622178]
239 - The rank of an array-initializer should match the target's rank [#744923]
240 - Make SemanticAnalyzer.check_arguments() independent of context
241 - Check with same rules for dbus compatibility as in GBusModule [#793859]
242 - Fix recursive declaration in generic base type [#688732]
243 - Prevent WITH_CGRAPH conditional having an impact on generated sources
244 - Update manual from wiki.gnome.org
247 - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3),
248 pow10f(3), exp10(3) and exp10f(3) [#614788]
249 - gstreamer-1.0: Update from 1.13.1+ git master
250 - linux: Add dup3 [#729803]
251 - linux: Add feature_test_macros to non-POSIX file control constants and dup3
252 - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425]
253 - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975]
254 - libgnome-menu-3.0: Add deps file
255 - Update GIR-based bindings
260 - Fix GDestroyNotify of delegate parameters in delegate declaration [#639059]
261 - Avoid critical when connecting dynamic signals
262 - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar
263 - compiler: Prefix headers for set_cheader_override() if includedir is given
265 - vala: Issue a warning on DBus methods which are not throwing an Error
266 - Don't warn about unused internal methods which are meant to be visible
268 - Don't install vapicheck [#793370]
271 - glib-2.0: Add KeyFile.get_locale_for_key()
272 - gstreamer-1.0: Update from 1.13+ git master
273 - gtk+-4.0: Update to 3.93.0+d07b14f4
274 - purple: Update to 2.12.0
275 - Update GIR-based bindings
280 - codegen: Don't try to infer error argument on async begin methods [#793158]
281 This was a regression introduced by [#614294]
286 - Add --abi-stability option for ABI stability of libraries
287 It ensures that the order of class/interface members in Vala sources will
288 be preserved in generated C source (instance/type structs) [#789069]
292 + Set NoAccessorMethod for non-readable and construct-only properties
293 + Ignore conflicting closure/destroy indexes
294 + Don't accept methods as property-accessor which throw errors [#792998]
296 + Infer error parameter from abstract/virtual base methods [#614294]
297 + Internally generated delegates don't require a typedef [#787521]
298 + Fix return-type for cancelled async creation methods of classes [#792942]
299 + Use G_PARAM_STATIC_STRINGS
300 - vala: Variadic constructors without a real first parameter are not allowed
301 - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
304 - gtk+-3.0: Fix cheader_filename of Plug and Socket
305 - gtk+-4.0: Update to 3.93.0+4d36a0bf
306 - gtk+-4.0: Only override type of "event" parameters
307 - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3)
312 - libvaladoc: Allow @link tags to be split over multiple lines [#646982]
313 - libvaladoc: Add support for single line documentation comments [#736483]
314 - girparser: Improve instance method detection [#732460]
315 - codegen: Add support for abstract/virtual methods and properties in
316 compact classes [#741465]
317 - vala: Fix parameter type inference of overridden async methods [#792660]
318 - codewriter: Don't use string.replace() to apply header_to_override [#731322]
321 - gio-unix-2.0: Update to 2.55.1
322 - gtk+-4.0: Update to 3.93.0+60d3378d
323 - libwnck-3.0: Update to 3.24.1
324 - webkit2gtk-4.0: Update to 2.19.5
325 - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface
329 * Various improvements and bug fixes:
331 + Only add property-enum and GParamSpec-array for GObject classes
332 + Use g_enum/flags_to_string while targeting glib >= 2.54
333 + Add destroy param when invoking delegate returned by delegate [#792077]
334 - Don't write trailing space in function declarations/definitions [#688447]
335 - vala: Add pkgdatadir and pkglibdir to pkg-config file
336 - gidlparser: Update type qualifiers
339 - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
340 - gtk+-3.0: Update to 3.22.26+6f26d0dc
341 - gtk+-4.0: Update to 3.93.0+6aeae2c8
346 - Fix chain-up regression with real non-null struct parameters [#791785]
347 - Release taken references to CodeContext after using it [#712694] and keep
348 custom invocations of parse_file() possible [#791936]
349 - parser: Accept comma-separated list in case-statements of switchs [#614015]
352 - Remove bindings which are shipped upstream for some years
353 + gedit 3 [#776021], libgnome-keyring [#776022],
354 gtksourceview-3.0 [#776023], libgdata [#776024], librsvg-2.0 [#776025]
355 - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
356 - gstreamer-1.0: Update from 1.13+ git master
357 - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
359 - gtk+-4.0: Update to 3.93.0+6aeae2c8
360 - webkit2gtk-4.0: Update to 2.19.3
365 - vala: Don't transform an explicit "null" into valid format-string [#791215]
366 - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
367 - Improve error message for missing type-parameter on enclosing type [#587905]
370 - Allow change of parameter names
371 - Handle metadata for fields inside a transparent union
372 - Accept setters with boolean return-type as valid property-accessor
373 - Don't mark simple-type out-parameters with '?' as nullable
376 - libvaladoc: Actually resolve "percnt;" to '%'
379 - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
380 - gobject-2.0: Add missing GType constants for fundamentals [#791023]
381 - gstreamer-1.0: Update from 1.13+ git master
382 - gtk+-3.0: Switch to GIR [#730746]
383 - gtk+-4.0: Update to 3.93.0+6af4947e
384 - posix: Move signal constants to an enum and add few missing ones [#790958]
389 - Report warning if property-type is not compatible with GLib.Object [#693932]
390 - Allow to pass compatible delegates to signal.connect() [#787521]
391 - Allow unscoped enum values where possible
392 - Avoid use of temp-var for some callables returning ValueType
393 and to access in/ref parameters [#789071]
394 - Reformat generated source declarations and definitions for better
395 readability [#688447]
398 - Use array_length_cexpr to support fixed-arrays for return-values [#784691]
399 - Properly parse arguments for vala interpeter-mode [#663070]
400 - Enforce name-length >= 3 for structs using GType [#764041]
401 - Report error for missing type-parameter on enclosing type [#587905]
402 - Add boolean "use_inplace" ccode-attribute for methods [#750840]
403 - Improve handling of unowned/owned keyword occurrences
404 - Methods need to throw compatible error if target delegate throws one
405 - Discover invalid member access to instance field [#790903]
406 - Improve error output of mismatching overriding methods
409 - Acknowledge possible properties in structs [#784705]
410 - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
413 - glib-2.0: Use type-id/marshaller-type for (u)int16/(u)short from (u)int32
415 - glib-2.0: Add optional 'unparsed' parameter to *.try_parse () [#774124]
416 - gobject-2.0: Add some missing symbols
417 - gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS macros [#750840]
418 - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
419 - gstreamer-1.0: Update from 1.13+ git master
420 - gtk+-3.0: Update to 3.22.26+9ce824d3
421 - gtk+-4.0: Split Gsk.RenderNode into several classes
422 - gtk+-4.0: Update to 3.93.0+2d797dd8
423 - webkit2gtk-4.0: Update to 2.19.2
428 - codegen: Prioritize "array_length=true" over "array_null_terminated=true"
430 - codegen: Avoid possible conflicts with internal property/signal defines
434 - gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object
435 - gstreamer-1.0: Update from 1.13+ git master
436 - gtk+-4.0: Update to 3.92.1
437 - libxml-2.0: Add DTD methods [#789442]
441 * Various bindings updates:
442 - gstreamer-1.0,gtk+-3.0,gtk+-4.0: Update from git master
443 - gnutls: Fix free_function ccode-attribute of Certificate [#788181]
448 - valadoc: Don't use 'stderr' as variable name [#787305]
449 - codegen: Try to use a more unique internal define for properties [#787436]
450 - vala: Update list of used attributes
451 - method: Use prototype-string for error-reports of return-type mismatches
454 - glib-2.0: Fix MainContext.check(),
455 OptionEntry[] params are null-terminated,
456 Bind g_convert_with_fallback() and g_convert_with_iconv()
461 - Improve error output for incompatible method signatures
462 (Add CallableType as base for DelegateType, MethodType, SignalType)
464 + Initialize temp-variable for fixed-size arrays to zero first [#787152]
465 + Add support for "type-func" in ui-files [#787033]
468 - gtk+-3.0,gtk+-4.0: Update
469 - libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
470 - pangocairo: CairoFontMap.set_default() is not an instance method
471 - gio-2.0: Application.set_default() is not an instance method
477 + Actually write declaration for GNodeTraverseFunc wrapper [#786845]
478 + Don't transfer ownership of variable if target-type is unknown [#736774]
479 + Adjust format-index for printf/scanf-methods which throw errors [#781061]
480 + Use given dup_function for structs
481 - libvaladoc: Fix some -Wincompatible-pointer-types warnings
482 - tests: Fix some syntax issues [#786652]
483 - Add .editorconfig file [#786620]
486 - Better support of "cprefix" argument in metadata
487 - Support "cname" argument in metadata
490 - Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0
491 - Update GIR-based bindings
492 - gtk+-3.0: Update to 3.22.19
497 - Fix some build-system problem
498 + valadoc/tests: Add the source vapi directory to driver-test [#786505],
499 Add ./vala/.libs rather than ./gee/.libs to LD_LIBRARY_PATH
500 + Explicitly link doclets against libvala-*.la [#786534]
501 + Add missing include of Makefile.common
502 - vapigen: Mark given source-files as such and force girparser to handle them
503 - codegen: Include glib-object.h for Enums/Structs with type_id
505 - gtk+-4.0: Make Gsk.Texturer.for_*() static factory methods
510 - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
511 - valadoc: Fix tests while bootstapping with valac < 0.31/32
514 - glib-2.0: Update Unicode symbols
515 - gobject-2.0: Add required type_id attributes to all ParamSpec subclasses
516 - libgdata: Make Authorizer.reauth_* methods virtual [#779229]
517 - libxml-2.0: Update Xml.ParserOption [#785585]
518 - gtk+-4.0: Update to 3.91.2
519 - webkit2gtk-4.0: Update to 2.17.90
524 - Don't warn about deprecated symbols if installed_version is older
525 - Add --gresourcesdir option [#783133]
526 - Install libvala-0.xx.vapi to "global" vapi directory
527 - Require and target GLib >= 2.40
528 - build: Make ccode and codegen private API
529 - build: Use --use-header for vala's libraries
530 - compiler: Add --color=WHEN option
531 - codegen: Use g_object_notify_by_pspec() to notify property-changes
532 - codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.Queue
533 - codegen: Support renamed signals [#731547]
534 - Optimize (de)serialization of arrays with type-signature "ay" [#772426]
535 - Merge valadoc - Consider valadoc a part of vala's toolchain and
536 therefore let it live in the main repository (adds graphviz to the
540 - Fix finally blocks with async yields [#741929]
541 - Handle non-null in coalescing expression [#611223]
542 - Make the task_complete flag for < 2.44 more similar to >= 2.44 [#783543]
543 - Nullable ValueType requires POINTER as marshaller signature [#783897]
544 - NoAccessorMethod attribute is allowed for gobject-properties only
545 - girparser: Fix parsing of delegate-alias without target
546 - compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
547 - girwriter: Write length-parameters of arrays with rank > 1 [#758019]
548 - gdbus: Don't leak nested HashTable on deserialization [#782719]
549 - codewriter: Update timestamps of generated c-files if needed [#683286]
550 - tests: Use dbus-run-session instead of dbus-launch [#771455]
551 - codegenerator: Add source_reference parameter to CodeGenerator.store_*()
552 - Don't allow assigning delegate if no target/closure is available [#598869]
553 - gee: Add some useful symbols from gee-0.8
556 - gio-2.0: Add DBusConnection 'closed' signal as 'on_closed' [#684358]
557 - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
559 - glib-2.0,gobject-2.0: Updates from 2.53.x
560 - poppler-glib: Update to 0.54.0
561 - webkit2gtk-4.0: Update to 2.17.4
562 - gstreamer-1.0: Update to 1.13.0+
563 - libgvc: Add WITH_CGRAPH conditionals
568 - scanner: Fix calculation of column value for tokens after multiline comment
570 - codegen: Unref GLib.AsyncResult on uncaught errors in coroutines [#641171]
571 - Keep initializing result-variable for struct constructors [#782056]
576 - Enums require at least one value otherwise report an error
579 - gstreamer-1.0: Update to 1.11.90+
580 - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
581 - glib-2.0: Add quark() functions to errordomains,
582 Add missing version macro and constants,
587 - Always consider a method compatible with itself [#773135]
588 - Perform arguments-check against actual .end() method-signature [#684208]
589 - Slightly improve lamdba-expression error on target-type mismatch
590 - Fix delegate initializer for instance fields [#683925]
591 - Don't leak target-reference when casting/assigning owned delegates [#780426]
593 * GIR parser and writer:
594 - girparser: Add destroy argument for metadata [#750838]
595 - vapigen: Add --nostdpkg option like in valac
598 - gstreamer-1.0: Fix Pad.set_*_function() bindings [#750838]
599 - glib-2.0: Add missing version macro and constants,
600 unichar.to_string doesn't return null
601 - gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out
602 - gtk+-4.0: Update to 3.90.0
608 - Update manual using DocBook from wiki.gnome.org as source [#779090]
609 - Add support for array-parameters with rank > 1 in signals [#778632]
610 - Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target [#763345]
611 - Deny access to protected constructors [#760031]
612 - Support [DBus (signature = ...)] for properties [#744595]
613 - Add [CCode ("finish_instance = ...")] attribute [#710103]
614 - Support [HasEmitter] for vala sources [#681356]
615 - Add support for the \v escape charactor [#664689]
616 - Add explicit copy method for arrays [#650663]
617 - Allow underscores in type parameter names [#644938]
618 - Support [FormatArg] attribute for parameters
619 - Ignore --thread commandline option and drop gthread-2.0 references
620 - Check inferred generic-types of MemberAccess [#775466]
621 - Check generic-types count of DelegateType [#772204]
622 - Fix type checking when using generics in combination with subtype [#615830]
623 - Fix type parameter check for overriding generic methods
624 - Use g_signal_emit where possible [#641828]
625 - Only emit notify of properties if value actually changed [#631267] [#779955]
626 - Mark chained relational expressions as stable [#677022]
627 - Perform more thorough compatibility check of inherited properties [#779038]
628 - Handle nullable ValueTypes in signals delegates properly [#758816]
631 - gtk+-4.0, gtk+-unix-print-{2,3,4}.0, libgrss
636 * Updated bindings. Some fixes may need to be wrapped in your Vala code
637 with the preparser directive #if VALA_0_36
638 - cairo: Add bindings for cairo_*_user_data()
639 - clutter-1.0: Fix constructors which weren't detected as such
640 - clutter-gst-2.0: Skip VideoTexture.get_audio_streams/get_subtitle_tracks
641 - clutter-gst-3.0: Three commits
642 - gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key
643 - gdk-3.0: Three commits
644 - gdk-pixbuf-2.0: Three commits
645 - gobject-introspection-1.0: Prettify and fix the whole thing
646 - gsl.vapi: Fix attribute typos
647 - gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned",
648 Mark *.make_writable with "ReturnsModifiedPointer",
649 Fix Gst.Base.Adapter.map/take bindings
650 - gtk+-3.0: Various updates
651 - gtk+-X.0: Mark "iter" param of ListStore.remove() as ref
652 - libarchive: Add ReadDisk
653 - libxml-2.0: Adding missing API and nullable parameters
654 - linux: add non-posix fcntl constants
655 - polkit-gobject-1: Fix constructors which weren't detected as such
656 - poppler-glib: Update to 0.52.0
657 - rest-0.7: Fix some ownership problems
658 - sdl: Make Palette and PixelFormat a struct
659 - webkit2gtk-4.0: Update to 2.16
660 - webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeaders
662 * Updated GLib core bindings:
664 + Fix async constructors of DBusConnection,DBusObjectManagerClient...
665 + Fix binding of Resolver.lookup_service*()
666 + Keep GLib.Socket API compatible with gio < 2.48
667 + Update SettingsBackend related bindings
668 + Add/"Unlock" missing GTask symbols
670 + Add "g_unix_mounts_for" and fix "g_unix_mount_at"
672 + Add GPOINTER_TO_* as from_pointer()
673 + Add G_CHECKSUM_SHA384
674 + Add "g_utf8_make_valid"
675 + Add more Error bindings
676 + Add simple fast-path to string.replace()
677 + Add UCS-4 and UTF-16 related bindings
679 + Fix g_bookmark_file_load_from_*/to_file bindings
680 + Mark delegates in Test.add_data_func/add_func() as scope=async
681 + Mark va_list.arg() with simple-generics to allow int64 or double
682 + Update Unicode symbols
684 + Add a bunch of missing symbols
685 + Add some missing "array_length_type" annotations
687 * GIR parser and writer:
688 - Add [GIR ("fullname = ...")] attribute, set fullname of GType [#775591]
689 - More complete parsing of field information [#772902]
690 - Use the correct tag- and element-name for an annotation [#769597]
691 - Use type_id information from gir if not already overridden
692 - No support for fixed-size array as return-value
693 - Let alias inherit more information from base_type
694 - Improve function to method conversion
695 - Avoid fatal handling of nameless unions
696 - Allow to specify the base_type of an alias
697 - Add metadata-support for "returns_modified_pointer" [#759255]
699 * D-Bus code generation:
700 - Check there is a return error location before using it [#779652]
701 - Fix memory-leak using g_task_propagate_pointer [#778993]
702 - Initialize intermediate variables [#778540]
703 - Handle errors when extracting FDs from dbus messages [#778540]
704 - Ensure extracted data from the GVariant is freed on error [#778540]
706 * C code hardening and reproducibility:
707 - Fix build with -Werror=enum-compare -Werror=switch
708 - Build testsuite with -Werror=format-nonliteral -Werror=format-security
709 -Werror=int-conversion -Werror=redundant-decls
710 - Add G_GNUC_FORMAT attribute for FormatArg functions [#774060]
711 - Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functions [#710862]
712 - gtkmodule: Order required-gtype-classes for reproducibility [debian#802528]
714 * Reduce incompatible-pointer-type C code warnings:
715 - Cast vfunc pointer assigns of abstract overrides [#777958]
716 - Fix vfunc cast for async method implementation/override
717 - Default to void-return for vfunc cast of *_async methods
718 - Cast *_destroy_func of generic-types calls to GDestroyNotify
719 - Cast destroy_data for g_cclosure_new to GClosureNotify
720 - Pass pointer of matching type to property-getter
721 - memberaccess: Don't resolve base_method/property twice
724 - Allow comma-separated identifiers in definition of enums [#776833]
725 - Add empty file check to read_token() [#633083]
728 - codegen: Don't create duplicated complete-async code [#778302]
729 - codegen: Don't return void for non-nullable simple-type structs [#778224]
730 - vala: Non-null initializers not allowed for owned namespace fields [#777697]
731 - codegen: Support casting arbitary value-types to arrays [#777194]
732 - codegen: Reference struct fields with their actual cname [#775761]
733 - codegen: Add function-prototypes for all register-type calls [#775446]
734 - vala: check a property has an accessor and/or a mutator [#773956]
735 - codegen: Don't declare CreationMethod for compact-classes twice [#772661]
736 - method: Print encountered type if return types mismatch [#769501]
737 - codegen: Fix memory-leak with object initializer for properties [#766739]
738 - codegen: Fix array length of array returned by lambda [#761360]
739 - codegen: Fix emission of constant array length [#756376]
740 - codegen: Support deprecating properties and their accessors [#732449]
741 - codegen: Don't add static modifier to abstract property setters [#673389]
742 - codegen: Fix instance parameter property setter in SimpleType structs
744 - codegen: Fix base-access from within overriding struct-property-accessor
746 - vala: Check accessibility of default arguments [#648030]
747 - vala: Disallow private accessors in overridable properties [#603491]
748 - methodcall: Don't try to remove N_/NC_ while properly handled in C [#642350]
749 - vala: Check type arguments in DataType.equals [#641418]
750 - parser: Allow cast pointer expressions without enclosing parens [#590641]
751 - Don't initialize local variable if not requested
752 - codegen: Don't implicitly initialize local variables with initializer
753 - Check printf arguments of object creation expressions
754 - ccodefunction: Only add G_GNUC_DEPRECATED to declarations
755 - codegen: Avoid criticals while unconditionaly trying to chain-up to
756 non-existing property-accessors
757 - signalmodule: Add signal-emitter declaration if needed [#779609]
758 - signalmodule: Fix deprecation of signals
759 - codegen: Properly null-out source on ownership-transfer of delegates
760 - vala: Fix MemberAccess.is_non_null() for EnumValue constants [#780050]
763 Abderrahim Kitouni, Alistair Thomas, Andrea Del Signore, Carlos Garnacho,
764 Daniel Espinosa, Daniel Pfeifer, Dr. Michael Lauer, Evan Nemerson,
765 Florian Brosch, Francisco Serna, George Barrett, Jens Georg, Jordan Yelloz,
766 JĂ¼rg Billeter, Luca Bruno, Marvin W, Matthias Berndt, Michael James Gratton,
767 mrmacete, Nikolay Orlyuk, Niko Tyni, Ole AndrĂ© Vadla RavnĂ¥s,
768 Philip Withnall, Richard Wiedenhöft, Rico Tzschichholz, Sam Thursfield,
769 Severin Heiniger, Simon Werbeck, Timm Bäder, Vladislav, Yu Feng
774 * Bug fixes and binding updates.
779 * Bug fixes and binding updates.
784 * Bug fixes and binding updates.
789 * Introduce [Version] attribute.
790 * Require and target GLib >= 2.32.
791 * Bug fixes and binding updates.
801 * Add --shared-library option for GIR files.
802 * Bug fixes and binding updates.
807 * Bug fixes and binding updates.
822 * Bug fixes and binding updates.
827 * Print compiler messages in color.
828 * Add clutter-gdk-1.0 bindings.
829 * Add clutter-gst-3.0 bindings.
830 * Add clutter-x11-1.0 bindings.
831 * Add rest-extras-0.7 bindings.
832 * Bug fix and binding updates.
837 * Bug fix and binding updates.
842 * Add option --vapi-comments.
843 * Bug fixes and binding updates.
848 * Bug fixes and binding updates.
853 * Require and target GLib >= 2.24.
854 * Report warning for private struct fields.
855 * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
856 * Always build vapigen.
857 * Bug fixes and binding updates.
862 * Support explicit interface method implementation.
863 * Support (unowned type)[] syntax.
864 * Support non-literal length in fixed-size arrays.
865 * Mark regular expression literals as stable.
866 * GIR parser updates.
867 * Add webkit2gtk-3.0 bindings.
868 * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
869 * Bug fixes and binding updates.
874 * Bug fixes and binding updates.
879 * Bug fixes and binding updates.
884 * Bind GDK event structures as compact classes.
885 * Switch gdk-x11-3.0 bindings to .gir.
886 * Switch librsvg-2.0 bindings to .gir.
887 * Bug fixes and binding updates.
892 * GIR parser updates.
893 * Switch libnotify bindings to .gir.
894 * Add libpeas-gtk-1.0 bindings.
895 * Add xcb-icccm bindings.
896 * Bug fixes and binding updates.
901 * Support chain up to constructv functions.
902 * Bug fixes and binding updates.
907 * Recognize ref/unref functions in .gir files.
908 * Add geocode-glib bindings.
909 * Bug fixes and binding updates.
914 * Support \uXXXX escape sequences.
915 * Support specifying vfunc order in interfaces to define ABI.
916 * Support GTK+ widget templates.
917 * Bug fixes and binding updates.
927 * Bug fixes and binding updates.
932 * Support scope = "async" attribute for parameters.
933 * Add --api-version option.
934 * Add atspi-2 bindings.
935 * Add gstreamer-rtsp-server-1.0 bindings.
936 * Bug fixes and binding updates.
946 * Add libgnome-menu-3.0 bindings.
947 * Bug fixes and binding updates.
952 * Bug fixes and binding updates.
957 * Support subclassing of GLib.Source.
958 * Switch pango bindings to .gir.
959 * Add gstreamer-1.0 core bindings.
960 * Add gst-plugins-base-1.0 bindings.
961 * Add gobject-introspection-1.0 bindings.
962 * Bug fixes and binding updates.
967 * Warn when accessing static members with an instance reference.
968 * Recompute length when casting between array types.
969 * Support [GenericAccessors] attribute for interfaces.
970 * Deprecate implicit .begin for async methods.
972 * Drop POSIX profile.
973 * Bug fixes and binding updates.
978 * Require and target GLib >= 2.18.
979 * Support async creation methods.
980 * Bug fixes and binding updates.
985 * Bug fixes and binding updates.
990 * Improve assertion messages.
991 * Add --enable-gobject-tracing commandline option.
992 * Bug fixes and binding updates.
997 * Support simple method-level profiling.
998 * Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
999 * Bug fixes and binding updates.
1004 * Add udisks2 bindings.
1005 * Bug fixes and binding updates.
1010 * Switch poppler-glib bindings to .gir.
1011 * Many bug fixes and binding updates.
1016 * Support arrays with nullable elements.
1017 * Add <doc> support to .gir reader and writer.
1018 * Switch clutter-gtk-1.0 bindings to .gir.
1019 * Switch gio-2.0 bindings to .gir.
1020 * Add cogl-pango-1.0 bindings.
1021 * Add gdl-3.0 bindings.
1022 * Add libnl-3.0 bindings.
1023 * Add packagekit-glib2 bindings.
1024 * Add xtst bindings.
1025 * Many bug fixes and binding updates.
1030 * Manage memory of GQueue elements.
1031 * Switch atk bindings to .gir.
1032 * Switch gdk-pixbuf-2.0 bindings to .gir.
1033 * Switch gdk-3.0 bindings to .gir.
1034 * Add libwnck-3.0 bindings.
1035 * Many bug fixes and binding updates.
1040 * Bug fixes and binding updates.
1045 * Switch gudev-1.0 bindings to .gir.
1046 * Switch mx-1.0 bindings to .gir.
1047 * Many bug fixes and binding updates.
1052 * Switch pangocairo bindings to .gir.
1058 * Enable flow analysis for out parameters.
1059 * Refactor attribute handling.
1060 * Add gedit-3.0 bindings.
1061 * Add gtksourceview-3.0 bindings.
1062 * Add rest-0.7 bindings.
1063 * Add vte-2.90 bindings.
1064 * Switch clutter-1.0 bindings to .gir.
1065 * Switch libgdata bindings to .gir.
1066 * Switch libsoup bindings to .gir.
1067 * Many bug fixes and binding updates.
1072 * Many bug fixes and binding updates.
1077 * More refactoring in the code generator.
1078 * Improvements to the .gir reader.
1079 * Switch JSON-GLib bindings to .gir.
1080 * Drop deprecated support for D-Bus GLib in favor of GDBus.
1081 * Many bug fixes and binding updates.
1086 * Add get_next_char to string class.
1087 * Many bug fixes and binding updates.
1092 * Add support for async signal handlers (Frederik Sdun).
1093 * More refactoring in the code generator (Luca Bruno).
1094 * Improvements to the .gir writer (Michal Hruby).
1095 * Many bug fixes and binding updates.
1100 * Add parse and try_parse methods to boolean and numeric types.
1101 * Add clutter-gtk-1.0 bindings.
1102 * Add pixmap-1 bindings (Evan Nemerson).
1103 * Many bug fixes and binding updates.
1108 * Add last_index_of and last_index_of_char to string class.
1109 * More refactoring in the code generator (Luca Bruno).
1110 * Improvements to the .gir writer (Michal Hruby).
1111 * Many bug fixes and binding updates.
1116 * Add index_of, index_of_char, and char_count to string class.
1117 * Many bug fixes and binding updates.
1122 * Support BusName sender parameter in GDBus servers.
1123 * More refactoring in the code generator.
1124 * Many bug fixes and binding updates.
1129 * Update libnotify bindings to 0.7.0.
1130 * Improvements to the .gir reader.
1131 * Bug fixes and binding updates.
1136 * Require and target GLib >= 2.16.
1137 * Guard access to out parameters to allow null arguments.
1138 * Add support for local constants.
1139 * Support file descriptor passing with GDBus.
1140 * Support cached property values in GDBus clients.
1141 * Support Cancellable parameter in GDBus clients.
1142 * Support no-reply methods in GDBus clients and servers.
1143 * More refactoring in the code generator.
1144 * Many bug fixes and binding updates.
1149 * Use byte indices for strings.
1150 * Use uint8[] for binary data in bindings.
1151 * Add support for parallel compilation.
1152 * Improve compiler performance.
1153 * More refactoring in the code generator.
1154 * Many bug fixes and binding updates.
1159 * Port GIR parser and writer to GIR version 1.2.
1160 * Update GLib bindings to 2.26 branch.
1166 * Add --fatal-warnings commandline option.
1167 * Deprecate string.len () in favor of string.length.
1168 * Deprecate use of D-Bus GLib in favor of GDBus.
1169 * Many bug fixes and binding updates.
1174 * Fix regression introduced by codegen refactoring.
1179 * Drop deprecated support for assigning to construct properties.
1180 * Some refactoring in the code generator.
1181 * Bug fixes in bindings and vapigen.
1186 * Add version suffix to support parallel installation.
1187 * Define VALA_X_Y according to compiler version.
1188 * Enable version header by default.
1189 * Add vala.m4 with VALA_CHECK_PACKAGES macro.
1190 * Add gedit-2.20 bindings (Andrea Del Signore).
1191 * Add tokyocabinet bindings (Evan Nemerson).
1192 * Various improvements to the Dova profile.
1193 * Many bug fixes and binding updates.
1198 * Append documentation comments to generated C files.
1199 * Skip <doc> tags in .gir files.
1200 * Various improvements to the Dova profile.
1201 * Many bug fixes and binding updates.
1206 * Support newlines in double quoted string literals.
1207 * Add experimental support for main blocks.
1208 * Add experimental vala tool to compile and run code.
1209 * Initial support for generic delegates.
1210 * Support using GClosure for delegate parameters.
1211 * Support GBoxed-based memory management.
1212 * Improvements to the .gir reader and writer.
1213 * Various improvements to the Dova profile.
1214 * Many bug fixes and binding updates.
1219 * Initial support for GDBus-based clients and servers.
1220 * Support implicit and explicit GVariant casts.
1221 * Add support for [Deprecated] attribute.
1222 * Add GenericArray as alternative binding to GPtrArray.
1223 * Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
1224 * Updates to the GLib bindings.
1230 * Support constants in enums.
1231 * Deprecate +=/-= syntax to connect/disconnect signal handlers.
1232 * Add experimental support for Dova profile.
1233 * Update Genie parser (Jamie McCracken).
1234 * Add clutter-gst-1.0 bindings (Ali Sabil).
1235 * Add gdu and gdu-gtk bindings.
1236 * Add libesmtp bindings (Adrien Bustany).
1237 * Add mx-1.0 bindings (Evan Nemerson).
1238 * Add orc-0.4 bindings (Fabian Deutsch).
1239 * Add rest-extras-0.6 bindings (Adrien Bustany).
1240 * Updates to the GLib, GStreamer, Linux, SQLite, and other bindings.
1246 * Infer type arguments when calling generic methods.
1247 * Support `in' operator for arrays.
1248 * Add experimental support for regular expression literals.
1249 * Add experimental support for chained relational expressions.
1250 * Add va_list support.
1251 * Add clutter-gtk-0.10 bindings (Gordon Allott).
1252 * Add gdl-1.0 bindings (Nicolas Joseph).
1253 * Add gstreamer-app-0.10 bindings (Sebastian Dröge).
1254 * Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
1255 * Add gudev-1.0 bindings (Jim Nelson).
1256 * Add libgda-report-4.0 bindings (Shawn Ferris).
1257 * Add libgvc (graphviz) bindings (Martin Olsson).
1258 * Add purple bindings (Adrien Bustany).
1259 * Many bug fixes and binding updates.
1264 * Support coalescing operator ??.
1265 * Support to_string and bitwise complement with enums.
1266 * Return handler id when connecting signal handlers.
1267 * Support struct comparison.
1268 * Support constructor chaining in structs.
1269 * Enforce protected member restrictions.
1270 * Improve performance of flow analysis.
1271 * Support automatic line continuations in Genie.
1272 * Improvements to the .gir reader and writer.
1273 * Add --enable-mem-profiler commandline option.
1274 * Many bug fixes and binding updates.
1279 * Support array and string slicing.
1280 * Add --symbols commandline option.
1281 * Add avahi-gobject bindings (Sebastian Noack).
1282 * Add ccss-1 bindings (Ali Sabil).
1283 * Add libarchive bindings (Julian Andres Klode).
1284 * Add libmagic bindings (Jens Georg).
1285 * Add readline bindings (Jukka-Pekka Iivonen).
1286 * Add twitter-glib-1.0 bindings (Adrien Bustany).
1287 * Many bug fixes and binding updates.
1292 * Support constructor chain up to GObject using Object (...).
1293 * Add syntax for string templates.
1294 * Support (!) non-null casts.
1295 * Many bug fixes and binding updates.
1300 * Support `using' directives inside namespaces.
1301 * Use const only for immutable structs.
1302 * Support string marshalling for enums in D-Bus (Didier Ptitjes).
1303 * Update Genie parser (Jamie McCracken).
1304 * Add libgda-4.0 bindings (Shawn Ferris).
1305 * Many bug fixes for closures and async methods.
1310 * Add support for closures.
1311 * Improve support for asynchronous methods.
1312 * Support async methods in D-Bus servers.
1313 * Add clutter-1.0 bindings (Rob Taylor).
1314 * Add GVariant, GSettings, and dconf bindings (Ryan Lortie).
1315 * Add linux, libnl-1, and libasound bindings (Michael 'Mickey' Lauer).
1316 * Add gnutls bindings (JiÅ™Ă ZĂ¡revĂºcky).
1317 * Add librest bindings (Adrien Bustany).
1318 * Many bug fixes and binding updates.
1323 * Add support for static properties.
1324 * Add support for delegate properties.
1325 * Support virtual default handler for signals.
1326 * Add limited support for derived compact classes.
1327 * Add libgdata bindings (VĂctor Manuel JĂ¡quez Leal).
1328 * Add libusb-1.0 bindings (Evan Nemerson).
1329 * Many bug fixes and binding updates.
1334 * Add support for array properties.
1335 * Support implicit and explicit GValue casts.
1336 * Add initial support for generic methods.
1337 * Add postgres bindings.
1338 * Many bug fixes and binding updates.
1343 * Add initial support for POSIX profile.
1344 * Add --vapi and --gir commandline options.
1345 * Add initial x11, xcb, and cairo-xcb bindings.
1346 * Many bug fixes and binding updates.
1351 * Improvements to the .gir reader and writer (Didier Ptitjes).
1352 * Many bug fixes and binding updates.
1357 * Introduce new syntax to connect/disconnect signal handlers.
1358 * Add experimental support for fixed-length arrays.
1359 * Update Genie parser (Jamie McCracken).
1360 * Updates to the GLib, Cairo, GTK+, GStreamer, and POSIX bindings.
1366 * Do not generate header files unless requested by the -H commandline
1367 option. This requires changes in the build system of Vala projects.
1368 * Support conditional compilation.
1373 * Improvements to the .gir reader and writer (Didier Ptitjes).
1374 * Add librsvg-2.0 bindings (Evan Nemerson).
1375 * Add Maemo libosso bindings (Jukka-Pekka Iivonen).
1376 * Add V4L2 bindings (MatĂas De la Puente).
1382 * Support signals in static D-Bus clients.
1383 * Various improvements to asynchronous method support (Ryan Lortie).
1384 * Report unused internal methods.
1385 * Extend POSIX bindings.
1386 * Add FUSE bindings (John Carr).
1387 * Add libdaemon bindings (Jukka-Pekka Iivonen).
1393 * Do not require libgee for custom indexer access.
1394 * Add Log.FILE, Log.LINE, and Log.METHOD constants.
1395 * Various improvements to the .gir reader.
1396 * Add Lua bindings (pancake and Phil Housley).
1397 * Add MySQL bindings (Jukka-Pekka Iivonen).
1398 * Add partial POSIX bindings.
1404 * Improve syntax of owned property getters.
1405 * Add --enable-deprecated and --enable-experimental commandline options.
1406 * Remove --disable-non-null commandline option.
1412 * Support array initializers as expressions.
1413 * Support += to efficiently append elements to arrays.
1414 * Calculate length for null-terminated arrays.
1415 * Support initializers for multi-dimensional arrays.
1416 * Add `owned' keyword to replace `#'.
1417 * Various fixes in coroutine support.
1418 * Support boxed structs as GObject properties.
1424 * Rewrite D-Bus server support to directly use libdbus.
1425 * Register structs as boxed types.
1426 * Improve error reporting on invalid code.
1427 * Support private class fields and class destructors.
1428 * Add partial raptor and rasqal bindings.
1429 * Drop vala-gen-project, moved to vtg.
1435 * Report uninitialized local variables.
1436 * Report unused fields, methods, and local variables.
1437 * Fix error handling in complex statements.
1438 * Improve support for generic types.
1439 * Support parameter arrays in bindings.
1440 * Do not require libgee for foreach statements.
1441 * Support enums in D-Bus clients and servers.
1442 * Support structs in hash tables in D-Bus servers.
1443 * Experimental static D-Bus client support.
1444 * Add --dump-tree commandline option to write code tree to file.
1450 * Support type checks for error domains and error codes.
1451 * Experimental support for yield statements and coroutines.
1452 * Support GValue and GHashTable in D-Bus clients.
1453 * Various improvements to the .gir reader.
1454 * Drop deprecated support for static classes.
1455 * Modularize code generator.
1461 * Support more flexible constructors.
1462 * Partial support for reading and writing .gir files.
1463 * Improve compiler performance.
1464 * Copy arrays where necessary.
1465 * Basic support for static properties.
1466 * Partial support for struct holding object references.
1467 * Add tracker indexer bindings (Roberto Majadas)
1468 * Updates to the GLib, GTK+, and GStreamer bindings.
1474 * Notify on property changes by default (Jared Moore)
1475 * Add unique-1.0 bindings (Phil Housley)
1476 * Updates to the GLib, GTK+, and GStreamer bindings.
1482 * Various improvements to D-Bus client and service support.
1483 * Basic support for detailed signals.
1484 * Check types of printf arguments.
1485 * Support `in' operator for Gee.Collection and Gee.Map (Jamie McCracken)
1486 * Add libgsf-1 bindings (Michael Lawrence)
1487 * Add loudmouth-1.0 bindings (Ali Sabil)
1488 * Updates to the GLib, GTK+, and GStreamer bindings.
1494 * Support overriding default method handlers of signals.
1495 * Support dynamic access to properties and signals of GObjects.
1496 * Experimental support for nullable value types.
1497 * Improve support for classes not deriving from GLib.Object.
1498 * Support """verbatim strings""".
1499 * Add parser for Genie (Jamie McCracken)
1500 * Experimental support for arrays of arrays.
1501 * Documentation improvements (Phil Housley)
1502 * Improvements to D-Bus support (Ali Sabil, Philip Van Hoof, Yu Feng)
1503 * Add libepc-1.0 bindings (Ali Sabil)
1504 * Add libtiff bindings (Christian Meyer)
1505 * Updates to the GStreamer bindings (Ali Sabil and Jaap A. Haitsma)
1506 * Many bug fixes and performance improvements.
1511 * Add support for class constructors, class fields, and class methods.
1512 * Various improvements to methods in D-Bus services.
1513 * Add support for properties and signals in D-Bus services (Yu Feng)
1514 * Add Time API to GLib bindings.
1515 * Documentation improvements (Phil Housley)
1516 * Updates to the GLib and GTK+ bindings.
1522 * Enable non-null types by default.
1523 * Add --disable-non-null commandline option.
1524 * New handwritten parser.
1525 * Support virtual methods in interfaces.
1526 * Add `dynamic' type modifier for D-Bus client support.
1527 * Add experimental support for writing D-Bus services.
1528 * Don't require `new' operator for structs.
1529 * Warn when using deprecated syntax.
1530 * Add libsexy bindings (Evan Nemerson)
1531 * Updates to the GLib and GTK+ bindings.
1537 * Support nested namespaces.
1538 * Support static constructors.
1539 * Register enums with GType (Marc-André Lureau)
1540 * Small syntax change for default values of properties.
1541 * Add --verbose commandline option (Daniel Silverstone)
1542 * Improve pointer support.
1543 * Add GNOME Keyring bindings (Andrea Del Signore)
1544 * Add SDL bindings (Levi Bard)
1545 * Add libftdi bindings (Evan Nemerson)
1546 * Updates to the GLib, GTK+, GStreamer, and SQLite bindings.
1547 * Many bug fixes all over the place.
1552 * Support private property accessors.
1553 * Support default values for properties.
1554 * Improve support for array length and delegate target parameters.
1555 * Improve delegate and signal handler support.
1556 * Introduce new syntax to declare errordomains.
1557 * Improve exception support.
1558 * Report errors for missing return statements.
1559 * Report warnings for unreachable code.
1560 * Improve support for generic types.
1561 * Support pointer member access and pointer element access.
1562 * Support pointer arithmetic.
1563 * Add --quiet commandline option (Emmanuele Bassi)
1564 * Add WebKit bindings.
1565 * Add JSON-GLib bindings (Ali Sabil)
1566 * Add goocanvas bindings (Roberto Majadas)
1567 * Add hildon-fm-2 bindings (Levi Bard)
1568 * Add taglib bindings (Andreas Brauchli)
1569 * Add libusb bindings (Evan Nemerson)
1570 * Add bzip2 bindings (Maciej Piechotka)
1571 * Updates to the GLib, GTK+, GStreamer, and libsoup bindings.
1572 * Fixes for Windows.
1578 * Add support for instance delegates.
1579 * Support conditional method compilation.
1580 * Add support for nested generic types.
1581 * Add size_t and ssize_t.
1582 * Use non-null types by default with --enable-non-null option.
1583 * Limited support for nullable types.
1584 * Add basic support for method pre- and postconditions.
1585 * Improve pointer support.
1586 * Always enable memory management.
1587 * Add libgnome-menu bindings (Roberto Majadas)
1588 * Add liboobs-1 bindings (Roberto Majadas)
1589 * Updates to the GLib, GTK+, GStreamer, SQLite, and libxml2 bindings.
1590 * Small documentation improvements.
1596 * Add Vala Project Generator.
1597 * Support `in` operator for enums.
1598 * Support typeof for generic type parameters.
1599 * Replace gidlgen by vala-gen-introspect with a real C parser.
1600 * Update all bindings to use vala-gen-introspect.
1601 * Fix many gcc warnings.
1602 * Fix build with Cygwin and MinGW (Yaakov Selkowitz).
1608 * Use .vapi as file extension for bindings.
1609 * Add Vala Reference Manual.
1610 * Add support for object initializers.
1611 * Emit #line directives in debug mode.
1612 * Add --basedir option.
1613 * Support creation methods in structs.
1614 * Add support for [Notify] attribute for properties.
1615 * Add experimental support for registering new fundamental classed types.
1616 * Improve support for non-GObject classes.
1617 * Improve error reporting.
1618 * Add vapicheck to verify generated bindings (Mathias Hasselmann).
1619 * Drop xml_pp dependency (Alberto Ruiz).
1625 * Convert reference-type structs to classes for a more consistent type system.
1626 * Support `as` operator (Mathias Hasselmann).
1627 * Improve array support.
1628 * Experimental D-Bus client support.
1629 * Add GConf bindings.
1630 * Add libgnome and libgnomeui bindings.
1631 * Add Glade bindings.
1632 * Add libnotify bindings (Nicolas Christener, Roland Hostettler).
1633 * Add GnomeVFS bindings.
1634 * Add GtkSourceView bindings.
1635 * Add Panel Applet bindings.
1636 * Add GNOME Desktop Library bindings.
1637 * Add libsoup bindings.
1638 * Add libwnck bindings.
1639 * Add GtkMozEmbed bindings (Alberto Ruiz).
1640 * Add Poppler bindings (Alberto Ruiz).
1641 * Add Enchant bindings (Mathias Hasselmann).
1642 * Add Hildon bindings (Marcelo Lira).
1643 * Add SQLite bindings.
1644 * Add curses bindings (Ed Schouten).
1645 * Build system fixes (Nicolas Trangez).
1646 * Add manual pages for gidlgen and vapigen (Kumar Appaiah).
1647 * Many bug fixes all over the place.
1652 * Use and support libgee collection library (internal copy for now).
1653 * Performance improvements.
1654 * Improve support for generic types.
1655 * Many memory management fixes.
1656 * Add support for inner classes.
1657 * Add --cc and -X commandline options to control the C compiler.
1658 * Use GSlice for reference-type structs.
1659 * Add experimental GStreamer bindings.
1664 * Support simple exception handling.
1665 * Improve array and string support.
1666 * Support multi-dimensional arrays.
1667 * Add --thread commandline option.
1674 * Add commandline options for running the C compiler and linker.
1675 * Use # modifier for reference transfer in method parameters.
1676 * Replace callback keyword by delegate.
1677 * Improve and update GLib and GTK+ bindings.
1678 * Add experimental GVFS binding.
1679 * C89/MSVC portability fixes (Hans Breuer).
1680 * Refactor code generator.
1681 * Add experimental bindings generator.
1687 * Add support for defining new generic classes.
1688 * Improve array support.
1689 * Memory management fixes.
1690 * Improve abstract property support.
1691 * Add basic support for flags types.
1692 * Improve GLib binding.
1699 * Add support for overridden properties.
1700 * Support properties and signals in interfaces.
1701 * Improve interface runtime suport.
1702 * Verify that classes implement all abstract and interface methods.
1703 * Basic compile-time support for generic types.
1704 * Default to strong references for return values and local variables.
1705 * Improve signal support.
1706 * Add support for pointers.
1707 * Improve support for numeric types.
1708 * Support writing GTypeModule-based plug-ins.
1709 * Improve manual memory management support.
1710 * Improve GTK+ bindings.
1716 * New object construction syntax.
1717 * Interface implementations don't have to specify override anymore.
1718 * Improve interface support.
1723 * Improve interface support.
1725 * Improve array support.
1726 * Improve enum support.
1727 * Add automated testing infrastructure.
1728 * Fixes for prefix and postfix operators.
1729 * Add more types to GLib bindings.
1735 * Support base access.
1736 * Support typeof expressions.
1737 * Improve array support.
1738 * Fix possible memory leak in foreach statements.
1739 * Fix many warnings during C compilation.
1740 * Improve GTK+ bindings.
1745 * Support + operator in strings.
1746 * Support unicode character literals.
1747 * Add implicit conversions for numeric types.
1748 * Improve interface support.
1749 * Improve array support.
1750 * Support arbitrary signal parameters.
1751 * Add threading support.
1752 * Support lock statements.
1753 * Many improvements to the GTK+ bindings.
1759 * Support namespace constants.
1760 * Support switch statements.
1761 * Array creation support.
1762 * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
1763 * Add implicit array length parameter.
1764 * Follow package dependencies.
1765 * Support hexadecimal and octal integer literals and hexadecimal escape
1767 * Install libvala as shared library.
1772 * Support named construction methods.
1773 * Basic interface support.
1774 * Improve error handling.