blob: 447bc838ae47308c62d20ea076955a6d4c038bdc (
plain) (
blame)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
2000-10-25 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-mail.xml: Added a MessageApplyFilters menu item.
* evolution-subscribe.xml: Don't have a Unselect All, use Invert
Selection instead.
2000-10-19 Ettore Perazzoli <ettore@helixcode.com>
* Makefile.am (H_FILES): New.
(EXTRA_DIST): Add `$(H_FILES)'.
2000-10-19 Michael Meeks <michael@helixcode.com>
* evolution-message-composer.xml: add.
* checking all generated .h files ( sim. to glade ) to make
translator's lives easier.
2000-10-19 Michael Meeks <michael@helixcode.com>
* evolution-event-editor.xml: added.
2000-10-18 Michael Meeks <michael@helixcode.com>
* evolution-task-editor-dialog.xml: added.
2000-10-14 Michael Meeks <michael@helixcode.com>
* Makefile.am: Add rule to use bonobo-ui-extract to build
translatable files.
2000-10-14 Michael Meeks <michael@helixcode.com>
* evolution-addressbook-ldap.xml: drasticaly shrink to just the
new features available with ldap; don't duplicate stuff.
* evolution-addressbook.xml: fix tooltips.
* *.xml: remove redundant attributes causing toolber rebuilds.
2000-10-14 Michael Meeks <michael@helixcode.com>
* *.xml: add translation '_'s to some labels.
2000-10-12 Damon Chaplin <damon@helixcode.com>
* evolution-calendar.xml: Added toolbar buttons to switch views.
We'll use plain buttons for the view buttons for now, until Bonobo
toolbars support radio buttons.
2000-10-11 Ettore Perazzoli <ettore@helixcode.com>
* evolution-addressbook-ldap.xml: Apply behavior "exclusive" to
"Toolbar".
* evolution.xml: Likewise.
* evolution-addressbook.xml: Likewise.
* evolution-mail.xml: Likewise.
* evolution-contact-editor.xml: Likewise.
* evolution-subscribe.xml: Likewise.
2000-10-08 Damon Chaplin <damon@helixcode.com>
* evolution-calendar.xml: moved the calendar settings menu item to the
Settings menu and renamed it to "Calendar Preferences".
2000-10-09 Michael Meeks <michael@helixcode.com>
* *.xml: s/Menu_//
2000-10-09 Michael Meeks <michael@helixcode.com>
* *.xml fix the mess with separators.
2000-10-09 Michael Meeks <michael@helixcode.com>
* evolution-subscribe.xml: s/descr/tip/
2000-10-05 Michael Meeks <michael@helixcode.com>
* evolution-mail.xml: remove redundant separator.
* *.xml: Remove replicated attributes from structural elements.
2000-10-05 Michael Meeks <michael@helixcode.com>
* evolution.xml: fix from Darin toolbar -> dockitem.
2000-10-04 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-mail.xml: Add Invert Selection
2000-10-04 Michael Meeks <michael@helixcode.com>
* evolution-mail.xml: bind 'D' to MessageDelete; a proto binding.
2000-10-04 Michael Meeks <michael@helixcode.com>
* evolution-calendar.xml: move Open, Save into FileOps
* evolution.xml: add FileOps placeholder.
2000-09-15 Michael Meeks <michael@helixcode.com>
* *.xml: Update to new keybinding syntax.
2000-09-14 Michael Meeks <michael@helixcode.com>
* evolution-mail.xml: remove stock icons on toolbar.
add back 2 stocks I lost somewhere.
* ui/evolution.xml: Add status bar
|