]> Pileus Git - ~andy/gtk/blob - ChangeLog
don't write out </apply_tag> for tags that have already been closed by the
[~andy/gtk] / ChangeLog
1 2006-08-28  Michael Natterer  <mitch@imendio.com>
2
3         * gtk/gtktextbufferserialize.c (serialize_text): don't write out
4         </apply_tag> for tags that have already been closed by the logic
5         which turns overlapping spans into XML-able trees. Fixes broken
6         XML when there are overlapping tags in the buffer. Also free two
7         leaked GLists and did some cleanup.
8
9         * tests/Makefile.am
10         * tests/testrichtext.c: new test which creates randomly tagged
11         GtkTextBuffers and serializes/deserializes them.
12
13 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
14
15         * gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data): 
16         Don't leak pixbufs.  (#352264, Ross Burton)
17
18         * gtk/gtklinkbutton.c (set_link_underline): Don't leak
19         PangoAttributes.  (#352391, Paolo Borelli)
20
21 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
22
23         * demos/gtk-demo/Makefile.am:
24         * demos/gtk-demo/textscroll.c: Add an example of automatic
25         scrolling, thanks to Yevgen Muntyan.  (#351206)
26         
27         * gtk/gtkmodules.c (find_module): Use local binding when
28         loading modules.  (#351868)
29
30 2006-08-24  Michael Natterer  <mitch@imendio.com>
31
32         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
33         the hostname instead of NULL.
34
35 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
36
37         * gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
38         names and values in comboboxes, and clean up some
39         coding style issues.
40
41 2006-08-23  Tor Lillqvist  <tml@novell.com>
42
43         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
44         Revert unintended translatable string addition. Use same string
45         in GError as in gtkfilesystemunix.c.
46
47         * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
48         Fix logic at the end of strings. 
49
50         * gtk/gtkfilesystemwin32.c: Maintain a hash table of live
51         handles and check that we have no outstanding handles at
52         finalization time. (Copying what Matthias did for
53         gtkfilesystemunix.c)
54
55 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
56
57         * gtk/gtkfilesystemunix.c: Maintain a hash table
58         of live handles and check that we have no outstanding
59         handles at finalization time. (Copying what
60         Federico did for gtkfilesystemgnomevfs.c)
61
62 2007-08-22  Matthias Clasen  <mclasen@redhat.com> 
63
64         * Branch for 2.10
65