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

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

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