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
|
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Remove type="toggle" from the "ToggleOffline"
verb; I'm not sure why it was there in the first place and it was
causing BonoboUI to spew warnings.
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Ooops, add missing closing </popups> tag.
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Add back send/receive command and toolbar button.
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Add "NewPopup" popup back.
2003-10-10 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: removed stock icon for "NewCalendar"
verb, and added items for creating calendar events.
2003-10-10 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: added 'New Calendar' menu item.
2003-10-10 Hans Petter Jansson <hpj@ximian.com>
* evolution-calendar.xml: Add calendar list view task button.
2003-10-02 Rodney Dawes <dobey@ximian.com>
* evolution-mail-message.xml: Patch to use Control-L for "Reply
to list" from Karsten Bräckelmann
2003-08-27 Not Zed <NotZed@Ximian.com>
* evolution-mail-message.xml: Moved EditCopy EditPaste, and
EditCut here.
* evolution-mail-list.xml: Removed EditCopy, EditPaste, and
EditCut.
2003-09-11 Tim Wo <tim.wo@sun.com>
* evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close",
"D" for "_Delete", "l" for "Close". Fixes bug #48096
* evolution-contact-list-editor.xml: add mnemonic "C" for "Save and
_Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096
* evolution-signature-editor.xml: add mnemonic "C" for "Save and
_Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205
2003-09-05 Yuedong Du <uuedong.du@sun.com>
* evolution-mail-global.xml: add access key 'w' for 'Post New Message'
* evolution-mail-list.xml: change the access key of Expunge to 'x',
thus 'Post a Reply' can use 'e'.
* evolution-mail-message.xml: add access key 'y' for 'Post a Reply'
2003-08-27 Calvin Liu <calvin.liu@sun.com>
* evolution-mail-message.xml: Change "Search Message" to "Search
in Message", which is more intuitive. Fix bug #47329.
2003-08-05 Jack Jia <jack.jia@sun.com>
* evolution-comp-editor.xml: add the accelerator "P" for "Print",
"S" for "Save", "C" for "Save and _Close", "A" for "Save _As...",
"D" for "Delete". Fixes bug #47379.
2003-07-24 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Cleaned up a bunch of menu and toolbar items that
are not being used or do not belong to the shell anymore in the
new UI. Also removed all pop-up menus.
2003-07-17 Rodrigo Moya <rodrigo@ximian.com>
* evolution-tasks.xml: s/Expunge/Purge.
* evolution-calendar.xml: fixed menmonic for Purge.
2003-07-15 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: added 'Purge' menu item.
* evolution-tasks.xml: added separator after 'Send/Receive'.
2003-07-10 Yuedong Du <yuedong.du@sun.com>
* evolution-mail-message.xml: add a menu entry corresponding to new
introduced caret mode, see bug #44607
2003-07-09 Anna Marie Dirks <anna@ximian.com>
* evolution-mail-list.xml: Change the accelerator for "Mark All Read"
to be "R". Fixes bug #45811.
2003-07-01 Rodrigo Moya <rodrigo@ximian.com>
Fixes #45524
* evolution-tasks.xml:
* evolution-calendar.xml: use stock icons where appropriate.
2003-06-25 Bolian Yin <bolian.yin@sun.com>
Fixes #45423
* evolution-calendar.xml: added keyboard shortcuts for "Go to today"
and "Go to date" menu/toolbar items.
|