3 * Various improvements and bug fixes:
4 - codegen: Fix floating reference regression with Variants [#661]
5 - build: Correctly quote square brackets in regular expression
6 - codegen: Call ref_sink on Object.new_valist/new_with_properties if needed
7 - vala: Don't bail early on property with not supported default value
8 - manual: Update from wiki.gnome.org
11 - glib-2.0: Add return-type of Queue.remove*(), add HashTable.foreach_steal()
12 - glib-2.0: Add float.parse/try_parse() [#649]
13 - gstreamer: Update from 1.15+ git master
14 - webkit2gtk-4.0: Update to 2.21.91
19 - codegen: Call ref_sink on objects passed to generic type [#655]
20 - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
21 - girparser: Actually resolve type-arguments to be able to box them if needed
22 - vala: Add consts/methods to retrieve and check library version [#304]
25 - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
26 - glib-2.0: Add (u)long.parse/try_parse() [#649]
27 - gstreamer: Update from 1.15+ git master
28 - gtk+-3.0: Update to 3.23.2+6b6e53fd
29 - gtk+-4.0: Update to 3.94.0+4e868584
34 - Reintroduce POSIX profile
35 - parser: Add support for explicit "unlock" syntax
36 - vala: Support anonymous definitions of delegates in bindings
37 - codegen: Support automatic properties as GtkChild
38 - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
39 - codegen: Drop support for non-auto property initializer in gobjects
40 - codegen: Avoid using deprecated "g_type_class_add_private"
43 - vala: Constants and signals are not lockable
44 - codegen: Don't apply ref_sink_function if target_type is floating_reference
45 - vala: Treat floating method-return-type as nullable if error may be thrown
46 - vala: Transfer floating-reference attribute while casting
47 - analyzer: Break cyclic references of BasicBlock
48 - vala: Break reference chain between DataType and Symbol if possible
49 - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
51 - vala: Report error for invalid base access in method/property of compact
53 - libvaladoc: Replace void* with corresponding Vala API
54 - codegen: Don't include the full absolute path in line directives
55 - codegen: Add source_reference to unsupported floating reference error
58 - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
59 - clutter-1.0: Change type of Clutter.Key.* constants to uint
60 - gdk-3.0: Change type of Gdk.Key.* constants to uint
61 - gtk+-4.0: Change type of Gdk.Key.* constants to uint
62 - gstreamer: Update from 1.15+ git master
63 - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
64 - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
65 tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
66 twitter-glib-1.0, mx-1.0
67 - Remove vala-specific deprecations <= vala-0.22
71 * Various improvements and bug fixes:
72 - Fix links in the Manual
73 - libvaladoc: Change link to Valadoc wiki page for HTML doclet
74 - valadoc: Use HTML5 doctype in HTML doclet
75 - codegen: Let methods return -1 on error by default if possible [#526]
76 - Allow TypeModule subclasses as parameter-type in module-init-method [#648]
77 - girparser: Allow changing the type of constants using metadata [#643]
78 - girwriter: Add boolean GIR visible attribute to allow skipping symbols
79 - vala: Report error for error-domains without any code
80 - parser: Accept "empty" enums/error-domains [#253]
81 - codewriter: Output bodies of code-blocks if in VAPIGEN mode [#253]
84 - gobject-2.0: Add lower_case_csuffix attributes to Type* symbols
85 - gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423
86 - gio-2.0: Add custom IOError.from_errno() to make it work as expected [#253]
87 - gtk+-4.0: Update to 3.94.0+bf5f27c6
88 - gstreamer-rtsp-server-1.0: Update from 1.14+ git master [#653]
92 * Various improvements and bug fixes:
93 - Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues
95 + Handle delegate_target attribute of fields [#520]
96 + Free generic elements of glib collections [#694765]
97 + Fix warning for source_funcs parameter of g_source_new()
98 + Actually treat GLib.Source as compact class
99 + Custom abstract methods of GLib.Source are handled differently [#641]
100 + Consistently use gpointer for delegate targets
101 + Unify some delegate-type check patterns
102 + Use default_init instead of base_init when registering interfaces
104 - girparser: Add support for bool delegate_target [#520]
106 + Output deprecated="1"
107 + construct-only properties don't have a setter method
108 + Don't write any custom attributes [#608]
109 - valadoc: Fix TreeBuilder.create_array() for stacked Arrays
113 + Do not mark simple-type out-parameters as nullable [#634]
114 + Make Source.attach() use the default MainContext by default
115 + Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638]
116 + Fix Bytes.with_free_func()
118 + Mark ActionEntry.parameter_type/state fields as nullable [#632]
119 + Delegate fields of DBus*VTable do not have implicit target fields
120 + Apply delegate_target = false on ActionEntry callbacks and make them weak
122 + Add default to all io_priority parameters
123 - gstreamer: Cherry-pick some fixes from 0.42, add gst-editing-services-1.0
124 - gtk+-3.0: Update to 3.22.30+9ac7f906
125 - gtk+-4.0: Update to 3.93.0+29fee2e8
126 - webkit2gtk-4.0: Update to 2.21.4
127 - Update GIR-based bindings
132 - codegen: Avoid critical for array in-parameters with custom length-type
133 - tests: Drop assert which is failing on big-endian archs
137 * Various improvements and bug fixes:
138 - Warn if --gir is used without --library [#708693]
139 - Report an error if rank attribute is required but was not found [#660991]
140 - scanner: Accept \R and \N escape sequences in regex literals [#749576]
141 - scanner: Accept backreferences \1 through \99 in regex literals [#728574]
143 + Avoid critical in get_basic_type_info() when there is no signature
145 + Fix serializing multidimensional arrays [#735437]
146 + Guard get_default_ref_sink_function() against null base-class
147 + Respect cname ccode-attribute of lockable fields
148 + Fix casting of length for "ref" array parameters
149 - codewriter: Add 'new' to symbols if needed to match the original source
151 - girparser: Deal with missing "name" attribute by falling back on "c:type"
152 - girwriter: Drop errornous indent
153 - girwriter: Properly output variadic methods and use introspectable="0"
154 - genie: Add support for the \v escape character [#664689]
155 - genie: Add support for the \uXXXX escape sequence
158 - glib-2.0: Fix IConv.iconv() [#634753]
159 - gobject-2.0: Make constructor of ParamSpecBoxed public
160 - gstreamer: Cherry-pick some fixes from 0.42
161 - gtk+-3.0: Update to 3.22.30+21fddc39
162 - gtk+-4.0: Update to 3.93.0+3a860719
163 - javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is not "ref"
165 - posix: Add missing cname = "int" to Posix.Signal enum
166 - sqlite3: Add additional constants for flags of Database.open_v2() [#795627]
167 - webkit2gtk-4.0: Cherry-pick some fixes from 0.42
171 * Various improvements and bug fixes:
172 - girparser: Add support for NoAccessorMethod metadata
175 - glib-2.0: Mark str parameter of Variant.take_string() as owned
176 - gstreamer: Update from 1.15+ git master
177 - gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties
178 (Regression in gtk+-3.0)
179 - gtk+-4.0: Update to 3.93.0+fc6018f1
180 - json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable
181 - webkit2gtk-4.0: Update to 2.20.1
186 - vala: Fix return-type of BasicBlock.get_successors()
189 - gstreamer: Update from 1.15+ git master
190 - gtk+-3.0: Fix regression of StatusIcon.position_menu() [#891629]
191 - gtk+-4.0: Update to 3.93.0+ff738269
192 - libgsf-1: Update to 1.14.42+ [#794777]
197 - gdbus: Fix missing declaration of _fd_list for async methods [#794566]
200 - glib-2.0: Use g_value_*et_schar instead of deprecated g_value_*et_char
201 - gobject-2.0: Add ParamSpecGType
202 - gtk+-*.0: Hide dedicated constructors of compact classes bound as structs
208 - codegen: Don't add target fields for captured delegates without target
209 - codegen: Don't add length fields for captured fixed-length array variables
210 - valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 series
213 - Add libgeoclue-2.0 bindings [#794376]
214 - gobject-2.0: Cherry-pick some changes from 0.42
215 - gdk-3.0,gtk+-3.0: Update to 3.22.29
216 - gtk+-4.0: Update to 3.93.0+433517fd
217 - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
219 - gstreamer-1.0: Update to 1.13.91 and add gstreamer-webrtc-1.0 bindings
220 - libgsf-1: Switch to GIR and update to 1.14.42
221 - linux: Add various symbols
222 - posix: Add various symbols
223 - posix: Include sys/sysmacros.h for major(), minor() and makedev() [#794651]
224 - webkit-1.0: Update to 2.4.11
225 - webkit2gtk-4.0: Update to 2.20.0
226 - Update GIR-based bindings
231 - compiler: Fix critical when vala is called without run args [#793657]
234 - alsa: Add the major part of the ALSA Sequencer API [#763127]
235 - gstreamer-1.0: Update to 1.13.90
236 - gtk+-4.0: Update to 3.93.0+527d265b
237 - linux: Add various symbols
238 - posix: Add various symbols [#663633]
239 - Update GIR-based bindings
244 - Add support for feature test macros [#793444]
245 e.g. [CCode (feature_test_macro = "_GNU_SOURCE")]
249 + Use pointers when accessing constant multi-dimensional arrays [#604371]
250 + Add valid support for const multi-dimensional arrays [#604371]
251 + Don't append fixed-length of array fields in initializers
252 + Add source_reference to some store_local/_field() calls
253 - Properly handle array-initializers inside struct-initializers [#622178]
254 - The rank of an array-initializer should match the target's rank [#744923]
255 - Make SemanticAnalyzer.check_arguments() independent of context
256 - Check with same rules for dbus compatibility as in GBusModule [#793859]
257 - Fix recursive declaration in generic base type [#688732]
258 - Prevent WITH_CGRAPH conditional having an impact on generated sources
259 - Update manual from wiki.gnome.org
262 - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3),
263 pow10f(3), exp10(3) and exp10f(3) [#614788]
264 - gstreamer-1.0: Update from 1.13.1+ git master
265 - linux: Add dup3 [#729803]
266 - linux: Add feature_test_macros to non-POSIX file control constants and dup3
267 - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425]
268 - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975]
269 - libgnome-menu-3.0: Add deps file
270 - Update GIR-based bindings
275 - Fix GDestroyNotify of delegate parameters in delegate declaration [#639059]
276 - Avoid critical when connecting dynamic signals
277 - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar
278 - compiler: Prefix headers for set_cheader_override() if includedir is given
280 - vala: Issue a warning on DBus methods which are not throwing an Error
281 - Don't warn about unused internal methods which are meant to be visible
283 - Don't install vapicheck [#793370]
286 - glib-2.0: Add KeyFile.get_locale_for_key()
287 - gstreamer-1.0: Update from 1.13+ git master
288 - gtk+-4.0: Update to 3.93.0+d07b14f4
289 - purple: Update to 2.12.0
290 - Update GIR-based bindings
295 - codegen: Don't try to infer error argument on async begin methods [#793158]
296 This was a regression introduced by [#614294]
301 - Add --abi-stability option for ABI stability of libraries
302 It ensures that the order of class/interface members in Vala sources will
303 be preserved in generated C source (instance/type structs) [#789069]
307 + Set NoAccessorMethod for non-readable and construct-only properties
308 + Ignore conflicting closure/destroy indexes
309 + Don't accept methods as property-accessor which throw errors [#792998]
311 + Infer error parameter from abstract/virtual base methods [#614294]
312 + Internally generated delegates don't require a typedef [#787521]
313 + Fix return-type for cancelled async creation methods of classes [#792942]
314 + Use G_PARAM_STATIC_STRINGS
315 - vala: Variadic constructors without a real first parameter are not allowed
316 - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
319 - gtk+-3.0: Fix cheader_filename of Plug and Socket
320 - gtk+-4.0: Update to 3.93.0+4d36a0bf
321 - gtk+-4.0: Only override type of "event" parameters
322 - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3)
327 - libvaladoc: Allow @link tags to be split over multiple lines [#646982]
328 - libvaladoc: Add support for single line documentation comments [#736483]
329 - girparser: Improve instance method detection [#732460]
330 - codegen: Add support for abstract/virtual methods and properties in
331 compact classes [#741465]
332 - vala: Fix parameter type inference of overridden async methods [#792660]
333 - codewriter: Don't use string.replace() to apply header_to_override [#731322]
336 - gio-unix-2.0: Update to 2.55.1
337 - gtk+-4.0: Update to 3.93.0+60d3378d
338 - libwnck-3.0: Update to 3.24.1
339 - webkit2gtk-4.0: Update to 2.19.5
340 - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface
344 * Various improvements and bug fixes:
346 + Only add property-enum and GParamSpec-array for GObject classes
347 + Use g_enum/flags_to_string while targeting glib >= 2.54
348 + Add destroy param when invoking delegate returned by delegate [#792077]
349 - Don't write trailing space in function declarations/definitions [#688447]
350 - vala: Add pkgdatadir and pkglibdir to pkg-config file
351 - gidlparser: Update type qualifiers
354 - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
355 - gtk+-3.0: Update to 3.22.26+6f26d0dc
356 - gtk+-4.0: Update to 3.93.0+6aeae2c8
361 - Fix chain-up regression with real non-null struct parameters [#791785]
362 - Release taken references to CodeContext after using it [#712694] and keep
363 custom invocations of parse_file() possible [#791936]
364 - parser: Accept comma-separated list in case-statements of switchs [#614015]
367 - Remove bindings which are shipped upstream for some years
368 + gedit 3 [#776021], libgnome-keyring [#776022],
369 gtksourceview-3.0 [#776023], libgdata [#776024], librsvg-2.0 [#776025]
370 - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
371 - gstreamer-1.0: Update from 1.13+ git master
372 - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
374 - gtk+-4.0: Update to 3.93.0+6aeae2c8
375 - webkit2gtk-4.0: Update to 2.19.3
380 - vala: Don't transform an explicit "null" into valid format-string [#791215]
381 - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
382 - Improve error message for missing type-parameter on enclosing type [#587905]
385 - Allow change of parameter names
386 - Handle metadata for fields inside a transparent union
387 - Accept setters with boolean return-type as valid property-accessor
388 - Don't mark simple-type out-parameters with '?' as nullable
391 - libvaladoc: Actually resolve "percnt;" to '%'
394 - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
395 - gobject-2.0: Add missing GType constants for fundamentals [#791023]
396 - gstreamer-1.0: Update from 1.13+ git master
397 - gtk+-3.0: Switch to GIR [#730746]
398 - gtk+-4.0: Update to 3.93.0+6af4947e
399 - posix: Move signal constants to an enum and add few missing ones [#790958]
404 - Report warning if property-type is not compatible with GLib.Object [#693932]
405 - Allow to pass compatible delegates to signal.connect() [#787521]
406 - Allow unscoped enum values where possible
407 - Avoid use of temp-var for some callables returning ValueType
408 and to access in/ref parameters [#789071]
409 - Reformat generated source declarations and definitions for better
410 readability [#688447]
413 - Use array_length_cexpr to support fixed-arrays for return-values [#784691]
414 - Properly parse arguments for vala interpeter-mode [#663070]
415 - Enforce name-length >= 3 for structs using GType [#764041]
416 - Report error for missing type-parameter on enclosing type [#587905]
417 - Add boolean "use_inplace" ccode-attribute for methods [#750840]
418 - Improve handling of unowned/owned keyword occurrences
419 - Methods need to throw compatible error if target delegate throws one
420 - Discover invalid member access to instance field [#790903]
421 - Improve error output of mismatching overriding methods
424 - Acknowledge possible properties in structs [#784705]
425 - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
428 - glib-2.0: Use type-id/marshaller-type for (u)int16/(u)short from (u)int32
430 - glib-2.0: Add optional 'unparsed' parameter to *.try_parse () [#774124]
431 - gobject-2.0: Add some missing symbols
432 - gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS macros [#750840]
433 - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
434 - gstreamer-1.0: Update from 1.13+ git master
435 - gtk+-3.0: Update to 3.22.26+9ce824d3
436 - gtk+-4.0: Split Gsk.RenderNode into several classes
437 - gtk+-4.0: Update to 3.93.0+2d797dd8
438 - webkit2gtk-4.0: Update to 2.19.2
443 - codegen: Prioritize "array_length=true" over "array_null_terminated=true"
445 - codegen: Avoid possible conflicts with internal property/signal defines
449 - gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object
450 - gstreamer-1.0: Update from 1.13+ git master
451 - gtk+-4.0: Update to 3.92.1
452 - libxml-2.0: Add DTD methods [#789442]
456 * Various bindings updates:
457 - gstreamer-1.0,gtk+-3.0,gtk+-4.0: Update from git master
458 - gnutls: Fix free_function ccode-attribute of Certificate [#788181]
463 - valadoc: Don't use 'stderr' as variable name [#787305]
464 - codegen: Try to use a more unique internal define for properties [#787436]
465 - vala: Update list of used attributes
466 - method: Use prototype-string for error-reports of return-type mismatches
469 - glib-2.0: Fix MainContext.check(),
470 OptionEntry[] params are null-terminated,
471 Bind g_convert_with_fallback() and g_convert_with_iconv()
476 - Improve error output for incompatible method signatures
477 (Add CallableType as base for DelegateType, MethodType, SignalType)
479 + Initialize temp-variable for fixed-size arrays to zero first [#787152]
480 + Add support for "type-func" in ui-files [#787033]
483 - gtk+-3.0,gtk+-4.0: Update
484 - libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
485 - pangocairo: CairoFontMap.set_default() is not an instance method
486 - gio-2.0: Application.set_default() is not an instance method
492 + Actually write declaration for GNodeTraverseFunc wrapper [#786845]
493 + Don't transfer ownership of variable if target-type is unknown [#736774]
494 + Adjust format-index for printf/scanf-methods which throw errors [#781061]
495 + Use given dup_function for structs
496 - libvaladoc: Fix some -Wincompatible-pointer-types warnings
497 - tests: Fix some syntax issues [#786652]
498 - Add .editorconfig file [#786620]
501 - Better support of "cprefix" argument in metadata
502 - Support "cname" argument in metadata
505 - Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0
506 - Update GIR-based bindings
507 - gtk+-3.0: Update to 3.22.19
512 - Fix some build-system problem
513 + valadoc/tests: Add the source vapi directory to driver-test [#786505],
514 Add ./vala/.libs rather than ./gee/.libs to LD_LIBRARY_PATH
515 + Explicitly link doclets against libvala-*.la [#786534]
516 + Add missing include of Makefile.common
517 - vapigen: Mark given source-files as such and force girparser to handle them
518 - codegen: Include glib-object.h for Enums/Structs with type_id
520 - gtk+-4.0: Make Gsk.Texturer.for_*() static factory methods
525 - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
526 - valadoc: Fix tests while bootstapping with valac < 0.31/32
529 - glib-2.0: Update Unicode symbols
530 - gobject-2.0: Add required type_id attributes to all ParamSpec subclasses
531 - libgdata: Make Authorizer.reauth_* methods virtual [#779229]
532 - libxml-2.0: Update Xml.ParserOption [#785585]
533 - gtk+-4.0: Update to 3.91.2
534 - webkit2gtk-4.0: Update to 2.17.90
539 - Don't warn about deprecated symbols if installed_version is older
540 - Add --gresourcesdir option [#783133]
541 - Install libvala-0.xx.vapi to "global" vapi directory
542 - Require and target GLib >= 2.40
543 - build: Make ccode and codegen private API
544 - build: Use --use-header for vala's libraries
545 - compiler: Add --color=WHEN option
546 - codegen: Use g_object_notify_by_pspec() to notify property-changes
547 - codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.Queue
548 - codegen: Support renamed signals [#731547]
549 - Optimize (de)serialization of arrays with type-signature "ay" [#772426]
550 - Merge valadoc - Consider valadoc a part of vala's toolchain and
551 therefore let it live in the main repository (adds graphviz to the
555 - Fix finally blocks with async yields [#741929]
556 - Handle non-null in coalescing expression [#611223]
557 - Make the task_complete flag for < 2.44 more similar to >= 2.44 [#783543]
558 - Nullable ValueType requires POINTER as marshaller signature [#783897]
559 - NoAccessorMethod attribute is allowed for gobject-properties only
560 - girparser: Fix parsing of delegate-alias without target
561 - compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
562 - girwriter: Write length-parameters of arrays with rank > 1 [#758019]
563 - gdbus: Don't leak nested HashTable on deserialization [#782719]
564 - codewriter: Update timestamps of generated c-files if needed [#683286]
565 - tests: Use dbus-run-session instead of dbus-launch [#771455]
566 - codegenerator: Add source_reference parameter to CodeGenerator.store_*()
567 - Don't allow assigning delegate if no target/closure is available [#598869]
568 - gee: Add some useful symbols from gee-0.8
571 - gio-2.0: Add DBusConnection 'closed' signal as 'on_closed' [#684358]
572 - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
574 - glib-2.0,gobject-2.0: Updates from 2.53.x
575 - poppler-glib: Update to 0.54.0
576 - webkit2gtk-4.0: Update to 2.17.4
577 - gstreamer-1.0: Update to 1.13.0+
578 - libgvc: Add WITH_CGRAPH conditionals
583 - scanner: Fix calculation of column value for tokens after multiline comment
585 - codegen: Unref GLib.AsyncResult on uncaught errors in coroutines [#641171]
586 - Keep initializing result-variable for struct constructors [#782056]
591 - Enums require at least one value otherwise report an error
594 - gstreamer-1.0: Update to 1.11.90+
595 - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
596 - glib-2.0: Add quark() functions to errordomains,
597 Add missing version macro and constants,
602 - Always consider a method compatible with itself [#773135]
603 - Perform arguments-check against actual .end() method-signature [#684208]
604 - Slightly improve lamdba-expression error on target-type mismatch
605 - Fix delegate initializer for instance fields [#683925]
606 - Don't leak target-reference when casting/assigning owned delegates [#780426]
608 * GIR parser and writer:
609 - girparser: Add destroy argument for metadata [#750838]
610 - vapigen: Add --nostdpkg option like in valac
613 - gstreamer-1.0: Fix Pad.set_*_function() bindings [#750838]
614 - glib-2.0: Add missing version macro and constants,
615 unichar.to_string doesn't return null
616 - gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out
617 - gtk+-4.0: Update to 3.90.0
623 - Update manual using DocBook from wiki.gnome.org as source [#779090]
624 - Add support for array-parameters with rank > 1 in signals [#778632]
625 - Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target [#763345]
626 - Deny access to protected constructors [#760031]
627 - Support [DBus (signature = ...)] for properties [#744595]
628 - Add [CCode ("finish_instance = ...")] attribute [#710103]
629 - Support [HasEmitter] for vala sources [#681356]
630 - Add support for the \v escape charactor [#664689]
631 - Add explicit copy method for arrays [#650663]
632 - Allow underscores in type parameter names [#644938]
633 - Support [FormatArg] attribute for parameters
634 - Ignore --thread commandline option and drop gthread-2.0 references
635 - Check inferred generic-types of MemberAccess [#775466]
636 - Check generic-types count of DelegateType [#772204]
637 - Fix type checking when using generics in combination with subtype [#615830]
638 - Fix type parameter check for overriding generic methods
639 - Use g_signal_emit where possible [#641828]
640 - Only emit notify of properties if value actually changed [#631267] [#779955]
641 - Mark chained relational expressions as stable [#677022]
642 - Perform more thorough compatibility check of inherited properties [#779038]
643 - Handle nullable ValueTypes in signals delegates properly [#758816]
646 - gtk+-4.0, gtk+-unix-print-{2,3,4}.0, libgrss
651 * Updated bindings. Some fixes may need to be wrapped in your Vala code
652 with the preparser directive #if VALA_0_36
653 - cairo: Add bindings for cairo_*_user_data()
654 - clutter-1.0: Fix constructors which weren't detected as such
655 - clutter-gst-2.0: Skip VideoTexture.get_audio_streams/get_subtitle_tracks
656 - clutter-gst-3.0: Three commits
657 - gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key
658 - gdk-3.0: Three commits
659 - gdk-pixbuf-2.0: Three commits
660 - gobject-introspection-1.0: Prettify and fix the whole thing
661 - gsl.vapi: Fix attribute typos
662 - gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned",
663 Mark *.make_writable with "ReturnsModifiedPointer",
664 Fix Gst.Base.Adapter.map/take bindings
665 - gtk+-3.0: Various updates
666 - gtk+-X.0: Mark "iter" param of ListStore.remove() as ref
667 - libarchive: Add ReadDisk
668 - libxml-2.0: Adding missing API and nullable parameters
669 - linux: add non-posix fcntl constants
670 - polkit-gobject-1: Fix constructors which weren't detected as such
671 - poppler-glib: Update to 0.52.0
672 - rest-0.7: Fix some ownership problems
673 - sdl: Make Palette and PixelFormat a struct
674 - webkit2gtk-4.0: Update to 2.16
675 - webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeaders
677 * Updated GLib core bindings:
679 + Fix async constructors of DBusConnection,DBusObjectManagerClient...
680 + Fix binding of Resolver.lookup_service*()
681 + Keep GLib.Socket API compatible with gio < 2.48
682 + Update SettingsBackend related bindings
683 + Add/"Unlock" missing GTask symbols
685 + Add "g_unix_mounts_for" and fix "g_unix_mount_at"
687 + Add GPOINTER_TO_* as from_pointer()
688 + Add G_CHECKSUM_SHA384
689 + Add "g_utf8_make_valid"
690 + Add more Error bindings
691 + Add simple fast-path to string.replace()
692 + Add UCS-4 and UTF-16 related bindings
694 + Fix g_bookmark_file_load_from_*/to_file bindings
695 + Mark delegates in Test.add_data_func/add_func() as scope=async
696 + Mark va_list.arg() with simple-generics to allow int64 or double
697 + Update Unicode symbols
699 + Add a bunch of missing symbols
700 + Add some missing "array_length_type" annotations
702 * GIR parser and writer:
703 - Add [GIR ("fullname = ...")] attribute, set fullname of GType [#775591]
704 - More complete parsing of field information [#772902]
705 - Use the correct tag- and element-name for an annotation [#769597]
706 - Use type_id information from gir if not already overridden
707 - No support for fixed-size array as return-value
708 - Let alias inherit more information from base_type
709 - Improve function to method conversion
710 - Avoid fatal handling of nameless unions
711 - Allow to specify the base_type of an alias
712 - Add metadata-support for "returns_modified_pointer" [#759255]
714 * D-Bus code generation:
715 - Check there is a return error location before using it [#779652]
716 - Fix memory-leak using g_task_propagate_pointer [#778993]
717 - Initialize intermediate variables [#778540]
718 - Handle errors when extracting FDs from dbus messages [#778540]
719 - Ensure extracted data from the GVariant is freed on error [#778540]
721 * C code hardening and reproducibility:
722 - Fix build with -Werror=enum-compare -Werror=switch
723 - Build testsuite with -Werror=format-nonliteral -Werror=format-security
724 -Werror=int-conversion -Werror=redundant-decls
725 - Add G_GNUC_FORMAT attribute for FormatArg functions [#774060]
726 - Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functions [#710862]
727 - gtkmodule: Order required-gtype-classes for reproducibility [debian#802528]
729 * Reduce incompatible-pointer-type C code warnings:
730 - Cast vfunc pointer assigns of abstract overrides [#777958]
731 - Fix vfunc cast for async method implementation/override
732 - Default to void-return for vfunc cast of *_async methods
733 - Cast *_destroy_func of generic-types calls to GDestroyNotify
734 - Cast destroy_data for g_cclosure_new to GClosureNotify
735 - Pass pointer of matching type to property-getter
736 - memberaccess: Don't resolve base_method/property twice
739 - Allow comma-separated identifiers in definition of enums [#776833]
740 - Add empty file check to read_token() [#633083]
743 - codegen: Don't create duplicated complete-async code [#778302]
744 - codegen: Don't return void for non-nullable simple-type structs [#778224]
745 - vala: Non-null initializers not allowed for owned namespace fields [#777697]
746 - codegen: Support casting arbitary value-types to arrays [#777194]
747 - codegen: Reference struct fields with their actual cname [#775761]
748 - codegen: Add function-prototypes for all register-type calls [#775446]
749 - vala: check a property has an accessor and/or a mutator [#773956]
750 - codegen: Don't declare CreationMethod for compact-classes twice [#772661]
751 - method: Print encountered type if return types mismatch [#769501]
752 - codegen: Fix memory-leak with object initializer for properties [#766739]
753 - codegen: Fix array length of array returned by lambda [#761360]
754 - codegen: Fix emission of constant array length [#756376]
755 - codegen: Support deprecating properties and their accessors [#732449]
756 - codegen: Don't add static modifier to abstract property setters [#673389]
757 - codegen: Fix instance parameter property setter in SimpleType structs
759 - codegen: Fix base-access from within overriding struct-property-accessor
761 - vala: Check accessibility of default arguments [#648030]
762 - vala: Disallow private accessors in overridable properties [#603491]
763 - methodcall: Don't try to remove N_/NC_ while properly handled in C [#642350]
764 - vala: Check type arguments in DataType.equals [#641418]
765 - parser: Allow cast pointer expressions without enclosing parens [#590641]
766 - Don't initialize local variable if not requested
767 - codegen: Don't implicitly initialize local variables with initializer
768 - Check printf arguments of object creation expressions
769 - ccodefunction: Only add G_GNUC_DEPRECATED to declarations
770 - codegen: Avoid criticals while unconditionaly trying to chain-up to
771 non-existing property-accessors
772 - signalmodule: Add signal-emitter declaration if needed [#779609]
773 - signalmodule: Fix deprecation of signals
774 - codegen: Properly null-out source on ownership-transfer of delegates
775 - vala: Fix MemberAccess.is_non_null() for EnumValue constants [#780050]
778 Abderrahim Kitouni, Alistair Thomas, Andrea Del Signore, Carlos Garnacho,
779 Daniel Espinosa, Daniel Pfeifer, Dr. Michael Lauer, Evan Nemerson,
780 Florian Brosch, Francisco Serna, George Barrett, Jens Georg, Jordan Yelloz,
781 Jürg Billeter, Luca Bruno, Marvin W, Matthias Berndt, Michael James Gratton,
782 mrmacete, Nikolay Orlyuk, Niko Tyni, Ole André Vadla Ravnås,
783 Philip Withnall, Richard Wiedenhöft, Rico Tzschichholz, Sam Thursfield,
784 Severin Heiniger, Simon Werbeck, Timm Bäder, Vladislav, Yu Feng
789 * Bug fixes and binding updates.
794 * Bug fixes and binding updates.
799 * Bug fixes and binding updates.
804 * Introduce [Version] attribute.
805 * Require and target GLib >= 2.32.
806 * Bug fixes and binding updates.
816 * Add --shared-library option for GIR files.
817 * Bug fixes and binding updates.
822 * Bug fixes and binding updates.
837 * Bug fixes and binding updates.
842 * Print compiler messages in color.
843 * Add clutter-gdk-1.0 bindings.
844 * Add clutter-gst-3.0 bindings.
845 * Add clutter-x11-1.0 bindings.
846 * Add rest-extras-0.7 bindings.
847 * Bug fix and binding updates.
852 * Bug fix and binding updates.
857 * Add option --vapi-comments.
858 * Bug fixes and binding updates.
863 * Bug fixes and binding updates.
868 * Require and target GLib >= 2.24.
869 * Report warning for private struct fields.
870 * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
871 * Always build vapigen.
872 * Bug fixes and binding updates.
877 * Support explicit interface method implementation.
878 * Support (unowned type)[] syntax.
879 * Support non-literal length in fixed-size arrays.
880 * Mark regular expression literals as stable.
881 * GIR parser updates.
882 * Add webkit2gtk-3.0 bindings.
883 * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
884 * Bug fixes and binding updates.
889 * Bug fixes and binding updates.
894 * Bug fixes and binding updates.
899 * Bind GDK event structures as compact classes.
900 * Switch gdk-x11-3.0 bindings to .gir.
901 * Switch librsvg-2.0 bindings to .gir.
902 * Bug fixes and binding updates.
907 * GIR parser updates.
908 * Switch libnotify bindings to .gir.
909 * Add libpeas-gtk-1.0 bindings.
910 * Add xcb-icccm bindings.
911 * Bug fixes and binding updates.
916 * Support chain up to constructv functions.
917 * Bug fixes and binding updates.
922 * Recognize ref/unref functions in .gir files.
923 * Add geocode-glib bindings.
924 * Bug fixes and binding updates.
929 * Support \uXXXX escape sequences.
930 * Support specifying vfunc order in interfaces to define ABI.
931 * Support GTK+ widget templates.
932 * Bug fixes and binding updates.
942 * Bug fixes and binding updates.
947 * Support scope = "async" attribute for parameters.
948 * Add --api-version option.
949 * Add atspi-2 bindings.
950 * Add gstreamer-rtsp-server-1.0 bindings.
951 * Bug fixes and binding updates.
961 * Add libgnome-menu-3.0 bindings.
962 * Bug fixes and binding updates.
967 * Bug fixes and binding updates.
972 * Support subclassing of GLib.Source.
973 * Switch pango bindings to .gir.
974 * Add gstreamer-1.0 core bindings.
975 * Add gst-plugins-base-1.0 bindings.
976 * Add gobject-introspection-1.0 bindings.
977 * Bug fixes and binding updates.
982 * Warn when accessing static members with an instance reference.
983 * Recompute length when casting between array types.
984 * Support [GenericAccessors] attribute for interfaces.
985 * Deprecate implicit .begin for async methods.
987 * Drop POSIX profile.
988 * Bug fixes and binding updates.
993 * Require and target GLib >= 2.18.
994 * Support async creation methods.
995 * Bug fixes and binding updates.
1000 * Bug fixes and binding updates.
1005 * Improve assertion messages.
1006 * Add --enable-gobject-tracing commandline option.
1007 * Bug fixes and binding updates.
1012 * Support simple method-level profiling.
1013 * Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
1014 * Bug fixes and binding updates.
1019 * Add udisks2 bindings.
1020 * Bug fixes and binding updates.
1025 * Switch poppler-glib bindings to .gir.
1026 * Many bug fixes and binding updates.
1031 * Support arrays with nullable elements.
1032 * Add <doc> support to .gir reader and writer.
1033 * Switch clutter-gtk-1.0 bindings to .gir.
1034 * Switch gio-2.0 bindings to .gir.
1035 * Add cogl-pango-1.0 bindings.
1036 * Add gdl-3.0 bindings.
1037 * Add libnl-3.0 bindings.
1038 * Add packagekit-glib2 bindings.
1039 * Add xtst bindings.
1040 * Many bug fixes and binding updates.
1045 * Manage memory of GQueue elements.
1046 * Switch atk bindings to .gir.
1047 * Switch gdk-pixbuf-2.0 bindings to .gir.
1048 * Switch gdk-3.0 bindings to .gir.
1049 * Add libwnck-3.0 bindings.
1050 * Many bug fixes and binding updates.
1055 * Bug fixes and binding updates.
1060 * Switch gudev-1.0 bindings to .gir.
1061 * Switch mx-1.0 bindings to .gir.
1062 * Many bug fixes and binding updates.
1067 * Switch pangocairo bindings to .gir.
1073 * Enable flow analysis for out parameters.
1074 * Refactor attribute handling.
1075 * Add gedit-3.0 bindings.
1076 * Add gtksourceview-3.0 bindings.
1077 * Add rest-0.7 bindings.
1078 * Add vte-2.90 bindings.
1079 * Switch clutter-1.0 bindings to .gir.
1080 * Switch libgdata bindings to .gir.
1081 * Switch libsoup bindings to .gir.
1082 * Many bug fixes and binding updates.
1087 * Many bug fixes and binding updates.
1092 * More refactoring in the code generator.
1093 * Improvements to the .gir reader.
1094 * Switch JSON-GLib bindings to .gir.
1095 * Drop deprecated support for D-Bus GLib in favor of GDBus.
1096 * Many bug fixes and binding updates.
1101 * Add get_next_char to string class.
1102 * Many bug fixes and binding updates.
1107 * Add support for async signal handlers (Frederik Sdun).
1108 * More refactoring in the code generator (Luca Bruno).
1109 * Improvements to the .gir writer (Michal Hruby).
1110 * Many bug fixes and binding updates.
1115 * Add parse and try_parse methods to boolean and numeric types.
1116 * Add clutter-gtk-1.0 bindings.
1117 * Add pixmap-1 bindings (Evan Nemerson).
1118 * Many bug fixes and binding updates.
1123 * Add last_index_of and last_index_of_char to string class.
1124 * More refactoring in the code generator (Luca Bruno).
1125 * Improvements to the .gir writer (Michal Hruby).
1126 * Many bug fixes and binding updates.
1131 * Add index_of, index_of_char, and char_count to string class.
1132 * Many bug fixes and binding updates.
1137 * Support BusName sender parameter in GDBus servers.
1138 * More refactoring in the code generator.
1139 * Many bug fixes and binding updates.
1144 * Update libnotify bindings to 0.7.0.
1145 * Improvements to the .gir reader.
1146 * Bug fixes and binding updates.
1151 * Require and target GLib >= 2.16.
1152 * Guard access to out parameters to allow null arguments.
1153 * Add support for local constants.
1154 * Support file descriptor passing with GDBus.
1155 * Support cached property values in GDBus clients.
1156 * Support Cancellable parameter in GDBus clients.
1157 * Support no-reply methods in GDBus clients and servers.
1158 * More refactoring in the code generator.
1159 * Many bug fixes and binding updates.
1164 * Use byte indices for strings.
1165 * Use uint8[] for binary data in bindings.
1166 * Add support for parallel compilation.
1167 * Improve compiler performance.
1168 * More refactoring in the code generator.
1169 * Many bug fixes and binding updates.
1174 * Port GIR parser and writer to GIR version 1.2.
1175 * Update GLib bindings to 2.26 branch.
1181 * Add --fatal-warnings commandline option.
1182 * Deprecate string.len () in favor of string.length.
1183 * Deprecate use of D-Bus GLib in favor of GDBus.
1184 * Many bug fixes and binding updates.
1189 * Fix regression introduced by codegen refactoring.
1194 * Drop deprecated support for assigning to construct properties.
1195 * Some refactoring in the code generator.
1196 * Bug fixes in bindings and vapigen.
1201 * Add version suffix to support parallel installation.
1202 * Define VALA_X_Y according to compiler version.
1203 * Enable version header by default.
1204 * Add vala.m4 with VALA_CHECK_PACKAGES macro.
1205 * Add gedit-2.20 bindings (Andrea Del Signore).
1206 * Add tokyocabinet bindings (Evan Nemerson).
1207 * Various improvements to the Dova profile.
1208 * Many bug fixes and binding updates.
1213 * Append documentation comments to generated C files.
1214 * Skip <doc> tags in .gir files.
1215 * Various improvements to the Dova profile.
1216 * Many bug fixes and binding updates.
1221 * Support newlines in double quoted string literals.
1222 * Add experimental support for main blocks.
1223 * Add experimental vala tool to compile and run code.
1224 * Initial support for generic delegates.
1225 * Support using GClosure for delegate parameters.
1226 * Support GBoxed-based memory management.
1227 * Improvements to the .gir reader and writer.
1228 * Various improvements to the Dova profile.
1229 * Many bug fixes and binding updates.
1234 * Initial support for GDBus-based clients and servers.
1235 * Support implicit and explicit GVariant casts.
1236 * Add support for [Deprecated] attribute.
1237 * Add GenericArray as alternative binding to GPtrArray.
1238 * Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
1239 * Updates to the GLib bindings.
1245 * Support constants in enums.
1246 * Deprecate +=/-= syntax to connect/disconnect signal handlers.
1247 * Add experimental support for Dova profile.
1248 * Update Genie parser (Jamie McCracken).
1249 * Add clutter-gst-1.0 bindings (Ali Sabil).
1250 * Add gdu and gdu-gtk bindings.
1251 * Add libesmtp bindings (Adrien Bustany).
1252 * Add mx-1.0 bindings (Evan Nemerson).
1253 * Add orc-0.4 bindings (Fabian Deutsch).
1254 * Add rest-extras-0.6 bindings (Adrien Bustany).
1255 * Updates to the GLib, GStreamer, Linux, SQLite, and other bindings.
1261 * Infer type arguments when calling generic methods.
1262 * Support `in' operator for arrays.
1263 * Add experimental support for regular expression literals.
1264 * Add experimental support for chained relational expressions.
1265 * Add va_list support.
1266 * Add clutter-gtk-0.10 bindings (Gordon Allott).
1267 * Add gdl-1.0 bindings (Nicolas Joseph).
1268 * Add gstreamer-app-0.10 bindings (Sebastian Dröge).
1269 * Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
1270 * Add gudev-1.0 bindings (Jim Nelson).
1271 * Add libgda-report-4.0 bindings (Shawn Ferris).
1272 * Add libgvc (graphviz) bindings (Martin Olsson).
1273 * Add purple bindings (Adrien Bustany).
1274 * Many bug fixes and binding updates.
1279 * Support coalescing operator ??.
1280 * Support to_string and bitwise complement with enums.
1281 * Return handler id when connecting signal handlers.
1282 * Support struct comparison.
1283 * Support constructor chaining in structs.
1284 * Enforce protected member restrictions.
1285 * Improve performance of flow analysis.
1286 * Support automatic line continuations in Genie.
1287 * Improvements to the .gir reader and writer.
1288 * Add --enable-mem-profiler commandline option.
1289 * Many bug fixes and binding updates.
1294 * Support array and string slicing.
1295 * Add --symbols commandline option.
1296 * Add avahi-gobject bindings (Sebastian Noack).
1297 * Add ccss-1 bindings (Ali Sabil).
1298 * Add libarchive bindings (Julian Andres Klode).
1299 * Add libmagic bindings (Jens Georg).
1300 * Add readline bindings (Jukka-Pekka Iivonen).
1301 * Add twitter-glib-1.0 bindings (Adrien Bustany).
1302 * Many bug fixes and binding updates.
1307 * Support constructor chain up to GObject using Object (...).
1308 * Add syntax for string templates.
1309 * Support (!) non-null casts.
1310 * Many bug fixes and binding updates.
1315 * Support `using' directives inside namespaces.
1316 * Use const only for immutable structs.
1317 * Support string marshalling for enums in D-Bus (Didier Ptitjes).
1318 * Update Genie parser (Jamie McCracken).
1319 * Add libgda-4.0 bindings (Shawn Ferris).
1320 * Many bug fixes for closures and async methods.
1325 * Add support for closures.
1326 * Improve support for asynchronous methods.
1327 * Support async methods in D-Bus servers.
1328 * Add clutter-1.0 bindings (Rob Taylor).
1329 * Add GVariant, GSettings, and dconf bindings (Ryan Lortie).
1330 * Add linux, libnl-1, and libasound bindings (Michael 'Mickey' Lauer).
1331 * Add gnutls bindings (Jiří Zárevúcky).
1332 * Add librest bindings (Adrien Bustany).
1333 * Many bug fixes and binding updates.
1338 * Add support for static properties.
1339 * Add support for delegate properties.
1340 * Support virtual default handler for signals.
1341 * Add limited support for derived compact classes.
1342 * Add libgdata bindings (Víctor Manuel Jáquez Leal).
1343 * Add libusb-1.0 bindings (Evan Nemerson).
1344 * Many bug fixes and binding updates.
1349 * Add support for array properties.
1350 * Support implicit and explicit GValue casts.
1351 * Add initial support for generic methods.
1352 * Add postgres bindings.
1353 * Many bug fixes and binding updates.
1358 * Add initial support for POSIX profile.
1359 * Add --vapi and --gir commandline options.
1360 * Add initial x11, xcb, and cairo-xcb bindings.
1361 * Many bug fixes and binding updates.
1366 * Improvements to the .gir reader and writer (Didier Ptitjes).
1367 * Many bug fixes and binding updates.
1372 * Introduce new syntax to connect/disconnect signal handlers.
1373 * Add experimental support for fixed-length arrays.
1374 * Update Genie parser (Jamie McCracken).
1375 * Updates to the GLib, Cairo, GTK+, GStreamer, and POSIX bindings.
1381 * Do not generate header files unless requested by the -H commandline
1382 option. This requires changes in the build system of Vala projects.
1383 * Support conditional compilation.
1388 * Improvements to the .gir reader and writer (Didier Ptitjes).
1389 * Add librsvg-2.0 bindings (Evan Nemerson).
1390 * Add Maemo libosso bindings (Jukka-Pekka Iivonen).
1391 * Add V4L2 bindings (Matías De la Puente).
1397 * Support signals in static D-Bus clients.
1398 * Various improvements to asynchronous method support (Ryan Lortie).
1399 * Report unused internal methods.
1400 * Extend POSIX bindings.
1401 * Add FUSE bindings (John Carr).
1402 * Add libdaemon bindings (Jukka-Pekka Iivonen).
1408 * Do not require libgee for custom indexer access.
1409 * Add Log.FILE, Log.LINE, and Log.METHOD constants.
1410 * Various improvements to the .gir reader.
1411 * Add Lua bindings (pancake and Phil Housley).
1412 * Add MySQL bindings (Jukka-Pekka Iivonen).
1413 * Add partial POSIX bindings.
1419 * Improve syntax of owned property getters.
1420 * Add --enable-deprecated and --enable-experimental commandline options.
1421 * Remove --disable-non-null commandline option.
1427 * Support array initializers as expressions.
1428 * Support += to efficiently append elements to arrays.
1429 * Calculate length for null-terminated arrays.
1430 * Support initializers for multi-dimensional arrays.
1431 * Add `owned' keyword to replace `#'.
1432 * Various fixes in coroutine support.
1433 * Support boxed structs as GObject properties.
1439 * Rewrite D-Bus server support to directly use libdbus.
1440 * Register structs as boxed types.
1441 * Improve error reporting on invalid code.
1442 * Support private class fields and class destructors.
1443 * Add partial raptor and rasqal bindings.
1444 * Drop vala-gen-project, moved to vtg.
1450 * Report uninitialized local variables.
1451 * Report unused fields, methods, and local variables.
1452 * Fix error handling in complex statements.
1453 * Improve support for generic types.
1454 * Support parameter arrays in bindings.
1455 * Do not require libgee for foreach statements.
1456 * Support enums in D-Bus clients and servers.
1457 * Support structs in hash tables in D-Bus servers.
1458 * Experimental static D-Bus client support.
1459 * Add --dump-tree commandline option to write code tree to file.
1465 * Support type checks for error domains and error codes.
1466 * Experimental support for yield statements and coroutines.
1467 * Support GValue and GHashTable in D-Bus clients.
1468 * Various improvements to the .gir reader.
1469 * Drop deprecated support for static classes.
1470 * Modularize code generator.
1476 * Support more flexible constructors.
1477 * Partial support for reading and writing .gir files.
1478 * Improve compiler performance.
1479 * Copy arrays where necessary.
1480 * Basic support for static properties.
1481 * Partial support for struct holding object references.
1482 * Add tracker indexer bindings (Roberto Majadas)
1483 * Updates to the GLib, GTK+, and GStreamer bindings.
1489 * Notify on property changes by default (Jared Moore)
1490 * Add unique-1.0 bindings (Phil Housley)
1491 * Updates to the GLib, GTK+, and GStreamer bindings.
1497 * Various improvements to D-Bus client and service support.
1498 * Basic support for detailed signals.
1499 * Check types of printf arguments.
1500 * Support `in' operator for Gee.Collection and Gee.Map (Jamie McCracken)
1501 * Add libgsf-1 bindings (Michael Lawrence)
1502 * Add loudmouth-1.0 bindings (Ali Sabil)
1503 * Updates to the GLib, GTK+, and GStreamer bindings.
1509 * Support overriding default method handlers of signals.
1510 * Support dynamic access to properties and signals of GObjects.
1511 * Experimental support for nullable value types.
1512 * Improve support for classes not deriving from GLib.Object.
1513 * Support """verbatim strings""".
1514 * Add parser for Genie (Jamie McCracken)
1515 * Experimental support for arrays of arrays.
1516 * Documentation improvements (Phil Housley)
1517 * Improvements to D-Bus support (Ali Sabil, Philip Van Hoof, Yu Feng)
1518 * Add libepc-1.0 bindings (Ali Sabil)
1519 * Add libtiff bindings (Christian Meyer)
1520 * Updates to the GStreamer bindings (Ali Sabil and Jaap A. Haitsma)
1521 * Many bug fixes and performance improvements.
1526 * Add support for class constructors, class fields, and class methods.
1527 * Various improvements to methods in D-Bus services.
1528 * Add support for properties and signals in D-Bus services (Yu Feng)
1529 * Add Time API to GLib bindings.
1530 * Documentation improvements (Phil Housley)
1531 * Updates to the GLib and GTK+ bindings.
1537 * Enable non-null types by default.
1538 * Add --disable-non-null commandline option.
1539 * New handwritten parser.
1540 * Support virtual methods in interfaces.
1541 * Add `dynamic' type modifier for D-Bus client support.
1542 * Add experimental support for writing D-Bus services.
1543 * Don't require `new' operator for structs.
1544 * Warn when using deprecated syntax.
1545 * Add libsexy bindings (Evan Nemerson)
1546 * Updates to the GLib and GTK+ bindings.
1552 * Support nested namespaces.
1553 * Support static constructors.
1554 * Register enums with GType (Marc-André Lureau)
1555 * Small syntax change for default values of properties.
1556 * Add --verbose commandline option (Daniel Silverstone)
1557 * Improve pointer support.
1558 * Add GNOME Keyring bindings (Andrea Del Signore)
1559 * Add SDL bindings (Levi Bard)
1560 * Add libftdi bindings (Evan Nemerson)
1561 * Updates to the GLib, GTK+, GStreamer, and SQLite bindings.
1562 * Many bug fixes all over the place.
1567 * Support private property accessors.
1568 * Support default values for properties.
1569 * Improve support for array length and delegate target parameters.
1570 * Improve delegate and signal handler support.
1571 * Introduce new syntax to declare errordomains.
1572 * Improve exception support.
1573 * Report errors for missing return statements.
1574 * Report warnings for unreachable code.
1575 * Improve support for generic types.
1576 * Support pointer member access and pointer element access.
1577 * Support pointer arithmetic.
1578 * Add --quiet commandline option (Emmanuele Bassi)
1579 * Add WebKit bindings.
1580 * Add JSON-GLib bindings (Ali Sabil)
1581 * Add goocanvas bindings (Roberto Majadas)
1582 * Add hildon-fm-2 bindings (Levi Bard)
1583 * Add taglib bindings (Andreas Brauchli)
1584 * Add libusb bindings (Evan Nemerson)
1585 * Add bzip2 bindings (Maciej Piechotka)
1586 * Updates to the GLib, GTK+, GStreamer, and libsoup bindings.
1587 * Fixes for Windows.
1593 * Add support for instance delegates.
1594 * Support conditional method compilation.
1595 * Add support for nested generic types.
1596 * Add size_t and ssize_t.
1597 * Use non-null types by default with --enable-non-null option.
1598 * Limited support for nullable types.
1599 * Add basic support for method pre- and postconditions.
1600 * Improve pointer support.
1601 * Always enable memory management.
1602 * Add libgnome-menu bindings (Roberto Majadas)
1603 * Add liboobs-1 bindings (Roberto Majadas)
1604 * Updates to the GLib, GTK+, GStreamer, SQLite, and libxml2 bindings.
1605 * Small documentation improvements.
1611 * Add Vala Project Generator.
1612 * Support `in` operator for enums.
1613 * Support typeof for generic type parameters.
1614 * Replace gidlgen by vala-gen-introspect with a real C parser.
1615 * Update all bindings to use vala-gen-introspect.
1616 * Fix many gcc warnings.
1617 * Fix build with Cygwin and MinGW (Yaakov Selkowitz).
1623 * Use .vapi as file extension for bindings.
1624 * Add Vala Reference Manual.
1625 * Add support for object initializers.
1626 * Emit #line directives in debug mode.
1627 * Add --basedir option.
1628 * Support creation methods in structs.
1629 * Add support for [Notify] attribute for properties.
1630 * Add experimental support for registering new fundamental classed types.
1631 * Improve support for non-GObject classes.
1632 * Improve error reporting.
1633 * Add vapicheck to verify generated bindings (Mathias Hasselmann).
1634 * Drop xml_pp dependency (Alberto Ruiz).
1640 * Convert reference-type structs to classes for a more consistent type system.
1641 * Support `as` operator (Mathias Hasselmann).
1642 * Improve array support.
1643 * Experimental D-Bus client support.
1644 * Add GConf bindings.
1645 * Add libgnome and libgnomeui bindings.
1646 * Add Glade bindings.
1647 * Add libnotify bindings (Nicolas Christener, Roland Hostettler).
1648 * Add GnomeVFS bindings.
1649 * Add GtkSourceView bindings.
1650 * Add Panel Applet bindings.
1651 * Add GNOME Desktop Library bindings.
1652 * Add libsoup bindings.
1653 * Add libwnck bindings.
1654 * Add GtkMozEmbed bindings (Alberto Ruiz).
1655 * Add Poppler bindings (Alberto Ruiz).
1656 * Add Enchant bindings (Mathias Hasselmann).
1657 * Add Hildon bindings (Marcelo Lira).
1658 * Add SQLite bindings.
1659 * Add curses bindings (Ed Schouten).
1660 * Build system fixes (Nicolas Trangez).
1661 * Add manual pages for gidlgen and vapigen (Kumar Appaiah).
1662 * Many bug fixes all over the place.
1667 * Use and support libgee collection library (internal copy for now).
1668 * Performance improvements.
1669 * Improve support for generic types.
1670 * Many memory management fixes.
1671 * Add support for inner classes.
1672 * Add --cc and -X commandline options to control the C compiler.
1673 * Use GSlice for reference-type structs.
1674 * Add experimental GStreamer bindings.
1679 * Support simple exception handling.
1680 * Improve array and string support.
1681 * Support multi-dimensional arrays.
1682 * Add --thread commandline option.
1689 * Add commandline options for running the C compiler and linker.
1690 * Use # modifier for reference transfer in method parameters.
1691 * Replace callback keyword by delegate.
1692 * Improve and update GLib and GTK+ bindings.
1693 * Add experimental GVFS binding.
1694 * C89/MSVC portability fixes (Hans Breuer).
1695 * Refactor code generator.
1696 * Add experimental bindings generator.
1702 * Add support for defining new generic classes.
1703 * Improve array support.
1704 * Memory management fixes.
1705 * Improve abstract property support.
1706 * Add basic support for flags types.
1707 * Improve GLib binding.
1714 * Add support for overridden properties.
1715 * Support properties and signals in interfaces.
1716 * Improve interface runtime suport.
1717 * Verify that classes implement all abstract and interface methods.
1718 * Basic compile-time support for generic types.
1719 * Default to strong references for return values and local variables.
1720 * Improve signal support.
1721 * Add support for pointers.
1722 * Improve support for numeric types.
1723 * Support writing GTypeModule-based plug-ins.
1724 * Improve manual memory management support.
1725 * Improve GTK+ bindings.
1731 * New object construction syntax.
1732 * Interface implementations don't have to specify override anymore.
1733 * Improve interface support.
1738 * Improve interface support.
1740 * Improve array support.
1741 * Improve enum support.
1742 * Add automated testing infrastructure.
1743 * Fixes for prefix and postfix operators.
1744 * Add more types to GLib bindings.
1750 * Support base access.
1751 * Support typeof expressions.
1752 * Improve array support.
1753 * Fix possible memory leak in foreach statements.
1754 * Fix many warnings during C compilation.
1755 * Improve GTK+ bindings.
1760 * Support + operator in strings.
1761 * Support unicode character literals.
1762 * Add implicit conversions for numeric types.
1763 * Improve interface support.
1764 * Improve array support.
1765 * Support arbitrary signal parameters.
1766 * Add threading support.
1767 * Support lock statements.
1768 * Many improvements to the GTK+ bindings.
1774 * Support namespace constants.
1775 * Support switch statements.
1776 * Array creation support.
1777 * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
1778 * Add implicit array length parameter.
1779 * Follow package dependencies.
1780 * Support hexadecimal and octal integer literals and hexadecimal escape
1782 * Install libvala as shared library.
1787 * Support named construction methods.
1788 * Basic interface support.
1789 * Improve error handling.