- Implemented Edward Diener's slot ordering proposal:
http://article.gmane.org/gmane.comp.lib.boost.devel/25152/
- Update most copyrights to include 2004
boost/signals/detail/named_slot_map.hpp, libs/signals/src/named_slot_map.cpp:
- Implements the underlying data structure of slots, using a map of lists.
libs/signals/test/ordering_test.cpp:
- Also test at_front/at_back ordering
libs/signals/test/random_signal_system.cpp:
- Deal with changes in random library
libs/signals/doc/tutorial.xml:
- Take away all that nondeterministic ordering mumbo-jumbo
- Briefly mention at_front/at_back
libs/signals/doc/reference/signal_header.xml:
- Add "at" parameter to connect routines
[SVN r22737]