1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405
|
1997-03-14 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.3 was released.
Fri Mar 14 07:40:13 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL-MK (config-mel): New function; load "MEL-CFG".
* MEL-CFG: New file.
Wed Mar 12 06:31:16 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL-MK: mk-mel was renamed to MEL-MK.
Mon Mar 10 15:15:09 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-u.el: Variable `mime/tmp-dir' was abolished.
Require mel.
(uuencode-external-decoder): Use variable `mime-temp-directory'
instead of `mime/tmp-dir'.
(uuencode-external-decode-region): Use variable
`mime-temp-directory' instead of `mime/tmp-dir'.
* mel.el (mime-temp-directory): New variable.
* mel-u.el (uuencode-external-decode-region): Use
`as-binary-input-file'.
1997-03-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.2.3 was released.
* mel-g.el (gzip64-external-encoder, gzip64-external-decoder): Use
`exec-installed-p' instead of `file-installed-p' to search
mmencode.
1997-03-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.2.2 was released.
* mel-g.el (gzip64-external-encoder, gzip64-external-decoder):
Search mmencode from `exec-path'. (cf. [xemacs-beta:3730])
Wed Jan 1 11:01:44 1997 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.2.1 was released.
Wed Dec 28 13:57:22 1996 Martin Buchholz <mrb@Eng.Sun.COM>
* mk-mel: Use variable `default-directory' instead of `(getenv
"PWD")'. (cf. [tm-en:1084])
* Makefile: A makefile command like `cd some-dir; do-something' is
generally better written as: `cd some-dir && do-something' since
if the cd fails (usually because of a coding or file-system error)
the do-something is not executed in the wrong
directory. (cf. [tm-en:1084])
Wed Dec 25 06:30:59 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.2 was released.
* mel.el (mime-encoding-method-alist, mime-decoding-method-alist,
mime-file-encoding-method-alist): Add DOC-string.
Wed Dec 25 01:08:47 1996 Steven L Baur <steve@miranova.com>
* mel.el: to decode `x-uuencode'. (cf. [tm-en:1062])
Thu Oct 31 16:05:41 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.0.1 was released.
Mon Oct 28 12:53:09 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (quoted-printable-insert-encoded-file): New constant.
(q-encoding-encode-string): New implementation; Function
`q-encoding-encode-string-for-text',
`q-encoding-encode-string-for-comment' and
`q-encoding-encode-string-for-phrase' were abolished.
Mon Sep 23 16:53:19 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 6.0 was released.
* mel.el (mime-file-encoding-method-alist): Use function
`insert-binary-file-contents-literally'.
Fri Aug 23 07:31:32 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 5.6.1 was released.
Thu Aug 22 14:49:14 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL-ELS: Variable `mel-el-files' and `mel-elc-files' were
abolished.
Thu Aug 22 14:47:45 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mk-mel: Variable `el-file-mode' was abolished.
Function `install-el', `install-el-files', `install-elc' and
`install-elc-files' were abolished.
(install-mel): Use function `install-elisp-modules'.
Mon Aug 19 16:55:27 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mk-mel (compile-mel): Use function `compile-elisp-modules'.
Mon Aug 19 16:53:14 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL-ELS (mel-modules): changed to list of symbols.
* mk-mel: mel-els was renamed to MEL-ELS.
Thu Jun 27 22:28:57 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 5.6 was released.
Wed Jun 26 16:25:13 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-g.el (gzip64-external-encode-region): regularize line break
code (for OS/2).
Wed Jun 26 16:23:39 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-g.el (gzip64-external-encode-region): Use macro
`as-binary-process'.
(gzip64-external-decode-region): Use macro `as-binary-process'.
Wed Jun 26 16:21:11 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-u.el (uuencode-external-encode-region): regularize line
break code (for OS/2).
Wed Jun 26 16:18:39 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-u.el (uuencode-external-encode-region): Use macro
`as-binary-process'.
(uuencode-external-decode-region): Use macro `as-binary-process'.
Wed Jun 26 16:13:39 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (quoted-printable-external-encode-region): Use macro
`as-binary-process'.
(quoted-printable-external-decode-region): Use macro
`as-binary-process'.
* mel-b.el (base64-external-encode-region): Use macro
`as-binary-process'.
(base64-external-decode-region): Use macro `as-binary-process'.
Wed Jun 12 05:30:23 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 5.5 was released.
Mon Jun 10 05:06:27 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (q-encoding-printable-char-p): New function.
(q-encoding-encoded-length): Use function
`q-encoding-printable-char-p'.
Sun Jun 9 04:10:08 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 5.4 was released.
Fri Jun 7 14:06:59 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-g.el (gzip64-external-encode-region): fixed.
(gzip64-external-decode-region): fixed.
Fri Jun 7 14:04:09 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (quoted-printable-external-encode-region): fixed.
(quoted-printable-external-decode-region): fixed.
Fri Jun 7 12:12:47 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-u.el (uuencode-external-encode-region): fixed.
(uuencode-external-decode-region): fixed.
Thu Jun 6 08:46:55 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel.el (mime-file-encoding-method-alist): New variable.
(mime-insert-encoded-file): New function.
* mel-g.el (gzip64-external-encode-region): fixed
`default-process-coding-system'.
(gzip64-external-decode-region): fixed
`default-process-coding-system'.
Thu Jun 6 07:51:30 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-u.el (uuencode-external-encode-region): fixed
`default-process-coding-system'.
(uuencode-external-decode-region): fixed
`default-process-coding-system'.
Thu Jun 6 07:48:44 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (quoted-printable-external-encode-region): fixed
`default-process-coding-system'.
(quoted-printable-external-decode-region): fixed
`default-process-coding-system'.
Thu Jun 6 07:09:23 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el (base64-external-encode-region): fixed
`default-process-coding-system'.
(base64-external-decode-region): fixed
`default-process-coding-system'.
Mon Jun 3 14:43:47 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 5.2 was released.
Wed May 29 12:54:45 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-g.el: Don't use function `define-program-coding-system' and
`define-program-kanji-code'.
(gzip64-external-encode-region): set for process code.
(gzip64-external-decode-region): set for process code.
Wed May 29 12:49:41 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-u.el: Don't use function `define-program-coding-system' and
`define-program-kanji-code'.
(uuencode-external-encode-region): set for process code.
(uuencode-external-decode-region): set for process code.
Wed May 29 12:40:12 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el: Don't use function `define-program-coding-system' and
`define-program-kanji-code'.
(quoted-printable-external-encode-region): set for process code.
(quoted-printable-external-decode-region): set for process code.
Wed May 29 10:54:01 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el: Don't use function `define-program-coding-system' and
`define-program-kanji-code'.
(base64-external-encode-region): set for process code.
(base64-external-decode-region): set for process code.
Wed May 29 08:10:15 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-g.el (gzip64-insert-encoded-file): New function.
Wed May 29 08:00:01 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-g.el: Shuhei KOBAYASHI's address was changed.
* mel-u.el (uuencode-insert-encoded-file): New function.
Wed May 29 07:30:48 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (quoted-printable-insert-encoded-file): New function.
* mel-b.el (base64-insert-encoded-file): New function.
Tue May 28 03:31:13 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 5.0 was released.
* mel.el: Function `mime/encode-region' and `mime/decode-region'
were abolished.
Thu May 23 01:32:04 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 4.7.1 was released.
Wed May 22 02:20:35 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel.el (mime-encode-region): New function; Order of arguments
was changed.
(mime-decode-region): New function; Order of arguments was
changed.
(mime/encode-region): New implementation.
(mime/decode-region): New implementation.
Wed May 15 21:19:12 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 4.7 was released.
* mel-b.el (base64-internal-decode-region): fixed about last line
which does not have line break.
Tue May 14 02:43:41 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 4.6 was released.
Sun May 12 17:43:04 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el (base64-decode-1): New spec; Argument was changed;
Return string instead of list of characters.
(base64-decode-string): modified for new spec of function
`base64-decode-1'.
(base64-internal-decode-region): fixed.
Sun May 12 17:05:17 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el (base64-encode-1): New spec; Argument was changed;
Return string instead of list of characters.
(base64-encode-string): modified for new spec of function
`base64-encode-1'.
(base64-internal-decode-region): fixed.
Sun May 12 16:17:11 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el: Function `base64-encode-chars' was abolished.
(base64-encode-1): New spec; use function `base64-num-to-char.
(base64-encode-string): Use function `base64-encode-1' instead of
`base64-encode-chars'.
Sun May 12 15:50:26 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el: Function `base64-decode-chars' was abolished.
(base64-decode-1): New spec; use function `base64-char-to-num'.
(base64-decode-string): Use function `base64-decode-1' instead of
`base64-decode-chars'.
Sat May 11 08:12:23 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 4.2 was released.
* mel-b.el (base64-encode-1): don't use function `base64-mask'.
Function `base64-mask' was abolished.
Sat May 11 07:52:05 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el (base64-decode-1): don't use function `base64-mask'.
Sat May 11 06:35:20 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-b.el (base64-internal-decode-region): New implementation.
Wed Mar 13 16:40:46 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 3.5 was released.
Mon Mar 11 14:29:31 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* mel-q.el (byte-to-hex-string): New function.
Tue Mar 12 11:19:02 1996 Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
* mel-els (mel-modules): "mel-g" was added. (cf.[tm-ja:1661])
* mel.el: gzip64 support was added. (cf.[tm-ja:1661])
* mel-g.el: New file.
gzip64 encoder/decoder. `gzip64' is an experimental encoding.
(cf.[tm-ja:1661])
Mon Mar 4 09:13:20 1996 Morioka Tomohiko <morioka@jaist.ac.jp>
* MEL: Version 3.3.1 was released.
* mel-els: New module
* mk-mel: use mel-els file.
Thu Jan 18 10:26:38 1996 Morioka Tomohiko <morioka@jaist.ac.jp>
* Makefile: Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>'s patch
was applied to specify `-no-site-file' option. (cf. [tm-ja:1474])
Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
* Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
Wed Jan 9 19:09:44 1996 Morioka Tomohiko <morioka@jaist.ac.jp>
* MEL: version 3.3 was released.
Tue Jan 9 18:25:22 1996 Morioka Tomohiko <morioka@jaist.ac.jp>
* mel-u.el (uuencode-external-decode-region):
don't display uuencode output.
(cf. [tm-en:253])
|