Skip to content

Commit 1e853b6

Browse files
author
DelphiDabbler
committed
Merge tag 'version-4.13.2' into develop
Release v4.13.2 build 253 version-4.13.2
2 parents 001a210 + 588e9f3 commit 1e853b6

File tree

9 files changed

+20
-13
lines changed

9 files changed

+20
-13
lines changed

Docs/ChangeLogs/ChangeLog-v4.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
33
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
; obtain one at http://mozilla.org/MPL/2.0/
55
;
6-
; Copyright (C) 2012-2015, Peter Johnson (www.delphidabbler.com).
6+
; Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
77
;
88
; $Rev$
99
; $Date$
1010
;
1111
; Change Log for CodeSnip Release 4
1212
; ------------------------------------------------------------------------------
1313

14+
Release v4.13.2 of 20 February 2016
15+
+ Updated and corrected hints displayed in main window.
16+
+ Changed some menu options and associated dialogue box captions.
17+
+ Tweaked some button captions in Select Snippets dialogue box.
18+
+ Updated help file re the menu and caption changes.
19+
+ Updated copyright date in program license as displayed in help, about box, installer and documentation.
20+
1421
Release v4.13.1 of 29 September 2015
1522
+ Improved operating system detection to detect Windows 10.
1623
+ Modified program's manifest to declare it compatible with Windows 8 to 10.

Docs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This Source Code Form is subject to the terms of the Mozilla Public
55
License, v. 2.0. If a copy of the MPL was not distributed with this
66
file, You can obtain one at http://mozilla.org/MPL/2.0/.
77

8-
All files are copyright (C) 2012-2015, Peter Johnson (www.delphidabbler.com).
8+
All files are copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).

Docs/License.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2015, Peter Johnson (www.delphidabbler.com).
8+
* Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
99
*
1010
* $Rev$
1111
* $Date$
@@ -228,7 +228,7 @@ <h2>
228228
Executable Program
229229
</h2>
230230
<p>
231-
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2015 by Peter D
231+
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2016 by Peter D
232232
Johnson, <a
233233
href="http://www.delphidabbler.com"
234234
>http://www.delphidabbler.com</a>.

Src/Help/HTML/license.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2012-2015, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -30,7 +30,7 @@ <h1>
3030
<a name="license"></a>Summary of End User License Agreement
3131
</h1>
3232
<p>
33-
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2015 by Peter D
33+
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2016 by Peter D
3434
Johnson, <a
3535
href="http://delphidabbler.com"
3636
class="weblink"

Src/Install/Assets/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This Source Code Form is subject to the terms of the Mozilla Public
55
License, v. 2.0. If a copy of the MPL was not distributed with this
66
file, You can obtain one at http://mozilla.org/MPL/2.0/.
77

8-
All files are copyright (C) 2012-2015, Peter Johnson (www.delphidabbler.com).
8+
All files are copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).

Src/Install/Assets/License.rtf

0 Bytes
Binary file not shown.

Src/Res/HTML/dlg-about-program-tplt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
1010
* obtain one at http://mozilla.org/MPL/2.0/
1111
*
12-
* Copyright (C) 2005-2015, Peter Johnson (www.delphidabbler.com).
12+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
1313
*
1414
* $Rev$
1515
* $Date$
@@ -50,7 +50,7 @@
5050
<body>
5151

5252
<p>
53-
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2015 by Peter D
53+
DelphiDabbler <em>CodeSnip</em> is copyright &copy; 2005-2016 by Peter D
5454
Johnson, <a
5555
class="external-link"
5656
href="http://delphidabbler.com"

Src/VCodeSnip.vi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212

1313
[Fixed File Info]
14-
File Version #=4, 13, 1, 252
15-
Product Version #=4, 13, 1, 0
14+
File Version #=4, 13, 2, 253
15+
Product Version #=4, 13, 2, 0
1616
File OS=4
1717
File Type=1
1818
File Sub-Type=0

Src/VCodeSnipPortable.vi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212

1313
[Fixed File Info]
14-
File Version #=4, 13, 1, 252
15-
Product Version #=4, 13, 1, 0
14+
File Version #=4, 13, 2, 253
15+
Product Version #=4, 13, 2, 0
1616
File OS=4
1717
File Type=1
1818
File Sub-Type=0

0 commit comments

Comments
 (0)