/[public]/psiconv/trunk/configure.in
ViewVC logotype

Log of /psiconv/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 350 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 19:53:16 2014 UTC (9 years, 5 months ago) by frodo
File length: 9501 byte(s)
Diff to previous 344
(Frodo) Add manpage for psiconf.conf


Revision 344 - (view) (annotate) - [select for diffs]
Modified Mon Oct 20 11:45:31 2014 UTC (9 years, 5 months ago) by frodo
File length: 9472 byte(s)
Diff to previous 343
(Frodo) Bump version to 0.9.9


Revision 343 - (view) (annotate) - [select for diffs]
Modified Mon Oct 20 11:44:17 2014 UTC (9 years, 5 months ago) by frodo
File length: 9472 byte(s)
Diff to previous 270
(Frodo) Support for GraphicsMagick library
  * Add IMAGEMAGICK_API 100 for GraphicsMagick and supporting code
  * Rewrite GetMagickFileList to return a null-terminated array of pointers
    (instead of using prev/next)


Revision 270 - (view) (annotate) - [select for diffs]
Modified Tue Nov 15 15:52:34 2005 UTC (18 years, 4 months ago) by frodo
File length: 8994 byte(s)
Diff to previous 269
(Frodo) Updated all copyright notices for 2005
        Changed email addresses
        Made the examples part of the archive


Revision 269 - (view) (annotate) - [select for diffs]
Modified Tue Nov 15 14:59:54 2005 UTC (18 years, 4 months ago) by frodo
File length: 8976 byte(s)
Diff to previous 256
(Frodo) Prepare for version 0.9.8


Revision 256 - (view) (annotate) - [select for diffs]
Modified Fri Feb 25 21:02:30 2005 UTC (19 years, 1 month ago) by frodo
File length: 8976 byte(s)
Diff to previous 255
(Frodo) Update for 0.9.7


Revision 255 - (view) (annotate) - [select for diffs]
Modified Fri Feb 25 20:36:25 2005 UTC (19 years, 1 month ago) by frodo
File length: 8976 byte(s)
Diff to previous 253
(Frodo) Support ImageMagick 6


Revision 253 - (view) (annotate) - [select for diffs]
Modified Thu Apr 29 22:14:09 2004 UTC (19 years, 11 months ago) by frodo
File length: 7927 byte(s)
Diff to previous 252
(Frodo) Bump up the libary version and program version


Revision 252 - (view) (annotate) - [select for diffs]
Modified Thu Apr 29 22:05:23 2004 UTC (19 years, 11 months ago) by frodo
File length: 7927 byte(s)
Diff to previous 244
(Frodo) Keep ImageMagick happy on Solaris

It needs a #include <time.h>.


Revision 244 - (view) (annotate) - [select for diffs]
Modified Mon Mar 22 20:08:09 2004 UTC (20 years ago) by frodo
File length: 7892 byte(s)
Diff to previous 237
(Frodo) Fix in color generation algorithm

  * Update version to 0.9.5
  * Update patch level of library
  * For greyscale pictures, white was translated as black. Not good.


Revision 237 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 21:33:52 2004 UTC (20 years, 1 month ago) by frodo
File length: 7892 byte(s)
Diff to previous 228
(Frodo) Version nrs, case-insensitive applid
  * Bump library patch level up by one
  * Update version number to 0.9.4
  * Make applid comparison case-insensitive


Revision 228 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 16:11:17 2004 UTC (20 years, 1 month ago) by frodo
File length: 7892 byte(s)
Diff to previous 212
(Frodo) AbiWord work
  * Update version to 0.9.3
  * Update library version
  * New functions psiconv_unicode_from_list and psiconv_unicode_strstr


Revision 212 - (view) (annotate) - [select for diffs]
Modified Fri Feb 20 21:52:34 2004 UTC (20 years, 1 month ago) by frodo
File length: 7892 byte(s)
Diff to previous 210
(Frodo)
  * Bumped version numer to 0.9.2
  * Fixed error handler bug (returned void * instead of void)


Revision 210 - (view) (annotate) - [select for diffs]
Modified Tue Feb 10 17:24:18 2004 UTC (20 years, 1 month ago) by frodo
File length: 7892 byte(s)
Diff to previous 207
(Frodo) Final 0.9.1 commit
  * Added psiconv-config manpage
  * Updated Debian build


Revision 207 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 22:09:16 2004 UTC (20 years, 1 month ago) by frodo
File length: 7850 byte(s)
Diff to previous 204
(Frodo) Last fixes for the extra directory move


