File: ChangeLog

package info (click to toggle)
contact-lookup-applet 0.16-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,248 kB
  • ctags: 174
  • sloc: sh: 8,954; ansic: 1,656; makefile: 51; xml: 7
file content (747 lines) | stat: -rw-r--r-- 18,750 bytes parent folder | download
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
2007-05-24  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.16.

2007-03-20  Abel Cheung  <abel@oaka.org>

	* configure.ac: Added 'fi' 'zh_HK' 'zh_TW' to ALL_LINGUAS.

2007-02-24  Matic Zgur  <mr.zgur@gmail.com>

	* configure.ac: Added 'sl' to ALL_LINGUAS.

2007-02-08  David Lodge <dave@cirt.net>

	* configure.ac: Added en_GB to ALL_LINGUAS

2007-01-24  Pema Geyleg  <pema.geyleg@gmail.com>

	* configure.ac: Added 'dz' to ALL_LINGUAS.

2006-11-15  Ross Burton  <ross@burtonini.com>

	* data/contact-lookup-applet.glade:
	* src/contact-dialog.c:
	* src/contact-fields.c:
	* src/contact-fields.h:
	Display more than one street address in a combo (#375433, Travis
	Reitter).

2006-11-15  Ross Burton  <ross@burtonini.com>

	* src/contact-dialog.c:
	Support secondary phone numbers (#359816, Timo Aaltonen).

2006-11-15  Ross Burton  <ross@burtonini.com>

	* data/GNOME_ContactLookupApplet.xml:
	Remove ellipsis from the About menu item (#340450, Brian Pepple).

2006-10-16  Ross Burton  <ross@burtonini.com>

	* confogure.ac:
	* NEWS:
	Version 0.15.

2006-08-22  Bastien Nocera  <hadess@hadess.net>

	* configure.ac:
	* src/contact-dialog.c:
	* src/e-contact-entry.c: Patch from Ed Catmur <ed@catmur.co.uk>
	to make c-l-a compile with newer versions of e-d-s (Closes: #349726)

2006-08-06  Jovan Naumovski  <jovan@lugola.net>

	* configure.ac: Added Macedonian "mk" to ALL_LINGUAS.
	* po/mk.po: Added macedonian translation.

2006-07-21  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.ac: Added Portuguese (pt) to ALL_LINGUAS.

2006-05-16  Ross Burton  <ross@burtonini.com>

	* configure.in:
	* NEWS:
	Version 0.14.

2006-05-16  Ross Burton  <ross@burtonini.com>

	* Makefile.am:
	Dist the intltool files.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Remove obsolete entry for Norwegian.
	* po/no.po: And the translation.

2006-02-04  Josep Puigdemont i Casamajó  <josep.puigdemont@gmail.com>

	* configure.ac: Added ca to ALL_LINGUAS.

2006-01-24  Clytie Siddall <clytie@riverland.net.au>

	* configure.in:
	Added vi in ALL_LINGUAS line.
	
2005-12-18  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.c:
	Correctly handle contacts with no email address (Adam Petaccia).

2005-09-08  Bastien Nocera  <hadess@hadess.net>

	* src/contact-lookup-applet.c: (entry_state_change),
	(evo_lookup_applet_new):
	* src/e-contact-entry.c: (book_opened_cb),
	(e_contact_entry_set_source_list), (e_contact_entry_init),
	(e_contact_entry_class_init):
	* src/e-contact-entry.h:
	* src/test-entry.c: (sources_changed_cb), (setup_source_changes),
	(state_change_cb), (main):

	Don't let the EContactEntry modify its sensitivity itself, but instead
	have it fire a signal that its state has changed
	Modify the contact applet for that change in behaviour
	Disable the widget if we didn't get any completion entries, despite
	having a source list
	Add support in the test program for detection of the availability of
	addressbooks with completion

2005-09-03  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.c:
	Fix typo in strings.

2005-08-31  Žygimantas Beručka  <zygis@gnome.org>

	* configure.ac: Added "lt" to ALL_LINGUAS.

2005-08-12  Frederic Crozat  <fcrozat@mandriva.com>

	* autogen.sh:
	* configure.ac:
	* data/GNOME_ContactLookupApplet.server.in:
	* data/Makefile.am:
	use intltool to translate .server.in file

2005-08-09  Maxim Dziumanenko <mvd@mylinux.ua>

	* configure.ac: Add uk to ALL_LINGUAS.
	
2005-07-26  Ross Burton  <ross@burtonini.com>

	* configure.ac: Add pl to ALL_LINGUAS.

2005-07-24  Ross Burton  <ross@burtonini.com>

	* configure.in:
	* NEWS:
	Version 0.13.

2005-07-24  Ross Burton  <ross@burtonini.com>

	* configure.in:
	* src/Makefile.am:
	Check for GTK+ 2.7.3 onwards.

	* src/e-contact-entry.c:
	If we have GTK+ 2.7.3, then allow the completion to be as big as
	required.

2005-07-16  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.ac: Added ne in ALL_LINGUAS
	
2005-06-13  Bastien Nocera  <hadess@hadess.net>

	* src/e-contact-entry.c: (view_contacts_added_cb), (entry_height):
	Some GCC-4 warning fixes

2005-06-13  Bastien Nocera  <hadess@hadess.net>

	Reviewed by: Ross Burton <ross@burtonini.com>

	* src/e-contact-entry.c: (entry_activate_cb),
	(completion_match_selected_cb), (view_contacts_added_cb),
	(entry_changed_cb), (e_contact_entry_set_source_list),
	(e_contact_entry_get_source_list),
	(e_contact_entry_set_complete_length),
	(e_contact_entry_get_complete_length),
	(e_contact_entry_set_display_func),
	(e_contact_entry_set_search_fields), (e_contact_entry_finalize),
	(reset_search_fields), (e_contact_entry_init), (create_query):
	* src/e-contact-entry.h:

	Move most of the members of the EContactEntry struct to an
	EContactEntryPriv so that it can be sub-classed

2005-06-12  Bastien Nocera  <hadess@hadess.net>

	* src/test-entry.c: (remove_spaces), (text_changed),
	(contact_selected_cb), (window_closed), (main): Better phone number
	selection test case with phone number validation

2005-06-12  Bastien Nocera  <hadess@hadess.net>

	* src/e-contact-entry.c: (create_query): GCC4 unsigned vs. signed fix

2005-05-30  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Handle source lists with no groups.

2005-05-14  Kostas Papadimas <pkst@gnome.org>

	* configure.ac:: Added el  to ALL_LINGUAS

2005-04-19  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: upd

2005-04-19  Bastien Nocera  <hadess@hadess.net>

	* src/e-contact-entry.c: (entry_activate_cb),
	(completion_match_selected_cb): clear the entry before sending out
	the signal, to avoid the entry being cleared after a selection
	* src/test-entry.c: (contact_selected_cb), (test_display_func),
	(main): add test for the contact-selected signal

2005-04-10  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.12.

2005-04-10  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.c:
	* src/e-contact-entry.h:
	Mega-patch from Bastien Nocera, allow applications to set the
	fields which are searched, and take an ESourceList rather than an
	ESourceGroup.

	* src/Makefile.am:
	* src/test-entry.c:
	Add a simple test application (Bastien Nocera).

	* src/contact-lookup-applet.c:
	* src/contact-lookup-applet.h:
	Update for EContactEntry changes (Bastien Nocera).

2005-04-06  Ross Burton  <ross@burtonini.com>

	* autogen.sh:
	Use Automake 1.9 (thanks Bastien Nocera).

	* configure.ac:
	Detect libpanel-applet 2.9.4 whilst still working with 2.8, and
	work with libebook 1.0 and 1.2 (BN)

	* src/Makefile.am:
	Build e-contact-entry.c as a library, and update for configure.ac
	changes (BN).

	* src/contact-lookup-applet.c:
	Wrap the panel-applet 2.9 call in #if USE_OLDER_PANEL_APPLET (BN).

2005-04-01  Steve Murphy  <murf@e-tools.com>

	* configure.in: Added "rw" to ALL_LINGUAS.

2005-04-01  Adi Attar  <aattar@cvs.gnome.org>

	* configure.in: Added "xh" to ALL_LINGUAS.

2005-03-30  Alexander Shopov  <ash@contact.bg>

	* configure.ac: Added "bg" (Bulgarian) to ALL_LINGUAS

2005-03-28  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.ac: Added "it" (Italian) to ALL_LINGUAS.

2005-03-24  Pedro Villavicencio Garrido  <pvillavi@gnome.org>

	* src/contact-lookup-applet.c (about_cb): use GtkAboutdialog instead
	of deprecated GnomeAbout.

	* configure.ac:
	Bump GTK+ dep to 2.6.

2005-03-07  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.11.

2005-03-07  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Depend on EDS 1.2

2005-02-18  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Add «no» to ALL_LINGUAS. 

2005-02-15  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Handle the sources key being unset (thanks to Sylvain Pasche)

2005-02-08  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Depend on libpanel-applet 2.9.4.
	
	* src/contact-lookup-applet.c:
	Request that the panel focus this applet when the button is
	pressed in the entry.

2005-02-02  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* data/GNOME_ContactLookupApplet.server.in.in: Added i18n markers
	* data/GNOME_ContactLookupApplet.server.in: Removed wrong i18n markers

2005-01-30  Danilo Šegan  <dsegan@gmx.net>

	* configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2005-01-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* data/GNOME_ContactLookupApplet.server.in: Added missing
	internationalization markers

2005-01-07  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.ac: Added 'fr' (French) to ALL_LINGUAS.

2004-11-11  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Patch from Vincent Noel to follow changes to panel background. 

2004-11-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* configure.ac: Added 'es' (Spanish) to ALL_LINGUAS.

2004-10-31  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added 'ja' (Japanese) to ALL_LINGUAS.

2004-10-28  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Add «nb» to ALL_LINGUAS.

2004-10-27  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.10.

2004-10-21  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.ac: Added "eu" (Basque) to ALL_LINGUAS.

2004-10-14  Amanpreet Singh Alam <amapreetalam@yahoo.com>

	*configure.in: ALL_LINGUS-> pa (punjabi) is Language is added

2004-10-09  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.c:
	Fix some memory leaks and crashes when setting sources.

2004-10-09  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Show a dialog if there are no sources set.

2004-10-08  Ross Burton  <ross@burtonini.com>

	* data/contact-lookup-applet.glade:
	Hide the buttons which don't do anything at the moment.

2004-10-07  Hendrik Brandt  <hebra@cvs.gnome.org>

	* configure.ac: Added "de" to ALL_LINGUAS.

2004-10-05  Marcel Telka  <marcel@telka.sk>

	* configure.ac (ALL_LINGUAS): Added sk.

2004-10-05  Raphael Higino  <raphaelh@cvs.gnome.org>

	* configure.ac: Added "pt_BR" to ALL_LINGUAS.

2004-10-05  Ross Burton  <ross@burtonini.com>

	* NEWS:
	* configure.ac:
	Version 0.9.

2004-10-04  Adam Weinberger  <adamw@gnome.org>

	* configure.ac: Added en_CA to ALL_LINGUAS.

2004-10-05  Christian Rose  <menthos@menthos.com>

	* configure.ac: Added "sv" to ALL_LINGUAS.

2004-10-04  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.[ch]:
	Add _set_display_func(), so that user applications can control
	what strings are displayed in the completion.
	
2004-10-04  Ross Burton  <ross@burtonini.com>

	* src/glade-utils.c:
	* src/contact-dialog.c:
	Mark translatable strings.

	* autogen.sh:
	* po/POTFILES.in:
	* Makefile.am:
	* src/Makefile.am:
	* configure.ac:
	Start towards i18n.

2004-09-30  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.c:
	Hopefully fix duplicate entries and slowless when searching.

2004-09-30  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	* data/GNOME_ContactLookupApplet.xml:
	Remove the Preferences option.
	
	* src/prefs-dialog.[ch]:
	* src/e-source-option-menu.[ch]:
	* src/e-util-marshal.[ch]:
	Remove, unused now.

2004-09-28  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.c:
	* src/e-contact-entry.h:
	Fab new code to search multiple books at once, via a ESourceGroup.

	* src/contact-lookup-entry.c:
	Updated to use new API. Uses the same sources that Evolution is
	completing from!

2004-09-21  Ross Burton  <ross@burtonini.com>

	* src/e-source-option-menu.c:
	Update from Evolution CVS.

2004-09-19  Richard Boulton <richard@tartarus.org>

	* src/e-source-option-menu.c:
	Use e_source_equal() instead of comparing pointers.  This is
	necessary so that a source created from the XML from a gconf key
	will compare equal to a source in the list.

	* src/prefs-dialog.c:
	Grab the current source from gconf and use it to set the selection
	in the preferences dialog.

2004-09-15  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.[ch]:
	Use the super new EContactEntry!

	* src/Makefile.am:
	Include e-contact-entry.c in the build.
	
	* src/contact-dialog.c:
	Ref the contact.

2004-09-15  Ross Burton  <ross@burtonini.com>

	* src/e-contact-entry.[ch]:
	Add super-cool contact search entry!

2004-09-15  Ross Burton  <ross@burtonini.com>

	* src/e-source-option-menu.c:
	Use Glib instead of GAL for the magic type-defining macros -- one
	less build requirement.

	* configure.in:
	Don't look for GAL.

	* src/Makefile.am:
	Don't add GAL flags.

2004-08-24  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.8.

2004-08-24  Ross Burton  <ross@burtonini.com>

	* data/contact-lookup-applet.glade:
	* src/contact-dialog.c:
	Use combo boxes instead of labels for IM and email.
	
	* src/contact-fields.[ch]:
	Add code to make from contact field IDs to images.

2004-08-23  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	* src/contact-dialog.c:
	Remove g_warnings() and replace with dialogs. Thanks to Pedro
	Villavicencio Garrido for the patch.
	
2004-08-20  Ross Burton  <ross@burtonini.com>

	* src/glade-utils.[ch]:
	Add a size argument to the stock icon functions.

	* src/contact-dialog.c:
	* src/prefs-dialog.c:
	Update for above.
	
	* src/contact-lookup-applet.c:
	Display a contact dialogue even when there are multipe
	completions, size the icon depending on the panel, stop the gconf
	notification on destory and other minor code cleanups.
	
2004-08-20  Ross Burton  <ross@burtonini.com>

	* data/contact-lookup-applet.glade:
	Fiddle the display of the photo.

2004-08-19  Ross Burton  <ross@burtonini.com>

	* src/glade-utils.[ch]:
	Split theme_image into get_icon and theme_image.

	* src/contact-dialog.c:
	Set the window icon to the photo if it is set.

	* src/prefs-dialog.c:
	Set window icon.

2004-08-19  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.7.1.

2004-08-17  Ross Burton  <ross@burtonini.com>

	* contact-lookup-dialog.c:
	* contact-dialog.c:
	Fix the photo resizing logic for square photos.

	* contact-lookup-dialog:
	Make the entry slightly larger.

2004-08-16  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.7.
	
2004-08-16  Ross Burton  <ross@burtonini.com>

	More cool patches from Michael Henson.

	* src/contact-lookup-applet.c:
	Show the photo in the drop-down, search for the OR of all search
	terms, not the complete string, and some liststore magic to fix UI
	races.

2004-08-16  Ross Burton  <ross@burtonini.com>

	Various cool patches from Michael Henson.
	
	* data/contact-lookup-applet.glade:
	Add some spacing.

	* src/contact-dialog.c:
	Make the name larger, scale the photo to 4 * name height, fix
	leak, don't show empty videoconf URLs (MH). Fix email stock icon
	name, don't show empty email/www URLs (RB).

	* src/contact-lookup-applet.c:
	Update for the new API, and set a tooltip on error.

2004-08-15  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Don't include e-book-async, it's been removed.

	* configure.in:
	Depend on a libebook with the new API and no -async.h.

2004-04-13  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.6.

2004-02-21  Vincent Untz  <vincent@vuntz.net>

	* .cvsignore: added missing files
	* data/.cvsignore: ditto
	* src/.cvsignore: ditto
	* src/contact-lookup-applet.c: (source_changed_cb):
	e_book_unload_uri() is not public anymore, so replace it.

2004-01-19  Ross Burton  <ross@burtonini.com>

	* configure.in:
	* NEWS:
	Version 0.5.

2004-01-14  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Use a function to get the query for the bookview, and make the
	function *rocking*. Search the full name, nick anem and email
	addresses. Also clean up the comments and errors.

2004-01-14  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Add a tooltip and use the "contact" stock icon.

2004-01-14  Ross Burton  <ross@burtonini.com>

	* data/GNOME_ContactLookupApplet.server.in: 
	Use "search" instead of "lookup", and use the contact stock icon.

2004-01-10  Ross Burton  <ross@burtonini.com>

	* configure.in:
	* NEWS:
	Version 0.4

2004-01-10  Ross Burton  <ross@burtonini.com>

	* src/prefs-dialog.c:
	Cleanup, and show more error messages.

2004-01-10  Ross Burton  <ross@burtonini.com>

	* src/glade-utils.c:
	Remove the icon theme hacks.

2003-12-16  Ross Burton  <ross@burtonini.com>

	* src/contact-dialog.c:
	On destroy, unref the contact.

2003-12-16  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Clean up the includes, comment more.

2003-12-15  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.[ch]:
	Use EBookView so that contact searching is incremental.

2003-12-14  Ross Burton  <ross@burtonini.com>

	* data/contact-lookup-applet.glade:
	Show the video conferencing box.
	
	* src/contact-dialog.c:
	Handle the video conferencing field. Requires a patch which is not
	in e-d-s yet to work, sorry.

2003-12-12  Ross Burton  <ross@burtonini.com>

	* src/prefs-dialog.c:
	Be better about there being no sources to pick from.

2003-12-12  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.c:
	Fix the path to the Bonobo UI file.

2003-12-11  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	* NEWS:
	Version 0.3.

2003-12-11  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.[ch]:
	Auto-completion! Yay!

2003-12-11  Ross Burton  <ross@burtonini.com>

	* data/GNOME_ContactLookupApplet.server.in:
	Capitalise the user-visible name.

2003-12-11  Ross Burton  <ross@burtonini.com>

	* src/contact-dialog.c:
	Remove debugging waffle.

2003-12-11  Ross Burton  <ross@burtonini.com>

	* src/glade-utils.c:
	Use the GTK+ API for icon themes.

2003-12-10  Ross Burton  <ross@burtonini.com>

	* configure.ac:
	Find and require GTK+ 2.3.0 or greater.

	* src/Makefile.am:
	Update for new GTK+ variables.

2003-12-10  Ross Burton  <ross@burtonini.com>

	* src/glade-utils.c:
	Stop adding a directory in my $HOME to the icon lookup, now I have
	gnome-icon-themes installed correctly.

2003-12-10  Ross Burton  <ross@burtonini.com>

	* src/contact-dialog.c:
	Don't use get_const on the photo attribute, and hide the phone
	label if a number isn't found.

2003-12-08  Ross Burton  <ross@burtonini.com>

	* configure.in:
	* NEWS:
	Version 0.2.1.

2003-12-08  Ross Burton  <ross@burtonini.com>

	* src/contact-lookup-applet.[ch]:
	Remove the search button and associated gubbins.

2003-12-05  Ross Burton  <ross@burtonini.com>

	* data/online-applet.glade:
	* data/contact-lookup-applet.glade:
	Renamed from online-applet to contact-lookup-applet.glade.

	* data/Makefile.am:
	Ditto.

	* src/prefs-dialog.c:
	* src/contact-dialog.c:
	Ditto.

2003-12-05  Ross Burton  <ross@burtonini.com>

	* */*:
	Initial import