File: ChangeLog

package info (click to toggle)
libhildonhelp 2.0.5.debian.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 436 kB
  • ctags: 357
  • sloc: ansic: 2,511; makefile: 192; sh: 26
file content (264 lines) | stat: -rw-r--r-- 7,879 bytes parent folder | download
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
2008-11-18 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Bumping dependency up to gtkhtml-3.14
	* Make it compile

2008-04-29 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Increased length of topic title buffer to prevent truncation
	* Fixes: NB#74594

2008-04-22 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Do not abort if a help file is not there.
	* Fixes: NB#84303

2008-03-05 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Set gtk_widget_hide() as the "response" signal handler for the help dialog 
	  instead of issuing gtk_widget_hide() after gtk_dialog_run() returns
	* Fixes: NB#79413

2007-10-19 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Version 1.9.7
	* Added gtk-doc
	* Forgot to commit
	* Forgot to move reference/hildon-help-docs.sgml to reference/hildon-help-docs.sgml.in
	* mkdir -p empty gtk-doc directory so the nodocs build doesn't fail

2007-10-11 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Trying dependency on libgtk2.0-dev ( >= 2:2.10.12-0osso16 )
	* Incremented dependency on libhildon1-dev to ( >= 1.99.0-1 )
	* Incremented dependency on libgtk2.0-dev to ( >= 2.10.12-0osso16 )

2007-10-10 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Version 1.9.6
	* Trivial: try help-contents-common icons before Hildon theme icons
	* Fixes: NB#69791, NB#67114

2007-07-25 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Version 1.9.5
	* Allow changing the help icon after the dialog is realized

2007-07-24 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Version 1.9.4
	* Skip empty folders
	* Fixes: NB#32083

2007-07-02 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Remove direct dependency on libpng and libjpeg via gdk_pixbuf_get_file_info()
	* Patch from Tommi Komulainen

2007-06-28 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Stop eating client messages
	* Fixes: NB#61917

2007-05-31 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Removed dependency on libart_lgpl

2007-03-15 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Re-implemented help dialog

2007-03-14 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Updated version in configure.ac to 1.9.0 (not 1.9.9)

2007-03-13 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Must distribute hildon-help-private.h

2007-03-13 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Renamed package to libhildonhelp0-1.9.9-0

2007-03-06 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Added -fPIC -DPIC to CFLAGS

2007-03-06 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Update the version in configure.ac

2007-03-06 Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Version 2.1.1
	* Don't realize the dialog in order to add the help hint. Instead, add a handler
	  for the "realize" signal and enable/disable the hint during the signal handler
	* Fixes NB#49086

2007-02-14  Gabriel Schulhof <gabriel.schulhof@nokia.com>

	* Version 2.1.0
	* Migrated to libhildon-1

2007-01-04  Gabriel Schulhof <gabriel.schulhof@nokia.com>
	
	* Version 2.0.9
	* libosso-help.c: When translation unavailable, fall back to en_GB
	* Fixes: NB#50011

2006-11-29  Jakub Pavelek <jakub.pavelek@nokia.com>
	
	* Version 2.0.8
	* src/graphics.c: changed the scaling of images in contents

2006-10-25 Jakub Pavelek <jakub.pavelek@nokia.com>

	* configure.ac: Generate also doc/Doxyfile
	* src/osso-helplib.h: Added file tag so that doxygen documentation
               will be generated for the file
	* doc/Doxyfile.in: Configuration for doxygen
	* doc/README: Short readme for document generation


2006-10-25 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/osso-helplib.c: Removed linefeed characters from source file.
	        Call osso_rpc_free_val for retval
	Fixes NB#42988

2006-08-31 Jakub Pavelek <jakub.pavelek@nokia.com>

	* version 2.0.6
	* src/dialog.c, src/filter.c: Changed to show hyperlinks in help
	  dialogs
	* src/osso-helplib.c, src/osso-helplib-private.h: Added two logical
	  id:s which are used from the help domain
	Fixes NB#38141

2006-08-28 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 2.0.5
	* src/browser.c, src/osso-helplib-private.h: Added functions
		browser_focus_forward_backward and browser_has_focus
		which are used for rocker key interaction

2006-08-23 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/browser.c: url_requested(): freeing the allocated buffer
	Fixes NB#38458

2006-08-23 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/browser.c: browser_show(): fixed file descriptor leak
	Fixes NB#38456

2006-08-04 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 2.0.3
	* src/filter.c: removed extra checks for change_history and change (not present in help contents anymore)

2006-08-04 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/Makefile.am: added -D_POSIX_SOURCE to libossohelp_la_CFLAGS

2006-08-04 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/browser.c: Do not interperet find on page searches as regexp
	Fixes NB#33749

2006-08-03 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/graphic.c: Removed referneces to picture popup code because
		that has been removed from UI Specs

2006-08-03 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/browser.c: In browser_has_selection() check that selection is also active
	Fixes NB#32554

2006-07-28 Jakub Pavelek <jakub.pavelek@nokia.com>

	* configure.ac, debian/control: Removed dependency to non used library hildon-base-lib
	Fixes N#33294

2006-07-18 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 2.0.2
	* src/osso-helplib.c:ossohelp_dialog_help_enable(): storing and checking the help signal for a dialog.
	Fixes NB#33600

2006-06-05 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 2.0.1
	* Merged from IT-2006: 
		src/browser.c: Previous fix for N#27708 caused crashing. Moved
		grabbing of focus to later point in code. This hopefully
		fixes the crashing.
	Fixes N#31679 N#27708

2006-05-30 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 2.0.0
	* debian/libosso-help-dev.install: removed installing of la files
	* debian/control: Removed dependency for gtkhtml-dev in libosso-help-dev
	Fixes N#31127


2006-05-30 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 1.5.10
	* debian/control: Added libxml2-dev to dependency of libosso-help-dev
		as required by integration
	* debian/control: Added libxml2-dev to build dependency of source
		package

2006-05-30 Jakub Pavelek <jakub.pavelek@nokia.com>

	* debian/control: Adding dependency for libpng12-dev, libjpeg62-dev
	* configure.ac, src/Makefile.am: Added checking for jpeg library
	* src/filter.c, src/graphic.c, src/osso-helplib-private.h:
		Added support for jpeg images in help
	Fixes N#30890 N#30895

2006-05-24 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 1.5.9
	* src/*.{c,h}: added license notice to all source and headers
	* COPYING: added the text of GNU LGPL v 2.1
	* debian/control: removed extra dependencies

2006-05-23 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 1.5.8
	* src/osso-helplib.c: Fixed ossohelp_getpath() when called with
		non NULL parameter.
	Fixes N#30388

2006-05-11 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 1.5.7
	* src/browser.c: Applied patch for hardkey interaction in help topic
		view. Now you can scroll with the hardkeys.
	Fixes N#27708

2006-05-09 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/browser.c: browser_zoom() Fixed zoom levels so that arbitary zoom
		levels works.

2006-05-08 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 1.5.6
	* src/contents.c: fixing the size of buffer to prevent truncation
	Fixes N#27078, N#26822, N#26825, N#27072, N#27349, N#27468

2006-04-05 Jakub Pavelek <jakub.pavelek@nokia.com>

	* Version 1.5.5
	* src/osso-helplib.c: 4KB per application would be saved if help library would allocate the help path dynamically inosso-helplib.c::ossohelp_getpath()
	Fixes N#22968

2006-04-05 Jakub Pavelek <jakub.pavelek@nokia.com>

	* src/osso-helplib.c: bring window to front
	Fixes N#22841