File: NEWS

package info (click to toggle)
galculator 1.3.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,740 kB
  • ctags: 814
  • sloc: sh: 8,872; ansic: 5,038; lex: 252; makefile: 51
file content (133 lines) | stat: -rw-r--r-- 4,170 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
galculator 1.3.1
	* some minor bugfixes

galculator 1.3
	* paper mode
	* tooltips have now accelerators (depends GTK >= 2.6.0)
	* several improvements and bugfixes to the GUI - core interface
	* new and updated translations

galculator 1.2.5.2
	* quick bugfix

galculator 1.2.5.1
	* quick bugfix

galculator 1.2.5
	* bugfixes to formula mode entry, GUI
	* updated build process (libglade problems, dependencies)
	* updated translations
	
galculator 1.2.4
	* introducing thousands separators
	* several bugfixes:
		- check for NULL pointers in formula_entry_is_active
		- display code
	* new and updated translations

galculator 1.2.3
	* several bugfixes:
		- con and mr buttons push display value in RPN mode
		- '=' closes now all open brackets in the end
		- fixed "destroy" signal bug
	* GUI:
		- disable MR and M+ button until there is sth to display
	* translation updates

galculator 1.2.2
	* several bugfixes:
		- inv, hyp button in form mode release
		- rolldn, swapxy start new entry now
		- angle units in formula entry mode
		- add -> sum tooltip for translations
	* "shortcut": [0] + [EE] gives "1e+" display
	* updated translations

galculator 1.2.1
	* parser for formula entry mode implemented with flex
	* formula entry enhancements (dec/hex/bin/oct, string operation ids, ..)
	* user defined functions
	* bugfixes: "dead" buttons, RPN stack lift

galculator 1.2.0
	* formula entry mode
	* right mouse button click gives popup menu ((un-)hide menubar)
	* bugfixes: tooltips in RPN mode, char conversion in HEX mode
	* translation updates

galculator 1.1.4 - the RPN update release.
	* finite (x,y,z,t)/infinite stack in RPN
	* display and remember stack in RPN
	* rolldown and swap x y in RPN
	* memory save, memory read and constant retrieval are "stronger" 
	events now
	* bugfixes: ENT key on startup

galculator 1.1.3
	* introducing basic and scientific mode
	* number base, angle unit and notation mode are remembered on exit.
	no defaults anymore.
	* binary: fix display length to a multiply of ...
	* asinh, acosh, atanh
	* percent operation
	* bug fixes: crash on bracket closing, remember display value, GUI
	* translation updates

galculator 1.1.2 - no big news. just some updates.
	* complete rewrite of basic computation code. Be careful - though it has 
	already been tested seriously!
	* french translation (thanks to seb128)
	* bug fixes: display_length (in HEX/OCT/BIN mode), working keypad in
	preferences dialog, gcc-2.95, check for glade's XML files.

galculator 1.1.1 - two releases within two days. uuuh! Never mind. Two quite 
important bug fixes
	* preferences dialog's font and color dialog work again
	* again, GTK 2.0 is enough to build
and a cool new feature
	* configurable variable type (number of bits and [un]signed) in HEX/OCT/BIN 
	mode. Enjoy converting your unsigned 7-bit binary to a 13-bit signed 
	hexadecimal.
are reason enough for an update.

galculator 1.1.0 - the first official release after 1.0. What's new?
        * constants popup, user defined constants
	* save to/read from and add to memory as much as you want
	* i18n support (translators wanted)
        * libglade
        * X middle mouse button pasting
        * and the bug fixes
        * instant apply preferences dialog
Galculator's homepage moved to galculator.sf.net. Go there for CVS, mailing
list, bug tracker and of course for download of 1.1.0.

galculator 1.0
	useless bottons are greyed out
	display modules cause window resizing problem solved
	new default font handling
	startup with last display value
	key press activates button like mouse click
	other GUI updates and bug fixes

galculator 1.0rc1
	new display and display modules
	preferences dialog
	configuration file
	gtk accessibility
	bug fixes

galculator 0.9
	Support for decimal, hexadecimal, octal and binary numbers. 
	Support for three different base units: radiant, degree and grad. 
	new operations/functions: MOD, LSH, AND, OR, XOR, CMP.
	GUI options (button group visibility, button size, button font). 
	command line arguments.

galculator 0.8

	spec file, "gnome menu support", GUI resizing improved, display updates, 
	RPN support.

galculator 0.7

	initial release