Skip to content

Commit

Permalink
tm 7.63.
Browse files Browse the repository at this point in the history
  • Loading branch information
morioka committed Mar 9, 1998
1 parent 3f38ae7 commit a57097c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Mon May 20 15:52:28 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>

* tl: Version 7.26 was released.

* emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 20 is
broken too.

Mon May 20 15:51:11 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>

* tl-822.el (rfc822/parse-addr-spec): Unused local variable
`at-sign' was abolished.

Mon May 20 13:08:14 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>

* mu-cite.el (citation-mark-chars): New variable.
(compress-cited-prefix): Use variable `citation-mark-chars'.


Fri May 17 08:12:46 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>

* tl: Version 7.25 was released.
Expand Down
2 changes: 1 addition & 1 deletion emu-x20.el
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ in the region between START and END.
(defconst *koi8* nil)

(defvar code-converter-is-broken
(and xemacs-beta-version (<= xemacs-beta-version 19)))
(and xemacs-beta-version (<= xemacs-beta-version 20)))

(if code-converter-is-broken
(progn
Expand Down

0 comments on commit a57097c

Please sign in to comment.