Develop and Download Open Source Software

Browse CVS Repository

Diff of /tombo/Tombo/BuildLog.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.51 by hirami, Mon Sep 8 16:07:34 2003 UTC revision 1.52 by hirami, Thu Mar 11 16:47:51 2004 UTC
# Line 399  Return to main trunk. Line 399  Return to main trunk.
399  * FIX: Add "paste" to context menu(#2851)  * FIX: Add "paste" to context menu(#2851)
400    
401  ////////////////////////////////  ////////////////////////////////
402  //  // B111
403  ////////////////////////////////  ////////////////////////////////
404    
405  * Add Ctrl+UP/DOWN/LEFT key assign at treeview.  * Add Ctrl+UP/DOWN/LEFT key assign at treeview.
# Line 407  Return to main trunk. Line 407  Return to main trunk.
407          LEFT    : Move parent without closing the tree.          LEFT    : Move parent without closing the tree.
408    
409  * Add Keep space over the SIP option(#2875,#2876)  * Add Keep space over the SIP option(#2875,#2876)
410    * Crash when encrypting an not saved Note (#3294,#3754)
411    * When exit with minimize, can't restore window(#2878,#2879)
412    
 /////////////////////////////////////////////////////////////////////////  
 // TODO  
 /////////////////////////////////////////////////////////////////////////  
413    
414  == entire  *** document updates by Kevin Grover
415    
416    Changes
417    - Some grammatical English fixes
418    
419    - Created StyleSheet (tombo.css)
420      - moved background/text color to style sheet
421      - added background image to H# lines, use sans-serif font
422      - some indenting as well
423      - (other global style preferences should be set here)
424    
425    - The HTML files now uses matched XML tags (ready to be XHTML if you want)
426      To do this, change the DOCTYPE and html lines from
427      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
428    
429      to:
430      <?xml version="1.0"?>
431      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
432                    "DTD/xhtml1-transitional.dtd">
433      <html xmlns="http://www.w3.org/1999/xhtml">
434    
 Refactoring: MemoInfo control under MemoManager to MemoNote.  
 Move method OpenRequest() from MemoSelectView to TreeViewItem.  

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26