Browse Source

updated yatex-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3080 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
2c8716025a
3 changed files with 5 additions and 9 deletions
  1. 0 4
      y/yatex/vine-default-yahtml.el
  2. 0 4
      y/yatex/vine-default-yatex.el
  3. 5 1
      y/yatex/yatex-vl.spec

+ 0 - 4
y/yatex/vine-default-yahtml.el

@@ -13,10 +13,6 @@
 (setq auto-mode-alist
       (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
 
-;; 自動改行を無効
-(add-hook 'yahtml-mode-hook
-	  '(lambda () (setq auto-fill-function nil)))
-
 (setq yahtml-www-browser "firefox")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

+ 0 - 4
y/yatex/vine-default-yatex.el

@@ -35,10 +35,6 @@
       makeindex-command "mendex"
       )
 
-;; 自動改行を無効
-(add-hook 'yatex-mode-hook 
-	  '(lambda () (setq auto-fill-function nil))) 
-
 ;;; TeX-master に関しては safe にする
 ;;; from AUCTeX tex.el 
 (put 'TeX-master 'safe-local-variable

+ 5 - 1
y/yatex/yatex-vl.spec

@@ -3,7 +3,7 @@
 
 Name:          yatex
 Version:       1.74
-Release:       5%{?_dist_release}
+Release:       6%{?_dist_release}
 License:       Distributable
 Source0:       http://www.yatex.org/yatex%{version}.tar.gz 
 #Source0:       http://www.yatex.org/yatex10203151806.tar.gz 
@@ -193,6 +193,10 @@ fi
 
 
 %changelog 
+* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.74-6
+- updated vine-default-{yatex,yahtml}.el
+  - revived auto-fill-mode on {yatex,yahtml}-mode
+
 * Tue Feb 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.74-5
 - updated yatex-init.el
   - dropped all pathes of auctex and preview-latex from load-path