-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
59 lines (48 loc) · 2.79 KB
/
ChangeLog
File metadata and controls
59 lines (48 loc) · 2.79 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
SubVersion: $Id$
Log of changes: gfm (calcs, files, ticonv)
- xx/xx/xxxx, version 1.06 (1.1.7, 1.1.5, 1.1.3):
- 28/05/2011, version 1.05 (1.1.6, 1.1.4, 1.1.2): debrouxl
- remove autogenerated Changelog files and empty TRANSLATORS files.
- change encoding in .rc file.
- explicitly check for AC_PROG_CXX, fixes `configure` after regeneration by `autoreconf -i -f` on a host running libtool 2.x (reported and fixed by Jon Sturm).
- first round of compiler (gcc, clang) warning fixes.
- fix a number of compiler warnings, memory leaks, unclosed files.
- minor changes to make autotools definitions work with both libtool 1.x and 2.x.
- use AM_GNU_GETTEXT_VERSION to use a consistent version of gettext (namely 0.16, released in late 2006).
- reconfigure under Debian Squeeze with Autoconf 2.67 and Automake 1.11.1.
- in the building process of the manpage cleaner, use $(CC) instead of gcc. Extracted from MacPorts.
- add VS 2008 project/solution files
- documentation and comment updates.
- 08/04/2010, version 1.04 (1.1.5, 1.1.3, 1.1.1): debrouxl
* minor documentation updates.
* made support for KDE dialogs default to disabled, so as to cut down on the build and runtime dependencies.
* updated translations.
* now closing ticalcs on exit.
* updated existing InnoSetup script, created cross-compilation InnoSetup script.
* updated gfm.rc file.
* updated to Autoconf 2.65.
- 29/04/2009, version 1.03 (1.1.2, 1.1.1, 1.1.0): roms
* merged patch from "Philipp Thomas" (bug item #2507422 on TiLP BTS)
to avoid conflict because giotypes.h already declares GFile.
* updated installer to use LPG shared files
- 14/10/2007, version 1.02 (1.0.8, 1.0.8, 1.0.5): roms
* fixed KDE file selector support (needed autoheader rerun) (kevin)
* removed old GTK file selector because being deprecated with GTK+ 2.12 (kevin)
* fixed dirname+filename concatenation for KDE file selector (kevin)
* fixed missing include flags causing KDE file selector code to fail to compile (kevin)
* fixed build with --disable-nls (kevin)
* fixed undefined reference to splash_screen_set_label with KDE file selector (kevin)
* added support for the alternate (KDE/M$) button order (kevin)
=> released on 10/01/2008
- 24/09/2007, version 1.01 (1.0.8, 1.0.8, 1.0.5): roms
* Fixed ungrouping error.
* Uninstall software before installation (TiLP framework).
* Added support for KDE file dialogs (kevin).
* Made configure strip -s from CFLAGS on OS X (kevin).
* Removed -I$(top_srcdir)/intl because said directory no longer exists (kevin).
- 10/06/2007, version 1.00 (1.0.7, 1.0.7, 1.0.3): roms
* Decided to make the GUI easier: more or less developped from scratch.
Most of code taken from Tyler Cassidy's original GFM.
Some parts taken from TiLP (file, vars, ctree).
2006-08-20 Tyler Cassidy <tyler@tylerc.org>
* GFM: initial version (0.03).