+1998-06-24 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
+
+ * semi-def.el (mime-browse-url-regexp): Renamed from
+ `mime-text-url-regexp'.
+ (mime-browse-url): Renamed from `mime-text-browse-url'.
+ (mime-browse-add-url-buttons): Renamed from
+ `mime-text-add-url-buttons'.
+ (mime-browse-add-url-buttons-maybe): Renamed from
+ `mime-text-add-url-buttons-maybe'.
+
+ * mime-text.el: Moved URL stuff to semi-def.el.
+
+\f
1998-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* SEMI: Version 1.8.0 (Toyama) released.
`bbdb-buffer-name' to avoid compiler warning.
(mime-method-to-display-caesar): Abolish unused local variable.
-
+
Use `eval-buffer' to eval contents of
`mime-acting-situation-examples-file'.
* mime-parse.el: Move 'regexp-* and 'regexp-or to mime-def.el of
FLIM (Chao); move 'std11-quoted-pair-regexp, 'std11-qtext-regexp
- and 'std11-quoted-string-regexp to mime-def.el of FLIM (Chao).
+ and 'std11-quoted-string-regexp to mime-def.el of FLIM (Chao).
1998-05-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mime-play.el (mime-raw-play-entity): Abolish point correcting
procedures for VM.
-
+
* mime-play.el (mime-preview-play-current-entity): Do widen befor
playing the entity.
* mime-view.el (mime-raw-get-subject): Use
'mime-content-disposition-parameters.
-
+
* mime-play.el (mime-raw-get-original-filename): Use
'mime-content-disposition-parameters.
* mime-view.el (mime-view-body-visible-condition): New variable.
(mime-view-body-visible-p): Use `mime-view-body-visible-condition'
- instead of `mime-view-visible-media-type-list'.
+ instead of `mime-view-visible-media-type-list'.
Abolish `mime-view-visible-media-type-list'.
* mime-parse.el (mime-type/subtype-string): New function.
1997-09-05 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mime-parse.el: Abolish macro `define-structure'.
-
+
(make-mime-entity-info, mime-entity-info-rnum,
mime-entity-info-point-min, mime-entity-info-point-max,
mime-entity-info-parameters, mime-entity-info-encoding,
mime-entity-info-children): New implementation.
-
+
(mime-entity-info-media-type, mime-entity-info-media-subtype): New
inline function.
* mime-view.el (mime-view-insert-entity-button,
mime-preview/display-message/partial): Use `mime-insert-button'.
-
+
(mime-view-setup-buffers): Enclose codes to display preview-buffer
by `(let ((inhibit-read-only t)) ...)'.
Wed May 7 09:37:54 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mime-play.el: Don't require `view'.
-
+
Constant `mime-view-text/plain-mode-map' was abolished.
Function `mime-view-text/plain-mode' and
* mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
`mime-edit-toggle-mode' -> `mime-edit-mode'.
-
+
Alias `mime-mode' was abolished.
1997-03-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
(invisible-region, invisible-p, next-visible-point): New function;
copied from emu-19.el and emu-xemacs.el.
(visible-region): New function; copied from emu-19.el.
-
+
* mime-edit.el (mime-edit-make-boundary): New function.
(mime-edit-translate-body, mime-edit-translate-region): Use
`mime-edit-make-boundary'.
-
+
* mime-edit.el (replace-space-with-underline): New inline
function; copied from tl-str.el.
-
+
Sat Mar 1 02:07:00 1997 Tomohiko Morioka <tmorioka@mule.etl.go.jp>
* eword-encode.el (find-non-ascii-charset-region): New
* mime-text.el: `tm:mother-button-dispatcher' ->
`mime-button-mother-dispatcher'.
-
+
* mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
mime-view.el, mime-tar.el (mime-tar-set-properties):
`tm:add-button' -> `mime-add-button'.
-
+
* mime-file.el: Renamed from tm-file.el.
Wed Feb 26 13:01:25 1997 Tomohiko Morioka <tmorioka@mule.etl.go.jp>
quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
eword-Q-encoding-and-encoded-text-regexp): New constant; moved
from mime-def.el.
-
+
* mime-def.el (quoted-printable-hex-chars,
quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
eword-Q-encoding-and-encoded-text-regexp): Moved to
eword-decode.el.
-
+
* eword-decode.el (base64-token-regexp,
base64-token-padding-regexp, eword-B-encoded-text-regexp): New
constant; moved from mime-def.el.
-
+
* mime-def.el: Constant `base64-token-regexp',
`base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
were moved to eword-decode.el.
-
+
* mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
was abolished.
from `mime/field-encoding-method-alist'.
* eword-encode.el: Renamed from tm-ew-e.el.
-
+
* eword-decode.el: Renamed from tm-ew-d.el.
* mime-view.el: Don't require tm-def.
from `mime/field-encoding-method-alist'.
* eword-encode.el: Renamed from tm-ew-e.el.
-
+
* eword-decode.el: Renamed from tm-ew-d.el.
* mime-view.el: Don't require tm-def.
* mime-edit.el (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'.