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 (64 lines) | stat: -rw-r--r-- 2,001 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
59
60
61
62
63
64
2006-02-27  Srinivasa Ragavan <sragavan@novell.com>

	* default-mailer.c (org_gnome_default_mailer_check_default): Used 
	gconf_value_free to free a GConfValue instead of a g_free.

2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

	* Makefile.am: Fix make-clean issues. 

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

	* Makefile.am: Changed the way the i18n stuff and xml building is
	done for the 'new way'.

	* default-mailer.c: fixed e-error header move and removed some
	other unecessary includes.

2005-03-24  Jonathan Dieter  <jdieter99@gmx.net>
	* default-mailer.c: removed code to put a checkbox in the
	configuration menu, changed procedure names to avoid
	namespace pollution.

	* org-gnome-default-mailer.eplug.in: removed definitions
	to put a checkbox in the configuration menu.

	* apps-evolution-mail-prompts-checkdefault.schema.in.in:
	schema for GConf key /apps/evolution/mail/prompts/checkdefault.

	* Makefile.am: added steps to build GConf schema.

2005-03-17  Jonathan Dieter  <jdieter99@gmx.net>

	* default-mailer.c: renamed from default-mail-client-check.c
	Renamed modules to fit new name and cleaned up code.  Fixed
	small memory leak.

	* org-gnome-default-mailer.xml: renamed from
	org-gnome-default-mail-client-check.xml.

	* org-gnome-default-mailer.eplug.in: renamed from
	org-gnome-default-mail-client-check.eplug.in.

	* Makefile.am: Fixed references to fit new file names.

2005-03-15  Jonathan Dieter  <jdieter99@gmx.net>

	* default-mail-client-check.c (check_default_mail_client):
	Removed gtk_message_dialog() call and replaced with 
	e_error().
	
	* Makefile.am: added necessary steps to build xml.
	
	* org-gnome-default-mail-client-check.xml: define the
	message box that shows up on startup.

2005-03-07  Jonathan Dieter  <jdieter99@gmx.net>

	* default-mail-client-check.c: Plugin implementation.

	* org-gnome-default-mail-client-check.eplug.in: define the
	default mail client check plugin.

	* Makefile.am: build the default mail client check plugin.