CVSROOT:        /cvs/gnome
Module name:    tomboy
Changes by:     orph    05/09/28 01:47:30

Modified files:
        Tomboy/Plugins : Makefile.am GalagoPresence.cs NoteOfTheDay.cs 
        Tomboy         : Watchers.cs PluginManager.cs NoteBuffer.cs 
        .              : configure.in 
Added files:
        Tomboy/Plugins : Evolution.cs 
        Tomboy         : NoteTag.cs 

Log message:
2005-09-27  Alex Graveley  <[EMAIL PROTECTED]>

* Tomboy/Plugins/Makefile.am: Build Evolution.dll.

* Tomboy/Plugins/GalagoPresence.cs: Update to using a custom
NoteTag to handle opening Galago person links.

* Tomboy/Plugins/Evolution.cs: New Evolution email linking plugin.
Handles dropped emails, inserting the message subject as a link
which when clicked opens the mail in Evolution.  Parsing the mime
message is done using Gmime#.

* Tomboy/Watchers.cs: In NoteSpellChecker, use
NoteTagTable.TagIsSpellCheckable().

In NoteUrlWatcher, connect to link:url's new NoteTag.Activated
signal to handle opening links, and remove an unnedded URL
massaging step.

In NoteLinkWatcher, connect to link:internal's and link:broken's
new NoteTag.Activated signal to handle opening links.

In MouseHandWatcher, remove link:internal click handling, and
handle mouse-hand hovering and key press events generically for
any "activatable" tags.

* Tomboy/PluginManager.cs: Use IsSubclassOf() for determining
plugin types, instead of explicitly comparing the base type.

* Tomboy/NoteBuffer.cs: Remove NoteTagTable.  Add support for
NoteTag's Read/Write serialization in NoteBufferArchiver.

* Tomboy/NoteTag.cs: New file, move NoteTagTable here, add new
NoteTag and DynamicNoteTag classes.

* configure.in: Add check for Gmime#, used by the new Evolution
plugin.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=tomboy&who=orph&date=explicit&mindate=2005-09-28%2001:46&maxdate=2005-09-28%2001:48

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to