September 25, 2007, 7:27 pm
Another release driven by patches sent in by Florian Delizy. This time some fixes went into making the plugin compile on windows xp (with support from Christopher Allene). We also adjusted the Makefile to make building on windows easier (please: if you are a windows user who knows what make is, please try to build the plugin and report to me)
FLorian also kindly provided a windows .dll. Please try it:
Download source and .dll here
September 24, 2007, 11:05 am
More changes from Florian Delizy:
Uses the smiley system instead of the img system to display formula
This has interesting enhancements:
- First smiley text stays available for copy, hence copy of the image,
copies the smiley text
- Second since smileys are cached, (using a checksum hash table), latex
formula are not calculated twice
- Third, this allows future implementation to actually send the custom
smiley to the peer (to be done)
- Forth, the buffer string does not get modified (simpler parsing
function)
Here’s its page
September 23, 2007, 6:40 pm
With some changes from Florian Delizy.
- This will remove the use of the script (so to make it usable under win32 for instance)
- This patch removes the script usage, .tex file is now generated directly from the C code,
and latex is directly called. There still is the convert call (which still implies the imagemagik dependency, but that’s a WIP)
Temporary files are now created in a temporary directory (using tmpnam), script is no longer used so deleted
- This patch stack on the two preceding patches and allow convert to be configured