* axdefs.h: add "Notes" view
authorArt Cancro <ajc@citadel.org>
Sun, 22 Sep 2002 02:48:04 +0000 (02:48 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 22 Sep 2002 02:48:04 +0000 (02:48 +0000)
citadel/ChangeLog
citadel/axdefs.h

index c8b6d5046bbd16a9054246d5851d66db0dc1fb26..552bb63f6395c01da544587cf8daae4a45b582f6 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.8  2002/09/22 02:48:04  ajc
+ * axdefs.h: add "Notes" view
+
  Revision 601.7  2002/09/17 03:18:15  ajc
  * Create the Calendar> and Tasks> rooms at login time, and set their default
    views to calendar and tasklist views.  Renamed "My Calendar>" to "Calendar>"
@@ -4009,4 +4012,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index 7baee190802f4be195ac32ce694d230d7c74dde8..4c433ea2d94d73a85be56554a4803434c6b776d9 100644 (file)
@@ -30,7 +30,8 @@ char *viewdefs[]={
        "Summary",
        "Address book",
        "Calendar",
-       "Tasks"
+       "Tasks",
+       "Notes"
 };
 
 #define VIEWDEFS 1