File: ChangeLog

package info (click to toggle)
cbrpager 0.9.22-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 928 kB
  • sloc: ansic: 1,609; sh: 1,208; makefile: 44
file content (125 lines) | stat: -rw-r--r-- 6,074 bytes parent folder | download | duplicates (4)
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
2009/05/25 v0.9.20	- Zurd (zurd3+at+yahoo.com) suggested using the left
			mouse button to advance pages. As this wasn't
			user-configurable, I've hardcoded it for now. Also,
			the middle-button goes to the previous page (On some
			machines, clicking left+right buttons simultaneously
			simulates the middle button).
			- Zurd also suggested adding actual page number and
			number of pages to the window title.
2008/08/02 v0.9.19	- Avuton (avuton+at+gmail.com) send me a patch to
			allow reading .cb7 archives.
			- Mamoru (mtasaka+at+ioa.s.u-tokyo.ac.jp) observed
			that the magic signature of 7p archives is actually
			6 bytes long, so I combined Avuton's and this info
			to change the archive type checking mechanism -
			cleaning up the code (mine!) a little. Adding new
			types should be easier.
2008/05/28 v0.9.18	- A bug was reintroduced (and now corrected again),
			which caused problems with filenames containing
			special characters such as [] and {}.
2008/05/23 v0.9.17	- Several small adjustments to avoid warnings from
			(some?) compilers (Thanks Mamoru Tasaka)
			- A security patch, again from Mamoru Tasaka, applied
			to avoid problems with unsecure system() calls.
			- Bug corrected: Changes in accelerator assignment
			were not activated until the next program startup.
			Thay are now activated when 'Save' is selected.
2008/05/22 v0.9.16	- The French translation was finally enabled.
			- Keyboard shortcut configuration  should work now.
			- Page list routine in the works, but not enabled
			yet.
2007/06/01 v0.9.15	- A line was inadvertedly erased disabling horizontal
			navigation bar positions.
			- Thanks to nentuaby for reporting a problem with
			the sizing of the navbar when the icon are not
			standard. This should be solved too.
2005/09/04 v0.9.14	- Added two patches from Ilja Pyykknen (thanks!):
			  - Key management for zooming in/out/fit/original
			  and for opening files
			  - Catching an error if the file selected for 
			  opening is neither RAR nor ZIP.
			- The Spanish translation was updated and some
			corrections applied.
2005/06/20 v0.9.13	- Added a 'fit-to-width' scaling option, as
			suggested by Leif Sandstede (leif/at/Sandstede.de)
			- Had to update to glade-2.6.8 because else I
			wasn't compatible with the rest of the libs
			and couldn't edit the toolbar anymore. I hope
			this doesn't cause too much troubles.
			- The Spanish translation has been updated and
			corrected.
2005/06/05 v0.9.12	- Modified the 'Requesting page' to show the
			right page number.
			- Changed the filename management to process
			really long filenames (over 200 chars) correctly.
			(Thanks richardaburton/at/hotmail.com)
2005/02/26 v0.9.11	- Dual page viewing. Experimental! I don't use
			it very often, but many have asked for it.
			- Zoom to fit button. Fits the actual view to the
			window, and then maintains the same scale factor
			for the following pages.
			- Bug in the config window: 1/2 page selection
			didn't work as advertised (Thanks Seth)
			- Added a 'hide nav bar' option, so you can enjoy
			your comics without the navigation bar in the way.
			To re-enable it, or some other quick options,
			right-click on the image for access to the
			configuration window.
			- Added a popup window to options if the nav bar
			is not available.
			- Added <space> to advance and <backspace> to
			backup. <Shift-space> goes to the end, <Shift-
			backspace> to the start of the archive.
2005/01/06 v0.9.10	- As predicted, still woes with filename case. 
			Patiently James Reeves (re-)explained the problem,
			and, after eliminating quite a few lines, the
			program actually works better!
			Also thanks to John Paul Lorenti 
                        jplorenti[at]users.sourceforge.net for his patch.
			- Change pages with Left and Right cursor keys.
			Shift-Left and Shift-Right go to the first and
			last pages. (In a next version, I'll try and
			make this configurable) (reqd by several people)
2005/01/05 v0.9.9	- Recognise .zip files (Suggestion by Seth Cohn)
			I went one further. cbrpager will now open a file
			with _any_ extension, as long as it _is_ either a
			zip or a rar file.
			- I won't claim that the upper/lower case problem
			is solved. It always seems to linger. I did correct
			a problem, and I made a test archive with mixed
			.jpg, .JPG, .jpegs and it worked. Please report!
2005/01/02 v0.9.8	- All the best for 2005!
			- Problems with upper/lower case images in an
			archive should be resolved.
			- As a bonus, any mix of image types may be present
			in the archive.
			- The archive to be opened can be specified on
			the command line, permitting many file managers
			to be used to call cbrpager automatically (such
			as mc, rox, etc. Thanks James Reeves,
                        jreeves[at]monkeyengines.co.uk for the suggestion).
			- Page index not reset when loading a new archive,
			corrected by patch from James Reeves.
			- I've included a specfile for generating rpms
			(see the README file for use. Thanks Emmanuel Seyman
                        seyman[at]wanadoo.fr)
2004/12/15 v0.9.7	- Modification to the 'rar' command to allow
                        images to be in subdirectories (thanks to Ricardo
                        Veguilla <veguilla[at]hpcf.upr.edu>)
			- Added a specfile (thanks to Emmanuel Seyman 
			seyman[at]wanadoo.fr)
2004/11/05 v0.9.6	- upper case extensions of images in archive weren't
			be detected (.JPG and such). Sorry about that.
			- Updated the spanish translation
			- Modification to the 'rar' command to allow
			images to be in subdirectories (thanks to Ricardo 
			Veguilla <veguilla[at]hpcf.upr.edu>)
2004/10/25 v0.9.5	- Added .cbz files (recognized automatically)
			- Ignore upper/lower case changes in image names
			(and extensions).
2004/10/13 v0.9.4	- Added orientation control for the navigation
			bar (vertical/horizontal)
2004/10/06 v0.9.3	- Added tooltips to the navigator buttons
			- An error in the packaging: Spanish version didn't
			work.
2004/10/04 v0.9.2	- First public release