/[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 235
12004-02-26 18:08 frodo
2
3 * lib/psiconv/generate_common.c: (Frodo) Stupid typo-mistake
4
52004-02-26 17:27 frodo
6
7 * lib/psiconv/: generate_common.c, generate_driver.c,
8 generate_image.c, generate_layout.c, generate_page.c,
9 generate_texted.c, generate_word.c, parse_common.c,
10 parse_driver.c, parse_simple.c, parse_word.c: (Frodo) And even
11 more error work.
12
132004-02-26 16:58 frodo
14
15 * NEWS, lib/psiconv/generate_common.c,
16 lib/psiconv/generate_simple.c: (Frodo) Even better errors and
17 progress/debug info
18
192004-02-25 21:57 frodo
20
21 * lib/psiconv/: generate_common.c, generate_driver.c,
22 generate_image.c, generate_layout.c, generate_page.c,
23 generate_simple.c, generate_texted.c, generate_word.c, unicode.c,
24 unicode.h: (Frodo) Progress information while generating update
25
26 Much better progress information now, and better error reporting.
27
282004-02-25 21:56 frodo
29
30 * lib/psiconv/parse_image.c: (Frodo) Modify debugging level
31
32 The noise from parsing pictures was ridiculous. Now you have to
33 edit the C code and #define LOUD to have it shout at you like
34 that.
35
362004-02-25 17:12 frodo
37
38 * lib/psiconv/unicode.h: (Frodo) Fix on previous commit
39
402004-02-25 17:11 frodo
41
42 * NEWS, configure.in, debian/changelog, lib/psiconv/Makefile.am,
43 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
44 program/psiconv-config/psiconv-config: (Frodo) AbiWord work *
45 Update version to 0.9.3 * Update library version * New
46 functions psiconv_unicode_from_list and psiconv_unicode_strstr
47
482004-02-23 18:57 frodo
49
50 * ChangeLog, NEWS, TODO, debian/changelog, docs/configuration:
51 (Frodo) Final update for release 0.9.2
52
532004-02-23 18:36 frodo
54
55 * formats/generate_ascii.sh: (Frodo) Ouch. Forgot to add the -c arg
56 to psiconv at the right place
57
582004-02-23 18:23 frodo
59
60 * TODO, lib/psiconv/generate_word.c: (Frodo) Solve a few small
61 buglets
62
632004-02-23 18:23 frodo
64
65 * Makefile.am: (Frodo) Remove Debian from make dist
66
672004-02-23 18:01 frodo
68
69 * lib/psiconv/: Makefile.am, misc.c, parse_layout.c: (Frodo)
70 Buglets
71
722004-02-23 14:34 frodo
73
74 * formats/: Makefile.am, generate_ascii.sh, generate_html4.sh,
75 generate_xhtml.sh, psiconv.conf: (Frodo) Added configuration file
76 for formats Alls formats docs are now generated with a sane
77 configfile.
78
792004-02-23 14:33 frodo
80
81 * lib/psiconv/configuration.c: (Frodo) Buglet in configfile parsing
82 solved * Typo: eovar instead of eoval in one check
83
842004-02-23 14:08 frodo
85
86 * TODO, program/psiconv/psiconv.c: (Frodo) Psiconv program work *
87 Added -c option
88
892004-02-22 23:32 frodo
90
91 * lib/psiconv/configuration.c: (Frodo) Default configuration bug
92 fixed
93
94 * Now properly initialize default_configuration
95
962004-02-22 23:24 frodo
97
98 * etc/psiconv.conf.eg, lib/psiconv/configuration.c,
99 lib/psiconv/error.c, lib/psiconv/generate_common.c,
100 lib/psiconv/generate_layout.c, lib/psiconv/generate_simple.c,
101 lib/psiconv/generate_word.c, lib/psiconv/misc.c,
102 lib/psiconv/parse_common.c, lib/psiconv/parse_layout.c,
103 lib/psiconv/parse_simple.c, lib/psiconv/parse_word.c,
104 lib/psiconv/unicode.c, lib/psiconv/unicode.h,
105 program/psiconv/general.c: (Frodo) UTF8 work (it should now
106 actually work!)
107
108 * Replaced psiconv_unicode_from_char with
109 psiconv_unicode_read_char
110 and removed psiconv_unicode_from_chars
111 * Replaced psiconv_unicode_to_char with
112 psiconv_unicode_write_char
113 and removed psiconv_unicode_to_chars
114 * Rewrote psiconv_parse_text_section to be more sane, easier to
115 read
116 and to work with the above updates
117 * Updated all places where the psiconv_unicode_from/to_char
118 calls
119 were used
120 * Updated psiconv.conf.eg to reflect the correct character set
121 numbers
122 * Fixed a buglet that made it impossible to set verbosity to 5
123 in config
124 * Removed strange code in make_printable
125 * Rewrote the ENCODING_PSION option in the psiconv program to
126 work
127 with the new definitions.
128
1292004-02-21 14:24 frodo
130
131 * formats/: generate_html4.sh, generate_xhtml.sh: (Frodo) Work
132 around CDPATH bash bugs, as reported by Reuben Thomas
133
1342004-02-21 14:11 frodo
135
136 * Makefile.am, debian/changelog, debian/control, debian/copyright,
137 debian/libpsiconv6.copyright, debian/psiconv-doc.copyright,
138 debian/psiconv-doc.dirs, debian/psiconv-doc.install,
139 debian/rules: (Frodo) Debian stuff * psiconv-doc is now
140 independent of other packages
141
1422004-02-21 13:10 frodo
143
144 * Makefile.am, debian/changelog, debian/control, debian/rules,
145 program/psiconv-config/psiconv-config: (Frodo) Debian stuff *
146 Changed psiconv-dev to libpsiconv-dev * Bumped up the version
147 number
148
1492004-02-21 12:48 frodo
150
151 * program/psiconv-config/Makefile.am: (Frodo) Forgotten file
152
1532004-02-20 22:52 frodo
154
155 * configure.in, lib/psiconv/configuration.h: (Frodo) * Bumped
156 version numer to 0.9.2 * Fixed error handler bug (returned void
157 * instead of void)
158
1592004-02-10 18:24 frodo
160
161 * ChangeLog, configure.in, debian/control, debian/psiconv-doc.dirs,
162 debian/psiconv-doc.install, debian/psiconv.manpages,
163 debian/rules, program/psiconv-config/psiconv-config.man.in:
164 (Frodo) Final 0.9.1 commit * Added psiconv-config manpage *
165 Updated Debian build
166
12004-02-10 00:33 frodo 1672004-02-10 00:33 frodo
2 168
3 * ChangeLog, NEWS, debian/changelog, debian/control, 169 * ChangeLog, NEWS, debian/changelog, debian/control,
4 debian/libpsiconv6.dirs, debian/libpsiconv6.install, 170 debian/libpsiconv6.dirs, debian/libpsiconv6.install,
5 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A 171 debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A

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

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