fnc

Check-in [671ad5159a]
Login

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

Overview
Comment:CHANGES for 0.12
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.12
Files: files | file ages | folders
SHA3-256: 671ad5159ada259933e316606d6e8d34e2f8f071973a39484d7a97648c7a5179
User & Date: mark 2022-05-09 12:15:36
Context
2022-05-09 12:18
Bump version number: 0.13 (check-in: b56d1390f5 user: mark tags: trunk)
2022-05-09 12:15
CHANGES for 0.12 (check-in: 671ad5159a user: mark tags: trunk, 0.12)
2022-05-09 11:33
Fix blame regression when opening child diff view in vsplit. (check-in: 5d1ac567c2 user: mark tags: trunk)
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Changes to CHANGES.md.






1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9
10
11
12
+
+
+
+
+







**fnc 0.12** 2022-05-09

- replace \s regexp with portable [[:space:]] character class (patch by Ashish)
- fix blame->diff child split view regression from 0.9 introduced in [d05828fbb]

**fnc 0.11** 2022-05-08

- handle diff of non-versioned files outside the work tree (reported by Dan)
- replace getpagesize() with portable sysconf(_SC_PAGESIZE) (patch by mgagnon)
- improve robustness by guarding against piped input abuse (reported by Dan)
- improve documentation regarding UTF-8 character encoding and fonts
- implement horizontal scroll of the log message summary line in timeline view