File: ChangeLog

package info (click to toggle)
gbonds 2.0.3-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,900 kB
  • sloc: ansic: 11,021; sh: 9,201; xml: 1,216; makefile: 250
file content (205 lines) | stat: -rw-r--r-- 6,259 bytes parent folder | download | duplicates (7)
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
2008-11-15  Jim Evins  <evins@snaught.com>

	* data/download-sites.xml:
		Search Treasury ftp site by default.
	* data/Makefile.am:
	* data/sb200506.asc:
	* data/sb200512.asc:
	* data/sb200606.asc:
	* data/sb200612.asc:
	* data/sb200706.asc:
	* data/sb200712.asc:
	* data/sb200806.asc:
	* data/sb200812.asc:
		Added historical redemption data since last release.

2008-11-15  Jim Evins  <evins@snaught.com>

	* configure.in:
		Preparation for version 2.0.3.
	* src/commands.c: (gb_cmd_help_about):
	* src/doc-sbw.c: (gb_doc_sbw_open):
	* src/doc-sbw.h:
	* src/doc-xml.c: (xml_to_doc), (xml_parse_doc), (doc_to_xml):
	* src/file.c: (open_response), (gb_file_open_real),
	(import_response), (import_real), (gb_file_save),
	(save_as_response), (gb_file_close):
	* src/gbonds.c: (main):
	* src/prefs-dialog.c: (gb_prefs_dialog_construct),
	(rdate_range_page):
	* src/prefs.c: (gb_prefs_load_settings):
	* src/print-dialog.c: (gb_print_dialog), (print_response):
	* src/print.c: (gb_print), (print_info_new), (print_font),
	(print_bold), (print_bold_end), (print_show), (print_show_right),
	(print_show_center):
	* src/recent.c: (gb_recent_get_filename):
	* src/table-model.c: (append_tables_from_dir):
	* src/ui.c: (gb_ui_init):
	* src/update.c: (add_finish_page), (read_site_list):
	* src/view.c: (gb_view_get_selected_bond_list), (gb_view_copy),
	(selection_received_cb):
	* src/window.c: (gb_window_set_doc):
		Fixed various compiler warnings if compiled with "-O1 -Wall".
	
2008-11-15  Jim Evins  <evins@snaught.com>

	* src/doc-xml.c: (gb_doc_xml_open):
		Test xmldoc -- not doc.  This typo would test doc after
		xmlParseFile() which is not initialized.
	* src/recent.c:
		Include string.h.
	* src/splash.c: (gb_splash):
		Fix 2 small memory leaks.

2004-12-23  Jim Evins  <evins@snaught.com>

	* gbonds.spec.in:
		Don't install two .desktop files.

2004-12-23  Jim Evins  <evins@snaught.com>

	* data/Makefile.am:
		Added all historical redemption data files -- they get downloaded anyway,
		the 1st time update is run.  Backed out previous @icondir@ change.
	* data/gbonds.keys.in:
		Backed out previous @icondir@ change.
	* data/sb*.asc
		Added all historical redemption data files.

2004-12-22  Jim Evins  <evins@snaught.com>

	* src/update.c: (read_remote_file_callback),
	(close_remote_file_callback), (download_done):
		Although the 2nd download still fails on FC2 (G2.6), it will not poison
		the .gbonds directory with partial downloads.

2004-12-17  Jim Evins  <evins@snaught.com>

	* data/Makefile.am:
		New rule for creating gbonds.keys: substitute @icondir@.
	* data/gbonds.keys.in:
		Removed a couple of fields,and prefixed the icon filename with @icondir@/.
	
2004-12-17  Jim Evins  <evins@snaught.com>

	* gbonds.spec.in:
		Updated.

2004-12-17  Jim Evins  <evins@snaught.com>

	* pixmaps/gbonds-application-x-gbonds.png:
	* pixmaps/gbonds.png:
	* pixmaps/gbonds_logo.png:
		Renamed image files and checked in as binary.
	* pixmaps/Makefile.am:
		Renamed image files, added app_icon class of images.
	* data/gbonds.desktop.in:
	* data/gbonds.keys.in:
		Refer to mime icon.
	* src/gbonds.c:
	* src/update.c:
		Refer to app icon.

2004-12-17  Jim Evins  <evins@snaught.com>

	* src/update.c: (download_files), (read_remote_file_callback),
	(close_remote_file_callback):
		Code cleanup and additional debug points.

2004-12-17  Jim Evins  <evins@snaught.com>

	* src/update.c: (add_downloading_page), (download_files),
	(open_remote_file_callback), (read_remote_file_callback),
	(update_progress_bar):
		Removed deprecated use of GtkProgress APIs.

2004-12-16  Jim Evins  <evins@snaught.com>

	* Makefile.am:
	* acinclude.m4:
	* configure.in:
		Screwing with build environment.
	
2004-12-16  Jim Evins  <evins@snaught.com>

	* src/debug.c: (gb_debug_init), (gb_debug):
	* src/debug.h:
		Updated debug module to the cleaner design used in the CVS version of
		glabels, which is based on the similar module in the latest version of
		gedit.
	* src/gbonds.c: (main):
		Updated initialization of debug module.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/doc-sbw.c: (gb_doc_sbw_open):
		Fixed to match prototype.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/doc-xml.c: (xml_parse_doc):
		Fixed to match prototype.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/file.c: (gb_file_open), (open_response), (gb_file_import),
	(import_response), (gb_file_save_as), (save_as_response):
		Imported the wrong version of this file previously.  This one actually
		has all the glabels artifacts removed.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/doc.c: (gb_doc_get_type):
	* src/hig.c: (gb_hig_alert_get_type), (gb_hig_dialog_get_type),
	(gb_hig_category_get_type), (gb_hig_vbox_get_type),
	(gb_hig_hbox_get_type):
	* src/hig.h:
	* src/view.c: (gb_view_get_type):
	* src/view.h:
	* src/window.c: (gb_window_get_type):
	* src/window.h:
	* src/prefs-dialog.c: (gb_prefs_dialog_get_type):
	* src/table-model.c: (gb_table_model_get_type):
		Cleanup of get_type functions: unify style, and make sure they
		return GType.
		
	* src/Makefile.am:
	* src/file.c: (gl_file_open), (open_response), (gb_file_open_real),
	(import_real), (gl_file_save_as), (save_as_response):
		Use new file chooser, if available.

	* src/ui.c: (gb_ui_init), (gb_ui_unref):
	* src/ui.h:
	* src/window.c: (gb_window_destroy):
	* src/window.h:
		Added book-keeping to unreference recent-view at window destruction.

2004-12-16  Jim Evins  <evins@snaught.com>

	* data/Makefile.am:
		Added 2004 redemption files.  Added new freedesktop.org mime database
		stuff.
	* data/gbonds.desktop.in:
		Brought up-to-date.
	* data/gbonds.xml.in:
		New mime data database file.
	* data/sb200406.asc:
	* data/sb200412.asc:
		2004 redemption files.

2004-12-15  Jim Evins  <evins@snaught.com>

	* configure.in:
	* src/recent-files/Makefile.am:
	* src/recent-files/egg-recent-item.c:
	* src/recent-files/egg-recent-item.h:
	* src/recent-files/egg-recent-model.c:
	* src/recent-files/egg-recent-util.c:
	* src/recent-files/egg-recent-view-gtk.c:
	* src/recent-files/egg-recent-view.h:
		Updated to use newer version of egg-recent-files.
	* src/recent-files/egg-recent-vfs-utils.c:
	* src/recent-files/egg-recent-vfs-utils.h:
		Removed.
	* src/recent-files/egg-recent.h:
		Added.