~ubuntu-branches/ubuntu/maverick/totem-pl-parser/maverick

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-01-21 22:38:15 UTC
  • mto: (1.3.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080121223815-zpm89qm051i9o6cr
Tags: upstream-2.21.91
ImportĀ upstreamĀ versionĀ 2.21.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
============ Version 2.21.91
 
2
 
 
3
2008-01-21  Bastien Nocera  <hadess@hadess.net>
 
4
 
 
5
        * NEWS: upd
 
6
        * configure.in: 2.21.91
 
7
 
 
8
2008-01-19  Bastien Nocera  <hadess@hadess.net>
 
9
 
 
10
        * plparse/totem-pl-parser-podcast.c: (totem_pl_parser_is_rss),
 
11
        (totem_pl_parser_is_atom), (totem_pl_parser_is_opml):
 
12
        * plparse/totem-pl-parser-qt.c: (totem_pl_parser_is_quicktime):
 
13
        * plparse/totem-pl-parser-wm.c: (totem_pl_parser_is_asx):
 
14
        Fix memmem args order, fixes some playlist not being recognised
 
15
        as such
 
16
 
 
17
2008-01-17  Philip Withnall  <pwithnall@svn.gnome.org>
 
18
 
 
19
        * docs/reference/totem-pl-parser-docs.sgml:
 
20
        * docs/reference/totem-pl-parser-sections.txt:
 
21
        * plparse/totem-pl-parser.c:
 
22
        * plparse/totem-pl-parser.h: Clean up the documentation order,
 
23
        add some documentation for the TotemPlParser object, and add some
 
24
        example code. (Closes: #507995)
 
25
 
 
26
2008-01-15  Bastien Nocera  <hadess@hadess.net>
 
27
 
 
28
        * plparse/Makefile.am: Use 64-bit versions of the
 
29
        functions when possible, fixes DVD ISO not being recognised
 
30
        (Closes: #509020)
 
31
 
 
32
2008-01-15  Philip Withnall  <pwithnall@svn.gnome.org>
 
33
 
 
34
        * docs/reference/totem-pl-parser-overrides.txt: Add file missing
 
35
        from the last commit. Also, update svn:ignore properties.
 
36
 
 
37
2008-01-15  Philip Withnall  <pwithnall@svn.gnome.org>
 
38
 
 
39
        * Makefile.am:
 
40
        * configure.in:
 
41
        * docs/reference/Makefile.am:
 
42
        * docs/reference/totem-pl-parser-docs.sgml:
 
43
        * docs/reference/totem-pl-parser-sections.txt:
 
44
        * docs/reference/totem-pl-parser.types:
 
45
        * docs/reference/version.xml.in:
 
46
        * plparse/totem-disc.c:
 
47
        * plparse/totem-disc.h:
 
48
        * plparse/totem-pl-parser.c: (totem_pl_parser_class_init),
 
49
        (totem_pl_parser_num_entries):
 
50
        * plparse/totem-pl-parser.h: Add full documentation for all
 
51
        public symbols exposed by the library, excluding code samples
 
52
        for the playlist parser. (Helps: #507995)
 
53
 
 
54
2008-01-09  Philip Withnall  <pwithnall@svn.gnome.org>
 
55
 
 
56
        * plparse/totem-disc.c: (cd_cache_has_medium):
 
57
        * plparse/totem-pl-parser-private.h:
 
58
        * plparse/totem-pl-parser.c: (totem_pl_parser_get_type),
 
59
        (totem_pl_parser_class_init),
 
60
        (totem_pl_parser_base_class_finalize), (totem_pl_parser_init),
 
61
        (totem_pl_parser_add_url_valist): Make the property spec pool
 
62
        static, and only instantiate it once (on base class init),
 
63
        rather than every time a PlParser is initted. Also,
 
64
        fix a small memory leak in totem-disc.c. (Closes: #507909)
 
65
 
 
66
2008-01-09  Bastien Nocera  <hadess@hadess.net>
 
67
 
 
68
        * lib/memmem.c: The private function should be called
 
69
        totem_private_memmem, not memmem
 
70
        * plparse/Makefile.am: Link the mini library to the glibc
 
71
        replacement functions as well
 
72
 
 
73
2008-01-08  Bastien Nocera  <hadess@hadess.net>
 
74
 
 
75
        * docs/Makefile.am: Add missing file
 
76
 
 
77
2008-01-08  Bastien Nocera  <hadess@hadess.net>
 
78
 
 
79
        * plparse/totem-pl-parser.c: Add docs for _new() and the signals
 
80
 
 
81
2008-01-08  Bastien Nocera  <hadess@hadess.net>
 
82
 
 
83
        * Makefile.am:
 
84
        * configure.in:
 
85
        * docs/reference/MODULE.types:
 
86
        * docs/reference/Makefile.am: Add the beginnings of gtk-doc
 
87
        support
 
88
 
 
89
2008-01-08  Bastien Nocera  <hadess@hadess.net>
 
90
 
 
91
        * configure.in: Fix HAL test, spotted by Saleem Abdulrasool
 
92
        <compnerd@compnerd.org> (Closes: #507980)
 
93
 
1
94
============ Version 2.21.90
2
95
 
3
96
2008-01-07  Bastien Nocera  <hadess@hadess.net>