/[public]/psiconv/trunk/ChangeLog
ViewVC logotype

Diff of /psiconv/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 209 Revision 246
12004-04-06 16:27 frodo
2
3 * ChangeLog, program/psiconv/psiconv.c: (Frodo) Fixed bug that made
4 compiling with gcc 2.95.x impossible
5
62004-03-22 21:08 frodo
7
8 * ChangeLog, configure.in, lib/psiconv/Makefile.am,
9 lib/psiconv/generate_image.c, lib/psiconv/parse_common.c,
10 program/psiconv-config/psiconv-config: (Frodo) Fix in color
11 generation algorithm
12
13 * Update version to 0.9.5
14 * Update patch level of library
15 * For greyscale pictures, white was translated as black. Not
16 good.
17
182004-03-17 18:31 frodo
19
20 * ChangeLog, NEWS, debian/changelog, lib/psiconv/Makefile.am:
21 (Frodo) Final 0.9.4 commit
22
232004-03-16 14:47 frodo
24
25 * ChangeLog, lib/psiconv/data.c, lib/psiconv/data.h: (Frodo) Sync
26
272004-03-09 00:20 frodo
28
29 * lib/psiconv/: data.c, data.h: (Frodo) Added forgotten function
30 free_word_style_list
31
322004-03-04 22:55 frodo
33
34 * examples/Word, lib/psiconv/data.h, lib/psiconv/image.c,
35 lib/psiconv/parse_image.c, program/psiconv-config/psiconv-config:
36 (Frodo) Bug fixes * Image colors correction (scale 0.0 to 1.0,
37 instead of 0.0 to less-than 1.0) * Bullet and indentation docs
38 update * Update version number
39
402004-02-28 18:09 frodo
41
42 * lib/psiconv/parse_common.c: (Frodo) Simplify routine a bit by
43 using the new psiconv_unicode_from_list
44
452004-02-26 22:33 frodo
46
47 * configure.in, lib/psiconv/Makefile.am,
48 lib/psiconv/parse_driver.c: (Frodo) Version nrs, case-insensitive
49 applid * Bump library patch level up by one * Update version
50 number to 0.9.4 * Make applid comparison case-insensitive
51
522004-02-26 18:12 frodo
53
54 * ChangeLog, NEWS, debian/changelog: (Frodo) Final 0.9.3 checkin
55
562004-02-26 18:08 frodo
57
58 * lib/psiconv/generate_common.c: (Frodo) Stupid typo-mistake
59
602004-02-26 17:27 frodo
61
62 * lib/psiconv/: generate_common.c, generate_driver.c,
63 generate_image.c, generate_layout.c, generate_page.c,
64 generate_texted.c, generate_word.c, parse_common.c,
65 parse_driver.c, parse_simple.c, parse_word.c: (Frodo) And even
66 more error work.
67
682004-02-26 16:58 frodo
69
70 * NEWS, lib/psiconv/generate_common.c,
71 lib/psiconv/generate_simple.c: (Frodo) Even better errors and
72 progress/debug info
73
742004-02-25 21:57 frodo
75
76 * lib/psiconv/: generate_common.c, generate_driver.c,
77 generate_image.c, generate_layout.c, generate_page.c,
78 generate_simple.c, generate_texted.c, generate_word.c, unicode.c,
79 unicode.h: (Frodo) Progress information while generating update
80
81 Much better progress information now, and better error reporting.
82
832004-02-25 21:56 frodo
84
85 * lib/psiconv/parse_image.c: (Frodo) Modify debugging level
86
87 The noise from parsing pictures was ridiculous. Now you have to
88 edit the C code and #define LOUD to have it shout at you like
89 that.
90
912004-02-25 17:12 frodo
92
93 * lib/psiconv/unicode.h: (Frodo) Fix on previous commit
94
952004-02-25 17:11 frodo
96
97 * NEWS, configure.in, debian/changelog, lib/psiconv/Makefile.am,
98 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
99 program/psiconv-config/psiconv-config: (Frodo) AbiWord work *
100 Update version to 0.9.3 * Update library version * New
101 functions psiconv_unicode_from_list and psiconv_unicode_strstr
102
1032004-02-23 18:57 frodo
104
105 * ChangeLog, NEWS, TODO, debian/changelog, docs/configuration:
106 (Frodo) Final update for release 0.9.2
107
1082004-02-23 18:36 frodo
109
110 * formats/generate_ascii.sh: (Frodo) Ouch. Forgot to add the -c arg
111 to psiconv at the right place
112
1132004-02-23 18:23 frodo
114
115 * TODO, lib/psiconv/generate_word.c: (Frodo) Solve a few small
116 buglets
117
1182004-02-23 18:23 frodo
119
120 * Makefile.am: (Frodo) Remove Debian from make dist
121
1222004-02-23 18:01 frodo
123
124 * lib/psiconv/: Makefile.am, misc.c, parse_layout.c: (Frodo)
125 Buglets
126
1272004-02-23 14:34 frodo
128
129 * formats/: Makefile.am, generate_ascii.sh, generate_html4.sh,
130 generate_xhtml.sh, psiconv.conf: (Frodo) Added configuration file
131 for formats Alls formats docs are now generated with a sane
132 configfile.
133
1342004-02-23 14:33 frodo
135
136 * lib/psiconv/configuration.c: (Frodo) Buglet in configfile parsing
137 solved * Typo: eovar instead of eoval in one check
138
1392004-02-23 14:08 frodo
140
141 * TODO, program/psiconv/psiconv.c: (Frodo) Psiconv program work *
142 Added -c option
143
1442004-02-22 23:32 frodo
145
146 * lib/psiconv/configuration.c: (Frodo) Default configuration bug
147 fixed
148
149 * Now properly initialize default_configuration
150
1512004-02-22 23:24 frodo
152
153 * etc/psiconv.conf.eg, lib/psiconv/configuration.c,
154 lib/psiconv/error.c, lib/psiconv/generate_common.c,
155 lib/psiconv/generate_layout.c, lib/psiconv/generate_simple.c,
156 lib/psiconv/generate_word.c, lib/psiconv/misc.c,
157 lib/psiconv/parse_common.c, lib/psiconv/parse_layout.c,
158 lib/psiconv/parse_simple.c, lib/psiconv/parse_word.c,
159 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
160 program/psiconv/general.c: (Frodo) UTF8 work (it should now
161 actually work!)
162
163 * Replaced psiconv_unicode_from_char with
164 psiconv_unicode_read_char
165 and removed psiconv_unicode_from_chars
166 * Replaced psiconv_unicode_to_char with
167 psiconv_unicode_write_char
168 and removed psiconv_unicode_to_chars
169 * Rewrote psiconv_parse_text_section to be more sane, easier to
170 read
171 and to work with the above updates
172 * Updated all places where the psiconv_unicode_from/to_char
173 calls
174 were used
175 * Updated psiconv.conf.eg to reflect the correct character set
176 numbers
177 * Fixed a buglet that made it impossible to set verbosity to 5
178 in config
179 * Removed strange code in make_printable
180 * Rewrote the ENCODING_PSION option in the psiconv program to
181 work
182 with the new definitions.
183
1842004-02-21 14:24 frodo
185
186 * formats/: generate_html4.sh, generate_xhtml.sh: (Frodo) Work
187 around CDPATH bash bugs, as reported by Reuben Thomas
188
1892004-02-21 14:11 frodo
190
191 * Makefile.am, debian/changelog, debian/control, debian/copyright,
192 debian/libpsiconv6.copyright, debian/psiconv-doc.copyright,
193 debian/psiconv-doc.dirs, debian/psiconv-doc.install,
194 debian/rules: (Frodo) Debian stuff * psiconv-doc is now
195 independent of other packages
196
1972004-02-21 13:10 frodo
198
199 * Makefile.am, debian/changelog, debian/control, debian/rules,
200 program/psiconv-config/psiconv-config: (Frodo) Debian stuff *
201 Changed psiconv-dev to libpsiconv-dev * Bumped up the version
202 number
203
2042004-02-21 12:48 frodo
205
206 * program/psiconv-config/Makefile.am: (Frodo) Forgotten file
207
2082004-02-20 22:52 frodo
209
210 * configure.in, lib/psiconv/configuration.h: (Frodo) * Bumped
211 version numer to 0.9.2 * Fixed error handler bug (returned void
212 * instead of void)
213
2142004-02-10 18:24 frodo
215
216 * ChangeLog, configure.in, debian/control, debian/psiconv-doc.dirs,
217 debian/psiconv-doc.install, debian/psiconv.manpages,
218 debian/rules, program/psiconv-config/psiconv-config.man.in:
219 (Frodo) Final 0.9.1 commit * Added psiconv-config manpage *
220 Updated Debian build
221
2222004-02-10 00:33 frodo
223
224 * ChangeLog, NEWS, debian/changelog, debian/control,
225 debian/libpsiconv6.dirs, debian/libpsiconv6.install,
226 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A
227 few last-minute deb changes
228
12004-02-10 00:12 frodo 2292004-02-10 00:12 frodo
2 230
3 * lib/psiconv/configuration.c, lib/psiconv/configuration.h, 231 * lib/psiconv/configuration.c, lib/psiconv/configuration.h,
4 lib/psiconv/data.c, lib/psiconv/generate_common.c, 232 lib/psiconv/data.c, lib/psiconv/generate_common.c,
5 lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, 233 lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c,

Legend:
Removed from v.209  
changed lines
  Added in v.246

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26