Subversion Repositories Kolibri OS

Rev

Rev 311 | Rev 485 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 311 Rev 327
Line 1... Line 1...
1
;-----------------------------------------------------------------------------
1
;-----------------------------------------------------------------------------
2
; project name:      TINYPAD
2
; project name:      TINYPAD
3
; compiler:          flat assembler 1.67.18
3
; compiler:          flat assembler 1.67.18
4
; memory to compile: 3.0/9.0 MBytes (without/with size optimizations)
4
; memory to compile: 3.0/9.0 MBytes (without/with size optimizations)
5
; version:           4.0.4
5
; version:           4.0.4
6
; last update:       2007-02-01 (Feb 01, 2007)
6
; last update:       2007-02-08 (Feb 08, 2007)
7
; minimal kernel:    revision #270 (svn://kolibrios.org/kernel)
7
; minimal kernel:    revision #270 (svn://kolibrios.org/kernel)
8
;-----------------------------------------------------------------------------
8
;-----------------------------------------------------------------------------
9
; originally by:     Ville Michael Turjanmaa >> villemt@aton.co.jyu.fi
9
; originally by:     Ville Michael Turjanmaa >> villemt@aton.co.jyu.fi
10
; maintained by:     Mike Semenyako          >> mike.dld@gmail.com
10
; maintained by:     Mike Semenyako          >> mike.dld@gmail.com
11
;                    Ivan Poddubny           >> ivan-yar@bk.ru
11
;                    Ivan Poddubny           >> ivan-yar@bk.ru
Line 23... Line 23...
23
;   bug-fixes:
23
;   bug-fixes:
24
;     - statusbar contained hint after dialog operation cancelled
24
;     - statusbar contained hint after dialog operation cancelled
25
;     - small drawing fix for gutter and line saved/modified markers
25
;     - small drawing fix for gutter and line saved/modified markers
26
;       (incorrect calculations)
26
;       (incorrect calculations)
27
;     - incorrect lines marking on Ctrl+V
27
;     - incorrect lines marking on Ctrl+V
-
 
28
;     - put filename of current tab into open/save dialog (noticed by Maxxxx32)
28
;   changes:
29
;   changes:
29
;     - editor and other modifications to ease parts placement changing,
30
;     - editor and other modifications to ease parts placement changing,
30
;       including changes in look
31
;       including changes in look
31
;     - modified/saved colors now match those in MSVS
32
;     - modified/saved colors now match those in MSVS
32
;     - function 70 for *all* file operations (including diamond's fixes)
33
;     - function 70 for *all* file operations (including diamond's fixes)