Subject: CVS commit: wip/tc-git
From: Makoto Fujiwara
Date: 2013-12-15 15:21:09
Message id: E1VsCZT-0006Gn-RY@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
(pkgsrc)
Makefile
  Bump version 2.99.2 to 2.99.3
patches/patch-lisp_tc-recover.el
  New file. Only for building on Emacs21-22 to provide the function
    coding-system-from-name
patches/patch-BATCH-SORT
    load above created new function
patches/patch-lisp_eelll.el
  Fix char width
    -       (insert "            ")     <--- two byte char whited out
    +       (insert "		 ")     <--- two byte char whited out
  Fix for obsolete function:
    -    (insert (char-to-string last-command-char)))
    +    (insert (char-to-string last-command-event)))
patches/patch-etc_Makefile.am
  Fix typo on comment line

Files:
RevisionActionfile
1.4modifywip/tc-git/Makefile
1.5modifywip/tc-git/distinfo
1.2modifywip/tc-git/patches/patch-BATCH-SORT
1.1addwip/tc-git/patches/patch-lisp_eelll.el
1.1addwip/tc-git/patches/patch-lisp_tc-recover.el