File: ChangeLog

package info (click to toggle)
blogtk 1.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 836 kB
  • ctags: 147
  • sloc: python: 1,973; makefile: 72
file content (188 lines) | stat: -rw-r--r-- 7,786 bytes parent folder | download | duplicates (2)
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
BloGTK (1.1) unstable, urgency=high
	* Made generated code more XHTML compliant. <i> and <b> now replaced with
     <em> and <strong>. Alignment using CSS rather than deprecated (in XHTML
     1.0 Strict) align option.
   * Replaced broken SVG icon with high-res PNG.
	* Fixed problem where old entries on a WordPress blog could not be edited
     due to WP's lack of an 'mt-keywords' field.
	* Removed extra space in formatting toolbar.
	* Added scripting option to custom tags - this patch contributed by
     Keith Conger.
   * Fixed wrapping on boxes for extended entries and excerpts.

   -- Jay Reding (blogtk@jayreding.com)

BloGTK (1.0) unstable, urgency=high

   * BloGTK now displays the name of the currently selected blog in the title
     bar.
   * Removed the <u> tag, as it has been deprecated in XHTML 1.0. Replaced it
     with a CSS-based span tag.
   * Fixed problems with config data not being correctly saved.
   * Changed the overwrite file dialog to use Glade rather than creating a new
     dialog in code.
   * Improved the visual design of several dialogs throughout the application.
   * Improved error catching routines.

   -- Jay Reding (blogtk@jayreding.com) - 18 April 2004


BloGTK (0.96) unstable, urgency=low

   * Made the tag insertion code much less redundant. Made the tag insertion
     code much less redundant. Made the tag insertion code much less redundant.
   * Allowed for spellchecking of extended and excerpt entries.
   * Added sort to return an alphabetized list of categories.
   * Added code to Makefile that allows for BloGTK Glade file to be installed
     in a location other than the default.
   * Fixed problem with preview system not initializing properly.
   * Fixed problem with confirmation dialog of overwriting save file not being
     disposed of properly.
   * Added additional debugging code/error messages for faults in retrieving
     previous posts.
   * Added statusbar notification when the posting forms have been reset.

   -- Jay Reding <blogtk@jayreding.com> - 17 March 2004

BloGTK (0.95) unstable; urgency=high

   * Added spellcheck patch to fix bugs with users deselecting window.
   * Complete rewrite of the post editing window using GTK TreeViews.
   * Added code to allow variable number of posts in post recall system
   * Fixed bug in which MetaWeblog API support didn't include post titles.
   * Added code for extended entries, excerpts, and other options for 
     MovableType and MetaWeblog.
   * Fixed tooltips on toolbar items.

   -- Jay Reding <blogtk@jayreding.com> - 4 March 2004

BloGTK (0.9-1) unstable; urgency=high

   * Fixed showstopper bug with proxies.conf not being correctly created.
   * Fixed problem with selecting other blogs in the config screen.
   * Additional fixes to UI usability.

   -- Jay Reding <blogtk@jayreding.com> - 16 Feb 2004

BloGTK (0.9) unstable; urgency=low

   * Enhancements to UI usability. (Thanks to Eugenia Loli-Queru)
   * Title field now disabled for Blogger entries to avoid confusion
   * Config options to publish entries by default or not.
   * Config option to translate entries to ISO-8859-1 text encoding with 
     entities or leave text as UTF-8 (Unicode).
   * Modified link tag insertion system to be more intuitive.

   -- Jay Reding <blogtk@jayreding.com> - 15 Feb 2004

BloGTK (0.8-5) unstable; urgency=low

   * BloGTK now supports basic HTTP proxies either through an environment variable
     or a custom config setting.

   -- Jay Reding <blogtk@jayreding.com> - 20 Oct 2003

