« Sep 2003
|
Oct 2003
| Nov 2003 »
October 12, 2003
CTK-0.03
主にドキュメント追加など
* [API change] CGI - delete() を remove() に変更
* [API change] Session - delete() を remove() に変更
* Session - DESTORY で commit しない(各自実行すること)
* CGI - pod 更新
* Session - pod 更新
October 07, 2003
insert-datetime/time
日付を入れる Lisp 関数を .emacs に追加。
ChangeLog を手書きで作るときに結構重宝してます。
;;
;; insert-datetime
;;
(defun insert-datetime ()
"Insert the current date and time."
(interactive)
(let ((system-time-locale "C"))
(insert (format-time-string "%a %b %e %T %Z %Y" (current-time))))
)
;; ;; insert-time ;; (defun insert-time () "Insert the current time." (interactive) (insert (upcase(format-time-string "%T %Z" (current-time)))) )
« Sep 2003
|
Oct 2003
| Nov 2003 »
