From 9b8018dacc8c2322fe6d94da4626fd861bb5d783 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 9 Mar 1998 15:49:56 +0000 Subject: [PATCH] tm 7.44. --- ChangeLog | 22 ++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f2510a..0335380 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Sat Feb 23 17:52:54 1996 Morioka Tomohiko + + * tl: Version 7.11.2 was released. + +Thu Feb 22 15:14:30 1996 Morioka Tomohiko + + * tl-str.el (eliminate-last-spaces): New function. + +Thu Feb 22 14:33:08 1996 Morioka Tomohiko + + * tl-str.el (filename-special-char-range): New variable. + (filename-space-char-range): New variable. + (replace-as-filename): New implementation. + +Thu Feb 22 14:24:39 1996 Morioka Tomohiko + + * tl-list.el (compress-sorted-numbers): New function imported from + Gnus. + (uncompress-range): New function imported from Gnus. + (member-of-range): New function imported from Gnus. + + Wed Feb 14 13:00:02 1996 Morioka Tomohiko * tl: Version 7.11.1 was released. diff --git a/Makefile b/Makefile index d6ddf68..49218c7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ TLDIR19 = $(HOME)/lib/emacs19/lisp FILES = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \ tl/ChangeLog -TARFILE = tl-7.11.1.tar +TARFILE = tl-7.11.2.tar elc: -- 1.7.10.4