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

Diff of /psiconv/trunk/ChangeLog

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

Revision 210 Revision 253
12004-04-30 00:05 frodo
2
3 * configure.in, program/psiconv/gen_image.c,
4 program/psiconv/magick-aux.h: (Frodo) Keep ImageMagick happy on
5 Solaris
6
7 It needs a #include <time.h>.
8
92004-04-29 23:57 frodo
10
11 * formats/html4_links.sh: (Frodo) And after the Solaris changes, it
12 now works again on Linux
13
14 Don't you love shell scripting?
15
162004-04-29 23:43 frodo
17
18 * formats/: generate_html4.sh, html4_links.sh, index_html.sh:
19 (Frodo) Solaris /bin/sh compatibility updates
20
21 /bin/sh on Solaris is just braindead, if you are used to bash (or
22 even Sun's ksh)
23
242004-04-29 21:40 frodo
25
26 * compat/Makefile.am, program/psiconv/gen_image.c: (Frodo) Solaris
27 build fixes
28
29 * gen_image fixes (didn't I do these before?!?)
30 * Building shared libs
31
322004-04-28 23:28 frodo
33
34 * compat/Makefile.am: (Frodo) Fixed compat directory LIBOBJS
35 handling
36
37 Mandated by newer autoconf/automake/libtool versions.
38
392004-04-06 16:38 frodo
40
41 * ChangeLog, NEWS, debian/changelog: (Frodo) Final 0.9.5 commit
42
432004-04-06 16:27 frodo
44
45 * ChangeLog, program/psiconv/psiconv.c: (Frodo) Fixed bug that made
46 compiling with gcc 2.95.x impossible
47
482004-03-22 21:08 frodo
49
50 * ChangeLog, configure.in, lib/psiconv/Makefile.am,
51 lib/psiconv/generate_image.c, lib/psiconv/parse_common.c,
52 program/psiconv-config/psiconv-config: (Frodo) Fix in color
53 generation algorithm
54
55 * Update version to 0.9.5
56 * Update patch level of library
57 * For greyscale pictures, white was translated as black. Not
58 good.
59
602004-03-17 18:31 frodo
61
62 * ChangeLog, NEWS, debian/changelog, lib/psiconv/Makefile.am:
63 (Frodo) Final 0.9.4 commit
64
652004-03-16 14:47 frodo
66
67 * ChangeLog, lib/psiconv/data.c, lib/psiconv/data.h: (Frodo) Sync
68
692004-03-09 00:20 frodo
70
71 * lib/psiconv/: data.c, data.h: (Frodo) Added forgotten function
72 free_word_style_list
73
742004-03-04 22:55 frodo
75
76 * examples/Word, lib/psiconv/data.h, lib/psiconv/image.c,
77 lib/psiconv/parse_image.c, program/psiconv-config/psiconv-config:
78 (Frodo) Bug fixes * Image colors correction (scale 0.0 to 1.0,
79 instead of 0.0 to less-than 1.0) * Bullet and indentation docs
80 update * Update version number
81
822004-02-28 18:09 frodo
83
84 * lib/psiconv/parse_common.c: (Frodo) Simplify routine a bit by
85 using the new psiconv_unicode_from_list
86
872004-02-26 22:33 frodo
88
89 * configure.in, lib/psiconv/Makefile.am,
90 lib/psiconv/parse_driver.c: (Frodo) Version nrs, case-insensitive
91 applid * Bump library patch level up by one * Update version
92 number to 0.9.4 * Make applid comparison case-insensitive
93
942004-02-26 18:12 frodo
95
96 * ChangeLog, NEWS, debian/changelog: (Frodo) Final 0.9.3 checkin
97
982004-02-26 18:08 frodo
99
100 * lib/psiconv/generate_common.c: (Frodo) Stupid typo-mistake
101
1022004-02-26 17:27 frodo
103
104 * lib/psiconv/: generate_common.c, generate_driver.c,
105 generate_image.c, generate_layout.c, generate_page.c,
106 generate_texted.c, generate_word.c, parse_common.c,
107 parse_driver.c, parse_simple.c, parse_word.c: (Frodo) And even
108 more error work.
109
1102004-02-26 16:58 frodo
111
112 * NEWS, lib/psiconv/generate_common.c,
113 lib/psiconv/generate_simple.c: (Frodo) Even better errors and
114 progress/debug info
115
1162004-02-25 21:57 frodo
117
118 * lib/psiconv/: generate_common.c, generate_driver.c,
119 generate_image.c, generate_layout.c, generate_page.c,
120 generate_simple.c, generate_texted.c, generate_word.c, unicode.c,
121 unicode.h: (Frodo) Progress information while generating update
122
123 Much better progress information now, and better error reporting.
124
1252004-02-25 21:56 frodo
126
127 * lib/psiconv/parse_image.c: (Frodo) Modify debugging level
128
129 The noise from parsing pictures was ridiculous. Now you have to
130 edit the C code and #define LOUD to have it shout at you like
131 that.
132
1332004-02-25 17:12 frodo
134
135 * lib/psiconv/unicode.h: (Frodo) Fix on previous commit
136
1372004-02-25 17:11 frodo
138
139 * NEWS, configure.in, debian/changelog, lib/psiconv/Makefile.am,
140 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
141 program/psiconv-config/psiconv-config: (Frodo) AbiWord work *
142 Update version to 0.9.3 * Update library version * New
143 functions psiconv_unicode_from_list and psiconv_unicode_strstr
144
1452004-02-23 18:57 frodo
146
147 * ChangeLog, NEWS, TODO, debian/changelog, docs/configuration:
148 (Frodo) Final update for release 0.9.2
149
1502004-02-23 18:36 frodo
151
152 * formats/generate_ascii.sh: (Frodo) Ouch. Forgot to add the -c arg
153 to psiconv at the right place
154
1552004-02-23 18:23 frodo
156
157 * TODO, lib/psiconv/generate_word.c: (Frodo) Solve a few small
158 buglets
159
1602004-02-23 18:23 frodo
161
162 * Makefile.am: (Frodo) Remove Debian from make dist
163
1642004-02-23 18:01 frodo
165
166 * lib/psiconv/: Makefile.am, misc.c, parse_layout.c: (Frodo)
167 Buglets
168
1692004-02-23 14:34 frodo
170
171 * formats/: Makefile.am, generate_ascii.sh, generate_html4.sh,
172 generate_xhtml.sh, psiconv.conf: (Frodo) Added configuration file
173 for formats Alls formats docs are now generated with a sane
174 configfile.
175
1762004-02-23 14:33 frodo
177
178 * lib/psiconv/configuration.c: (Frodo) Buglet in configfile parsing
179 solved * Typo: eovar instead of eoval in one check
180
1812004-02-23 14:08 frodo
182
183 * TODO, program/psiconv/psiconv.c: (Frodo) Psiconv program work *
184 Added -c option
185
1862004-02-22 23:32 frodo
187
188 * lib/psiconv/configuration.c: (Frodo) Default configuration bug
189 fixed
190
191 * Now properly initialize default_configuration
192
1932004-02-22 23:24 frodo
194
195 * etc/psiconv.conf.eg, lib/psiconv/configuration.c,
196 lib/psiconv/error.c, lib/psiconv/generate_common.c,
197 lib/psiconv/generate_layout.c, lib/psiconv/generate_simple.c,
198 lib/psiconv/generate_word.c, lib/psiconv/misc.c,
199 lib/psiconv/parse_common.c, lib/psiconv/parse_layout.c,
200 lib/psiconv/parse_simple.c, lib/psiconv/parse_word.c,
201 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
202 program/psiconv/general.c: (Frodo) UTF8 work (it should now
203 actually work!)
204
205 * Replaced psiconv_unicode_from_char with
206 psiconv_unicode_read_char
207 and removed psiconv_unicode_from_chars
208 * Replaced psiconv_unicode_to_char with
209 psiconv_unicode_write_char
210 and removed psiconv_unicode_to_chars
211 * Rewrote psiconv_parse_text_section to be more sane, easier to
212 read
213 and to work with the above updates
214 * Updated all places where the psiconv_unicode_from/to_char
215 calls
216 were used
217 * Updated psiconv.conf.eg to reflect the correct character set
218 numbers
219 * Fixed a buglet that made it impossible to set verbosity to 5
220 in config
221 * Removed strange code in make_printable
222 * Rewrote the ENCODING_PSION option in the psiconv program to
223 work
224 with the new definitions.
225
2262004-02-21 14:24 frodo
227
228 * formats/: generate_html4.sh, generate_xhtml.sh: (Frodo) Work
229 around CDPATH bash bugs, as reported by Reuben Thomas
230
2312004-02-21 14:11 frodo
232
233 * Makefile.am, debian/changelog, debian/control, debian/copyright,
234 debian/libpsiconv6.copyright, debian/psiconv-doc.copyright,
235 debian/psiconv-doc.dirs, debian/psiconv-doc.install,
236 debian/rules: (Frodo) Debian stuff * psiconv-doc is now
237 independent of other packages
238
2392004-02-21 13:10 frodo
240
241 * Makefile.am, debian/changelog, debian/control, debian/rules,
242 program/psiconv-config/psiconv-config: (Frodo) Debian stuff *
243 Changed psiconv-dev to libpsiconv-dev * Bumped up the version
244 number
245
2462004-02-21 12:48 frodo
247
248 * program/psiconv-config/Makefile.am: (Frodo) Forgotten file
249
2502004-02-20 22:52 frodo
251
252 * configure.in, lib/psiconv/configuration.h: (Frodo) * Bumped
253 version numer to 0.9.2 * Fixed error handler bug (returned void
254 * instead of void)
255
2562004-02-10 18:24 frodo
257
258 * ChangeLog, configure.in, debian/control, debian/psiconv-doc.dirs,
259 debian/psiconv-doc.install, debian/psiconv.manpages,
260 debian/rules, program/psiconv-config/psiconv-config.man.in:
261 (Frodo) Final 0.9.1 commit * Added psiconv-config manpage *
262 Updated Debian build
263
12004-02-10 00:33 frodo 2642004-02-10 00:33 frodo
2 265
3 * ChangeLog, NEWS, debian/changelog, debian/control, 266 * ChangeLog, NEWS, debian/changelog, debian/control,
4 debian/libpsiconv6.dirs, debian/libpsiconv6.install, 267 debian/libpsiconv6.dirs, debian/libpsiconv6.install,
5 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A 268 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A

Legend:
Removed from v.210  
changed lines
  Added in v.253

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