~ubuntu-branches/ubuntu/gutsy/tomboy/gutsy-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-02-09 22:48:43 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070209224843-yfbivwi3cg0s5a71
Tags: 0.5.6-0ubuntu1
* New upstream release:
  + This is a bugfix-only release...
  + Fix multi-line indent in bulleted lists (#402338).
  + Fix panel icon sizing (#354416, #403500).
  + Fix search window timestamp when notes are changed (#378400).
  + Fix problem of formatting being applied to bullet chars (#403026).
  + Fix crashes opening help and preferences dialog from menu (#403290).
  + Fix to prevent note title from being bulleted (#403408).
  + Fix non-translatable strings in plugins (Mathias Hasselmann, #387579).
  + Fix NoteOfTheDay title rename from "NotD" to "Today".
  + And others (#356448, #403033, #403745)
* Tomboy/NoteTag.cs:
  + Fix wrong C# syntax that caused a FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-02-05  Boyd Timothy  <btimothy@gmail.com>
 
2
 
 
3
        * NEWS: Update for 0.5.6.
 
4
 
 
5
2007-02-05  Boyd Timothy  <btimothy@gmail.com>
 
6
 
 
7
        * Tomboy/Tray.cs: Only pad the icon when running as the panel applet.
 
8
        Additional fix for bug #403500.
 
9
 
 
10
2007-02-03  Boyd Timothy  <btimothy@gmail.com>
 
11
 
 
12
        * Tomboy/NoteManager.cs: Patch from Tommi Asiala to add a sentence about
 
13
        autosave in the start note.
 
14
 
 
15
2007-02-03  Boyd Timothy  <btimothy@gmail.com>
 
16
 
 
17
        * AUTHORS: Add Chris.
 
18
        
 
19
        * Tomboy/Tomboy.cs: Add Chris to the about dialog authors.
 
20
 
 
21
2007-02-02  Boyd Timothy  <btimothy@gmail.com>
 
22
 
 
23
        * Tomboy/Tray.cs: Don't scale small non-SVG icons in the panel or tray.
 
24
        Fixes bug #403500.
 
25
 
 
26
2007-02-02  Boyd Timothy  <btimothy@gmail.com>
 
27
 
 
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.
 
30
 
 
31
2007-02-02  Boyd Timothy  <btimothy@gmail.com>
 
32
 
 
33
        Patch from Mathias Hasselmann to fix bug #387579.
 
34
 
 
35
        * configure.in: Set up a custom INTLTOOL_UPDATE script to make xgettext
 
36
        PluginInfo aware.
 
37
        
 
38
        * pot-update.in: New file (this is the script).
 
39
        
 
40
        * Tomboy/PluginManager.cs: Add code to call Catalog.GetString for name
 
41
        and description.
 
42
        
 
43
        * Tomboy/Plugins/Backlinks.cs: Updated PluginInfo syntax so it's
 
44
        localizable.
 
45
        * Tomboy/Plugins/Bugzilla.cs: Ditto.
 
46
        * Tomboy/Plugins/StickyNotesImport.cs: Ditto.
 
47
        
 
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.
 
54
 
 
55
2007-02-02  Boyd Timothy  <btimothy@gmail.com>
 
56
 
 
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.
 
61
 
 
62
2007-02-02  Boyd Timothy  <btimothy@gmail.com>
 
63
 
 
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
 
69
        operations.
 
70
        
 
71
        * Tomboy/NoteWindow.cs: In RefreshState make the bulleted list toggle
 
72
        formatting menu item senstive only if CanMakeBulletedList returns true.
 
73
 
 
74
2007-02-02  Boyd Timothy  <btimothy@gmail.com>
 
75
 
 
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
 
81
        line with a depth.
 
82
 
 
83
2007-02-01  Boyd Timothy  <btimothy@gmail.com>
 
84
 
 
85
        * Tomboy/Applet.cs: Use the ShowPreferencesAction to show the preferences
 
86
        dialog.  Fixes bug #403290.
 
87
        
 
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.
 
92
        
 
93
        * Tomboy/Tray.cs: Removed PreferencesDialog handling here (moved to
 
94
        Tomboy.cs).
 
95
 
 
96
2007-02-01  Boyd Timothy  <btimothy@gmail.com>
 
97
 
 
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.
 
101
 
 
102
2007-01-31  Boyd Timothy  <btimothy@gmail.com>
 
103
 
 
104
        Patch from Chris Scobell to fix bug #403026:
 
105
        
 
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
 
110
        list item instead.
 
111
        
 
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.
 
116
 
 
117
2007-01-31  Boyd Timothy  <btimothy@gmail.com>
 
118
 
 
119
        The following files fix bug #378400 by allowing the search window to
 
120
        update when notes are saved.
 
121
        
 
122
        * Tomboy/Note.cs: Add a Saved event.
 
123
        
 
124
        * Tomboy/NoteManager.cs: Watch Note.Saved event.  Add NoteSaved
 
125
        event.
 
126
        
 
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.
 
130
 
 
131
2007-01-30  Boyd Timothy  <btimothy@gmail.com>
 
132
 
 
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.
 
136
 
 
137
2007-01-30  Boyd Timothy  <btimothy@gmail.com>
 
138
 
 
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.
 
142
 
 
143
2007-01-29  Boyd Timothy  <btimothy@gmail.com>
 
144
 
 
145
        * configure.in: Bump version to 0.5.6.
 
146
 
1
147
2007-01-29  Boyd Timothy  <btimothy@gmail.com>
2
148
 
3
149
        * NEWS: Update for 0.5.5.