diff options
author | Ryan Lortie <desrt@desrt.ca> | 2008-07-10 08:41:59 +0000 |
---|---|---|
committer | Ryan Lortie <ryanl@src.gnome.org> | 2008-07-10 08:41:59 +0000 |
commit | 178698c8d36ba54ed6f054d5fd4b81b8371739fa (patch) | |
tree | 8bbc4a5bcdaa507dd956492adbd2f040a4d13ed0 /ChangeLog | |
parent | 0a20d4cbe4372612c9c2035ffd515cd0f87db9d4 (diff) | |
download | glib-178698c8d36ba54ed6f054d5fd4b81b8371739fa.tar.gz |
add functions g_markup_parse_context_{push,pop} in order to provide some
2008-07-10 Ryan Lortie <desrt@desrt.ca>
* docs/reference/glib/glib-sections.txt:
* glib/glib.symbols:
* glib/gmarkup.c:
* glib/gmarkup.h: add functions g_markup_parse_context_{push,pop} in
order to provide some small hooks on which to build easy-to-use
subparsers.
* glib/tests/Makefile: add new test
* glib/tests/markup-subparser.c: new test for subparsers
Fixes bug #337518.
svn path=/trunk/; revision=7174
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-07-10 Ryan Lortie <desrt@desrt.ca> + + * docs/reference/glib/glib-sections.txt: + * glib/glib.symbols: + * glib/gmarkup.c: + * glib/gmarkup.h: add functions g_markup_parse_context_{push,pop} in + order to provide some small hooks on which to build easy-to-use + subparsers. + + * glib/tests/Makefile: add new test + * glib/tests/markup-subparser.c: new test for subparsers + + Fixes bug #337518. + 2008-07-05 Matthias Clasen <mclasen@redhat.com> Bug 528317 – GRegex does not allow recursion limit |