[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:00164] Re: snap-19990901 Re: 0.22 is out.



On Wed, 1 Sep 1999 18:33:17 +0900,
	Yoshinari NOMURA <nom@xxxxxxxxxxxxxxxxxxx> said:

> 4. gemcal (旧 gtkcalendar) はそろそろ使えるようになってきました。

と書いといて、最後の 1秒で入れたコードが悪さしてました。。
--
nom

Index: elisp/mhc.el
===================================================================
RCS file: /u/nom/prj/cvsroot/mhc2/elisp/mhc.el,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 mhc.el
--- mhc.el	1999/09/01 08:28:00	1.1.1.1
+++ mhc.el	1999/09/02 04:37:36
@@ -72,7 +72,7 @@
   '("Return-Path:" "Received:" "X-Dispatcher:"
     "Lines:" "X-Filter:" "Replied:" "X-Mailer:"))
 (defvar mhc-draft-sc-hdr-list 
-  '("X-SC-Category:" "X-SC-Cond:" "X-SC-Duration:"))
+  '("X-SC-Category:" "X-SC-Cond:" "X-SC-Duration:" "X-SC-Alarm:"))
 
 (defvar mhc-default-category nil)
 
Index: ruby-lib/mhc-schedule.rb
===================================================================
RCS file: /u/nom/prj/cvsroot/mhc2/ruby-lib/mhc-schedule.rb,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 mhc-schedule.rb
--- mhc-schedule.rb	1999/09/01 08:28:00	1.1.1.1
+++ mhc-schedule.rb	1999/09/02 04:23:25
@@ -224,7 +224,7 @@
     "X-SC-Category: #{@cat .join(' ')}\n"        +
     "X-SC-Cond: #{cond}\n"                       +
     "X-SC-Duration: #{dur}\n"                    +
-    "X-SC-Pilot-Id: #{@pilot_id .join(' ')}\n"   +
+    #"X-SC-Pilot-Id: #{@pilot_id .join(' ')}\n"   +
     "X-SC-DEBUG-Path: #{@path .inspect}\n"       +
     "X-SC-DEBUG-Error: #{error_message}\n"       +
     "X-SC-DEBUG-Slot: #{int}\n"                  +