--- gnome-phone-manager-0.6/ChangeLog 2005-09-09 11:51:31.000000000 +0200 +++ gnome-phone-manager-0.6+cvs06.02.01/ChangeLog 2006-02-01 19:44:27.000000000 +0100 @@ -1,3 +1,83 @@ +2006-02-01 Bastien Nocera + + * configure.in: add gmodule-2.0 to the needed libraries, to get + -rdynamic and avoid the entry not showing up + +2006-01-24 Clytie Siddall + + * configure.in Added vi in ALL_LINGUAS line. + + 2005-12-28 Bastien Nocera + + * libgsm/glibgsmtest.c: (main): fix the _connect functions to be + called with the right number of arguments + +2005-12-27 Bastien Nocera + + * ui/.cvsignore: + * ui/Makefile.am: add missing files (Closes: #324285) + +2005-11-19 Bastien Nocera + + * Makefile.am: + * configure.in: + * src/gnome-phone-manager.desktop.in: install the icons and other UI + bits by hand, fixes the desktop menu icon not appearing + (Closes: #321882) + +2005-10-11 Pawan Chitrakar + + * configure.in: Added ne in ALL_LINGUAS + +2005-09-22 Bastien Nocera + + * configure.in: add pl to ALL_LINGUAS + +2005-09-10 Bastien Nocera + + * libgsm/phonemgr-listener.c: (phonemgr_listener_connect): + Fix dummy build + +2005-09-10 Bastien Nocera + + * libgsm/phonemgr-listener.c: (phonemgr_listener_error_quark), + (phonemgr_listener_connect): + * libgsm/phonemgr-listener.h: + * libgsm/phonemgr-utils.c: (phonemgr_utils_gn_error_to_string), + (phonemgr_utils_guess_driver): + * libgsm/phonemgr-utils.h: + * src/connection.c: (connect_phone_thread): + Some work towards adding better error reporting, especially on + new connections + +2005-09-10 Bastien Nocera + + * libgsm/phonemgr-listener.c: (phonemgr_listener_connect): + * libgsm/phonemgr-utils.c: + * libgsm/phonemgr-utils.h: Print out which driver we are using, and + errors when gn_gsm_initialise fails + +2005-09-09 Bastien Nocera + + * libgsm/Makefile.am: + * libgsm/phonemgr-utils.c: (phonemgr_utils_driver_parse_start_tag), + (totem_driver_model_free), (phonemgr_utils_start_parse), + (phonemgr_utils_init_hash_tables): + * libgsm/phones.xml: + Move the model/driver match to an xml file to avoid having to + rebuild gnome-phone-manager to add support for more phones + (Closes: #315630) + +2005-09-09 Bastien Nocera + + * configure.in: require gnokii 0.6.5 to compile (Closes: #315628) + +2005-09-09 Bastien Nocera + + * libgsm/phonemgr-utils.c: (phonemgr_utils_init_hash_tables): + Add support for the Nokia 6021 and Nokia 6230, with help from + Frederic Crozat + ============ Version 0.6 2005-09-09 Bastien Nocera