Eskil

Check-in [cb69d0b582]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Bumped revision to 2.8.4
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cb69d0b5827a5aaa76c8c51b9374c2323aeef5d453583107433f7a80e24ac18b
User & Date: peter 2019-02-06 00:00:50.958
Context
2019-02-06
00:06
Release 2.8.4 check-in: e01ff53217 user: peter tags: trunk
00:00
Bumped revision to 2.8.4 check-in: cb69d0b582 user: peter tags: trunk
2019-02-05
23:53
Use a dynamic grid to handle file list in commit dialog. check-in: 4da657b981 user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Changes.



1
2
3
4
5
6
7



2019-02-04
 Include a file selector when committing multiple files.
 Allow directory with -review.

2018-10-03
 Handle deleted files in GIT vcsvfs

>
>
>







1
2
3
4
5
6
7
8
9
10
2019-02-06
 Bumped revision to 2.8.4

2019-02-04
 Include a file selector when committing multiple files.
 Allow directory with -review.

2018-10-03
 Handle deleted files in GIT vcsvfs

Changes to Makefile.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#----------------------------------------------------------------------
# Make file for Eskil
#----------------------------------------------------------------------

# This string is used to generate release file names
VERSION = 283
# This string is used to tag the version shown in Eskil
DOTVERSION = 2.8.3

# Path to the TclKits used for creating StarPacks.
TCLKIT = /home/$(USER)/tclkit/v86
TCLKIT_LINUX   = $(TCLKIT)/tclkit-linux
TCLKIT_WIN     = $(TCLKIT)/tclkit-win32.upx.exe
TCLKIT_MAC     = $(TCLKIT)/tclkit-mac-867






|

|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#----------------------------------------------------------------------
# Make file for Eskil
#----------------------------------------------------------------------

# This string is used to generate release file names
VERSION = 284
# This string is used to tag the version shown in Eskil
DOTVERSION = 2.8.4

# Path to the TclKits used for creating StarPacks.
TCLKIT = /home/$(USER)/tclkit/v86
TCLKIT_LINUX   = $(TCLKIT)/tclkit-linux
TCLKIT_WIN     = $(TCLKIT)/tclkit-win32.upx.exe
TCLKIT_MAC     = $(TCLKIT)/tclkit-mac-867

Changes to bumprev.txt.
1
2
3
4
5
6
7
8




9

10
11
12

13

14


15
16
17
18
19
20
21
These files need to be changed when bumping revisions:

Makefile (VERSION and DOTVERSION)
eskil.vfs/tclkit.inf (fileversion/productversion)

Also, mark it in:
Changes





File release affect these too:

htdocs/changes.wiki
htdocs/download.html








These changes are needed when adding a new source files:

Add source to e.g. src/apa.tcl  (plus add to fossil)
In src/startup.tcl, update InitReSource
In Makefile, update SRCFILES
Do make -B newsrc








>
>
>
>
|
>
|
|
|
>

>

>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
These files need to be changed when bumping revisions:

Makefile (VERSION and DOTVERSION)
eskil.vfs/tclkit.inf (fileversion/productversion)

Also, mark it in:
Changes

------------
File Release

Make sure revision is bumped and everything is committed.
make release
make tofossil

Update htdocs/download.html with info from above.
Update htdocs/changes.wiki
Update Changes

Commit, and do 'fossil unversioned sync'

---------------
New Source File

These changes are needed when adding a new source files:

Add source to e.g. src/apa.tcl  (plus add to fossil)
In src/startup.tcl, update InitReSource
In Makefile, update SRCFILES
Do make -B newsrc
Changes to eskil.vfs/tclkit.inf.
1
2
3
4
5
6
CompanyName "Peter Spjuth"
LegalCopyright "Copyright (c) 1998-2018 Peter Spjuth et al."
FileDescription "File difference viewer"
ProductName "Eskil"
ProductVersion "2.8.3"
FileVersion "2.8.3"

|


|
|
1
2
3
4
5
6
CompanyName "Peter Spjuth"
LegalCopyright "Copyright (c) 1998-2019 Peter Spjuth et al."
FileDescription "File difference viewer"
ProductName "Eskil"
ProductVersion "2.8.4"
FileVersion "2.8.4"