Revision 204 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 22:44:29 2004 UTC (20 years, 1 month ago) by frodo
File length: 7842 byte(s)
Diff to previous 197
(Frodo) psiconv-config program plus bugfixes

  * Bumped up the version number to 0.9.1
  * Bumped up the library version to 0.6.1
  * Added the psiconv-config program (for autoconf use by third parties)
  * Added the psiconv_config_free function
  * Fixed the installation ($includedir/include/general.h)


Revision 197 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 14:32:28 2004 UTC (20 years, 1 month ago) by frodo
File length: 7772 byte(s)
Diff to previous 193
(Frodo) Configuration file installation and location

  * Add the --with-etcdir configuration option
  * Install psiconv.conf.eg and (if not yet present) psiconv.conf


Revision 193 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 21:56:48 2004 UTC (20 years, 1 month ago) by frodo
File length: 7368 byte(s)
Diff to previous 186
(Frodo) Make the formats stuff work again

  * Amend the configure.in to select the right targets
  * Remove RTF support (it never worked anyway)
  * Update the links creation scripts

And in the psiconv program and library:
  * Some fixes to reduce compiler warnings
  * Emit tabs as spaces in the HTML4/XHTML generators


Revision 186 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 22:31:16 2004 UTC (20 years, 2 months ago) by frodo
File length: 7673 byte(s)
Diff to previous 163
(Frodo) Fixed autoconf problem with newer versions


Revision 163 - (view) (annotate) - [select for diffs]
Modified Sat Nov 22 22:17:04 2003 UTC (20 years, 4 months ago) by frodo
File length: 7620 byte(s)
Diff to previous 152
(Frodo) Some more work on objects:
  * Bumped up major library version
  * Corrected parsing of sketch_section, changed struct
  * parse_sketch_section does not have the is_object flag anymore


Revision 152 - (view) (annotate) - [select for diffs]
Modified Tue Nov 11 18:58:55 2003 UTC (20 years, 4 months ago) by frodo
File length: 7620 byte(s)
Diff to previous 148
(Frodo) Many build updates:
  * Automake 1.6 and 1.7 support
  * Autoconf 2.5x support
  * ImageMagick 5.4.x and 5.5.x support
  * Format documentation will now be installed


Revision 148 - (view) (annotate) - [select for diffs]
Modified Fri May 10 16:02:01 2002 UTC (21 years, 10 months ago) by frodo
File length: 7110 byte(s)
Diff to previous 147
(Frodo) Update to version 0.8.4


Revision 147 - (view) (annotate) - [select for diffs]
Modified Fri May 10 15:55:55 2002 UTC (21 years, 10 months ago) by frodo
File length: 7110 byte(s)
Diff to previous 142
(Frodo) UTF-8 support (Keita Kawabe, keite.kawabe@mpq.mpg.de)


Revision 142 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 18:38:38 2002 UTC (22 years, 2 months ago) by frodo
File length: 7109 byte(s)
Diff to previous 126
(Frodo) DMALLOC support


Revision 126 - (view) (annotate) - [select for diffs]
Modified Mon Jul 16 17:51:39 2001 UTC (22 years, 8 months ago) by frodo
File length: 6531 byte(s)
Diff to previous 118
(Frodo) Preparation for release 0.8.2


Revision 118 - (view) (annotate) - [select for diffs]
Modified Sat Jun 30 13:36:39 2001 UTC (22 years, 9 months ago) by frodo
File length: 6531 byte(s)
Diff to previous 116
(Frodo) Now compiles again with newest ImageMagick.


Revision 116 - (view) (annotate) - [select for diffs]
Modified Sun Jun 17 18:44:28 2001 UTC (22 years, 9 months ago) by frodo
File length: 6649 byte(s)
Diff to previous 97
(Frodo) Update to libtool-1.4, autoconf-2.50


Revision 97 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 20:36:50 2001 UTC (23 years, 2 months ago) by frodo
File length: 6585 byte(s)
Diff to previous 94
(Frodo) Another small Sheet improvement: sheet formula list


Revision 94 - (view) (annotate) - [select for diffs]
Modified Wed Jan 17 00:05:08 2001 UTC (23 years, 2 months ago) by frodo
File length: 6583 byte(s)
Diff to previous 79
(Frodo) Start of Sheet support: base types defined, page and status section
        parsed, supporting definitions in data.c


Revision 79 - (view) (annotate) - [select for diffs]
Modified Mon Dec 25 22:25:33 2000 UTC (23 years, 3 months ago) by frodo
File length: 6583 byte(s)
Diff to previous 75
(Frodo) Added a complete buffer abstraction


Revision 75 - (view) (annotate) - [select for diffs]
Modified Sun Dec 24 17:26:24 2000 UTC (23 years, 3 months ago) by frodo
File length: 6583 byte(s)
Diff to previous 70
(Frodo) Several things:

 * Added the extra directory to the build process, added a README.
 * Made checkuid compile cleanly
 * Added rewrite utility


