File: ChangeLog

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (58 lines) | stat: -rw-r--r-- 1,598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2006-01-09  Kjartan Maraas <kmaraas@gnome.org>

	* audio-inline.c: (org_gnome_audio_inline_add_button):
	s/volatile static/static volatile/g. Remove unused var.

2005-12-18  Tor Lillqvist  <tml@novell.com>

	* audio-inline.c: Use g_ascii_strcasecmp() instead of
	strcasecmp(), especially as we are comparing to plain ASCII
	strings.

2005-05-11  Not Zed  <NotZed@Ximian.com>

	* Makefile.am: add cleanfiles and built_sources.

2005-05-06  Not Zed  <NotZed@Ximian.com>

	* Makefile.am: 
	* org-gnome-audio-inline.eplug.xml: s/.in/.xml/ & i18n.

2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

	* org-gnome-audio-inline.eplug.in: Added a . to the end of description.

2004-11-26  JP Rosevear  <jpr@novell.com>

	* audio-inline.c (org_gnome_audio_inline_add_button): get image
	from icon factory directly

2004-11-11  Radek Doulik  <rodo@ximian.com>

	* org-gnome-audio-inline.eplug.in: fixed author and description

2004-11-01  JP Rosevear  <jpr@novell.com>

	* Makefile.am: dist .eplug.in file

2004-10-25  Radek Doulik  <rodo@ximian.com>

	* audio-inline.c: removed unused enum declaration
	(org_gnome_audio_inline_play_clicked): added cast to &argv to
	quiet compiler
	handle more mime types

	* org-gnome-audio-inline.eplug.in: handle application/x-ogg mime
	type
	handle more mime types

	* audio-inline.c: handle application/x-ogg mime type

	* org-gnome-audio-inline.eplug.in: handle audio/x-mp3 mime type

	* audio-inline.c: (org_gnome_audio_inline_play_clicked): handle
	audio/x-mp3 mime type

2004-10-25  Radek Doulik  <rodo@ximian.com>

	* audio-inline.c: imported audio inline plugin