summaryrefslogtreecommitdiff
path: root/devel/flim
AgeCommit message (Collapse)AuthorFilesLines
2003-08-18Correct XEmacs support.minoura2-9/+8
Tested with xemacs214.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Convert to USE_NEW_TEXINFO.seb2-8/+5
While here fix a typo on EMACS_LISPPREFIX.
2003-04-23Require texinfo 4.5 or greaterjmc1-1/+2
2003-04-17Fix a typo in an Info entry. Bump revision to 2.uebayasi3-6/+6
2003-04-17Take care of a qkc(1)'s odd redirect behavior.uebayasi1-5/+8
2003-04-13Add & remove files, forgot in last.uebayasi4-144/+28
2003-04-13* Install Info docs. PR19079 from Ishit <ishit at pluto dot dti dot neuebayasi3-8/+39
dot jp>. * Do some Makefile/PLIST clean-ups. Bump revision.
2003-01-11Update to 1.14.5 (Demachiyanagi).uebayasi4-92/+85
Changes from 1.14.4: * smtp.el (smtp-send-buffer): Error if `smtp-server' is nil. * FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el. * FLIM-MK (install-flim): Avoid creating empty directory. * mime-parse.el (mime-parse-buffer): Require mmbuffer. * luna.el (luna-define-method): Clear method cache of child classes. * mime-ja.texi (CVS): Escape @. * luna.el (luna-define-method): Fix the bug that method cache is not cleard. * mime-en.texi (CVS): Fix Typo. (@ to @@). mime-ja.texi (CVS): Ditto. * std11.el: Update Copyright header. * std11.el (std11-non-atom-regexp): New constant. (std11-analyze-atom): New implementation to avoid error in current XEmacs UTF-2000 [may be caused by a bug about regexp]. * smtp.el (smtp-open-connection-function): Add doc. (smtp-end-of-line): Doc fix. * smtp.el (smtp-end-of-line): New variable. (smtp-read-response): Use it. (smtp-send-command): Use it. (smtp-send-data): Use it.
2002-10-19Use PKGNAME_PREFIX.minoura1-2/+2
2002-09-14Use mk/emacs.mk.uebayasi3-2/+158
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-06Update flim to 1.14.3jun2-5/+5
FLIM: Version 1.14.3 Merged MIME Parameter Value decoder. * mime-parse.el (mime-decode-parameter-value): Use one temporary buffer. * eword-decode.el (eword-encoded-word-regexp): Match for language. * mime-def.el (mime-charset-regexp): Updated for RFC2231. * mime-parse.el (mime-decode-parameter-value): New implementation; use temporary buffer for conversion. * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11, test-rfc2231-12): New testcases for language info. * mime-def.el (mime-content-type-parameter): Expand `mime-content-type-parameters'. * test/test-rfc2231.el: Made independent of internal representation of Content-Type. * FLIM-MK (check-flim): Limit filename of test files. * test/test-rfc2231.el: New file. * mime-parse.el (mime-decode-parameter-plist): Shortcut for parameters without extensions. * mime-def.el (make-mime-content-type): Don't reverse parameters. (make-mime-content-disposition): New function. (mime-decode-parameter-encode-segment): New function. (mime-decode-parameter-plist): New implementation. Switched from decode-then-concat to concat-then-decode model. * lunit.el (lunit-test-listener-*): Abolish generic interface. (lunit-test-result-notify): New function. (lunit-create-index-function): New function. * mel-b-dl.el: Don't do `dynamic-call' at compile-time. (base64-dl-handle): Don't eval at compile-time. Support for built-in `md5' of Emacs 21. * md5.el (md5-dl-module): Moved from md5-dl.el. Use it for test whether to require 'md5-dl. (hmac-md5-96): New function. (hmac-sha1-96): New function. * mime.el (mime-find-root-entity): Find root recursively. MIME Parameter Value decoder support. * mime-parse.el (mime-lexical-analyze): New function. (mime-decode-parameter-value, mime-decode-parameter-plist, mime-parse-alist-to-plist, mime-decode-parameter-alist): New functions. (mime-parse-parameters): New function. (mime-parse-Content-Type, mime-parse-Content-Disposition, mime-parse-Content-Transfer-Encoding): New implementation. (mime-read-Content-Type, mime-read-Content-Disposition, mime-read-Content-Transfer-Encoding): Ditto.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-20Re-import of "flim":jun6-0/+123
Emacs lisp library for message representation/encoding