summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
morioka [Sun, 9 Jun 1996 06:44:19 +0000 (06:44 +0000)]
Variable `mime-editor/message-default-sender-alist' was abolished.
morioka [Sun, 9 Jun 1996 06:40:26 +0000 (06:40 +0000)]
Variable `mime-editor/window-config-alist' was abolished.
morioka [Sun, 9 Jun 1996 06:35:10 +0000 (06:35 +0000)]
(mime-editor/split-and-send): New implementation.
morioka [Mon, 3 Jun 1996 17:39:10 +0000 (17:39 +0000)]
(mime-editor::edit-again): fixed about multipart.
morioka [Wed, 29 May 1996 09:57:53 +0000 (09:57 +0000)]
(mime-editor/define-charset, mime-editor/set-parameter): Function
`mime-set-parameter' was renamed to `mime-editor/set-parameter'.
morioka [Wed, 29 May 1996 09:54:28 +0000 (09:54 +0000)]
(mime-set-parameter): New implementation
(mime-editor/translate-single-part-tag): New function.
(mime-editor/translate-region): Use function
`mime-editor/translate-single-part-tag'.
morioka [Tue, 28 May 1996 15:15:33 +0000 (15:15 +0000)]
(mime-editor::edit-again): fixed.
morioka [Tue, 28 May 1996 12:09:10 +0000 (12:09 +0000)]
(mime/edit-again): fixed.
morioka [Tue, 28 May 1996 08:12:43 +0000 (08:12 +0000)]
(mime-editor::edit-again): modified for new tag rule.
morioka [Tue, 28 May 1996 03:03:21 +0000 (03:03 +0000)]
(mime-editor/insert-signature): Use variable `signature-file-name'
instead of `signature'.
morioka [Tue, 28 May 1996 02:52:49 +0000 (02:52 +0000)]
(mime-editor/multipart-beginning-regexp): Don't require begging
new-line.
(defconst mime-editor/multipart-end-regexp): Don't require begging
new-line.
(mime-editor/find-inmost): modified for new enclosure tag rule.
(mime-editor/translate-region): modified for new enclosure tag rule.
(mime-editor/enclose-region): modified for new enclosure tag rule.
morioka [Sun, 26 May 1996 05:04:20 +0000 (05:04 +0000)]
Add `(provide 'tm-edit)'.
Do `(run-hooks 'tm-edit-load-hook)' if variable `mime-edit-load-hook'
is not bound.
morioka [Sun, 26 May 1996 02:10:08 +0000 (02:10 +0000)]
(mime-editor/insert-binary-buffer): fixed.
(mime-editor/normalize-body): fixed.
morioka [Sat, 25 May 1996 20:47:32 +0000 (20:47 +0000)]
(mime-editor/normalize-body): fixed.
(mime-editor/content-end): Used function `invisible-p' and
`next-visible-point'.
morioka [Sat, 25 May 1996 20:05:20 +0000 (20:05 +0000)]
(mime-editor/insert-binary-buffer): Use function `invisible-region'
instead of `mime-flag-region'.
(mime-editor/normalize-body): Use function `visible-region' instead of
`mime-flag-region'.
(mime-editor/content-end): New implementation.
morioka [Sat, 25 May 1996 16:04:28 +0000 (16:04 +0000)]
(mime-editor/enquote-region): New command; bound to `C-c C-x q'.
(mime-editor/menu-list): New item for function
`mime-editor/enquote-region'.
morioka [Sat, 25 May 1996 15:52:44 +0000 (15:52 +0000)]
(mime-editor/process-multipart-1): Use function `string-equal' instead
of `string='.
morioka [Sat, 25 May 1996 15:48:33 +0000 (15:48 +0000)]
(mime-editor/process-multipart-1): fixed about condition of next tag
inserting.
morioka [Sat, 25 May 1996 15:36:58 +0000 (15:36 +0000)]
(mime-editor/enclose-region): fixed for new format.
morioka [Sat, 25 May 1996 15:15:03 +0000 (15:15 +0000)]
(mime-editor/insert-partial-header): Comment of Mime-Version field was
modified.
morioka [Sat, 25 May 1996 15:13:14 +0000 (15:13 +0000)]
(mime-editor/insert-tag): Don't insert unnecessary line break.
morioka [Sat, 25 May 1996 14:42:47 +0000 (14:42 +0000)]
(mime-editor/version-name): New constant.
(mime-editor/mime-version-value): Use constant
`mime-editor/version-name'.
(mime-editor/insert-partial-header): Use constant
`mime-editor/version-name'.
morioka [Fri, 24 May 1996 15:16:37 +0000 (15:16 +0000)]
(mime-editor/goto-tag): fixed for a tag without line break.
(mime-editor/normalize-body): fixed for a tag without line break.
morioka [Fri, 24 May 1996 14:56:34 +0000 (14:56 +0000)]
(mime-editor/translate-region): fixed for a part starting without line
break.
morioka [Fri, 24 May 1996 13:00:01 +0000 (13:00 +0000)]
(mime-editor/single-part-tag-regexp): It allows any column.
(mime-editor/quoted-single-part-tag-regexp): New constant.
(mime-editor/enquote-region): New function.
(mime-editor/dequote-region): New function.
(mime-editor/process-multipart-1): Processing for ``quote'' enclosure
was added.
(mime-editor/translate-body): Use function
`mime-editor/dequote-region'.
(mime-editor/mime-version-value): Comment was renamed.
morioka [Fri, 24 May 1996 08:44:56 +0000 (08:44 +0000)]
*** empty log message ***