2005-06-27 (Mon)
_ [debian] tdiary 2.1.1.20050627-0vd1
CVS から引っ張ってきて vd_tdiary_rast-search_html-anchor.diff を当てて作成。
_ [debian] sylpheed 1.9.99+2.0.0beta3-0vd1
作成。
_ [debian] uim 1:0.4.7-0vd1
作成。 パッケージングはできるけどコードを読むのはまだつらいので GKrellUIM はまた後日。
_ [gkrelluim] 0.0.4
横になって起きたらまだましになったのでちょっと作業。 diff してみたら変更はなかったので日付を書き換えてリリース。
- 入力形式を確認できるようにした。
- configure.in を configure.ac にリネーム。
- 不要な関数と変数を削除。
- GtkItemFactory を除去。
- uim から借りてきたコードを別ファイルに分離。
- メールアドレスを間違えていたので修正。
GKrellUIM のページはこちら。
2005-06-21 (Tue)
_ [comp] comment 環境
\usepackage{comment}
\begin{comment}
コメント
\end{comment}
LaTeX で広範囲をコメントアウトする際に使う。ruby.vim の =begin 〜 =end みたく色が変わらないな…。
_ [comp] tex.vim に comment 環境対応追加
@@ -331,6 +331,9 @@
else
syn match texComment "%.*$" contains=@texCommentGroup
endif
+" 2005/06/21 add comment env
+syn region texComment start="\\begin{comment}" end="\\end{comment}" contains=texTodo fold
+"
" Separate lines used for verb` and verb# so that the end conditions \{\{\{1
" will appropriately terminate. Ideally vim would let me save a
ruby.vim を参考に tex.vim に追加してみた。