Revision 70 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 22:07:49 2000 UTC (23 years, 3 months ago) by frodo
File length: 6568 byte(s)
Diff to previous 66
(Frodo) Fixed style inheritance from Normal


Revision 66 - (view) (annotate) - [select for diffs]
Modified Fri Dec 15 17:17:45 2000 UTC (23 years, 3 months ago) by frodo
File length: 6568 byte(s)
Diff to previous 58
(Frodo) All formats tested, with a little luck most problems are now caught


Revision 58 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 16:49:40 2000 UTC (23 years, 3 months ago) by frodo
File length: 6568 byte(s)
Diff to previous 57
(Frodo) Revamped directory structure, rescues a few files from CVS limbo


Revision 57 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 16:13:24 2000 UTC (23 years, 3 months ago) by frodo
File length: 6510 byte(s)
Diff to previous 54
(Frodo) general.h is now installed


Revision 54 - (view) (annotate) - [select for diffs]
Modified Thu Nov 30 20:09:13 2000 UTC (23 years, 4 months ago) by frodo
File length: 6510 byte(s)
Diff to previous 53
(Frodo) Important X-encoding-related bug that made psiconv fail on large
        documents


Revision 53 - (view) (annotate) - [select for diffs]
Modified Sat Oct 21 00:49:13 2000 UTC (23 years, 5 months ago) by frodo
File length: 6510 byte(s)
Diff to previous 52
(Frodo) YES! Fixed everything - ImageMagick should now finally work!


Revision 52 - (view) (annotate) - [select for diffs]
Modified Wed Oct 4 19:02:04 2000 UTC (23 years, 5 months ago) by frodo
File length: 6053 byte(s)
Diff to previous 50
(Frodo) Now finally ImageMagick 5 works correctly.


Revision 50 - (view) (annotate) - [select for diffs]
Modified Mon Jul 17 21:12:44 2000 UTC (23 years, 8 months ago) by frodo
File length: 5799 byte(s)
Diff to previous 49
(Frodo) ImageMagick support should work now; at least, we have now a
        GetMagickInfo check. Now we wait for the new ImageMagick release.


Revision 49 - (view) (annotate) - [select for diffs]
Modified Fri Jul 14 20:44:40 2000 UTC (23 years, 8 months ago) by frodo
File length: 5497 byte(s)
Diff to previous 46
(Frodo) First stab at ImageMagick 5 support. Still problems with listing
        all filetypes, though.


Revision 46 - (view) (annotate) - [select for diffs]
Modified Sat Dec 4 21:46:45 1999 UTC (24 years, 3 months ago) by frodo
File length: 5495 byte(s)
Diff to previous 36
(Frodo) Final commit for 0.6.1

New formats files


Revision 36 - (view) (annotate) - [select for diffs]
Modified Thu Dec 2 18:05:36 1999 UTC (24 years, 4 months ago) by frodo
File length: 5495 byte(s)
Diff to previous 21
(Frodo) Release 0.6.0. Several minor things found when compiling.


Revision 21 - (view) (annotate) - [select for diffs]
Modified Wed Oct 27 15:30:34 1999 UTC (24 years, 5 months ago) by frodo
File length: 5496 byte(s)
Diff to previous 19
(Frodo) Added getopt_long support for systems without it, as well as a minor
        typo.


Revision 19 - (view) (annotate) - [select for diffs]
Modified Wed Oct 27 14:29:40 1999 UTC (24 years, 5 months ago) by frodo
File length: 5449 byte(s)
Diff to previous 16
(Frodo) Added configuration options for more warnings


Revision 16 - (view) (annotate) - [select for diffs]
Modified Wed Oct 13 16:08:59 1999 UTC (24 years, 5 months ago) by frodo
File length: 3987 byte(s)
Diff to previous 15
(Frodo) Added ImageMagick detection and configuration. No code to use it yet.


Revision 15 - (view) (annotate) - [select for diffs]
Modified Wed Oct 13 15:02:21 1999 UTC (24 years, 5 months ago) by frodo
File length: 3483 byte(s)
Diff to previous 7
(Frodo) Latest parse_paint_section changes

It still is not perfect, but it is certainly coming along


Revision 7 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 18:19:26 1999 UTC (24 years, 5 months ago) by frodo
File length: 3482 byte(s)
Diff to previous 2
(Frodo) Added --enable-rtf-docs flag in configure, and scripts needed to
        generate RTF docs

No substitution of links is done yet.


Revision 2 - (view) (annotate) - [select for diffs]
Added Sun Oct 3 21:10:47 1999 UTC (24 years, 5 months ago) by frodo
File length: 3174 byte(s)
Imported sources


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

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