--- dict-elements-20001107-a.orig/debian/rules
+++ dict-elements-20001107-a/debian/rules
@@ -0,0 +1,122 @@
+#! /usr/bin/make -f
+
+############################ -*- Mode: Makefile -*- ###########################
+## rules ---
+## Author           : Robert D. Hilliard <hilliard@debian.org>
+## Created On       : Thu, 23 Apr 1998 17:54:36 -0400
+## Last Modified By : Thorsten Alteholz <debian@alteholz.de>
+## Last Modified On : Thu, 05 Nov 2009 18:00:00 +0100
+## Status           : $Id: rules,v 1.12 2003/04/26 13:34:55 bob Exp bob $
+## Last Changes     : $Log: rules,v $
+## Last Changes     : Revision 1.12  2003/04/26 13:34:55  bob
+## Last Changes     : removed /usr/doc/symlinks
+## Last Changes     : removed workaround for dictfmt bug
+## Last Changes     :
+## Description      : debian/rules for dict-elements (was rules for dict-misc)
+## Acknowledgment   : This debian/rules file is based on Manoj Srivasta's 
+##                  : <srivasta@debian.org> sample debian/rules files.
+##                  : Any errors belong to me alone.
+###############################################################################
+
+include /usr/share/dpatch/dpatch.make
+
+# The name of the package (for example, `emacs').
+pkg   := dict-elements
+
+# Configuration variables (these should be pretty generic)
+CC = cc
+CFLAGS=  -O2 
+LDFLAGS = -s
+PREFIX = /usr
+BINDIR = $(PREFIX)/bin
+MANDIR = $(PREFIX)/man
+MAN1DIR = $(MANDIR)/man1
+DOCDIR = $(PREFIX)/doc/$(pkg)
+DICTDIR= debian/tmp/usr/share/dictd
+
+#  Package specific stuff.  The idea is to try to make the rules
+#  generic (gradually).
+
+FILES_TO_CLEAN  = debian/files *.dict* *.index 
+DIRS_TO_CLEAN   = debian/tmp
+STAMPS_TO_CLEAN = stamp-configure stamp-build stamp-binary-indep
+
+
+
+install_file= install -p -o root -g root -m 644
+install_program= install -p -o root -g root -m 755
+make_directory= install -d -o root -g root -m 755
+
+all build: stamp-build
+# Builds the binary package.
+
+stamp-build: patch
+# Builds the binary package.
+	$(checkdir)
+	cat elements|/usr/bin/dictfmt -p -u http://www.miranda.org/~jkominek/elements/ -s "The Elements (07Nov00)" elements
+	/usr/bin/dictzip elements.dict
+	touch stamp-build
+
+clean: unpatch
+# Undoes the effect of `$(MAKE) -f debian/rules build'.
+	$(checkdir)
+	-rm -f  $(FILES_TO_CLEAN) $(STAMPS_TO_CLEAN)
+	-rm -rf $(DIRS_TO_CLEAN)
+	-rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
+                -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
+                -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
+
+binary: binary-indep binary-arch
+
+binary-indep: build stamp-binary-indep
+
+
+binary-arch: build stamp-binary-indep
+
+stamp-binary-indep:
+# Makes a binary package.
+	@test root = "`whoami`" || (echo need root priviledges; exit 1)
+	$(checkdir)
+	test -f stamp-build  || $(MAKE) -f debian/rules build
+	rm -rf               debian/tmp-* debian/tmp.deb
+	$(make_directory)    debian/tmp
+	$(make_directory)    debian/tmp/DEBIAN
+	$(make_directory)    debian/tmp/usr
+	$(make_directory)    debian/tmp/usr/share
+	$(make_directory)    debian/tmp/usr/share/dictd
+	$(make_directory)    debian/tmp/usr/share/doc
+	$(make_directory)    debian/tmp/usr/share/doc/$(pkg)
+	$(install_file)      elements.dict.dz $(DICTDIR)
+	$(install_file)      elements.index $(DICTDIR)
+	$(install_file)      debian/changelog \
+			       debian/tmp/usr/share/doc/$(pkg)/changelog.Debian
+	$(install_file)      debian/changelog \
+			       debian/tmp/usr/share/doc/$(pkg)/changelog
+	gzip -9frq           debian/tmp/usr/share/doc/$(pkg)/
+	$(install_program)     debian/postinst debian/tmp/DEBIAN
+	$(install_program)     debian/postrm debian/tmp/DEBIAN
+# Make sure the copyright file is not compressed
+	$(install_file)      debian/copyright \
+	                     debian/tmp/usr/share/doc/$(pkg)/copyright
+	dh_md5sums -Pdebian/tmp
+	dpkg-gencontrol -isp 
+	chown -R root.root   debian/tmp
+	dpkg --build         debian/tmp ..
+
+	touch                stamp-binary-indep
+
+
+checkroot:
+	@test root = "`whoami`" || (echo need root priviledges; exit 1)
+
+define checkdir
+	test -f elements -a -f debian/rules
+endef
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+
+.PHONY: binary binary-arch binary-indep clean
+
+
--- dict-elements-20001107-a.orig/debian/changelog
+++ dict-elements-20001107-a/debian/changelog
@@ -0,0 +1,156 @@
+dict-elements (20001107-a-5) unstable; urgency=low
+
+  * New maintainer (Closes: #436117)
+  * debian/control: Homepage: added
+  * debian/compat added
+  * debian/rules: debian/changelog installed as upstream changelog
+  * debian/rules: call to dh_md5sums added
+  * debian/README.source added
+  * debian/control: standard raised to 3.8.3, all changes already made
+    by previous NMUs
+  * new superheavy elements added 
+  * entry for aluminium added (Closes: #329923)
+
+ -- Thorsten Alteholz <debian@alteholz.de>  Thu, 05 Nov 2009 18:00:00 +0100
+
+dict-elements (20001107-a-4) unstable; urgency=low
+
+  * QA Upload
+    + change maintainer to QA group
+    + Acknowledge NMUs. Closes: #348259, #441914
+  * Sync Priority with override
+  * Provide dictd-dictionary. Closes: #466208
+
+ -- Frank Lichtenheld <djpig@debian.org>  Thu, 24 Apr 2008 04:18:34 +0200
+
+dict-elements (20001107-a-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * /etc/init.d/dict sanity checks; closes: #441914.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Tue, 11 Sep 2007 16:48:37 -0400
+
+dict-elements (20001107-a-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use invoke-rc.d; closes: #348259.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Sun, 02 Sep 2007 01:46:44 -0400
+
+dict-elements (20001107-a-3) unstable; urgency=low
+  
+  *  20001107-a-2 inclused RCS in the .diff, because I failed too move RCS
+    out of the ../debian directory.  Rebuilt the package with ../RCS moved
+    out of the way.
+  
+ -- Bob Hilliard <hilliard@debian.org>  Mon, 05 May 2003 11:02:35 -0400
+
+ 
+dict-elements (20001107-a-2) unstable; urgency=low
+
+   * Removed /usr/doc symlinks
+
+   * Removed work-around for dictfmt bug (duplicated last index entry)
+   that was fixed in dictfmt 1.8.0
+
+ -- Bob Hilliard <hilliard@debian.org>  Wed, 23 Apr 2003 18:24:35 -0400
+
+
+dict-elements (20001107-a-1) unstable; urgency=low
+  * Modified build system to reduce the size of the source package and
+    .diff, using the same iupstream database as previous version.  There
+    are no substantive changes from 1.8-2 that would be visible to the
+    user.
+  
+  * Added dictd to Build-Depends-Indep.
+  
+ -- Bob Hilliard <hilliard@debian.org>  Thu, 21 Feb 2002 16:41:27 -0500
+
+dict-elements (20001107-1) unstable; urgency=low
+
+  * New upstream version of database
+    (Corrects numerous typos, including percentage of oxygen in the
+    atmosphere.) 
+
+  * Replaced data/elements with new database, ran debian/rules clean, and
+    tar czf dict-elements_20001107.orig.tar.gz dict-elements-20001107
+  
+  * Corrected 8 additional typos in database.
+
+ -- Bob Hilliard <hilliard@debian.org>  Fri, 15 Dec 2000 17:22:12 -0500
+
+
+dict-elements (19990120-3) unstable; urgency=low
+
+  * Added a check that /etc/init.d/dictd exists and is executable
+    before calling it.
+
+ -- Bob Hilliard <hilliard@debian.org>  Fri,  5 Nov 1999 21:44:28 -0500
+
+
+dict-elements (19990120-2) unstable; urgency=low
+
+  * Updated to Standards version 3.0.1.1:
+
+    Modified for FHS - /usr/share{doc, man}
+
+    Added scripts to provide and remove symlink /usr/doc/dict-elements
+    to /usr/share/doc/dict-elements and to reconfigure and restart dictd
+    when this package is installed or removed.
+
+    Corrected location of GPL license
+
+  * Changed `Recommends:' to `Suggests:' due to dselect's evil
+    handling of `Recommends:'
+
+  * Corected typo for Symbol: in heading for `Oxygen' 
+   
+  * removed elements.id
+
+ -- Bob Hilliard <hilliard@debian.org>  Thu, 21 Oct 1999 17:07:21 -0400
+
+dict-elements (19990120-1) unstable; urgency=low
+  
+  * New upstream version of database.
+    Removed ^Ms from raw data/
+
+  * Forked dict-elements for separate release
+    (dict-foldoc was forked at first release)
+    Copied dict-misc-1.4 to dict-elements-19990120
+    Inserted new data file in data direcrory 
+    Ran make distclean then 
+     tar czf dict-elements_1990120.orig.tar.gz dict-elements-19990120
+     to make .orig.tar.gz file for dict-elements only.
+
+  * Modified Makefile.in 
+    Made same changes as for 1.4.1
+    Commented out all references to other databases     
+   
+  * Updated Jay Kominek's address
+
+ -- Bob Hilliard <hilliard@debian.org>  Wed, 31 Mar 1999 18:45:46 -0500
+
+
+dict-misc (1.4-2) unstable; urgency=low
+
+  * Changed Architecture from any to all
+  
+ -- Bob Hilliard <hilliard@debian.org>  Thu, 11 Jun 1998 15:17:49 -0400
+  
+dict-misc (1.4-1) unstable; urgency=low
+
+  * Initial release
+  
+  * Modified Makefile.in:
+    Removed configure from the files removed by the distclean target
+    Commented out the "all" target, since no making is done in $subdirs
+    Commented out "install -m 755 -d $(dictdir)" since debian\rules makes
+    this directory.
+    Added -rm -f *.dict* *.index the clean target (removes *.dict.dz and
+    *.index which cause dpkg-buildpackage errors)
+    Commented out subdirs loop in distclean
+    Commented out foldoc from DATABASES= and DATAINDICES=
+    Commented out foldoc format and install targets
+    Commented out foldoc in install target
+  
+ -- Bob Hilliard <hilliard@debian.org>  Mon, 20 Apr 1998 22:17:03 -0400
--- dict-elements-20001107-a.orig/debian/postinst
+++ dict-elements-20001107-a/debian/postinst
@@ -0,0 +1,30 @@
+#! /bin/sh
+
+set -e
+
+PACKAGE=dict-elements
+
+case "$1" in 
+     configure)
+     if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
+     if [ -x /etc/init.d/dictd ]; then
+          if which invoke-rc.d >/dev/null 2>&1; then
+               invoke-rc.d dictd restart
+          else
+               /etc/init.d/dictd restart
+          fi
+     fi
+
+     exit 0
+     ;;
+
+
+    failed-upgrade|abort-upgrade|abort-remove|abort-deconfigure|in-favour|removing)
+        exit 0;
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2;
+        exit 0;
+    ;;
+esac
--- dict-elements-20001107-a.orig/debian/postrm
+++ dict-elements-20001107-a/debian/postrm
@@ -0,0 +1,28 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in 
+    remove|purge)
+     if [ -x /usr/sbin/dictdconfig ]; then dictdconfig -w ;fi
+     if [ -x /etc/init.d/dictd ]; then
+          if which invoke-rc.d >/dev/null 2>&1; then
+               invoke-rc.d dictd restart
+          else
+               /etc/init.d/dictd restart
+          fi
+     fi
+
+     exit 0
+     ;;
+
+
+    upgrade|abort-upgrade|abort-remove|abort-deconfigure|in-favour|removing)
+        exit 0;
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2;
+        exit 0;
+    ;;
+esac
--- dict-elements-20001107-a.orig/debian/compat
+++ dict-elements-20001107-a/debian/compat
@@ -0,0 +1 @@
+5
--- dict-elements-20001107-a.orig/debian/copyright
+++ dict-elements-20001107-a/debian/copyright
@@ -0,0 +1,28 @@
+     This is the Debian GNU/Linux prepackaged version of Jay Kominek's
+<jkominek@miranda.org> database of information related to the elements,
+formatted for use by The DICT Development Group's client sever
+software.
+
+     The formatting software was written by Rickard E. Faith
+(faith@acm.org).
+
+     This package was constructed by Robert D. Hilliard
+<hilliard@debian.org> using a database file that was downloaded from
+http://ucsub.colorado.edu/~kominek/elements/.
+
+Changes:
+ * added Debian GNU/Linux package maintenance system files
+
+     The Elements Database is distributed with the following notice:
+
+This dictionary database was created by Jay F. Kominek
+<jkominek@miranda.org> (Feel free to send any comments, additions,
+corrections, money to that address) It was compiled from a variety of
+sources, and is in my opinion, a work of my own. (The only stuff that
+was really copied verbatim was the atomic numbers and weights, please,
+I'd like to see someone try and exert a copyright on the values of atoms.)
+So, I place this in the public domain, if it somehow breaks, you get to
+keep both pieces. It'd be nice if you kept the fact that I compiled the
+information in here, but is not needed.
+
+Robert D. Hilliard  <hilliard@debian.org>
--- dict-elements-20001107-a.orig/debian/README.source
+++ dict-elements-20001107-a/debian/README.source
@@ -0,0 +1,4 @@
+This package uses dpatch for upstream source code patch management. Please read
+/usr/share/doc/dpatch/README.source for more information how to apply, unapply,
+add, modify or remove patches.
+
--- dict-elements-20001107-a.orig/debian/control
+++ dict-elements-20001107-a/debian/control
@@ -0,0 +1,20 @@
+Source: dict-elements
+Section: text
+Priority: optional
+Maintainer: Thorsten Alteholz <debian@alteholz.de>
+Build-Depends: debhelper (>= 5), dpatch
+Build-Depends-Indep: dictfmt, dictzip
+Standards-Version: 3.8.3
+Homepage: http://www.miranda.org/~jkominek/elements/
+
+Package: dict-elements
+Architecture: all 
+Description: Data regarding the Elements
+ This package contains Jay Kominek's <jkominek@miranda.org> compilation of
+ physical and chemical data about the elements, updated 11/07/00
+ formatted for use by the dictionary server in the dictd package.
+ .
+ This package will be of limited use without the client and server
+ found in the dict and dictd packages. 
+Depends: dictd|dict-server
+Provides: dictd-dictionary
--- dict-elements-20001107-a.orig/debian/patches/00list
+++ dict-elements-20001107-a/debian/patches/00list
@@ -0,0 +1 @@
+01-more-elements
--- dict-elements-20001107-a.orig/debian/patches/01-more-elements
+++ dict-elements-20001107-a/debian/patches/01-more-elements
@@ -0,0 +1,246 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-more-elements patch made by Thorsten Alteholz <debian@alteholz.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: aluminium and some superheavy elements added
+
+
+@DPATCH@
+
+--- dict-elements-20001107-a/elements.org	2009-11-05 20:49:29.000000000 +0100
++++ dict-elements-20011071-a/elements	2009-11-05 22:53:43.000000000 +0100
+@@ -11,7 +11,8 @@
+ keep both pieces. It'd be nice if you kept the fact that I compiled the
+ information in here, but is not needed.
+ Up to date copies can probably be found on the web at:
+-http://ucsub.colorado.edu/~kominek/elements/
++http://www.miranda.org/~jkominek/elements/
++Texts of the superheavy elements are copied from the Wikipedia.
+ 
+ %h hydrogen
+ %d
+@@ -154,6 +155,10 @@
+ a good number of industrial uses. Makes up 8.1% of the Earth's crust, by
+ weight. Isolated in 1825 by H.C. Oersted.
+ 
++%h aluminium 
++%d 
++Same as {aluminum}, chiefly British in usage. [1913 Webster]
++
+ %h silicon
+ %d
+ Symbol: Si
+@@ -1220,6 +1225,170 @@
+ Half-life of approximately 10ms. Reported in 1994 by German researchers at
+ Darmstadt, Germany.
+ 
++%h darmstadtium
++%d
++Symbol: Ds
++Atomic number: 110
++Atmic weight: 281
++Darmstadtium, formerly known as ununnilium, is placed as the heaviest 
++member of group 10 but a sufficiently stable isotope is not known which 
++would allow chemical experiments to confirm its place. This synthetic 
++element is one of the so-called super-heavy atoms and was first synthesized 
++in 1994. The longest-lived and heaviest isotope known is 281Ds with 
++a half-life of ~10 s although a possible isomer, 281bDs has an unconfirmed 
++half-life of about 4 minutes.
++Element 110 was first given the temporary name ununnilium (symbol Uun). 
++Once recognized as discoverers, the team at GSI considered the names 
++darmstadtium (Ds) and wixhausium (Wi) for element 110. They decided on 
++the former and named the element after the city near the place of its 
++discovery, Darmstadt and not the suburb Wixhausen itself. The new name 
++was officially recommended by IUPAC on August 16, 2003.
++
++%h roentgenium
++%d
++Symbol: Rg
++Atomic number: 111
++Atmic weight: 280
++Roentgenium is placed as the heaviest member of the group 11 (IB) elements, 
++although a sufficiently stable isotope is not known at this time that would 
++allow its position as a heavier homologue of gold to be confirmed.
++Roentgenium was first observed in 1994 and several isotopes have been 
++synthesized since its first discovery. The most stable known isotope is 
++280Rg with a half-life of ~4 seconds.
++Roentgenium was officially discovered by Peter Armbruster, 
++Gottfried Münzenberg, and their team working at the Gesellschaft für 
++Schwerionenforschung (GSI) in Darmstadt, Germany on December 8, 1994. 
++Only three atoms of it were observed (all 272Rg), by the cold fusion between 
++nickel ions and a bismuth target in a linear accelerator.
++In 2001, the IUPAC/IUPAP Joint Working Party (JWP) concluded that there 
++was insufficient evidence for the discovery at that moment in time. 
++The GSI team repeated their experiment in 2000 and detected a further 
++3 atoms. In their 2003 report, the JWP decided that the GSI team should be 
++acknowledged as the discoverers.
++The name roentgenium (Rg) was proposed by the GSI team in honor of the 
++German physicist Wilhelm Conrad Röntgen, and was accepted as a permanent 
++name on November 1, 2004. Previously the element was known under the 
++temporary IUPAC systematic element name unununium, Uuu.
++
++%h ununbium
++%d
++Symbol: Uub
++Atomic number: 112
++Atmic weight: 285
++Ununbium is a IUPAC systematic element name, used until the element 
++receives an accepted name.
++Ununbium was first created by the GSI in 1996, who have now proposed 
++the permanent name copernicium and the symbol Cn. This name is expected 
++to be officially endorsed by IUPAC in January 2010, after six months for 
++discussion. Element 112 is currently the highest-numbered element to be 
++officially recognised by IUPAC.
++The most stable isotope discovered to date is 285Uub with a half-life 
++of ~30 s. In total, about 75 atoms of ununbium have been detected using 
++various nuclear reactions. An unconfirmed isotope, 285bUub, has a possible 
++half-life of ~9 minutes, and would be one of the longest-lived superheavy 
++isotopes known to date.
++Recent experiments strongly suggest that ununbium behaves as a typical 
++member of group 12, demonstrating properties consistent with a volatile 
++metal.
++
++%h ununtrium
++%d
++Symbol: Uut
++Atomic number: 113
++Atmic weight: 284
++Ununtrium is the temporary name of a synthetic element with the temporary 
++symbol Uut and atomic number 113. It is placed as the heaviest member of 
++the group 13 (IIIA) elements although a sufficiently stable isotope is not 
++known at this time that would allow chemical experiments to confirm its 
++position. It was first detected in 2003 in the decay of element 115 and 
++was synthesized directly in 2004. Only eight atoms of ununtrium have been 
++observed to date. The longest-lived isotope known is 284113 with a 
++half-life of ~500 ms.
++
++%h ununquadium
++%d
++Symbol: Uuq
++Atomic number: 114
++Atmic weight: 289
++Ununquadium is the temporary name of a radioactive chemical element with 
++the temporary symbol Uuq and atomic number 114.
++About 80 decays of atoms of ununquadium have been observed to date, 
++50 directly and 30 from the decay of the heavier elements ununhexium 
++and ununoctium. All decays have been assigned to the four neighbouring 
++isotopes with mass numbers 286-289. The longest-lived isotope currently 
++known is 289114 with a half-life of ~2.6 s, although there is evidence 
++for an isomer, 289b114, with a half-life of ~66 s, that would be one of 
++the longest-lived nuclei in the superheavy element region.
++Recent chemistry experiments have strongly indicated that element 114 
++possesses non-'eka'-lead properties and appears to behave as the first 
++superheavy element that portrays noble-gas-like properties due to 
++relativistic effects.
++
++%h ununpentium
++%d
++Symbol: Uup
++Atomic number: 115
++Atmic weight: 288
++Ununpentium is the temporary name of a synthetic superheavy element in 
++the periodic table that has the temporary symbol Uup and has the atomic 
++number 115.
++It is placed as the heaviest member of group 15 (VA) although a 
++sufficiently stable isotope is not known at this time that would allow 
++chemical experiments to confirm its position. It was first observed in 
++2003 and only about 30 atoms of ununpentium have been synthesized to date, 
++with just 4 direct decays of the parent element having been detected. Two 
++isotopes are currently known, Uup-287 and Uup-288, with 288Uup having the 
++longer half-life of ~100 ms.
++
++%h ununhexium
++%d
++Symbol: Uuh
++Atomic number: 116
++Atmic weight: 293
++Ununhexium is the temporary name of a synthetic superheavy element with 
++the temporary symbol Uuh and atomic number 116.
++It is placed as the heaviest member of group 16 (VIA) although a 
++sufficiently stable isotope is not known at this time to allow chemical 
++experiments to confirm its position as the heavier homologue to polonium.
++It was first detected in 2000 and since the discovery about 30 atoms of 
++ununhexium have been produced, either directly or as a decay product of 
++ununoctium, and are associated with decays from the four neighbouring 
++isotopes with masses 290.293. The most stable isotope to date is Uuh-293 
++with a half-life of ~60 ms.
++
++%h ununseptium
++%d
++Symbol: Uus
++Atomic number: 117
++Atmic weight: ???
++Ununseptium is the temporary name of an undiscovered chemical element 
++with the temporary symbol Uus and atomic number 117. It is the only 
++missing element in period 7 of the periodic table. Since it is placed 
++below the halogens it may share qualities similar to astatine or iodine. 
++The first attempt to synthesize this element is currently underway at 
++the Flerov Laboratory of Nuclear Reactions in Dubna, Russia.
++
++%h ununoctium
++%d
++Symbol: Uuo
++Atomic number: 118
++Atmic weight: 294
++Ununoctium , also known as eka-radon or element 118, is the temporary 
++IUPAC name for the transactinide element having the atomic number 118 
++and temporary element symbol Uuo. On the periodic table of the elements, 
++it is a p-block element and the last one of the 7th period. Ununoctium 
++is currently the only synthetic member of Group 18. It has the highest 
++atomic number and highest atomic mass of all discovered elements.
++The radioactive ununoctium atom is very unstable, and since 2002, only 
++three atoms (possibly four) of the isotope 294Uuo have been detected. 
++While this allowed for very little experimental characterization of its 
++properties and possible compounds, theoretical calculations have allowed 
++for many predictions, including some very unexpected ones. For example, 
++although ununoctium is a member of Group 18, it is probably not a noble
++gas, as are all the other Group 18 elements. It was formerly thought to 
++be a gas but is now predicted to be a solid under normal conditions.
++
++
+ %h wolfram
+ %d
+ Original name for {tungsten}.
+@@ -1254,13 +1423,16 @@
+ %d
+ Symbol: Db
+ Competing name for {unnilquadium}, the 104th element, proposed by the
+-IUPAC.
++IUPAC. Finally in 1997 the IUPAC decided to use Dubnium as the official name 
++of the 105th element.
+ 
+ %h rutherfordium
+ %d
+ Symbol: Rf
+ Competing name for {unnilquadium}, the 104th element, proposed by the
+-American Chemical Society.
++American Chemical Society. Also competing name for {unnilhexium} 
++the 106th element, proposed by the IUPAC. Finally in 1997 the IUPAC
++decided to use Rutherfordium as the official name of the 104th element.
+ 
+ %h hahnium
+ %d
+@@ -1285,17 +1457,21 @@
+ %h nielsbohrium
+ Competing name for {unnilseptium}, the 107th element, proposed by its West
+ German discoverers and supported by the American Chemical Society. The
+-name was chosen in honor of physicist, Niels Bohr.
++name was chosen in honor of physicist, Niels Bohr. Also a competing name 
++for {unnilpentium}, the 105th element, proposed by Russian scientists.
+ 
+ %h bohrium
+ Competing name for {unnilseptium}, the 107th element, proposed by the
+ IUPAC in response to the discoverers of the element wanting to name it
+-{nielsbohrium}.
++{nielsbohrium}. Finally in 1997 the IUPAC decided to use Bohrium as the 
++official name of the 107th element.
+ 
+ %h hassium
+ %d
+ Competing name for {unniloctium}, the 108th element, proposed by its
+ German discoverers and supported by the American Chemical Society.
++Finally in 1997 the IUPAC decided to use Hassium as the official name of 
++the 108th element.
+ 
+ %h neutron
+ %d
