-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
256 lines (211 loc) · 11.1 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
3.0.1 Jan 7 2015
Update desktop file
3.0.0 Jun 25 2014
Update authors and changelog
Fix i18n and update all translations
Fix many erratum (Michael Shigorin and Alexey Loginov)
Fix degree, angstrom, upper indexes for i18n and for console mode (Daniel Leidert and Alexey Loginov)
Fix and update table of elements (Daniel Leidert, Theppitak Karoonboonyanan and Alexey Loginov)
Remove the DEPRECATED flags (Sebastien Bacher and Michael Shigorin)
Remove markup on console (Daniel Leidert)
Use appropriate menu icons (Theppitak Karoonboonyanan and Daniel Leidert)
Add i18n for desktop file with intltool
Make displayed element data selectable/copyable (Zach Ploskey)
Decorate buttons with element information (Theppitak Karoonboonyanan)
Return German, Spanish, Dutch, Portugese translations from gperiodic-1.3.3
Add manual from Debian with little changes (Sebastien Bacher and Alexey Loginov)
Add hicolor icons
Add Ukrainian translation (Oleksandr Mishchenko)
Update Polish translation (Ireneusz Imiolek)
Update Russian translation (Alexey Loginov)
Update Spanish translation (Juan Rafael Fernández)
Update Turkish translation (Fırat Kutlu)
Add Czech translation (Pavel Fric)
Update French translation (Yves Brungard and André-Marie Desmottes)
Add Brazilian Portuguese translation (Marcio Padula)
Add Belarusian translation (Uladyslau Ahromenka)
Update Danish translation (Rémi Verschelde)
Update German translation (Marc Lattemann)
Update Swedish translation (Michael Eklund)
2.0.10 Jul 11 2007
Minor code update & include translations
Use the standard gtk+ about window
Include the russian translation contributed by Michael Shigorin
2.0.9
Minor code update & include translations
Several minor fixed contributed from the Debian project has been merged.
Italian and galician translations have been included.
2.0.8
Minor code update
Updated the menubar code to be gtk+ 2.4 compliant.
2.0.7 Fri Oct 10 00:15:00 CET 2003
Arkadiusz Lipiec provided polish translation and patched program
to be gettextized correctly (more than 500 entries translatable)
Fixed some errors, and make symbol definition file deprecated
2.0.6 Fri Jul 25 21:30:00 CET 2003
Sebastien Bacher provided french translation and patched some
translation bugs.
Fixed some minor bugs in the translations.
2.0.5 Sun May 04 15:15:00 CET 2003
Piotr Najman <picio@bogucice.pl> has provided a path that fixed
bug in internationalisation. Translation for polish added.
2.0.4
Internationalisation support through gettext added.
Translation for swedish added.
2.0.3 Wed Mar 29 14:24:00 CET 2003
Piotr Najman <picio@bogucice.pl> has provided a path that added
"Appearance" and location to element data. The patch
also modify dump table function (print all data).
Made some non-intrusive changes to the code to allow for translations
with gettext.
Fixed some segmentations faults when inputting nonexisting elements
at the command line.
2.0.2
Corrected some misspellings and inconsistencies.
Added "Lattice c/a ratio" and "Debye temperature" to element data.
Changed outlay of element popup window to conform to new data.
Minor cleanup of sourcecode, removed unnecessary gtk+ calls.
Minor cleanup of about window.
2.0.1 Wed Mar 05 11:26:39 CET 2003
Piotr Najman <picio@bogucice.pl> has provided a patch
that added the following data points to the table:
. Discovery date
. Discovered by
. Named after
and added the code necessary to access the data.
2.0.0
Port to gtk2, major rewrite and reconfiguring of the code. Removed some
parts which seem to be unnecessary.
1.3.3 Fri Jan 18 10:34:38 EST 2002
Applied a patch from Jonas Frantz <frantz@beam.helsinki.fi> that
added lattice structure and lattice constants. The patch also
added some atom radiuses which were not present in previous versions.
1.3.2 Mon Aug 27 22:58:25 EDT 2001
Fixed bug in cmdline_interface.c(90), it was causing coredump when
printing an element.
1.3.0 Thu Apr 5 00:04:13 EDT 2001
Michael Shigorin <mike@lic145.kiev.ua> has provided a ru.po to translate
the application into Russian.
I've started on a new data access/storage scheme. I want to abstract
the data away from the interface as much as possible. My first steps
towards this end was to allow the internal table to be dumped
and make it possible to load the table from an external file.
That lead me into building a command line interface. So far,
the dump functionality is working, as well as an interactive
shell like environment (complete with readline support - even
history). I also extended the command line interface to support
the dumping of specific element information, as well as being
able to run interactive commands solely from the command line.
That basicly makes this our first development release. I'm going to start
from here with the convention that an odd minor version number
indicates a development version, while an even minor version
indicates a stable version.
major.minor.revision
Revision numbers will increment as releases are made for bug fixes
or minor changes in the application. Minor numbers will increment
as new features are added. Major will increment as large portions
change internally [like when the new data access scheme is
complete]. So the 1.3 series should result in a 2.0 application.
1.2.6a Wed Apr 4 13:50:46 EDT 2001
Felix Natter <f.natter@ndh.net> pointed out the fact that po/Makefile.in
was specified in the configure script was incorrect, and should
have been po/Makefile. This release corrects that build issue.
Newer versions of gettext seem to make use of the environment variable
LANGUAGE instead of LANG. I've added some documentation to the
README for using gperiodic in these environments.
1.2.6 Wed Sep 8 09:11:26 EDT 1999
Ambrogio Oliva <Ambrogio.Oliva@sanofi-synthelabo.fr> has provided
an it.po file, giving us a new translation - Italian. I made some
changes to the build process, adding in tests for each of the
languages into Makefile.am (though you need to have to have installed
before the tests work -- I don't know how to get gettext to look
in the po directory instead of the installed lang directory), and
a 'make distrib' to build a source distribution.
1.2.5 Thu Jul 29 11:02:48 EDT 1999
Thanks to Koen Kooi <koen_kooi@hotmail.com> we now have support for
Dutch.
1.2.4 Fri Jul 16 09:10:13 EDT 1999
New German changes from Christian Klein <chris@koeln.ccc.de>.
Christian -- Every time I try to reply to your email, it bounces
back. Do I have a valid address for you?
Frederic Gobry <gobry@idiap.ch> suggested changing asprintf() to
g_strdup_printf() to increace portability.
Martin Willemoes Hansen <mwh@stampede.org> wrote in to say that
GPeriodic 1.2.0 will now be part of the Stampede distribution.
http://www.stampede.org
Added version to Makefile.am, and to the about dialog box...
1.2.3 Thu Jul 15 13:54:39 EDT 1999
Sven Neumann <neumanns@uni-duesseldorf.de> has provided a full
translation for German. This effects only the de.po file.
1.2.1 Tue Jul 13 12:04:36 EDT 1999
Added color values to the table_entry structure, and the related
code to set the colors of the buttons -- also added the rbg data to
the table_data.c file.
1.2.0 Mon Jul 12 11:53:32 EDT 1999
Integrated changes from Arno Peters <A.W.Peters@ieee.org> - includes
use of automake. Changed sources to remove all the c++ constructs,
making gperiodic pure c. Integragted gettext to add (proper) support for
internationalization. Removed the command line switches...which are no
longer needed as gettext should detect the locale and display the
proper language based on it.
1.1.1 Fri Jul 2 13:40:08 EDT 1999
Created initial manpage.
Added checks to the configure script for perl, and gtk+ version 1.2.1
1.2.1 may not be necessary, but it's the version I used for development,
so that's all I have to go on.
Cleaned up the src/Makefile -- it now uses a pattern rule to produce
the static table data. This included updating the create_table.pl script
to detect the language string (en/fr/etc) from the file name.
Updated the top level makefile so it can do an install -- it only
installs to /usr/local/bin and /usr/local/man for now.
1.1.0 Wed Jun 30 16:45:30 EDT 1999
Wow! This thing is getting translated fast.
Lalo Martins <lalo@webcom.com> - just sent me a portuguese translation
for the strings table. This give the menus and messages a translation,
but not the element table data -- that is supposed to be comming.
This brings the software to this state concerning translation:
Language Strings Table
English Yes Yes
French Yes Yes
Spanish Yes Yes
German No Yes
Portuguese Yes No
1.0.7 Wed Jun 30 09:57:42 EDT 1999
Changes from Georges Khaznadar <khazuada@univ-littoral.fr>,
that include a translation of the format sting for the tooltips
(abbriviations were in english, now they can be translated),
and French language corrections.
German is now on the list of supported languages -- this translation
is so far only for the table data, I'm trying to contact the person
who sent me the translation, but the mail keeps bouncing back.
If anyone knows this person, or can give me more information, I'd
appriciate it: Christian Klein <chris@koeln.ccc.de>
1.0.6 Tue Jun 29 13:43:05 EDT 1999
Mauricio Rivera <rmrivera@hotmail.com> -- provided a translation
to Spanish. Use -l es to have GPeriodic appear in Spanish.
1.0.5 Thu Jun 24 13:09:52 EDT 1999
Georges Khaznadar <khazuada@univ-littoral.fr> -- provided translation
for a French adaptation! and the code has been added in...
1.0.4 Thu Jun 24 10:09:42 EDT 1999
Migrated the element datastructure to a C++ object, this should fix
some of the crashes some people have been experiencing.
Jean Meloche <jean@stat.ubc.ca> -- pointed out some bugfixes, should be
fixed by the move to the C++ object.
Jon Abbott <muaddib@magicnet.net> -- table data fixe(s).
Andrew Dalke <dalke@bioreason.com> -- provided new data (Pauling
negativity numbers)
1.0.3
Added more information to the table, as provided by:
jon abbott <muaddib@magicnet.net>
1.0.2 Sat Jun 5 14:02:07 EDT 1999
Changed the tooltips around a little bit, and enabled the -t
command line option to read directly from the text file instead
of the internal table...so you can choose either at runtime.
1.0.1 Fri Jun 4 10:19:26 EDT 1999
I was contacted by Andrew Dalke <dalke@bioreason.com> shortly after
posting GPeriodic to the internet, and he graciously pointed out
an extensive list of inconsistiencies in the data I was using for
the table. I've made these changes to the table, so it should
be quite a bit more up to date.
I also made the attempt at using autoconf, though I don't think I'm
using it as well as I could be...