2008-12-15  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* NEWS: Update for 0.13.2.

2008-12-15  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* Tomboy/Note.cs:
	* Tomboy/RemoteControl.cs:
	* Tomboy/Synchronization/SyncDialog.cs:
	* Tomboy/Synchronization/SyncManager.cs: Add QueueSave to the end of
	Note.LoadForeignNoteXml. Callers can specify change type. Fixes a problem
	in sync (hard to reproduce) where downloaded notes never got saved to a
	note file, and on subsequent syncs they would appear to be deleted. This
	would cause mass deletion of notes.

2008-12-15  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* Tomboy/Utils.cs: Add some useful XmlWriterSettings static members. 
	The settings specify unix line endings, among other things.

	* Tomboy/NoteTag.cs: Note about why we're still using XmlTextWriter.

	* Tomboy/Note.cs:
	* Tomboy/Synchronization/TomboySyncClient.cs:
	* Tomboy/Synchronization/FileSystemSyncServer.cs: XmlTextWriter ->
	XmlWriter.

	* Tomboy/NoteBuffer.cs: When serializing the note buffer, make sure only
	unix line endings are used.  Fixes bug #559094.

2008-12-14  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* Tomboy/RecentChanges.cs: When activating a notebook row in the search
	UI (selecting and pressing Enter, or double-clicking), create a new
	note in that notebook instead of opening the template note.  Fixes
	bug #563738.

2008-12-14  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* Tomboy.mdp: Add the XSL to the project.

	* Tomboy/Addins/ExportToHtml/ExportToHtml.xsl: Use ToLower for internal
	links and anchor names, fixing bug #564150 (link text case may not
	match note title case).  Thanks to Stefan Schweizer for his patch.

	* Tomboy/Addins/ExportToHtml/ExportToHtmlNoteAddin.cs: Make
	String.ToLower available in the XSL.

2008-12-14  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* libtomboy/tomboyutil.c:
	* libtomboy/tomboyutil.h:
	* libtomboy/eggaccelerators.h:
	* libtomboy/tomboykeybinder.c:
	* libtomboy/tomboykeybinder.h:
	* Tomboy/Addins/PrintNotes/gedit-print.h:
	* Tomboy/Addins/PrintNotes/gedit-print.c:
	* Tomboy/Addins/PrintNotes/gtksourceprintjob.h:
	* Tomboy/Addins/PrintNotes/gtksourceprintjob.c: Cleaned up gtk and glib
	includes to use only toplevel headers. Fixes bug #564235, patch
	courtesy of Przemysław Grzegorczyk.

2008-12-01  Sandy Armstrong  <sanfordarmstrong@gmail.com>

	* configure.in:
	* Setup/Setup.wxs:
	* osx/Contents/Info.plist:
	* Tomboy/Defines.WIN32.cs: Bump version to 0.13.2.