Next: Q7.0.5, Previous: Q7.0.3, Up: Current Events
Many configure options have changed. Please run ./configure --help
to see what the new options are.
describe-installation
report libc version on Slackware – Youngs.
ls --dired
properly – Sperber.
One of the most exciting things is that this version of SXEmacs can download files from the internet _without_ the need of any XEmacs packages being installed. If you have libcurl and enable FFI in SXEmacs at build time, you can:
(require 'ffi-curl) (curl:download "http://www.somedomain.com/path/file" "/tmp/file")
To put your mind at ease, libcurl is NOT needed to build SXEmacs. The above will work even if you install libcurl after building/installing SXEmacs.
This drastically reduces the number of "Garbage Collecting" messages that you see in the echo area. Garbage collection is still happening, it is just not in your face as much.
Based on an idea from JWZ, if the backup can’t be written, try in ‘auto-save-directory’, and if that fails, fall back to $HOME.
Of course. The OpenSSL library itself is actually separated into two libraries: libcrypto and libssl. libcrypto is the part which comes to elisp with the current API. libssl is planned for the near future.
With this interface/gateway we now have access to the wonderful world of static cryptography (static here means no handshake/protocols/etc.).
The API contains:
This makes balloon-help windows infinitely better behaved. Thank you very much, Steve T.
Next: Q7.0.5, Previous: Q7.0.3, Up: Current Events