home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / progect-src-0.20.tar.gz / progect-src-0.20.tar / progect-0.20 / CHANGELOG < prev    next >
Text File  |  2000-10-26  |  17KB  |  624 lines

  1. 2000-10-27  burgbach <burgbach@users.sourceforge.net>
  2.  
  3.     * progect.c
  4.     (TaskGetDescriptionByPtr): fix a bug when linked record is deleted
  5.     (FrmMainHandleEvent): fix a bug that let choose a priority for a direct
  6.         link, corrupting it
  7.  
  8. 2000-10-26  burgbach <burgbach@users.sourceforge.net>
  9.  
  10.     * progect.h
  11.     * progect.c
  12.     (SmallDateOffset): removed, not used anymore
  13.     (TaskFromClipboard): revert to full repair when pasting
  14.         TODO : fix the constrained repair
  15.  
  16. 2000-10-22  burgbach <burgbach@users.sourceforge.net>
  17.  
  18.     * progect.rcp
  19.     * progectRsc.h
  20.         Added "ToDo Link All" and "ToDo Unlink All" menu options
  21.     * progect.c
  22.         Code for "ToDo Link All" and "ToDo Unlink All" menu options
  23.     * task.c
  24.         (TaskPublishToDo): added index in call (was on gActualTask)
  25.  
  26.     (TaskRemoveExtraChunk): problem when dealing with old databases that can
  27.         have broken extra chunk => crash !!! (Trying to read a null pointer)
  28.         Fixed by deleting all blocks with size < 5 (malformed blocks)
  29.     
  30.     * progect.rcp
  31.     * progectRsc.h
  32.         Added FrmSetReset : TODO : localization
  33.     * progect.c
  34.     (FrmSetResetHandleEvent) : added
  35.     (LoadDBPrefs) : fixed overlocked handle problem (crash every 8th start)
  36.  
  37. 2000-10-21  burgbach <burgbach@users.sourceforge.net>
  38.  
  39.     * flat.c
  40.     (FlatCreateGlobalList): added, not usable now !!!
  41.  
  42.     * progect.c
  43.     (GetLastInSub): added, to get the last index of a subview
  44.     (FrmFlatHandleEvent): fix problem with progress items being ToDo linked
  45.     (ConfirmDelete): removed, replaced by
  46.     (ConfirmCustom): new custom confirmation code
  47.     (ProjectDrawItemDesc): fix problem with checkboxes under 3.1
  48.  
  49.     * progect.rcp
  50.     * progectRsc.h
  51.     * progect.c
  52.     (FrmMainMenuHandleEvent): added support for "Reset all dates" option
  53.  
  54.     * progect.c
  55.     (FrmChooseNameHandleEvent): support for doc naming
  56.     (FrmMemoExportPropertiesHandleEvent): support for doc naming
  57.  
  58.     * doc.c
  59.     (ExportToDoc): support for parial export (by subview)
  60.  
  61. 2000-10-20  burgbach <burgbach@users.sourceforge.net>
  62.  
  63.     * progect.c
  64.     (FrmProjectPropertiesHandleEvent): backup new projects by default
  65.  
  66.     * progect.rcp
  67.     * progectRsc.h
  68.     * translate.rcp
  69.         (FrmProjectProperties): Added "Record completion date" option
  70.         FrmMainMenu : added "New Task", "Go to top", "Go to bottom"
  71.  
  72.     * progect.c
  73.     (ProgessHandleEvent): updated for "Record completion date" option
  74.     (FrmNoteEditHandleEvent): save on quit
  75.     (FrmTaskEditHandleEvent): save on quit
  76.         Tab to change the priority (keyboard support)
  77.     (FrmMainKeyDownHandleEvent): left/right cursor to move a task up/down
  78.         for keyboard support
  79.         Auto scroll down when creating a new task on the last line
  80.     (FrmMainMenuHandleEvent): "Go to top/bottom" menu options
  81.  
  82. 2000-10-19  burgbach <burgbach@users.sourceforge.net>
  83.  
  84.     * progect.prc
  85.     * progectRsc.h
  86.     * progect.c
  87.         Added "Add note" menu item, changed "View All" shortcut to /v
  88.         Also added in the flat view
  89.     (FrmMainKeyDownHandleEvent):
  90.         Tab to enter task details
  91.         +/- to expand/collapse tasks
  92.     (SelectActualTask):
  93.         use TaskMakeVisible to expand the branch
  94.     
  95.     * task.c
  96.     * task.h
  97.         (TaskMakeVisible): added, to expand a branch from a child
  98.  
  99.     * progect.c
  100.         (ProgressHandleEvent): added, duplicate in normal and flat view
  101.             added completion date recording
  102.         (PriorityHandleEvent): added, duplicate in normal and flat view
  103.  
  104.  
  105. 2000-10-18  seagull  <seagull.hiroki@nifty.ne.jp>
  106.  
  107.     * progect.c (PilotMain): fix sync probrem
  108.  
  109. 2000-10-14  seagull  <seagull.hiroki@nifty.ne.jp>
  110.  
  111.     * task.c (TaskFromClipboard): 
  112.         fix BUG#116799
  113.  
  114.     * progect.c: 
  115.         optimize speed
  116.  
  117. 2000-10-13  seagull  <seagull.hiroki@nifty.ne.jp>
  118.  
  119.     * progect.c (ProjectTableUpdate): 
  120.     (FrmMainHandleEvent): 
  121.         fix BUG#116601
  122.     (ProjectItemDraw): 
  123.     (FrmFlatHandleEvent): 
  124.         disable ToDo Link with direct-linked task.
  125.  
  126. 2000-10-11  seagull  <seagull.hiroki@nifty.ne.jp>
  127.  
  128.     * progectdb.c (LoadDBPrefs): 
  129.         save categories when DBPref upgrade
  130.  
  131. 2000-10-11  seagull  <seagull.hiroki@nifty.ne.jp>
  132.  
  133.     * link.c (AddLinkRecord): 
  134.     * progect.h (TaskLinkField): 
  135.         modify record format. and added initialize code.
  136.  
  137.     * task.c (TaskGetExtraChunkByTaskPtr): 
  138.         switch to use TaskGetExtraBlockHeadPtr
  139.  
  140.     * progect.c (ProjectDrawExtendedItemDesc): 
  141.         added "link via" icon
  142.  
  143.     * task.c (TaskGetExtraBlock): 
  144.     (TaskSetExtraBlock): 
  145.         support direct-linked task
  146.         optimize
  147.     (TaskGetExtraBlockHeadPtr): 
  148.         added new
  149.  
  150.     * progect.c (Search): 
  151.         TxtGlueFindString can't find string my OS3.5-J
  152.  
  153. 2000-10-09  seagull  <seagull.hiroki@nifty.ne.jp>
  154.  
  155.     * progectdb.c (SaveDBPrefs): 
  156.     (LoadDBPrefs):
  157.     * progect.c (FrmTaskEditHandleEvent): 
  158.     (InitFrmTaskEdit): 
  159.         added category support
  160.  
  161.  
  162.     * progect.c (ProjectDrawItemDesc): 
  163.     (ProjectItemDraw): 
  164.     * progect.h: 
  165.         switch to use TaskGetExtraChunkByTaskPtr
  166.         --> fix bug, and time optimize
  167.  
  168.     * progect.c (ProjectDrawExtendedItemDesc): 
  169.         initialize font to stdFont
  170.         --> fix bug (some time I got large font)
  171.  
  172.     * task.c (TaskGetExtraChunk): 
  173.     (TaskGetExtraChunkByTaskPtr): 
  174.         split
  175.         -- for support direct linked task
  176.  
  177.     * task.c (TaskGetExtraChunk): 
  178.         added test size ptr is not NULL
  179.         --> for size optimize
  180.  
  181.     * link.c (PublishToLinkMaster): 
  182.     (ExportToMemo): 
  183.     * progect.c (ProjectDrawExtendedItemDesc): 
  184.     (FrmMainMenuHandleEvent): 
  185.     (FrmMainCtlSelectHandleEvent): 
  186.         to use TaskGetDescriptionByTaskPtr or TaskGetDescription
  187.          --> for support direct linked task
  188.  
  189.     * task.c (TaskGetDescription): 
  190.     (TaskGetDescriptionByTaskPtr): 
  191.         support extended task type
  192.         make temporary buffer
  193.  
  194.     * doc.c (exportToDoc):
  195.         support extended task type
  196.     
  197. 2000-10-09  seagull  <seagull.hiroki@nifty.ne.jp>
  198.  
  199.     * progect.c (ProjectDrawItemDesc): 
  200.     * icon.c (onDrawIconColumn): 
  201.         initialize font to stdFont
  202.  
  203. 2000-10-08  seagull  <seagull.hiroki@nifty.ne.jp>
  204.  
  205.     * translate.rcp: 
  206.     * progect.rcp: 
  207.     * progectRsc.h (StrPrefsHasBeenDeleted): 
  208.         added string resource
  209.  
  210.     * progect.h (ProjectPrefsType): 
  211.         added appInfo member
  212.  
  213.     * translate.rcp: 
  214.     * progect.rcp: 
  215.     * progectRsc.h (InitialCategory): 
  216.         added category resource.
  217.  
  218.     * icon.c (FrmIconSelectHandleEvent): 
  219.         handle hard button -- up and down.
  220.  
  221. 2000-10-07  seagull  <seagull.hiroki@nifty.ne.jp>
  222.  
  223.     * progectRsc.h: 
  224.     * progect.rcp: 
  225.     * translate.rcp:
  226.         added new string. "DOC is already exists."
  227.  
  228. 2000-10-06  burgbach <burgbach@users.sourceforge.net>
  229.  
  230.     * patches from Michael Nordstrm <micke@sslug.dk>
  231.         fixes warnings from the emulator
  232.         fixes problems with the DOC export
  233.         various other patches
  234.  
  235. 2000-10-06  burgbach <burgbach@users.sourceforge.net>
  236.  
  237.     * progect.c
  238.     (SelectActualTask): Unhighlight before anything else, fixes bug that
  239.         deselected a task when moving it (os 3.5) and didn't deselected
  240.         a line when going to a subview (os < 3.5)
  241.  
  242. 2000-10-05  seagull  <seagull.hiroki@nifty.ne.jp>
  243.  
  244.     * progect.c (ProjectItemDraw): 
  245.     (ProjectTableUpdate): 
  246.         fix, vertical line probrem.(PalmOS3.5-J color version only?)
  247.         optimize for speed.
  248.  
  249.     (FrmTaskEditHandleEvent): 
  250.         don't update task list, if cancel.
  251.  
  252. 2000-10-05  burgbach <burgbach@users.sourceforge.net>
  253.  
  254.     * progect.c
  255.     (FrmTaskEditHandleEvent): added support for std edit menu
  256.     (FrmNoteEditHandleEvent): modified call to EditMenuHandleEvent
  257.     (EditMenuHandleEvent): adapted to be used by other forms
  258.     (Scroll): fixed bug blocking scroll up when "Hide Done Tasks" mode on
  259.  
  260.     * task.c
  261.     (TaskIsVisible): adapted to work with "Hide Done Tasks" mode
  262.  
  263.     * progect.rcp
  264.         added std edit menu to FormTask
  265.  
  266.     * task.c
  267.     (TaskRepairTree): adapted to correct a bug when pasting a single task
  268.         at the end of the tree.
  269.  
  270.     
  271.  
  272. 2000-10-04  burgbach <burgbach@users.sourceforge.net>
  273.  
  274.     * flat.c
  275.     (FlatFilter): added "Days in limit" option
  276.  
  277.     * progect.c
  278.     (DateInLimit): added, from seagull's code, to be reused by the flat filter,
  279.         support for "Overdue" option
  280.     (FrmFlatFilterHandleEvent): support for days in limit option
  281.     (Search): added, global find support based on MemoMain.c from Palm
  282.  
  283.     * progect.rcp
  284.     (FrmDisplayProperties): added "Overdue" to the days to bold
  285.     (FrmFlatFilter): added "Days in limit" option
  286.     (StrFindHeader): added, for Global find support
  287.  
  288.     * translate.rcp: added "Overdue", "Days in limit"
  289.  
  290.  
  291. 2000-10-03  burgbach <burgbach@users.sourceforge.net>
  292.  
  293.     * flat.c
  294.     (Sort): fixed bug that crashed when trying to sort an empty list
  295.     * progect.h
  296.         TaskFormatType gain an isProject boolean, to link against a project
  297.  
  298.     // 0.18
  299.     * icon.c 
  300.     (initializeIcon):
  301.         test if the memo file is deleted before trying to read it
  302.     (onDrawIconColumn):
  303.         erase before drawing for OS < 3.5
  304.     (drawIcon):
  305.         modified drawing method for OS < 3.5 to use WinDrawRectangle because
  306.         patterns are window dependant
  307.  
  308.     * progect.c
  309.     (UpdateIconButton):
  310.         added, to put the selected icon in the icon button
  311.     (FrmTaskEditHandleEvent):
  312.         use UpdateIconButton
  313.  
  314.     * progectRsc.h: 
  315.     * progect.rcp: 
  316.         add new string resource. "icon" for icon button
  317.  
  318. 2000-10-03  seagull  <seagull.hiroki@nifty.ne.jp>
  319.  
  320.     * progectdb.c (OpenDB): 
  321.         save/restore the pointer have no meaning,
  322.         and it will be crash program.
  323.           NOTE: fix BUG#115440
  324.                      "Newly created task/note has garbage text in it"
  325.  
  326.     * translate.rcp: 
  327.     * progectRsc.h: 
  328.     * progect.rcp: 
  329.         add new string resource. "no memory spaces"
  330.     
  331. 2000-09-30  seagull  <seagull.hiroki@nifty.ne.jp>
  332.  
  333.     * translate.rcp
  334.         added new string.
  335.  
  336.     * icon.c (drawIcon): 
  337.         use WinSetPattern insteed bitmap.(support under OS3.0?)
  338.  
  339.     * progect.c (ProjectDrawItemDesc): 
  340.         fix, icons to align line bottom.
  341.  
  342.     * task.h: 
  343.         fix, ExtraChunkHeadType.size field length to UInt8.
  344.         see comment in source file.
  345.  
  346. 2000-09-28 burgbach <burgbach@users.sourceforge.net>
  347.  
  348.     * icon.c
  349.     (initializeIcon): fixed offset error for shortcut loading
  350.     (drawIcon): tested under 3.3, fixed and works.
  351.  
  352. 2000-09-28  seagull  <seagull.hiroki@nifty.ne.jp>
  353.  
  354.     * icon.c (FrmIconSelectHandleEvent): 
  355.         handle "remove" button.
  356.  
  357.     * progect.c (ApplicationHandleEvent): 
  358.     * progectRsc.h: 
  359.     * progect.rcp: 
  360.         added icon select dialog.
  361.         added "icon" button on TaskEdit dialog.
  362.  
  363.     * progect.c (FrmTaskEditHandleEvent): 
  364.         handling frmTaskEditReturnFromIconSelect.
  365.         added icon support.
  366.  
  367.     * link.c (LinkCreateMemoTree): 
  368.         ignore deleted Memo record
  369.  
  370.     * task.c (TaskGetExtraChunk):
  371.         fixed, buffer overrun
  372.  
  373. 2000-09-28 burgbach <burgbach@users.sourceforge.net>
  374.  
  375.     * link.c:
  376.     (AddLinkRecord): fixed
  377.     (LinkCreateMemoTree): fixed and renamed to LinkCreateLinkTree
  378.     (LinkCreateLinkTree): support to cread address link tree
  379.     (DirectLinkFollow): added, currently to follow links to memopad and Address
  380.     (ExportToMemo): support for multi-memo export
  381.  
  382.     * progect.c
  383.     (FrmMainMenuHandleEvent):
  384.         New Link is back
  385.         Update form after removing a linkmaster link
  386.     (FrmMainHandleEvent):
  387.         Don't show detail view for direct link type
  388.         Follow direct links with double tap
  389.     (ProjectDrawExtendedItemDesc):
  390.         Fetch memo title and print it as task description
  391.         Fetch Address Name and print is as task description
  392.     (DrawTruncText):
  393.         Adapted to stop the string at linefeedChr (for memo title printing)
  394.  
  395. 2000-09-28  seagull  <seagull.hiroki@nifty.ne.jp>
  396.  
  397.     * link.h: 
  398.     * link.c: 
  399.         delete obsolated code.
  400.  
  401.     * link.c: 
  402.     (SetLinkMasterLink): 
  403.     (FollowLinkViaLinkMaster): 
  404.     (RemoveLinkViaLinkMaster): 
  405.         LinkInfo is now stored to extra chunk.
  406.  
  407.     * task.c (TaskSetExtraChunk): 
  408.     (TaskRemoveExtraChunk): 
  409.     (TaskGetExtraChunk): 
  410.     (TaskFindExtraChunkHead): 
  411.         added new.
  412.         now task extra block has some chunk.
  413.  
  414.     (TaskRemoveHasToDo): 
  415.     (TaskPublishToDo): 
  416.     (TaskGetToDoUniqueID): 
  417.         modified to use extra chunk.
  418.         remove existed old todo link remove currentry.
  419.  
  420. 2000-09-27 burgbach <burgbach@users.sourceforge.net>
  421.  
  422.     * progect.c (FrmMainHandleEvent):
  423.         fixed open code to select the actually selected task (when following
  424.         a link, the linked task is now selected)
  425.  
  426.  
  427. 2000-09-27  seagull  <seagull.hiroki@nifty.ne.jp>
  428.  
  429.     * progect.c (FrmProjectListHandleEvent): 
  430.         tap project to open if it was already selected.
  431.  
  432. 2000-09-26  seagull  <seagull.hiroki@nifty.ne.jp>
  433.  
  434.  
  435.     * link.c:
  436.     * link.h:
  437.         Delete link info DB feature.
  438.  
  439.     * link.c (SetLinkMasterLink): 
  440.     (FollowLinkViaLinkMaster):
  441.     (RemoveLinkViaLinkMaster):
  442.         use task extra block insteed link info DB.
  443.         !!! DANGER !!!
  444.         Link via LinkMaster was crash currently.
  445.             ...but link info was stored successfuly!?
  446.  
  447.     * progect.c (PilotMain): 
  448.     * link.c:
  449.     (SetLinkMasterLink): 
  450.     (RequestLinkViaLinkMaster): 
  451.         added index <-> uniqueID conversion.
  452.  
  453. 2000-09-25  seagull  <seagull.hiroki@nifty.ne.jp>
  454.  
  455.     * translate.rcp:
  456.         added new translate strings.
  457.             "LinkMaster is not available."
  458.             "LinkInfo not found."
  459.             "Publish to LinkMaster"
  460.             "Link via LinkMaster"
  461.             "Remove Link"
  462.  
  463.     * progect.rcp: fix typo. linke->link  note->not
  464.  
  465. 2000-09-22  seagull  <seagull.hiroki@nifty.ne.jp>
  466.  
  467.     * Makefile:
  468.         added LinkMaster support resource.
  469.  
  470.     * progect.c (ProjectDrawItemDesc):
  471.         added link icon.
  472.         modify text truncate width.
  473.  
  474.     * link.h: 
  475.     * link.c (CheckLinkMaster): 
  476.     (PublishToLinkMaster): 
  477.     (RequestLinkViaLinkMaster): 
  478.     (SetLinkMasterLink): 
  479.     (FollowLinkViaLinkMaster): 
  480.     (RemoveLinkViaLinkMaster): 
  481.         added link master support code.
  482.  
  483.     * progect.c (FrmFlatHandleEvent): 
  484.     (FrmTaskEditHandleEvent): 
  485.         follow link when link icon clicked
  486.     (FrmFlatHandleEvent): 
  487.     (FrmMainMenuHandleEvent): 
  488.         added publish, link via, remove link
  489.  
  490. 2000-09-21  seagull  <seagull.hiroki@nifty.ne.jp>
  491.  
  492.     * progect.c (DrawTruncText): 
  493.         use WinDrawTruncChars, if OS >= 3.2
  494.         use FntCharsInWidth, if OS >= 3.0
  495.  
  496.     * CHANGELOG: merge ChangeLog and CHANGELOG
  497.  
  498.     * progect.rcp
  499.     * progectRsc.h
  500.     * progectdb.c
  501.     * progect.h
  502.     * progect.c
  503.     * ja.rcp
  504.     * Makefile
  505.         fix conflicts.
  506.  
  507.     * marge 0.17 and my CVS.
  508.     
  509.     * progect.c: 
  510.         LinkMaster support.
  511.  
  512.  
  513. 2000-09-16  seagull  <seagull.hiroki@nifty.ne.jp>
  514.  
  515.     * progect.c
  516.         (PilotMain): retrieve OS capabilities.
  517.  
  518. 2000-09-13  seagull  <seagull.hiroki@nifty.ne.jp>
  519.  
  520.     * progect.c (switchView): add new, to handling when view to switch.
  521.     (PilotMain):
  522.         Fix, fatal exception when launched from LinkMaster.
  523.         Fix, access violation when close database with launched from LinkMaster.
  524.     (GoToItem): Open database when current database is not required database.
  525.  
  526. 2000-09-12  seagull  <seagull.hiroki@nifty.ne.jp>
  527.  
  528.     * progect.c (ProjectItemDraw): Add ellipsis drawing code. (currentry for test only);
  529.  
  530. 2000-09-11  seagull  <seagull.hiroki@nifty.ne.jp>
  531.  
  532.     * progect.c (GoToItem): Add new.
  533.     (PilotMain): Add some launch code. for LinkMaster(and other) support.
  534.     (gActualTask, gLastSelected): Initialize static.
  535.  
  536.     * linkaware.c:
  537.         import linkaware.c, linkaware.h from LinkMaster dev kit.
  538.         fix, typedefs. -- compatibility probrem.
  539.  
  540.  
  541. 2000-09-11  burgbach <burgbach@users.sourceforge.net>
  542.  
  543.     * merged seagull's last version with official release
  544.     * changed Display prefs shortcut to "y" (d was used by Delete)
  545.     * progect.rcp: added hide progress option
  546.         modified strings and lists in FrmDisplayProperties
  547.     * progect.c (ProjectItemDraw): modified for hide progress option
  548.         go to single strike out, double makes hard to read
  549.     (FrmDisplayPropertiesHandleEvent): changed list handling method to handle
  550.         offlist taps.
  551.     * Makefile: touch *.rcp, or I get japanese strings in english prc
  552.  
  553.  
  554. 2000-09-10  seagull  <seagull.hiroki@nifty.ne.jp>
  555.  
  556.     * progect.c (FrmMainCtlSelectHandleEvent): show flat filter property dlg
  557.         when flat view button pressed on flat view.
  558.     (ProjectItemDraw):
  559.         fix done task to drawn bold.
  560.         hide done progress.
  561.     (ja.rcp): add string.
  562.     * progect.rcp: add new item.
  563.  
  564.     * progect.c (ProjectItemDraw):
  565.         draw bold with high priority task.
  566.         strike out done tasks.
  567.  
  568.     * progect.c (ProjectItemDraw):
  569.     (FrmMainMenuHandleEvent): 
  570.     (FrmDisplayPropertiesHandleEvent): 
  571.     (FrmFlatHandleEvent): 
  572.     (ApplicationHandleEvent):
  573.         add display preference dlg.
  574.  
  575.     (ApplicationHandleEvent): cut down.
  576.  
  577.     * marge release 0.16 and my CVS.
  578.     * fix confict between my CVS and official 0.16
  579.  
  580. 2000-09-09  seagull  <seagull.hiroki@nifty.ne.jp>
  581.  
  582.     * progect.c (ProjectItemDraw):
  583.         Use ???Font constant value.  -- #define in Font.h
  584.         and misc modified.
  585.  
  586. 2000-09-08  seagull  <seagull.hiroki@nifty.ne.jp>
  587.  
  588.     * progect.c (ConfirmDelete):
  589.     (FrmMainHandleEvent): 
  590.     (FrmNoteEditHandleEvent):
  591.         Switch to calling 'ConfirmDelete()' for confirm delete task(s).
  592.  
  593.     * progect_ja.rcp: 
  594.     * progectRsc.h: 
  595.     * progect.rcp: 
  596.         Add new string resource for translation.
  597.  
  598.  
  599. 2000-09-07  seagull  <seagull.hiroki@nifty.ne.jp>
  600.  
  601.     * Makefile (clean): Cleanup editor backup files. 
  602.  
  603.     * progect_ja.rcp: Add japanese transration, for release 0.15.
  604.  
  605.  
  606. 2000-09-06  seagull  <seagull.hiroki@nifty.ne.jp>
  607.  
  608.     * progect.rcp: 
  609.     * progect_ja.rcp: Add japanese transration.
  610.  
  611.     * Makefile (M4): Add macro.
  612.     (all): add new dependency 'progect-ja.prc'.
  613.     (progect-ja.prc): add new target.
  614.     (bin-ja.res): add-new target.
  615.     (bin.res): modified to use language translation.
  616.  
  617.  
  618. 2000-09-05  seagull  <seagull.hiroki@nifty.ne.jp>
  619.  
  620.     * progectdb.c (CreateDB): 
  621.     (AddRecord): Fix, some fields was not initialized.
  622.     
  623.  
  624.