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

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

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