aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ChangeLog
blob: 54c962bd5953860c460a44bedc956a83b1fdfb15 (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
2001-07-24  Peter Williams  <peterw@ximian.com>

    * evolution-message-composer.xml: Move Insert File from the File
    menu into the Insert Menu. Change the accelerators to reflect
    what's being inserted and add ellipses.

    * evolution-mail-global.xml: Add "Compose New Message" to the
    Actions menu as suggested in bug #866. Also fix it so that the
    pixmaps for the Compose menu items are displayed.

2001-07-23  Jason Leach  <jleach@ximian.com>

    * evolution-mail-message.xml: Add the "Mark as Unimportant" cmd
    and menu item to the Edit menu. Bug #5225.

2001-07-21  Jason Leach  <jleach@ximian.com>

    * evolution-mail-list.xml: Capitalize "messages" in "Hide Read
    messages" menu item label.  Bug #5091.

2001-07-20  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail-message.xml: Removed the "Redirect" menu since
    this is now a future feature.

2001-07-19  Damon Chaplin  <damon@ximian.com>

    * evolution-calendar.xml: 
    * evolution-comp-editor.xml: update to use new print icon.

2001-07-16  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail-message.xml: Add closing dots to the "Filter
    on..." items for consistency with the "VFolder on..." ones.

2001-07-10  Chris Toshok  <toshok@ximian.com>

    * evolution-contact-list-editor.xml: Remove Print commands and
    toolbar/menu items.  Also, use "list" instead of "group".

2001-07-09  Larry Ewing  <lewing@ximian.com>

    * evolution-message-composer.xml: remove FileSaveInFolder menu
    item. rename Insert->File to Insert->Attachment.

2001-07-05  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Remove "ChangeFolderProperties" item.

    * evolution-mail-list.xml: Add the folder properties item back in;
    use the "ChangeFolderProperties" verb instead.

    * evolution.xml: Removed "Folder Properties" item from the "File"
    menu.

2001-07-04  Gediminas Paulauskas <menesis@delfi.lt>

    * evolution-mail-message.xml: MessageApplyFilters now has an icon.

2001-07-03  Jason Leach  <jleach@ximian.com>

    [Bug #3612: Accelerator for attach file in composer]

    * evolution-message-composer.xml: Ctrl-Alt-f for attaching files
    (seemed consistent with the other insert menu items)

    [Bug #809: Mark as important bindings]
        
    * evolution-mail-message.xml: Added "Mark as Important" menu
    thingy.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * Add the seperate pixbuf for the Print button

2001-07-02  JP Rosevear  <jpr@ximian.com>

    * evolution-calendar.xml: Add publish free/busy item

2001-07-02  Rodrigo Moya <rodrigo@ximian.com>

    * evolution-tasks.xml: make the 'Task Preferences' menu item appear
    as the first item in the 'Tools' menu

2001-07-02  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-message-composer.xml: Set it up to have an
    e-charset-picker bonobo-ui menu attached to the Edit menu.

2001-07-02  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Rename "New -> Evolution bar shortcut" into "New
    -> Shortcut".

2001-07-01  Chris Toshok  <toshok@ximian.com>

    * evolution-subscribe.xml: add a separate dockitem for the search
    entry.

2001-07-01  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-message-composer.xml: Enable the label next to the
    "Attach" toolbar button, and get rid of the "Help" menu.

2001-07-01  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Renamed "NewBarShortcut" verb into "NewShortcut".

2001-06-30  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail-message.xml: Change type of "MailPrevious" and
    "MailNext" buttons from "stock" to "pixbuf".

2001-06-29  Rodrigo Moya <rodrigo@ximian.com>

    * evolution-tasks.xml: fixed typos

2001-06-28  Radek Doulik  <rodo@ximian.com>

    * evolution-signature-editor.xml: new file

2001-06-28  Rodrigo Moya <rodrigo@ximian.com>

    * evolution-tasks.xml: added cut/copy/paste entries to the main menu

2001-06-27  Rodrigo Moya <rodrigo@ximian.com>

    * evolution-calendar.xml: added cut/copy/paste entries to the main
    menu

2001-06-27  Larry Ewing  <lewing@ximian.com>

    * evolution-message-composer.xml: remove FIXME from
    FileInsertFile.

2001-06-27  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-message-composer.xml: Updated to use TigerT's
    attachment icon.

    * evolution-mail-message.xml: Copy and Move to Folder now require
    the Shift key.

    * evolution-mail-list.xml: Changed the Expunge accel to ^E instead
    of ^X since ^X is Cut and reveresed the order of the
    Cut/Copy/Paste and Select* menu item groups.

2001-06-26  Peter Williams  <peterw@ximian.com>

    * evolution-mail-global.xml:
    * evolution-mail-list.xml:
    * evolution-mail-message.xml: New files. These are the result
    of splitting evolution-mail.xml into three pieces: one for the
    global mailer operations, one for the operations on a messagelist,
    and one for the operations on one or more messages.

    * evolution-mail-messagedisplay: New file. UI for the standalone
    message browser that you get when you double-click. Very skeleton.
    
    * evolution-mail.xml: Removed.

    * Makefile.am: Updated to install new files.
    
2001-06-25  jacob berkman  <jacob@ximian.com>

    * evolution-mail.xml: add a preview toggle item

2001-06-25  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Added Cut/Copy/Paste menu items.

2001-06-24  Chris Toshok  <toshok@ximian.com>

    * evolution-addressbook.xml: add cmd for ContactNewList and
    ContactsPrintPreview.  Also, correct the tip for Select All and
    add the accelerator.  Add menu/tool items for ContactNewList, and
    remove the tool item for ContactViewAll.

    * Makefile.am (XML_FILES): add evolution-contact-list-editor.xml.

2001-06-23  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Get rid of the status bar.

2001-06-22  JP Rosevear  <jpr@ximian.com>

    * evolution-task-editor.xml: new commands

2001-06-21  JP Rosevear  <jpr@ximian.com>

    * evolution-comp-editor.xml: add toolbar

2001-06-20  JP Rosevear  <jpr@ximian.com>

    * evolution-comp-editor.xml: collapse print commands here

2001-06-20  Kjartan Maraas  <kmaraas@gnome.org>

    * evolution-event-editor.xml: Fix typo. s/Cancel then meeting/
    Cancel the meeting/.
    
2001-06-19  Chris Toshok  <toshok@ximian.com>

    * evolution-contact-editor.xml: split out commands from
    toolitems/menuitems.

2001-06-19  JP Rosevear  <jpr@ximian.com>

    * evolution-task-editor.xml: ui xml for task editor

    * Makefile.am: install new file
    
2001-06-19  JP Rosevear  <jpr@ximian.com>

    * evolution-event-editor.xml: change to event specific operations

    * evolution-comp-editor.xml: split non-specific operations out
    here

    * Makefile.am: install new file

2001-06-14  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Added a Reply-to-list menu item.

2001-06-08  Iain Holmes  <iain@ximian.com>

    * evolution-executive-summary.xml: Change for the new stuff.

2001-06-05  Jason Leach  <jleach@ximian.com>

    * evolution.xml: Fix a little thing where it was actually saying
    "_Delete this folder" in the statusbar.

2001-05-31  Chris Toshok  <toshok@ximian.com>

    * evolution-addressbook.xml: change Print Preview's name to
    ContactsPrintPreview.

2001-05-30  Chris Toshok  <toshok@ximian.com>

    * evolution-addressbook.xml: add commands/menu items for
    Cut/Copy/Paste/Select All.

2001-05-28  Dan Winship  <danw@ximian.com>

    * evolution-mail.xml: Undo Jeff's View menu changes, as they
    resulted in the normal/fullheaders/source radio group being split
    across two levels of hiearchy, and grouped "Hide Deleted" with
    the unrelated other Hide/Show commands.

2001-05-25  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Added MailNextUnread, MailNextFlagged,
    MailPreviousUnread, and MailPreviousFlagged commands. Also
    rearranged the View menu to be a bit more user-friendly.

    Now where should we put the next/previous menu items?

2001-05-25  Christopher James Lahey  <clahey@ximian.com>

    * evolution-addressbook.xml: Changed the tooltips here based on
    Taylor's work.

2001-05-24  Radek Doulik  <rodo@ximian.com>

    * evolution-message-composer.xml: added delete all to edit menu
    added placeholders for all edit menu parts

2001-05-22  Chris Toshok  <toshok@ximian.com>

    * evolution-addressbook.xml: make the name of menuitem/toolitem's
    the same as the verb to save us from having to specify both, and
    move some more accels into the <commands>.

2001-05-21  Chris Toshok  <toshok@ximian.com>

    * evolution-addressbook.xml: remove ViewAsTable menu item.

2001-05-21  Federico Mena Quintero  <federico@ximian.com>

    * evolution-tasks.xml: Added a Delete button on the toolbar.

2001-05-20  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Add a control placeholder named "OfflineToggle"
    to the status bar.

2001-05-19  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Removed verb "NewView"; use
    "OpenFolderInNewWindow" instead.

2001-05-18  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Add commands for the Folder submenu in the File
    menu.

2001-05-17  Chris Toshok  <toshok@ximian.com>

    * evolution-addressbook.xml: add <commands> for the toolbar/menu
    items we set the sensitivity on.

2001-05-17  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Added a "FolderPopup" element and reformatted
    lots of it.

2001-05-16  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-message-composer.xml: Added S/MIME menu items.

2001-05-15  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Add an "Evolution FAQ" entry to the "Help" menu.

2001-05-15  Dan Winship  <danw@ximian.com>

    * evolution-mail.xml: Create a "Message Display" submenu in View,
    move source/full headers/normal there and make it a radio group.
    Add "Load Images" there.

2001-05-15  Dan Winship  <danw@ximian.com>

    * evolution-mail.xml: Clean this up A LOT. In addition to cosmetic
    changes, now every command appears in the <commands> section, and
    has a tooltip. Also, move "Search" to the "Edit" menu for
    consistency with other apps.

2001-05-14  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-message-composer.xml: Remove Help->About.

2001-05-14  Dan Winship  <danw@ximian.com>

    * evolution-mail.xml: Redo forwarding stuff so there's "Forward",
    "ForwardAttached", "ForwardInline" (not "inlined"), and
    "ForwardQuoted", where the first uses a default style. Make
    Actions->Forward and the toolbar Forward button use the default
    style.

2001-05-12  Gediminas Paulauskas <menesis@delfi.lt>

    * evolution-mail.xml: add pixmaps for MessageCopy and
    MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu>
    for a patch.

2001-05-07  Jon Trowbridge  <trow@ximian.com>

    * evolution.xml: Added command entry for 'ToggleOffline'.

2001-05-03  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Renamed `WorkOffline' to `ToggleOffline'.

2001-05-03  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Renamed `WorkOffLine' to `WorkOffline'.

2001-04-26  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Added Next/Previous toolbar buttons.

2001-04-26  Jon Trowbridge  <trow@ximian.com>

    * evolution-mail.xml: Added "Search Message" to "View" menu.

2001-04-16  Ettore Perazzoli  <ettore@ximian.com>

    * evolution.xml: Rename "New View" to "New Window" as suggested in
    #2124.  Also remove the stock pixmap [a piece of paper doesn't
    mean much anyway].  Also rename "New Evolution Bar Shortcut" into
    "New Evolution Shortcut" as we never really refer to it as the
    "Evolution bar", but rather as the "shortcut bar".  Finally, bind
    "New Folder" to `Control-Shift-F'.

2001-04-16  Gediminas Paulauskas <menesis@delfi.lt>

    * evolution-calendar.xml: toolitems which have non-default pixmaps, must
    have "pixtype=pixbuf" arg. Now *View buttons show up again.

2001-04-14  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Added Filter/VFolder on mailing list. Yay. I
    also figured I'd expand this like MessageFilterSubj to
    MessageFilterSubject, what's with the abreviation? It makes no
    sense when the verb is that long anyway...

2001-03-13  Michael Meeks  <michael@ximian.com>

    * evolution-mail.xml: Add a load of commands, sigh, people do this
    so brokenly.

2001-04-02  Anders Carlsson  <andersca@codefactory.se>

    * evolution-mail.xml: Added a space after an attribute to make
    libxml happy.

2001-04-01  Gediminas Paulauskas <menesis@delfi.lt>

    * evolution-addressbook.xml, evolution-calendar.xml,
    evolution-mail.xml, evolution-tasks.xml, evolution.xml: as Jacub
    suggested, added some icons, replaced stock Print with ours, etc.

2001-03-29  Not Zed  <NotZed@Ximian.com>

    * evolution-mail.xml: Move the 'hide deleted' to the option list
    under the view menu.

2001-03-28  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail.xml: Bind "MessageMarkAsRead" to `Control-k'
    instead of `Control-q'.

2001-03-20  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail.xml: Change "Send and Receive" to "Send /
    Receive".

2001-03-20  Miguel de Icaza  <miguel@ximian.com>

    * evolution-addressbook.xml: Added artwork from Jakub.

2001-03-19  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Add Resend Message under the File menu.

2001-03-17  Miguel de Icaza  <miguel@ximian.com>

    * evolution-calendar.xml: Added ShowWeekView, ShowMonthView,
    ShowDay, ShowWorkWeek to the View menu.

    * evolution.xml, evolution-mail.xml: Provide "Actions" in the
    toplevel evolution.  Fill in Actions/Component in Evolution-mail
    (no visual changes, just internal changes).

    * evolution-calendar.xml: Added Actions menu.  Added New Verb
    EditNewEvent. 

2001-03-16  Miguel de Icaza  <miguel@ximian.com>

    * evolution-mail.xml: Added accelerator to elements missing
    accelerators (Reply, Inline, Quoted, Attachments, Empty Trash,
    Full Headers).

    * evolution.xml: Added a placeholder for the beginning of the
    view. 

2001-03-12  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-message-composer.xml: Added Reply-To field.

2001-03-11  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Add an ActionsEmptyTrash menu item.

2001-03-08  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Took out the "IMPLEMENT ME"'s from the
    forward menu items since I've coded them now.

2001-03-08  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail.xml: Renamed the "Get Mail" button to "Send and
    Receive" for consistency with the command in the "Actions" menu.

2001-03-06  Miguel de Icaza  <miguel@ximian.com>

    * evolution-message-composer.xml: Reorder menus to be File, Edit,
    View, Insert, Format (instead of File, Edit, Format, View, Insert).

    Add View/From Field and View/From BCC

    Add Insert/File.

    Add File/Send menu item.

    Change the look to follow the "mailer" look (thiner display).

2001-03-06  Miguel de Icaza  <miguel@ximian.com>

    * evolution-tasks.xml: Added "File/New/Task" as well.

    * evolution-mail.xml: Added "File/New/Mail Message" at the top
    with binding C-n.  

    * evolution-calendar.xml: Set the binding for New Appointment to C-n

    * evolution-contact-editor.xml: Set the toolbar to hlook=text
    vlook=icon;  Set all icons priority-text to 1. 

    * evolution-addressbook.xml: Added "Contact" to the New menu.

    * evolution.xml: Provide an entry point to put "New" items on the
    first level. 

    We are going to need some Bonobo support to "hide" objects when
    other objects appear (like, having Mail Message bound to C-S-X in
    the global space, and when we switch to Mail, we only show the
    entry that has C-n as the binding).

2001-02-28  Miguel de Icaza  <miguel@ximian.com>

    * evolution.xml: Moved Importer after the Folder operations per
    Dan's proposal.

    * evolution-addressbook.xml: Renamed Settings/AddressBook
    Configuration to Tools/Settings.

    Make all the items have "Print" items that use the same icon
    instead of a collection of icons.

    * evolution-calendar.xml: Moved "Calendar Preferences" from
    "Settings" to "Tools/Settings".

    * evolution-mail.xml: Settings menu is fully gone.  All things
    that run a dialog now end up in "Tools" while actions end up in
    "Actions".  Hence I am right.

    Renamed "Mail Configuration..." to "Identieies and Servers"

    Move MessageMarkAsRead, MessageMarkAsUnRead
    to Edit menu.  Add MessageMarkAllAsRead.

    Remove "Print Message" from Message menu.  Remove "Print Preview
    Message" from Message menu.  Leave them on the "File" menu.

    Renamed "Reply to Sender" to "Reply" (awaiting Ettore's
    permission). 

    Renamed "Messages" to "Actions".

    Open Message renamed to "Open Selected Items" (as this is what it
    actually does). 

    Moved "Save Message As" to "File" menu.

    Added "Properties" to the File/Folder submenu.

    Edit menu now looks like this: Message Move, Message Copy, Select
    All, Invert Selection, Delete, Undelete, Mark as Read, Mark as
    Unread.  Some of them were moved from the "Messages" menu.

    "Forward message" shortcut changed to C-f

    Tools menu created.
    
    Create Rule From message moved to "Tools".

    * evolution.xml: Added Tools menu.  Moved Edit/Customize to
    Tools/Customize Toolbar.

    Added File/Folder submenu.  Duplicate "New Folder" in here. 

2001-03-04  Damon Chaplin  <damon@ximian.com>

    * evolution-tasks.xml: "New" -> "New Task".

    * evolution-calendar.xml: "New appointment" -> "New Appointment",
    "Go to" -> "Go To".

2001-02-21  Not Zed  <NotZed@Ximian.com>

    * evolution-mail.xml: Setup a command for MailStop.

2001-02-05  Iain Holmes  <iain@ximian.com>

    * evolution-executive-summary.xml: Add a priority.

2001-02-02  Michael Meeks  <michael@helixcode.com>

    * evolution-calendar.xml: cmd / widgetify.

2001-01-30  Michael Meeks  <michael@helixcode.com>

    * evolution.xml: Use hlook and vlook so by default we get
    no text in vertical mode, and priority only in horizontal
    mode.

2001-01-27  JP Rosevear  <jpr@ximian.com>

    * evolution-event-editor.xml: Menu cleanups

    * evolution-task-editor-dialog.xml: ditto

2001-01-25  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-addressbook.xml, evolution-calendar.xml,
    evolution-mail.xml, evolution-tasks.xml, evolution.xml: Change the
    toolbars to only show some of the labels, a la Outlook.

2001-01-25  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail.xml: Set the `pixtype' of the "PrintMessage" and
    "PrintPreviewMessage" items to "pixbuf".  Likewise for
    "MessageSaveAs", "MessageEdit", "MessagePrint", "MessageMove", "MessageReplySndr"
    and "MessageReplyAll".

2001-01-25  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-mail.xml: Set the `pixtype' of the "Configure Folder"
    and "Mail Configuration" items to "pixbuf".

2001-01-25  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-addressbook.xml: Change the type of the "Find a
    contact" item to "pixbuf".  Also set the type to "pixbuf" for
    "Addressbook Configuration", and "Print Contacts".

2001-01-25  Ettore Perazzoli  <ettore@ximian.com>

    * evolution-addressbook.xml: Change the type of the "View All"
    button to "pixbuf".

2001-01-24  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-message-composer.xml: Change Security* to SecurityPGP*
    as we may someday have S/MIME sign/encrypt.

2001-01-24  Jason Leach  <jasonleach@usa.net>

    (Fix #1252: Need a File->Close way to close a view)
    
    * evolution.xml: new File->Close menu item and associated command.

2001-01-22  Not Zed  <NotZed@Ximian.com>

    * evolution-mail.xml: Removed the temporary get mail button.

2001-01-19  Not Zed  <NotZed@Ximian.com>

    * evolution-mail.xml: Added a temporary button to test new receive
    code.

2001-01-18  Jeffrey Stedfast  <fejj@ximian.com>

    * evolution-mail.xml: Added Next/Previous toolbar buttons.

2001-01-15  Michael Meeks  <michael@helixcode.com>

    * evolution.xml: progressive cmd/widgetization and
    add the 'Customize' entry.

2001-01-16  Not Zed  <NotZed@Ximian.com>

    * evolution-mail.xml: Add a stop button to the toolbar.

2001-01-15  Jason Leach  <jasonleach@usa.net>

    (Bug #1143: Add elipses to more menu items that lead to dialogs)
    
    * evolution-mail.xml: "Folder/Configure Folder..."
    * evolution.xml: "File/Import file..."
    
2001-01-10  Miguel de Icaza  <miguel@helixcode.com>

    * evolution.xml: Remove fixme from NewMailMessage.

2001-01-11  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-message-composer.xml: Added SaveDraft bonobo menu verb
    thingy.

2001-01-08  Damon Chaplin  <damon@helixcode.com>

    * evolution-tasks.xml: new file for the Tasks controls.

    * Makefile.am (XML_FILES): added the above file.

2001-01-02  Federico Mena Quintero  <federico@helixcode.com>

    * evolution-event-editor.xml:
    * evolution-task-editor-dialog.xml: Make the ordering of the
    toolbar items consistent.

2001-01-01  Michael Meeks  <michael@helixcode.com>

    * Makefile.am: remove evolution-addressbook-ldap.xml so we
    build again.

2000-12-29  Chris Toshok  <toshok@helixcode.com>

    * evolution-addressbook.xml: add "Settings/Addressbook
    Configuration..."  Analogous to "Settings/Mail Configuration..." in
    evolution-mail.

    * evolution-addressbook-ldap.xml: removed.
    
2000-12-23  Jason Leach  <jasonleach@usa.net>

    * evolution-mail.xml: Added ellipsis to Settings menu entries that
      bring up dialogs.  Bug #1019.

2000-12-23  Michael Meeks  <michael@helixcode.com>

    * evolution-mail.xml: s/<menuitem\/>/<separator\/>/

    * evolution.xml: ditto.

2000-12-21  Michael Meeks  <michael@helixcode.com>

    * evolution.xml: remove wierd extraneous '>'

2000-12-14  Michael Meeks  <michael@helixcode.com>

    * evolution-executive-summary.xml: stop executive summary
    making the UI flicker when switching to / from it.

2000-12-19  JP Rosevear  <jpr@helixcode.com>

    * evolution-calendar.xml: Fix bug #635

2000-12-18  Chris Toshok  <toshok@helixcode.com>

    * evolution-addressbook.xml: give View->As Table its verb back so
    it works.

2000-12-14  Not Zed  <NotZed@HelixCode.com>

    * evolution-mail.xml: Added message hiding items.

2000-12-15  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-message-composer.xml: Added Security menu

2000-12-13  Ettore Perazzoli  <ettore@helixcode.com>

    * evolution-mail.xml: Make the forward button in the toolbar
    forward as an attachment.

2000-12-13  Radek Doulik  <rodo@helixcode.com>

    * evolution-message-composer.xml: redone shortcuts

2000-12-12  Radek Doulik  <rodo@helixcode.com>

    * evolution-message-composer.xml: removed Bold item from toolbar

2000-12-04  Dan Winship  <danw@helixcode.com>

    * evolution-mail.xml: Fix typo

2000-12-04  Ettore Perazzoli  <ettore@helixcode.com>

    * evolution-mail.xml: Renamed "MessageForward" to
    "MessageForwardInlined" and "MessageForwardAttach" to
    "MessageForwardAttached".  Make the attached forward the default,
    and the one advertised on the toolbar as well.

2000-12-01  Anna Marie Dirks  <anna@helixcode.com>

    * evolution.xml: Redid all the keyboard shortcuts to comply with GNOME
    standards. Removed unnecessary shortcuts from less commonly used menu 
    items, changed all references to "alt", etc. 
    * evolution-addressbook.xml: see above
    * evolution-mail.xml: see above
    * evolution-calendar.xml: Same as above, but I also reorganized menus slightly by moving "new appointment" from the edit menu to the file menu.   

2000-11-28  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-mail.xml: Added Save As...

2000-11-25  Ettore Perazzoli  <ettore@helixcode.com>

    * evolution-message-composer.xml: Make "Toolbar"'s behavior
    "exclusive".
    * evolution-task-editor-dialog.xml: Likewise.

2000-11-21  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-mail.xml: Moved ViewSource to the View menu and made
    it a toggle menu.

2000-11-16  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-mail.xml: Added View Message Source.

2000-11-15  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-mail.xml: Added Forward as Attachment.

2000-11-11  Christopher James Lahey  <clahey@helixcode.com>

    * evolution-contact-editor.xml: Added Send contact as attachment
    and Send to contact to menus.

2000-11-09  Anna Marie Dirks <anna@helixcode.com>
    * evolution-calendar.xml: Added (and cleaned up) keyboard shortcuts.
    * evolution-addressbook.xml: Added keyboard shortcuts.  

2000-11-08  Anna Marie Dirks <anna@helixcode.com>
    * evolution.xml: Added keyboard shortcuts to all shell menus.
    * evolution-mail.xml: Added keyboard shortcuts to all shell menus.

2000-11-08  Anna Marie Dirks <anna@helixcode.com>
        * evolution-message-composer.xml: Added keyboard shortcuts
    to all of the composer menus.

2000-11-07  Jesse Pavel   <jpavel@helixcode.com>

    * evolution-event-editor.xml: removed ``FIXME'' from the
    ``Schedule Meeting'' menu.

2000-11-06  Jeffrey Stedfast  <fejj@helixcode.com>

    * evolution-mail.xml: Updated Message menu.

2000-11-05  Christopher James Lahey  <clahey@helixcode.com>

    * evolution-contact-editor.xml: Added print envelope menus.  Added
    ...s.

2000-11-05  Michael Meeks  <michael@helixcode.com>

    * Makefile.am (uidir): kill all the bonob-ui-extract crud.

2000-11-02  Christopher James Lahey  <clahey@helixcode.com>

    * evolution-addressbook.xml: Removed QuickSearch widget.

2000-11-01  Radek Doulik  <rodo@helixcode.com>

    * evolution-message-composer.xml: added accel="*Control*Return" to
    FileSend
    replace FileSendNow with FileSend as FileSendNow wasn't defined
    
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