2007-12-11  nicola

	* [r19] preferences.c: eliminata una doppia inizializzazione per
	  chooser

2007-12-18  nicola

	* [r29] form_address.c: added a label column to tree view to show
	  address type localized
	* [r30] groups_view.c: commented a warning's message
	* [r31] form_phone.c: added a label column to tree view to show
	  telephne type localized
	* [r32] trash_view.c: check if given card is R_CARD and not
	  R_PERSONAL_CARD
	* [r33] types.h: added TELEPHONE_LABEL_COLUMN column
	* [r34] company_gui.c: fixed error in form initialization, fixed
	  property: notes has company-notes property

2008-01-04  nicola

	* [r38] app.c: fixed bugs. Add support to group_paned, show data in
	  selected card
	* [r39] app.h: Add *paned api
	* [r40] browse.c: Add show flag to rubrica_browse_nth_card
	* [r41] browse.h: Add show flag to rubrica_browse_nth_card
	* [r42] calendar.c: fixed month bug
	* [r43] callbacks.c: bug fix, added credits to French and Russian
	  localizator
	* [r44] cards_view.c: scrool card's list and select last
	  added/modified card
	* [r45] data_view.c: bug fix
	* [r46] models.c: add column for localizated labels
	* [r47] preferences.c: add rubrica_preferences_get_toolbar_style
	  function
	* [r48] preferences.h: add rubrica_preferences_get_toolbar_style
	  function

2008-01-14  nicola

	* [r61] cards_view.c, cards_view.h: optimizations
	* [r62] main.c: optimizations

2008-01-15  nicola

	* [r74] Makefile.am:

2008-01-18  nicola

	* [r77] app.c: added code to manage plugins
	* [r78] callbacks.c: first code to select plugins from filechooser
	* [r79] app.h: added api to manage plugins

2008-01-21  nicola

	* [r90] app.c, app.h: little update
	* [r91] callbacks.c: little changes so addressbook's file format
	  can be autodetected
	* [r92] main.c: little changes so addressbook's file format can be
	  autodetected

2008-01-28  nicola

	* [r96] filechooser_extra.c, filechooser_extra.h: a new widget for
	  file chooser, used to select the engine (plugin) for
	  loading/saving addressbooks
	* [r97] app.c: added code to manage plugin (engine) selection in
	  file chooser
	* [r98] callbacks.c: extra filechooser widget's code moved to
	  filechooser_extra.c file.

2008-01-31  nicola

	* [r109] filechooser_extra.c, filechooser_extra.h: bug fix
	* [r110] app.c: optimizatios
	* [r111] callbacks.c: optimizatios
	* [r112] Makefile.am: added filechooser_extra files to build chain

2008-02-03  nicola

	* [r117] print.c, print.h: added print support
	* [r118] types.h: added PRINT_COLUMN to cards's view columns type
	* [r119] preferences.c, preferences.h: add first support to print
	  functions, fixed bug
	* [r120] app.c: code optimization, bug fixed, improved api
	  documentation, added first apis for print (rubrica_app_print and
	  rubrica_app_print_card) add rubrica_app_get_selected_card
	* [r121] popmenu.c: add print items in popup menu, and some
	  callbacks funcions
	* [r122] cards_view.c, cards_view.h: add print functions
	* [r123] callbacks.c: write on_print_cb callback

2008-02-06  nicola

	* [r125] app.c: first keys pressed managment
	* [r126] popmenu.c: write callbaks: on_print_card_cb (print the
	  selected card), on_mark2print_cb (mark cards that will be
	  printed), on_mark_all_cb (marks all cards for printing),
	  optimizations
	* [r127] callbacks.c: rewrite on_print_cb
	* [r128] cards_view.c: add rubrica_cards_view_get_selected_cards
	  function, enable and setup columns's search

