1
2007-02-05 Boyd Timothy <btimothy@gmail.com>
3
* NEWS: Update for 0.5.6.
5
2007-02-05 Boyd Timothy <btimothy@gmail.com>
7
* Tomboy/Tray.cs: Only pad the icon when running as the panel applet.
8
Additional fix for bug #403500.
10
2007-02-03 Boyd Timothy <btimothy@gmail.com>
12
* Tomboy/NoteManager.cs: Patch from Tommi Asiala to add a sentence about
13
autosave in the start note.
15
2007-02-03 Boyd Timothy <btimothy@gmail.com>
19
* Tomboy/Tomboy.cs: Add Chris to the about dialog authors.
21
2007-02-02 Boyd Timothy <btimothy@gmail.com>
23
* Tomboy/Tray.cs: Don't scale small non-SVG icons in the panel or tray.
26
2007-02-02 Boyd Timothy <btimothy@gmail.com>
28
* Tomboy/Plugins/NoteOfTheDay.cs: Rename "NotD" -> "Today" so it's easier
29
to learn what the purpose of the Note of the Day plugin is for.
31
2007-02-02 Boyd Timothy <btimothy@gmail.com>
33
Patch from Mathias Hasselmann to fix bug #387579.
35
* configure.in: Set up a custom INTLTOOL_UPDATE script to make xgettext
38
* pot-update.in: New file (this is the script).
40
* Tomboy/PluginManager.cs: Add code to call Catalog.GetString for name
43
* Tomboy/Plugins/Backlinks.cs: Updated PluginInfo syntax so it's
45
* Tomboy/Plugins/Bugzilla.cs: Ditto.
46
* Tomboy/Plugins/StickyNotesImport.cs: Ditto.
48
* Tomboy/Plugins/Evolution.cs: Added initial plugin name and description.
49
* Tomboy/Plugins/ExportToHTML.cs: Ditto.
50
* Tomboy/Plugins/FixedWidth.cs: Ditto.
51
* Tomboy/Plugins/GalagoPresence.cs: Ditto.
52
* Tomboy/Plugins/NoteOfTheDay.cs: Ditto.
53
* Tomboy/Plugins/PrintNotes.cs: Ditto.
55
2007-02-02 Boyd Timothy <btimothy@gmail.com>
57
* Tomboy/NoteBuffer.cs: Patch from Chris Scobell to fix bug #403745. Fix
58
problem where upon deserialization bullets can get formatting tags due to
59
the order is which tags are applied. In the OnTagApplied handler remove
60
any existing tags if the tag being applied is a DepthNoteTag.
62
2007-02-02 Boyd Timothy <btimothy@gmail.com>
64
* Tomboy/NoteBuffer.cs: Patch from Chris Scobell to fix bug #403408. Add
65
a method 'CanMakeBulletedList' which returns true if the cursor is at a
66
line that can be made into a bulleted list (i.e., anything but the first
67
line which has the title). Add checks to IncreaseDepth, DecreaseDepth and
68
AddNewLine which use this method to determine if they should apply bullet
71
* Tomboy/NoteWindow.cs: In RefreshState make the bulleted list toggle
72
formatting menu item senstive only if CanMakeBulletedList returns true.
74
2007-02-02 Boyd Timothy <btimothy@gmail.com>
76
* Tomboy/NoteBuffer.cs: Patch from Chris Scobell to fix bug #403033. Fix
77
bug where an empty list item was being serialized as: "<list-item/> rather
78
than as "<list-item></list-item>" by using WriteFullEndElement instead of
79
WriteEndElement. Fix bug where if the last line in a note was part of a
80
bulleted list it would be incorrectly identified as having a following
83
2007-02-01 Boyd Timothy <btimothy@gmail.com>
85
* Tomboy/Applet.cs: Use the ShowPreferencesAction to show the preferences
86
dialog. Fixes bug #403290.
88
* Tomboy/Tomboy.cs: Handle opening the preferences dialog here so that both
89
the panel applet and notification area icon use this via ActionManager.
90
Also fixed OnShowHelpAction to prevent Tomboy from crashing when the user
91
accesses the help from the search window menu in panel applet mode.
93
* Tomboy/Tray.cs: Removed PreferencesDialog handling here (moved to
96
2007-02-01 Boyd Timothy <btimothy@gmail.com>
98
* libtomboy/gedit-print.c: Patch from Changwoo Ryu to add
99
xgettext:no-c-format to the line before "%A %x, %X" so translations
100
can be properly made for this string. Fixes bug #356448.
102
2007-01-31 Boyd Timothy <btimothy@gmail.com>
104
Patch from Chris Scobell to fix bug #403026:
106
* Tomboy/NoteBuffer.cs: Hook up a handler to the TagChanged signal on
107
the NoteBuffer which removes formatting tags from any bullets in the
108
selection. Modify the IsActiveTag and ToggleActiveTag methods so that
109
they ignore the bullet character and look at the first character in the
112
* Tomboy/NoteTag.cs: Remove the tag properties on the DepthNoteTags
113
that were previously used to override formatting tags. Give the
114
DepthNoteTags an explicit point size and tweak the indent so that
115
wrapped lines line up better.
117
2007-01-31 Boyd Timothy <btimothy@gmail.com>
119
The following files fix bug #378400 by allowing the search window to
120
update when notes are saved.
122
* Tomboy/Note.cs: Add a Saved event.
124
* Tomboy/NoteManager.cs: Watch Note.Saved event. Add NoteSaved
127
* Tomboy/RecentChanges.cs: Watch NoteManager.NoteSaved event. Update
128
list of notes when a NoteSaved event occurs. Save the current selection
129
when rebuilding the list of notes.
131
2007-01-30 Boyd Timothy <btimothy@gmail.com>
133
* Tomboy/Tray.cs: Take into account which direction the panel is
134
oriented (horizontally/vertically) and add a little padding around
135
the tray/panel icon. Additional fix for bug #354416.
137
2007-01-30 Boyd Timothy <btimothy@gmail.com>
139
* Tomboy/NoteBuffer.cs: Patch from Chris Scobell to adjust the
140
increase/decrease code to account for all lines that are highlighted
141
when increase/decrease are pressed. Fixes bug #402338.
143
2007-01-29 Boyd Timothy <btimothy@gmail.com>
145
* configure.in: Bump version to 0.5.6.
1
147
2007-01-29 Boyd Timothy <btimothy@gmail.com>
3
149
* NEWS: Update for 0.5.5.