BloGTK (0.8) unstable; urgency=low

   * BloGTK now supports spell checking of posts using aspell
   * Added a function for creating a custom dictionary for spell checking
   * Enhanced the visual appearance of interface elements.
   * Fixed problems with new account information not being properly saved.

  -- Jay Reding <jay@jayreding.com> - 10 Oct 2003

BloGTK (0.7) unstable; urgency=low

   * BloGTK now supports multiple blogging accounts.
   * Added a function for previewing posts using gtkhtml2 through the main window

  -- Jay Reding <jay@jayreding.com> - 1 Oct 2003


BloGTK (0.6) unstable; urgency=low

   * When a new post is added, if you hit the post button again the post will be
     edited rather than created as new post.
   * Added new tag insertion tools for inserting <p> and <blockquote> tags.
   * Added new dialogs to insert images, links, and tables.
   * Added the ability to create an unlimited (well, at least as many as your 
     system can support) number of custom tags that can be inserted from the 
     toolbar, as well as a dialog to edit, add, and delete new tags.

 -- Jay Reding <jay@jayreding.com>

BloGTK (0.5-1) unstable; urgency=low

   * Added a toolbar button for adding strikethrough text. (Using XHTML 
     compliant code)
   * Fixed a bug where the default save location would not be cleared with a new
     entry.

 -- Jay Reding <jay@jayreding.com>

BloGTK (0.5) unstable; urgency=low

   * The recall posts preview window is no longer editable.
   * The tag insertion system has been fixed.
   * BloGTK now allows you to save posts to any arbitrary file. The format for 
     these posts is the standard Python cPickle module.

  -- Jay Reding <jay@jayreding.com>

BloGTK (0.4) unstable; urgency=low

   * You now have the option to edit and delete previous entries through a new 
     dialog. Movable Type and MetaWeblog entries will display by entry title in
     the entry combo box. Blogger posts will show up by ID. The window to the 
     right will allow you to preview the content of each post before making the
     decision to edit or delete it.
   * Added the backend for editing and deleting posts.
   * Added a tearable toolbar that allows you to select some basic formatting 
     options, as well as cut/copy/paste from the clipboard.
   * Added cut/copy/paste support from the Edit menu.
   * Insertion of tags from the menu should nest correctly. 
     (ie: <b><i><u></u></i></b> when the Bold, Italic, and Underline buttons are
     hit in sequence.)

  -- Jay Reding <jay@jayreding.com>

BloGTK (0.3) unstable; urgency=low

   * Added new icons by Ethan Zimmerman (http://www.ethanzimmerman.com/) These 
     icons make great icons for a desktop link.
   * It is now possible to change the font for the edit fields (for those with 
     bad eyesight such as yours truly.) You can do this through the Preferences 
     dialog. If you have text entered in either field, hitting 'Apply' will 
     preview the changes.
   * The program no longer clears the entry fields after a post in case there's
     an error. To write a new entry after posting, simply use the 'File/New' 
     menu command.
   * Fixed a bug where the posting routine would automatically publish on 
     Movable Type and MetaWeblog
   * Fixed an error where a variable error would occur when loading categories 
     from the blog selector.
   * Made the blog and category combos non-editable.
   * Implemented bugfixes on RedHat-based distros.
   * Made it so that posts can only be made when connected to a server.
   * Implemented fault catching on XML-RPC errors during initial connect.

  -- Jay Reding <jay@jayreding.com>

BloGTK (0.2) unstable; urgency=low

   * Near complete rewrite of old codebase.
   * Support for Blogger and MetaWeblog API blogging systems
   * Interface now drawn with Glade XML
   * Ability to select if an entry is published or not.
   * Tooltips added to many form elements for additional ease of use
   * Prefs location standardized to ~/.BloGTK/BloGTK.conf
   * Many functions now implemented as modules.

  -- Jay Reding <jay@jayreding.com>

BloGTK (0.1) unstable; urgency=low

   * Initial version of BloGTK
   * Support for MovableType

  -- Jay Reding <jay@jayreding.com>