Vole Project
Timeline
Not logged in

50 most recent check-ins

2021-11-19
13:06
README.txt: add note about checking the manifest file. Leaf check-in: dce3d793d8 user: davidevans tags: trunk
10:52
README: note about GPG commit signing. check-in: 12e4338017 user: davidevans tags: trunk
2021-07-03
16:28
Change acronyms file location.

Tidy up some of the acronyms logic. check-in: 75f256ac8a user: davidevans tags: trunk

13:47
New location for the acronyms file in system /Library check-in: 271c980711 user: davidevans tags: trunk
2021-07-02
13:13
Increment versions to 1.7.2, 2.1.2 check-in: ce8b36c0ad user: davidevans tags: trunk
10:31
acronyms: minr fixes. check-in: a34b65162d user: davidevans tags: trunk, RELEASE-1.7.1
09:57
Appcontroller.m: Use the UTF-8 version of the acronyms file check-in: 80df4ee4b9 user: davidevans tags: trunk
2021-07-01
12:13
buildcix.sh: use correct URL for downloading a file from cix (cixfile) check-in: 44533b0acb user: davidevans tags: trunk
10:12
update vole versions check-in: 7fd0367c55 user: davidevans tags: trunk
07:59
add a const cast. check-in: 52b7a96088 user: davidevans tags: trunk, RELEASE-1.7.0
07:54
The previous commit said Folder->Go To Message.

It should have been Message->Go To Message

Cleaned up indentation while I'm here check-in: 93038abe94 user: davidevans tags: trunk

07:48
Menu Folder->Go To Message

If the message number was not in the data, Vole crashed.

Added CFBriding to dix this in Appcntroller.m check-in: 70c853eeff user: davidevans tags: trunk

2020-11-26
12:39
Update README.txt check-in: 9c44d8f746 user: davidevans tags: trunk
2020-08-14
10:31
Add /opt/local/bin to PATH for export-to-git.mk check-in: 3b84fd534a user: davidevans tags: trunk
2020-02-19
14:17
Make sure fossil is on PATH in scripts/vscript-xml.sh (/optlocal/bin) check-in: fccbb16a7a user: davidevans tags: trunk
13:40
Make sure fossil is on the PATH in version-script.sh check-in: 43f78a09ea user: davidevans tags: trunk
2019-12-07
14:06
Implement count of acronyms in Developer Info window. check-in: e0a07dbe87 user: davidevans tags: trunk
2019-08-29
12:15
sqlite3 version 3.29.0 check-in: 653f71cb12 user: davidevans tags: trunk
2019-05-27
13:52
Note for README.txt Leaf check-in: fa5765d8d4 user: davidevans tags: 1.6.x-2.0.x-MRR
13:41
This branch is for maintenance of MRR (Memory management code) only. Do not megre from trunk. check-in: a06caadc32 user: davidevans tags: 1.6.x-2.0.x-MRR
2019-05-01
12:58
README.txt clarify OS that Voles runs on. check-in: f1f0ff7fe9 user: davidevans tags: trunk
2019-01-27
15:29
The Vole Help page on the Wiki was not passing validation, so replace a space in the URL for each versions help with %20. check-in: a88f27026b user: davidevans tags: trunk
2019-01-25
21:48
Make Voleinfo.plist and XXXX-Tempfile.h depend on a Timestamp file, so builds and runs from Xcode.app build them every time. check-in: 7432780ed0 user: davidevans tags: trunk
15:36
Use rxp instead of opensp to validate xhtml1 files in Vole.help check-in: d453438b67 user: davidevans tags: trunk
15:24
Convert Help Book fileVole,html to utf-8 and XHTML1. Add extra classes to the css. check-in: 6bcc21bc51 user: davidevans tags: trunk
15:03
Help: Convert most of the help pages (except for main page) to UTF-8 and XHTML1 check-in: 23b65fe5e8 user: davidevans tags: trunk
14:03
Add Xcode script to index the Help Book. check-in: 5011121f74 user: davidevans tags: trunk
11:36
Vole.help: The help Info.plist now defines the icon correctly. check-in: 7b8716bee7 user: davidevans tags: trunk
2019-01-24
11:04
MainMenu.xib: Add action for Export CIX Scratchpad in the contextual menu for the FolderTreeMenu. check-in: 7a41b20901 user: davidevans tags: trunk
2019-01-22
13:30
AppController.m: returning from Add New Topic sheet now checks if the user clicked Add or Cancel. check-in: dad6c74c9d user: davidevans tags: trunk
2019-01-20
16:32
Connect.m: convert the code that calls the updates on the main thread to use Classes instead of structs. check-in: e997199344 user: davidevans tags: trunk
14:52
Add the headers created in the last commit to Connect.m check-in: e5739b73bd user: davidevans tags: trunk
14:48
Add classes as replacement for structs in Connect.m check-in: 89cb8beb7f user: davidevans tags: trunk
2018-12-23
13:37
Add WindowCollection to the project. This code is from CIXReaderMac

Add coding for to MessageWinow to use WindowCollection for registering and deregistering the object. check-in: da15195392 user: davidevans tags: trunk

12:37
Add WindowCollection.[hm] from CixReader project. check-in: 85ecee0547 user: davidevans tags: trunk
2018-12-19
16:45
Extra debugging in MessageWindow.m check-in: 1b51d35f0a user: davidevans tags: trunk
16:06
Add DEBUG=1 as preprocess definition to sierra. logit.h: change #ifdef to #if. check-in: 22d31c6483 user: davidevans tags: trunk
15:50
Add logit.h to the project and get it working check-in: 100250a9fa user: davidevans tags: trunk
15:18
add callstack to logit.h check-in: 4fbae2f1f6 user: davidevans tags: trunk
13:10
logit.h: simple logging macro for MessageWindow.m (and any other source) check-in: 6668bfd219 user: davidevans tags: trunk
11:25
AppController.m: fix a warning about code never executed. check-in: 1f77a94547 user: davidevans tags: trunk
11:19
AppController.m: fixed an enum check-in: 8ebec356af user: davidevans tags: trunk
2018-12-18
14:07
Turned on some extra warnings for AppController.m in Build Phases check-in: 0029beb23d user: davidevans tags: trunk
12:07
Comment out a notification for a selector that does not exist (AppController.m) check-in: 3fe8a1061b user: davidevans tags: trunk
2018-12-17
11:11
add some additional Xcode warnings check-in: 30bf2d3078 user: davidevans tags: trunk
10:03
Add some more AppController casts. Fix some format strings to literals. check-in: a7ed500a41 user: davidevans tags: trunk
09:20
Add some more (AppController *) casts in URLHandlerCommand.m. check-in: f5ceb8ca6c user: davidevans tags: trunk
2018-12-16
20:22
Connect.m: assign a variable to TRUE check-in: 91a4f243fa user: davidevans tags: trunk
2018-12-15
15:39
Makefile: set GCC_OPTIMIZATION_LEVEL correctly. Some other cleanup. check-in: b706abe9d6 user: davidevans tags: trunk
14:20
MAJOR CHANGE. Do not merge from older commits.

Convert Vole 1 and Vole 2 to ARC.

Vole versions will now be 1.7.x and 2.1.x

This is a major change.

This commit is not fully working. Importing and fetching messages, etc, from file or the server is not yet implemented due to old Vole using structs. check-in: 491becc1ea user: davidevans tags: trunk