/[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 244
12004-03-17 18:31 frodo
2
3 * ChangeLog, NEWS, debian/changelog, lib/psiconv/Makefile.am:
4 (Frodo) Final 0.9.4 commit
5
62004-03-16 14:47 frodo
7
8 * ChangeLog, lib/psiconv/data.c, lib/psiconv/data.h: (Frodo) Sync
9
102004-03-09 00:20 frodo
11
12 * lib/psiconv/: data.c, data.h: (Frodo) Added forgotten function
13 free_word_style_list
14
152004-03-04 22:55 frodo
16
17 * examples/Word, lib/psiconv/data.h, lib/psiconv/image.c,
18 lib/psiconv/parse_image.c, program/psiconv-config/psiconv-config:
19 (Frodo) Bug fixes * Image colors correction (scale 0.0 to 1.0,
20 instead of 0.0 to less-than 1.0) * Bullet and indentation docs
21 update * Update version number
22
232004-02-28 18:09 frodo
24
25 * lib/psiconv/parse_common.c: (Frodo) Simplify routine a bit by
26 using the new psiconv_unicode_from_list
27
282004-02-26 22:33 frodo
29
30 * configure.in, lib/psiconv/Makefile.am,
31 lib/psiconv/parse_driver.c: (Frodo) Version nrs, case-insensitive
32 applid * Bump library patch level up by one * Update version
33 number to 0.9.4 * Make applid comparison case-insensitive
34
352004-02-26 18:12 frodo
36
37 * ChangeLog, NEWS, debian/changelog: (Frodo) Final 0.9.3 checkin
38
392004-02-26 18:08 frodo
40
41 * lib/psiconv/generate_common.c: (Frodo) Stupid typo-mistake
42
432004-02-26 17:27 frodo
44
45 * lib/psiconv/: generate_common.c, generate_driver.c,
46 generate_image.c, generate_layout.c, generate_page.c,
47 generate_texted.c, generate_word.c, parse_common.c,
48 parse_driver.c, parse_simple.c, parse_word.c: (Frodo) And even
49 more error work.
50
512004-02-26 16:58 frodo
52
53 * NEWS, lib/psiconv/generate_common.c,
54 lib/psiconv/generate_simple.c: (Frodo) Even better errors and
55 progress/debug info
56
572004-02-25 21:57 frodo
58
59 * lib/psiconv/: generate_common.c, generate_driver.c,
60 generate_image.c, generate_layout.c, generate_page.c,
61 generate_simple.c, generate_texted.c, generate_word.c, unicode.c,
62 unicode.h: (Frodo) Progress information while generating update
63
64 Much better progress information now, and better error reporting.
65
662004-02-25 21:56 frodo
67
68 * lib/psiconv/parse_image.c: (Frodo) Modify debugging level
69
70 The noise from parsing pictures was ridiculous. Now you have to
71 edit the C code and #define LOUD to have it shout at you like
72 that.
73
742004-02-25 17:12 frodo
75
76 * lib/psiconv/unicode.h: (Frodo) Fix on previous commit
77
782004-02-25 17:11 frodo
79
80 * NEWS, configure.in, debian/changelog, lib/psiconv/Makefile.am,
81 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
82 program/psiconv-config/psiconv-config: (Frodo) AbiWord work *
83 Update version to 0.9.3 * Update library version * New
84 functions psiconv_unicode_from_list and psiconv_unicode_strstr
85
862004-02-23 18:57 frodo
87
88 * ChangeLog, NEWS, TODO, debian/changelog, docs/configuration:
89 (Frodo) Final update for release 0.9.2
90
912004-02-23 18:36 frodo
92
93 * formats/generate_ascii.sh: (Frodo) Ouch. Forgot to add the -c arg
94 to psiconv at the right place
95
962004-02-23 18:23 frodo
97
98 * TODO, lib/psiconv/generate_word.c: (Frodo) Solve a few small
99 buglets
100
1012004-02-23 18:23 frodo
102
103 * Makefile.am: (Frodo) Remove Debian from make dist
104
1052004-02-23 18:01 frodo
106
107 * lib/psiconv/: Makefile.am, misc.c, parse_layout.c: (Frodo)
108 Buglets
109
1102004-02-23 14:34 frodo
111
112 * formats/: Makefile.am, generate_ascii.sh, generate_html4.sh,
113 generate_xhtml.sh, psiconv.conf: (Frodo) Added configuration file
114 for formats Alls formats docs are now generated with a sane
115 configfile.
116
1172004-02-23 14:33 frodo
118
119 * lib/psiconv/configuration.c: (Frodo) Buglet in configfile parsing
120 solved * Typo: eovar instead of eoval in one check
121
1222004-02-23 14:08 frodo
123
124 * TODO, program/psiconv/psiconv.c: (Frodo) Psiconv program work *
125 Added -c option
126
1272004-02-22 23:32 frodo
128
129 * lib/psiconv/configuration.c: (Frodo) Default configuration bug
130 fixed
131
132 * Now properly initialize default_configuration
133
1342004-02-22 23:24 frodo
135
136 * etc/psiconv.conf.eg, lib/psiconv/configuration.c,
137 lib/psiconv/error.c, lib/psiconv/generate_common.c,
138 lib/psiconv/generate_layout.c, lib/psiconv/generate_simple.c,
139 lib/psiconv/generate_word.c, lib/psiconv/misc.c,
140 lib/psiconv/parse_common.c, lib/psiconv/parse_layout.c,
141 lib/psiconv/parse_simple.c, lib/psiconv/parse_word.c,
142 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
143 program/psiconv/general.c: (Frodo) UTF8 work (it should now
144 actually work!)
145
146 * Replaced psiconv_unicode_from_char with
147 psiconv_unicode_read_char
148 and removed psiconv_unicode_from_chars
149 * Replaced psiconv_unicode_to_char with
150 psiconv_unicode_write_char
151 and removed psiconv_unicode_to_chars
152 * Rewrote psiconv_parse_text_section to be more sane, easier to
153 read
154 and to work with the above updates
155 * Updated all places where the psiconv_unicode_from/to_char
156 calls
157 were used
158 * Updated psiconv.conf.eg to reflect the correct character set
159 numbers
160 * Fixed a buglet that made it impossible to set verbosity to 5
161 in config
162 * Removed strange code in make_printable
163 * Rewrote the ENCODING_PSION option in the psiconv program to
164 work
165 with the new definitions.
166
1672004-02-21 14:24 frodo
168
169 * formats/: generate_html4.sh, generate_xhtml.sh: (Frodo) Work
170 around CDPATH bash bugs, as reported by Reuben Thomas
171
1722004-02-21 14:11 frodo
173
174 * Makefile.am, debian/changelog, debian/control, debian/copyright,
175 debian/libpsiconv6.copyright, debian/psiconv-doc.copyright,
176 debian/psiconv-doc.dirs, debian/psiconv-doc.install,
177 debian/rules: (Frodo) Debian stuff * psiconv-doc is now
178 independent of other packages
179
1802004-02-21 13:10 frodo
181
182 * Makefile.am, debian/changelog, debian/control, debian/rules,
183 program/psiconv-config/psiconv-config: (Frodo) Debian stuff *
184 Changed psiconv-dev to libpsiconv-dev * Bumped up the version
185 number
186
1872004-02-21 12:48 frodo
188
189 * program/psiconv-config/Makefile.am: (Frodo) Forgotten file
190
1912004-02-20 22:52 frodo
192
193 * configure.in, lib/psiconv/configuration.h: (Frodo) * Bumped
194 version numer to 0.9.2 * Fixed error handler bug (returned void
195 * instead of void)
196
1972004-02-10 18:24 frodo
198
199 * ChangeLog, configure.in, debian/control, debian/psiconv-doc.dirs,
200 debian/psiconv-doc.install, debian/psiconv.manpages,
201 debian/rules, program/psiconv-config/psiconv-config.man.in:
202 (Frodo) Final 0.9.1 commit * Added psiconv-config manpage *
203 Updated Debian build
204
12004-02-10 00:33 frodo 2052004-02-10 00:33 frodo
2 206
3 * ChangeLog, NEWS, debian/changelog, debian/control, 207 * ChangeLog, NEWS, debian/changelog, debian/control,
4 debian/libpsiconv6.dirs, debian/libpsiconv6.install, 208 debian/libpsiconv6.dirs, debian/libpsiconv6.install,
5 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A 209 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A

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

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