-
Notifications
You must be signed in to change notification settings - Fork 16
/
ChangeLog
37 lines (24 loc) · 1.5 KB
/
ChangeLog
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
31
32
33
34
35
36
37
2014-04-29 Roel Janssen <[email protected]>
* Update: The location of the default configuration is looked for according to
the XDG basedir specification.
* Clean-up: The way a configuration was loaded was clumsy, it's cleaned up now.
* Feature: Added the ability to zoom a document in the GUI.
* Feature: Added the ability to show documents in different dimensions.
* Update: Updated the AUTHORS file crediting contributors accordingly.
2014-04-29 Roel Janssen <[email protected]>
* Update: Support the XDG basedir spec for configuration files.
2014-04-28 Roel Janssen <[email protected]>
* Fix: The WPI parser missed data because the reported blocksize was too big.
* Fix: GUI crashed on startup because not enough memory was being allocated.
2014-04-27 Roel Janssen <[email protected]>
* Fix: Properly clean up when a document is loaded in the GUI.
2014-04-26 Roel Janssen <[email protected]>
* Feature: Added the ability to load settings from a config file.
* Clean-up: Made the WPI parser a little more "flat" so it's more readable.
* Clean-up: Removed an unused variable.
* Clean-up: Warnings when compiling with CLANG have been resolved.
2014-04-23 Roel Janssen <[email protected]>
* Autoconf: Wrote Autoconf scripts to handle the build process.
Copyright 2013, 2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved.