-
Notifications
You must be signed in to change notification settings - Fork 7
/
NEWS-GPeriodic
211 lines (171 loc) · 9.14 KB
/
NEWS-GPeriodic
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
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 <[email protected]> has provided a patch 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 <[email protected]> has provided a patch 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 segmentation faults when inputting nonexistent 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 source code, removed unnecessary GTK+ calls.
Minor cleanup of about window.
2.0.1 Wed Mar 05 11:26:39 CET 2003
Piotr Najman <[email protected]> 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 GTK+ 2, 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 <[email protected]> that
added lattice structure and lattice constants. The patch also
added some atom radii 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 core dump when
printing an element.
1.3.0 Thu Apr 5 00:04:13 EDT 2001
Michael Shigorin <[email protected]> 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 basically 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> we now have support for
Dutch.
1.2.4 Fri Jul 16 09:10:13 EDT 1999
New German changes from Christian Klein <[email protected]>.
Christian -- Every time I try to reply to your email, it bounces
back. Do I have a valid address for you?
Frederic Gobry <[email protected]> suggested changing asprintf() to
g_strdup_printf() to increase portability.
Martin Willemoes Hansen <[email protected]> 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 <[email protected]> has provided a full
translation for German. This affects 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 RGB data to
the table_data.c file.
1.2.0 Mon Jul 12 11:53:32 EDT 1999
Integrated changes from Arno Peters <[email protected]> - includes
use of automake. Changed sources to remove all the c++ constructs,
making gperiodic pure c. Integrated 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 man page.
Added checks to the configure script for Perl, and GTK+ version 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 <[email protected]> - 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 coming.
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 <[email protected]>,
that include a translation of the format sting for the tooltips
(abbreviations 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
appreciate it: Christian Klein <[email protected]>
1.0.6 Tue Jun 29 13:43:05 EDT 1999
Mauricio Rivera <[email protected]> -- 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 <[email protected]> -- 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 data structure to a C++ object, this should fix
some of the crashes some people have been experiencing.
Jean Meloche <[email protected]> -- pointed out some bug fixes, should be
fixed by the move to the C++ object.
Jon Abbott <[email protected]> -- table data fix(es).
Andrew Dalke <[email protected]> -- provided new data (Pauling
negativity numbers)
1.0.3
Added more information to the table, as provided by:
jon abbott <[email protected]>
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 <[email protected]> shortly after
posting GPeriodic to the Internet, and he graciously pointed out
an extensive list of inconsistencies 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...