aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: ad989a5e1b03995a6c3790a9de0bfb17de032dd4 (plain)
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
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
ayatana-indicator-messages (23.10.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 13 Oct 2023 08:15:19 +0200

ayatana-indicator-messages (22.9.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 14 Sep 2022 14:20:35 +0200

ayatana-indicator-messages (22.2.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 17 Feb 2022 22:14:51 +0100

ayatana-indicator-messages (21.12.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 14 Dec 2021 22:44:29 +0100

ayatana-indicator-messages (0.9.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 17 Nov 2021 14:17:03 +0100

ayatana-indicator-messages (0.8.2-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 28 Jan 2021 17:18:23 +0100

ayatana-indicator-messages (0.8.1-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 10 Sep 2020 21:56:40 +0200

ayatana-indicator-messages (0.8.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 17 Aug 2020 23:02:04 +0200

ayatana-indicator-messages (0.6.2-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 06 Aug 2020 10:55:27 +0000

ayatana-indicator-messages (0.6.1-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-messages.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 24 Feb 2020 09:55:20 +0100

ayatana-indicator-messages (0.6.0-0) unstable; urgency=medium

  * Fork from Ubuntu's indicator-messages applet.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 16 Nov 2015 16:13:12 +0100

indicator-messages (13.10.1+15.10.20150505-0ubuntu1) wily; urgency=medium

  [ Lars Uebernickel ]
  * application list: update root action unconditionally

  [ Niklas Wenzel ]
  * Unescape action names when passing them to the proxy in
    im_application_list_remove_all() (LP: #1434521)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 05 May 2015 16:47:43 +0000

indicator-messages (13.10.1+15.04.20150403-0ubuntu1) vivid; urgency=medium

  [ Ted Gould ]
  * Verify state type before parsing

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 03 Apr 2015 14:51:54 +0000

indicator-messages (13.10.1+15.04.20150311-0ubuntu1) vivid; urgency=medium

  [ Ted Gould ]
  * Sanity tests to test basic features of the messaging menu

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 11 Mar 2015 16:21:18 +0000

indicator-messages (13.10.1+15.04.20150304-0ubuntu1) vivid; urgency=medium

  [ Ted Gould ]
  * Make the message actions have the message ID in their names like the
    muxer

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 04 Mar 2015 23:59:37 +0000

indicator-messages (13.10.1+15.04.20150219-0ubuntu1) vivid; urgency=medium

  [ Ted Gould ]
  * Provide functions that allow for action names directly (LP:
    #1385331)

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 19 Feb 2015 15:55:54 +0000

indicator-messages (13.10.1+15.04.20150126-0ubuntu1) vivid; urgency=low

  [ Lars Uebernickel ]
  * unescape_action_name: fix logic error (& instead of |) (LP:
    #1414025)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 Jan 2015 22:07:44 +0000

indicator-messages (13.10.1+15.04.20150112-0ubuntu1) vivid; urgency=low

  [ Lars Uebernickel ]
  * desktop menu: don't warn when no default handler for a mime type is
    found (LP: #1389725)
  * Escape message and source ids when using them as action names (LP:
    #1386584)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 Jan 2015 18:39:08 +0000

indicator-messages (13.10.1+15.04.20141103-0ubuntu1) vivid; urgency=low

  [ Ted Gould ]
  * Add filtering for lock screen. (LP: #1358340)

  [ Lars Uebernickel ]
  * libmessaging-menu: allow numbers in object paths (LP: #1384811)
  * libmessaging-menu: fix section link in the documentation and add
    descriptions (LP: #1313561)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 03 Nov 2014 20:56:30 +0000

indicator-messages (13.10.1+14.10.20141009-0ubuntu1) utopic; urgency=low

  [ Ted Gould ]
  * Symbolic icon test on Unity8 phone

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 09 Oct 2014 13:30:07 +0000

indicator-messages (13.10.1+14.10.20141007-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Make title string match updated designs. (LP: #1377286)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 07 Oct 2014 19:41:05 +0000

indicator-messages (13.10.1+14.10.20141006-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Move the position of this indicator on the panel. (LP: #1377294)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 06 Oct 2014 17:25:02 +0000

indicator-messages (13.10.1+14.10.20140925-0ubuntu1) utopic; urgency=low

  [ Lars Uebernickel ]
  * Support X-Ubuntu-SymbolicIcon in desktop files (LP: #1365408)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 25 Sep 2014 14:41:04 +0000

indicator-messages (13.10.1+14.10.20140814.1-0ubuntu2) utopic; urgency=low

  * Add "Multi-Arch: same" to libmessaging-menu0

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 02 Sep 2014 11:17:34 +0200

indicator-messages (13.10.1+14.10.20140814.1-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Change the title to "Notification center".

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 14 Aug 2014 14:55:23 +0000

indicator-messages (13.10.1+14.10.20140725-0ubuntu1) utopic; urgency=low

  [ Lars Uebernickel ]
  * messaging-menu-message: add missing break statements

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 25 Jul 2014 08:59:38 +0000

indicator-messages (13.10.1+14.10.20140611-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Add example of using libmessaging-menu from a python client (LP:
    #1315384)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 11 Jun 2014 17:23:06 +0000

indicator-messages (13.10.1+14.04.20140410-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * messages-service: listen to the ApplicationStoppedRunning call Prior
    to this patch, only applications that exit were marked as "not
    running". However, this must also happen when an application unrefs
    it's MessagingMenuApp instance. This is a problem for applications
    which implement messaging menu integration as a plugin (when
    unloading the plugin). Specifically, this causes bug #1302930, as
    telepathy-indicator doesn't exit when empathy exits. (LP: #1302930)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 10 Apr 2014 12:07:10 +0000

indicator-messages (13.10.1+14.04.20140408-0ubuntu1) trusty; urgency=low

  [ Ted Gould ]
  * Synchronize process management across indicators

  [ Lars Uebernickel ]
  * Don't show the messaging menu and the status section when no app is
    registered for them (LP: #1225063)
  * desktop menu: sort applications like specified Default chat client,
    default email client, and the other applications sorted by alphabet.
    (LP: #1216833)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Apr 2014 16:25:00 +0000

indicator-messages (13.10.1+14.04.20140321-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * desktop menu: use com.canonical.application menu items for actions
    The unity implementation of that menu item indents the label even
    when there's no icon.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Mar 2014 06:57:05 +0000

indicator-messages (13.10.1+14.04.20140207-0ubuntu1) trusty; urgency=low

  [ Ted Gould ]
  * Adding acceptance tests and merge review policies.

  [ CI bot ]
  * Adding acceptance tests and merge review policies

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 07 Feb 2014 16:21:43 +0000

indicator-messages (13.10.1+14.04.20140116-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * phone menu: set action targets on source and message menu items.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 400

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 16 Jan 2014 10:03:41 +0000

indicator-messages (13.10.1+14.04.20131125-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * im-menu: fix leak.
  * Stop showing expected warnings in the actionmuxer test.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 398

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 25 Nov 2013 03:55:11 +0000

indicator-messages (13.10.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low

  [ Ted Gould ]
  * Adding a phone_greeter profile.

  [ Lars Uebernickel ]
  * im-application-list: unpack icon correctly An additional variant was
    left by unpacking it the old way, which confused
    g_icon_deserialize() on the menu-rendering side. (LP: #1238927)
  * Protect against processes calling Register() multiple times Don't
    unnecessarily reset the application's state if the same process
    calls Register() more than once.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 395

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 29 Oct 2013 10:30:47 +0000

indicator-messages (13.10.1+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * messages-service.c: remove superfluous unref.
  * Fix the logic for turning the indicator icon blue.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 391

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 11 Oct 2013 04:27:10 +0000

indicator-messages (13.10.1+13.10.20131004-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * in im_application_list_update_draws_attention(), free the temporary
    icon_name string created by g_strdup_printf(). (LP: #1234895)

  [ Sebastien Bacher ]
  * remove old sources from the translatable list.

  [ Lars Uebernickel ]
  * messages-service: return TRUE from "handle-*" GDBusProxy method
    handlers This is done to signify that the handlers replied to the
    messages. Otherwise GDBus might send another reply, depending on
    whether 0 or !0 was lying around on the stack. .
  * Change title to "Incoming".
  * Remove 'indicator.' from the "Clear All" menu item on the phone's
    menu.
  * Return values from functions that have return values. Somehow -
    Wreturn-type warnings aren't always triggered for g_return_if_fail
    macros.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 388

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 04 Oct 2013 02:28:41 +0000

indicator-messages (13.10.1+13.10.20130930-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * phone menu: don't show "Clear All" when there are no messages. (LP:
    #1229422)
  * im-application-list: show all sources that have a count, time, or
    non-empty string. (LP: #1231435)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 381

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 30 Sep 2013 06:32:28 +0000

indicator-messages (13.10.1+13.10.20130913-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * Install into /usr/lib/$arch, to be consistent with the other
    indicators.
  * Use g_icon_serialize() instead of g_icon_to_string().
  * Add "title" to the root action state dictionary. (LP: #1223635)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 378

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 13 Sep 2013 15:15:38 +0000

indicator-messages (13.10.1+13.10.20130903-0ubuntu1) saucy; urgency=low

  [ Nick Dedekind ]
  * Remove parameter type from root action.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 374

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 03 Sep 2013 02:07:40 +0000

indicator-messages (13.10.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * libmessaging-menu: default MessagingMenuMessage::draws-attention to
    TRUE In most cases, apps will want to draw the user's attention when
    they add a message to the menu. (LP: #1215644)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 372

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 30 Aug 2013 10:07:39 +0000

indicator-messages (13.10.1+13.10.20130829-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * Don't pass source and message ids into parameters that expect
    detailed action names.
  * Remove app-section.[ch], it's not used anymore.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 370

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 29 Aug 2013 02:07:50 +0000

indicator-messages (13.10.1+13.10.20130828.2-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * Remove extraneous variable 'old_draw'.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 367

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 28 Aug 2013 10:08:42 +0000

indicator-messages (13.10.1+13.10.20130827.4-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Protect against invalid actions. (LP: #1216758)
  * Remove unused and slightly used dependencies.

  [ Lars Uebernickel ]
  * Fix bug #1216843 Remove all sources when an applications quits and
    don't show sources with a count of 0. (LP: #1216843)
  * test-client.py: flush GDBusConnection before (potentially) freeing
    it. (LP: #1217131)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 365

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 Aug 2013 15:53:01 +0000

indicator-messages (13.10.1+13.10.20130822.5-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Re-merge the consolidate branch, but with additional bugfix.

  [ Ted Gould ]
  * Re-merge the consolidate branch, but with additional bugfix.
  * Add a DBus error for list_add().
  * Migrate away from deprecated function. (LP: #1215180)

  [ Sebastien Bacher ]
  * don't error out on deprecated declarations.

  [ Lars Uebernickel ]
  * Don't use deprecated g_simple_action_group_{lookup,insert}. (LP:
    #1215180)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 360

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 22 Aug 2013 20:29:12 +0000

indicator-messages (13.10.1+13.10.20130820.2-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 354

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Aug 2013 08:59:34 +0000

indicator-messages (13.10.1+13.10.20130820-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Bumping version to ensure we override all PPAs when this lands

  [ Ubuntu daily release ]
  * debian/*symbols: auto-update new symbols to released version
  * Automatic snapshot from revision 352

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Aug 2013 02:06:40 +0000

indicator-messages (12.10.6+13.10.20130702-0ubuntu1) saucy; urgency=low

  [ Mathias Dietrich ]
  * Change abbreviation for minutes from m to min. (LP: #652845)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 350

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 02 Jul 2013 02:02:36 +0000

indicator-messages (12.10.6daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Sebastien Bacher ]
  * use gtk_style_context_get instead of deprecated
    gtk_style_context_get_font.

  [ Jeremy Bicha ]
  * Have libmessaging-menu-dev depend on gir1.2-messagingmenu-1.0.

  [ Lars Uebernickel ]
  * use gtk_style_context_get instead of deprecated
    gtk_style_context_get_font.
  * Notify the service when an app unrefs its MessagingMenuApp. (LP:
    #1154099)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 348

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 19 Jun 2013 02:01:48 +0000

indicator-messages (12.10.6daily13.05.15-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * libmessaging-menu: don't use detailed action names Detailed action
    names are of the form action::target or action(target), so they
    can't have colons or parens in them. This restriction does not apply
    to messaging menu ids. (LP: #1180302)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 344

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 15 May 2013 16:59:49 +0000

indicator-messages (12.10.6daily13.05.02-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Opening new-window from quicklist static action does not focus the
    newly opened window (LP: #1164483)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 342

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 02 May 2013 22:59:03 +0000

indicator-messages (12.10.6daily13.04.09-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 340

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 09 Apr 2013 02:02:02 +0000

indicator-messages (12.10.6daily13.04.08-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Window management - Apps raised from indicators sometimes dont have
    the focus (LP: #627195)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 339

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 08 Apr 2013 02:02:06 +0000

indicator-messages (12.10.6daily13.02.13-0ubuntu1) raring; urgency=low

  [ Jason Conti ]
  * Stuck notifications (blue envolope remains after I've already read
    msg) (LP: #1113721)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 337

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Wed, 13 Feb 2013 02:02:11 +0000

indicator-messages (12.10.6daily13.01.25-0ubuntu1) raring; urgency=low

  [ Charles Kerr ]
  * indicators call deprecated glib function g_type_init() (LP:
    #1103087)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 335

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Fri, 25 Jan 2013 02:01:11 +0000

indicator-messages (12.10.6daily12.11.22-0ubuntu1) raring; urgency=low

  [ Lars Uebernickel ]
  * Crash in g_variant_valist_get_leaf when highlighted (LP: #1081754)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 333

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Thu, 22 Nov 2012 10:02:35 +0000

indicator-messages (12.10.6daily12.11.21.1-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/rules:
    - Use autogen.sh for dh_autoreconf.
    - Drop the override for dh_makeshlibs.
    - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
  * debian/control:
    - Fix styling: add trailing commas at the end of lists.
    - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers.
    - Add libgtest-dev to Build-Depends.
  * Automatic snapshot from revision 329 (bootstrap):
    - Clear the detail (count or time) of a source when another type of detail
      is set. (LP: #1071640)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 331

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Wed, 21 Nov 2012 10:41:37 +0000

indicator-messages (12.10.5-0ubuntu2) raring; urgency=low

  * Upload to raring

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 07 Nov 2012 15:16:08 +0100

indicator-messages (12.10.5-0ubuntu1) quantal-proposed; urgency=low

  * New upstream release:
    - fix crash caused by GError not being cleared (lp #1064314)
    - fix crash when registering an app that was previously unregistered
      (lp #1065169)
    - remove the icon if NULL is passed to source_set_icon (lp #1070421)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 24 Oct 2012 17:30:45 +0200

indicator-messages (12.10.4-0ubuntu1) quantal; urgency=low

  * New upstream release:
    - don't segfault if .desktop file is not installed (lp: #1058386)
    - Use fallback icon names (without status emblems).
      (lp: #1056595)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 02 Oct 2012 23:20:19 +0200

indicator-messages (12.10.2-0ubuntu1) quantal; urgency=low

  * New upstream release, includes apis to allow changing the label and
    the icon of sources and add documentation
  * debian/libmessaging-menu0.symbols:
    - new version update
  * debian/libmessaging-menu-dev.install:
    - install the documentation
  * debian/rules:
    - build the documentation
    - updated shlibs version
    - use --with gir so gir:Depends work as it should
      (lp: #1044125)

 -- Sebastien Bacher <seb128@ubuntu.com>  Sat, 01 Sep 2012 12:36:35 +0200

indicator-messages (12.10.1-0ubuntu1) quantal-proposed; urgency=low

  * New upstream version
  * debian/control:
    - breaks on version of ported clients using libindicate
    - set some conflicts on the old deprecated status provider binaries
    - updated Build-Depends
  * debian/control, debian/*.install:
    - drop indicator-status-provider-*, those are deprecated
    - new binaries for the libmessaging-menu library
  * debian/libmessaging-menu0.symbols:
    - symbol file for the new library
  * Updated packaging to dh9, current standards
  * Drop gtk2 build from the packaging since support for it was
    dropped in trunk, thanks Lars Uebernickel

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 27 Aug 2012 18:56:59 +0200

indicator-messages (0.6.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Handle blank icons properly (LP: #956147)
    * Fix telepathy offline/disconnected state bug

 -- Charles Kerr <charles.kerr@canonical.com>  Wed, 11 Apr 2012 11:09:46 -0500

indicator-messages (0.5.95-0ubuntu1) precise; urgency=low

  [ Charles Kerr ]
  * New upstream release.
    * Fix 0.5.94 blacklist regression.

  [ Ken VanDine ]
  * src/indicator-messages.c
    * revert fix for the broken images in indicator-messages-service, it
      caused the service to build against gtk and we can't parallel install
      the service anyway

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 05 Apr 2012 16:47:19 -0400

indicator-messages (0.5.94-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix for missing icons in the messaging menu (LP: #960553)
    * Fix i18n for description (LP: #957525)
    * Implementing initial testing
    * Fixing blacklists (LP: #939258)
  * debian/control: Adding dep on libgtest-dev

  [ Ken VanDine ]
  * debian/control: Don't build depend on libgtest-dev, it isn't in main
  * debian/rules: disable tests, they require libgtest-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 21 Mar 2012 17:00:10 -0400

indicator-messages (0.5.93-0ubuntu2) precise; urgency=low

  * src/im-menu-item.c
    - cherry picked fix for missing icons in the messaging menu (LP: #960553)

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 20 Mar 2012 16:41:13 -0400

indicator-messages (0.5.93-0ubuntu1) precise; urgency=low

  * debian/control:
    - drop build-depends on gnome-doc-utils and scrollkeeper, not required

  [ Ted Gould ]
  * New upstream release.
    * Fixing alignment of menu items (LP: #939953)
    * Vertically centering alignment of double high items (LP: #770486)
    * Fixing setting of status on telepathy (LP: #943757)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 08 Mar 2012 22:11:24 +0100

indicator-messages (0.5.92-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix goto handling (by removing) (LP: #937441, LP: #937438)
    * Tell accountsservice when user has messages for the benefit of
      LightDM.
  * Dropping debian/patches: Merged upstream

  [ Ken VanDine ]
  * debian/source/format
    - dropped "3.0 (quilt), it doesn't play well with bzr maintained packages

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 23 Feb 2012 02:48:09 -0500

indicator-messages (0.5.91-0ubuntu3) precise; urgency=low

  * debian/source/format:
    - Make "3.0 (quilt)"
  * debian/patches/tell-accounts-service.patch:
    - Tell accountsservice when user has messages for the benefit of
      LightDM.

 -- Michael Terry <mterry@ubuntu.com>  Wed, 15 Feb 2012 15:32:16 -0500

indicator-messages (0.5.91-0ubuntu2) precise; urgency=low

  * debian/control: build-depends on dh-autoreconf as well

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 14 Feb 2012 23:50:15 +0100

indicator-messages (0.5.91-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Better lozenges that look nice
  * debian/rules: Adding autoreconf and running make check
  * debian/compat: 5
  * debian/source/format: Dropping

 -- Ted Gould <ted@ubuntu.com>  Tue, 14 Feb 2012 15:29:52 -0600

indicator-messages (0.5.90-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Adding code coverage targets
    * Match libindicate 0.6.90
    * Updating for Dbusmenu 0.5.90
    * Plug leak in launcher_menu_item_new
    * Fix memory leak: Free path string.
    * Compare server and path for multi-server clients
    * Using the new GTK3 box API to avoid deprecations
    * Adding a name hint
  * debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90

  [ Ken VanDine ]
  * debian/rules
    - drop no-error=deprecated-declarations from CFLAGS

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 10 Feb 2012 14:29:59 -0500

indicator-messages (0.5.0-1ubuntu1) precise; urgency=low

  * rebuild for libindicator7
  * debian/rules
    - build with no-error=deprecated-declarations
  * debian/control
    - set ubuntu-desktop VCS and maintainer

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 25 Jan 2012 09:56:59 -0500

indicator-messages (0.5.0-1) experimental; urgency=low

  * Merge new upstream from Ubuntu.

 -- Evgeni Golov <evgeni@debian.org>  Wed, 19 Oct 2011 13:36:00 +0200

indicator-messages (0.5.0-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    * Fix memory leak (LP: #690668)
  * Drop debian/patches/lp_690668.patch: Merged upstream

 -- Ted Gould <ted@ubuntu.com>  Wed, 28 Sep 2011 10:39:26 -0500

indicator-messages (0.4.95-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    * Fix naming of "Clear" item
    * Fix alignment of items to there is a consistent gutter
  * debian/patches/lp_690668.patch: Updating

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Aug 2011 09:09:20 -0500

indicator-messages (0.4.94-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    ∘ Fix drawing of triangles and capsules in GTK3
    ∘ Fix Emesene statuses (LP: #817504)

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Aug 2011 10:57:40 -0500

indicator-messages (0.4.93-0ubuntu2) oneiric; urgency=low

  * debian/rules
    - run intltool-update to update the translations template

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 12 Aug 2011 10:05:01 -0400

indicator-messages (0.4.93-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Add an item to clear the alert
    * Choose mail applications based on the default application
    * Clear based on middle click

  [ Ken VanDine ]
  * debian/control
    - Bumped build depends for libindicate to >= 0.5.90
  * debian/rules
    - Fixed configure arg for gtk version

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 11 Aug 2011 14:18:05 -0400

indicator-messages (0.4.92-0ubuntu4) oneiric; urgency=low

  * debian/control
    - Dropped recommends for gwibber now that it is seeded
  * cherry picked r220 from trunk
    - Make sure to insert in the right locations
  * cherry picked r221 from trunk
    - Making mail applications based on the default mail client not a
      hardcoded desktop file.

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 05 Aug 2011 14:33:39 -0400

indicator-messages (0.4.92-0ubuntu3) oneiric; urgency=low

  * debian/control
    - Added recommends for gwibber, it got missed when we dropped indicator-me
      should get removed after we get it seeded properly

 -- Ken VanDine <ken.vandine@canonical.com>  Sun, 31 Jul 2011 16:36:09 -0400

indicator-messages (0.4.92-0ubuntu2) oneiric; urgency=low

  * debian/control:
    - use conflicts against indicator-me

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jul 2011 15:49:40 +0200

indicator-messages (0.4.92-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * debian/control
    - Added Replaces indicator-me
    - Added build depends for libtelepathy-glib-dev
    - Added new binary packages, libindicator-messages-status-provider-dev,
      libindicator-messages-status-provider1, and each provider
    - Make indicator-messages recommend indicator-status-provider-mc5
  * debian/libindicator-messages-status-provider1.symbols
    - Added symbols file

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 14 Jul 2011 16:28:23 -0400

indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Update for libindicator 0.4

  [ Ken VanDine ]
  * debian/control
    - Bumped build depends for libindicator to >= 0.3.90

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 08 Jul 2011 11:23:58 -0400

indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low

  * Rebuild for libdbusmenu-gtk3-4
  * debian/control
    - Removed duplicate build depends
    - Dropped build depends on indicator-messages-gtk2

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 28 Jun 2011 09:01:12 -0400

indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * GTK 3

  [ Ken VanDine ]
  * debian/control
    - Bumped standards version to 3.9.2
    - Add new binary for indicator-messages-gtk2
    - Make indicator-messages recommend indicator-messages-gtk2 (until unity
      can load gtk3 indicators)
    - indicator-messages-gtk2 replaces indicator-messages << 0.4.90
    - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev
  * debian/rules
    - build for both gtk2 and gtk3

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 22 Jun 2011 12:34:43 -0400

indicator-messages (0.4.0-1) unstable; urgency=low

  * Merge new upstream from Ubuntu.
  * Standards-Version: 3.9.2

 -- Evgeni Golov <evgeni@debian.org>  Sun, 05 Jun 2011 13:16:03 +0200

indicator-messages (0.4.0-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Set the type before other variables to get default handling more
      reliable (LP: #723873)
    ∘ Add support for overriding the default icon with a specific one
      for the messaging menu (LP: #741068)

 -- Ted Gould <ted@ubuntu.com>  Thu, 07 Apr 2011 12:35:36 -0500

indicator-messages (0.3.92-1) unstable; urgency=low

  * Merge new upstream from Ubuntu.
  * Fix 0.3.11-0ubuntu3 changelog entry (missed a space), so that
    bzr builddeb won't go crazy (see Debian Bug #620242)
  * Fix debian/copyright, was refering to libdbusmenu by mistake.

 -- Evgeni Golov <evgeni@debian.org>  Sun, 03 Apr 2011 13:37:33 +0200

indicator-messages (0.3.92-0ubuntu3) natty; urgency=low

  * debian/patches/lp_690668.patch
    - Memory leak fixes (LP: #690668)
  * debian/control
    - Bump standards version to 3.9.1
  * debian/source/format
    - Use source format 3.0 (quilt)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 24 Feb 2011 12:13:33 -0500

indicator-messages (0.3.92-0ubuntu2) natty; urgency=low

  * src/launcher-menu-item.c
    - Make sure menu entries are displayed for launchers that aren't running (LP: #723873)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 23 Feb 2011 16:06:37 -0500

indicator-messages (0.3.92-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Adding in accessible description support
  * debian/control: libindicator version 0.3.19

 -- Ted Gould <ted@ubuntu.com>  Thu, 17 Feb 2011 12:18:32 -0600

indicator-messages (0.3.91-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Fixing the service file
    * Adding a log domain
    * Fixing type handler for dbusmenu 0.3.94
  * debian/control: dbusmenu to 0.3.94

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Jan 2011 17:01:34 -0600

indicator-messages (0.3.90-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * GDBus Port
    * New libindicate and dbusmenu

  [ Ken VanDine ]
  * debian/control
    - Build depends on libindicate-dev to 0.4.91
    - Build depends on dbusmenu to 0.3.91
    - Set Vcs to ~ubuntu-desktop
  * data/indicator-messages.service.in
    - Fixed dbus interface name

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 14 Jan 2011 14:50:30 -0600

indicator-messages (0.3.11-0ubuntu4) natty; urgency=low

  * debian/control
    - Bump build depends for libdbusmenu-* to >= 0.3.90

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 09 Dec 2010 11:39:40 -0500

indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low

  * debian/control: package description spelling (LP: #658096)

 -- Greg Auger <gregory.auger@googlemail.com>  Tue, 09 Nov 2010 18:49:38 +0000

indicator-messages (0.3.11-0ubuntu2) maverick; urgency=low

  * Rebuild for libindicator ABI change (LP: #637692)
  * debian/control: depends on latest libindicator-dev

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 22 Sep 2010 18:39:27 +0200

indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Fixing triangles by passing data to callback (LP: #623453)

 -- Ted Gould <ted@ubuntu.com>  Thu, 09 Sep 2010 13:24:13 -0500

indicator-messages (0.3.10-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Shifting icons into the gutter and adjusting the arrow
      padding.

 -- Ted Gould <ted@ubuntu.com>  Thu, 26 Aug 2010 15:08:31 -0500

indicator-messages (0.3.9-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Remove parens from counts

 -- Ted Gould <ted@ubuntu.com>  Thu, 12 Aug 2010 13:10:10 -0500

indicator-messages (0.3.8-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - running apps triangle indicator overlay
    - message counters are now rendered with a nice rounded background

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 29 Jul 2010 13:33:14 -0400

indicator-messages (0.3.7-1) unstable; urgency=low

  * Merge from Ubuntu.
    Closes: #586132
  * debian/control:
    - Homepage is at LP/indicator-messages, not -applet.
    - Update package description.
    - Update Vcs-* fields.
    - Standards-Version: 3.8.4.
  * debian/copyright:
    - Convert to DEP5 format.
    - Add missing copyright holders of debian/.

 -- Evgeni Golov <evgeni@debian.org>  Thu, 17 Jun 2010 13:02:37 +0200

indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low

  * New upstream release.
    * When loading desktop files check to see if they've
      already been eclipsed by an app. (LP: #549096)
    * Track better application shortcuts and ensure that they
      get removed when the application is. (LP: #539167)
    * Track blacklisted apps to ensure that the messaging menu
      hides when there is no app.  (LP: #533021)

 -- Ted Gould <ted@ubuntu.com>  Fri, 21 May 2010 15:02:16 -0500

indicator-messages (0.3.6-0ubuntu2) lucid; urgency=low

  * Upstream Merge
    * When loading desktop files check to see if they've
      already been eclipsed by an app. (LP: #549096)
    * Track better application shortcuts and ensure that they
      get removed when the application is. (LP: #539167)

 -- Ted Gould <ted@ubuntu.com>  Sat, 17 Apr 2010 13:10:42 -0500

indicator-messages (0.3.6-0ubuntu1) lucid; urgency=low

  * New upstream release.
    * Fixing several bugs with regards to visibility and placement
      if items and separators in the menu.  (LP: #446914)
    * Changing the service management over to using libindicator
      services and service manager for robustness.

 -- Ted Gould <ted@ubuntu.com>  Thu, 01 Apr 2010 10:13:38 -0500

indicator-messages (0.3.5-0ubuntu2) lucid; urgency=low

  * debian/control:
    - change the indicator-applet depends to a recommends to let other
      desktops use other options rather than having to trigger GNOME

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 30 Mar 2010 10:35:59 +0200

indicator-messages (0.3.5-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.5
    * Show which applications are running with a small icon
      next to their entry. (LP: #438526)
    * Shift command items to line up with application names.
      (LP: #537312)
    * Track applications we've seen so that we can show "Set Up"
      text if we've not seen the app before.
    * Fix avatar spacing to match other menu items
    * Use standard libindicator icon handling in panel
    * Fix translation of non-running applications (LP: #540148)
    * Handling bools for requesting attention from apps
    * Changing microblogging to broadcast to match Me Menu (LP: #534952)
  * debian/control:
    - Updating requirement to libindicator 0.3.5
    - Increasing dbusmenu-glib dep to 0.2.8

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Mar 2010 10:53:01 -0500

indicator-messages (0.3.4-0ubuntu1~ppa1) lucid; urgency=low

  * Upstream release 0.3.4
    * Fix avatar spacing to match other menu items
    * Use standard libindicator icon handling in panel
    * Fix translation of non-running applications (LP: #540148)
    * Handling bools for requesting attention from apps
    * Changing microblogging to broadcast to match Me Menu (LP: #534952)
  * debian/control: Updating requirement to libindicator 0.3.5

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Mar 2010 13:45:19 -0500

indicator-messages (0.3.3-0ubuntu2) lucid; urgency=low

  * src/default-applications.c
    - string change for consistency (LP: #534952)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 12 Mar 2010 11:44:46 -0500

indicator-messages (0.3.3-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.3
    * Changing names of default applications to generic names
    * Making icons of default applications match panel theme

 -- Ted Gould <ted@ubuntu.com>  Thu, 04 Mar 2010 16:02:11 -0600

indicator-messages (0.3.2-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.2
    * Removing extra ref
    * Moving locally defined variable to use the one defined in
      the function to fix a NULL pointer. (lp: #518547)
    * Disconnect the count changed signal property
    * Adding static desktop shortcuts to application items
    * Adding dynamic application menuitems
    * Switching application menu items to remove descriptions
      and add in application icons
  * debian/control:
    * libindicator build dependency to 0.3.3
    * dbusmenu build dependency to 0.2.5

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Feb 2010 12:23:29 -0600

indicator-messages (0.3.1-0ubuntu2) lucid; urgency=low

  * Upstream Merge
    * Removing extra ref
    * Moving locally defined variable to use the one defined in
      the function to fix a NULL pointer. (lp: #518547)

 -- Ted Gould <ted@ubuntu.com>  Tue, 09 Feb 2010 09:30:10 -0600

indicator-messages (0.3.1-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.1
    * Updates for dbusmenu 0.2.2
    * Updates for libindicate 0.3.0
  * debian/control:
    * dbusmenu* depends to 0.2.2
    * libindicate* depends to 0.3.0

 -- Ted Gould <ted@ubuntu.com>  Thu, 04 Feb 2010 18:23:34 -0800

indicator-messages (0.3.0-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.0
    - Disabling static builds.
    - Porting to libindicator 0.3.0
    - Adding translator comments from hours and minutes strings.
      (LP: #456437)
    - Upgrading to dbusmenu 0.2.0
  * debian/control: Updating dbusmenu dependency to 0.2.0
  * debian/control: Increasing libindicator-dev dependency to
    0.3.0

 -- Ted Gould <ted@ubuntu.com>  Fri, 08 Jan 2010 12:05:25 -0600

indicator-messages (0.2.6+r156-0ubuntu2) lucid; urgency=low

  * debian/control
    - add a Breaks for indicator-applet (<< 0.3.0)

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 15 Dec 2009 11:57:42 -0500

indicator-messages (0.2.6+r156-0ubuntu1) lucid; urgency=low

  * New snapshot for libindicator 0.3.0
  * debian/control
    - Build-Depends on libindicator >= 0.3.0

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 10 Dec 2009 14:35:46 -0500

indicator-messages (0.2.6-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.6 (LP: #446629)
    * Building the menu after checking the blacklist so that the
      separators are all correct.
    * Small fix for a perspective memory leak.

 -- Ted Gould <ted@ubuntu.com>  Fri, 09 Oct 2009 08:14:27 +0200

indicator-messages (0.2.5-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.5 (LP: #440217)
    * Adding a check on addition of launchers to ensure icon is correctly
      visible. (LP: #433274)
    * Making it so that if applications don't set the time on an indicator
      the time isn't shown in the menu. (LP: #438237)
    * Putting icons in the right places. (LP: #436460)

 -- Ted Gould <ted@ubuntu.com>  Thu, 01 Oct 2009 23:34:28 +0200

indicator-messages (0.2.4-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.4 (LP: #436093)
    - Merging in the min menu width feature (LP: #428292)
    - Merging in icon scaling branch from trunk. Now better icons (LP: #433143)
    - Merging in updated trunk (LP: #434097 and LP: #435184)
    - add i18n support
    - Prevent null entries (LP: #435184)
    - add a path for indicators in /usr/share (LP: #434097)

 -- Ted Gould <ted@ubuntu.com>  Thu, 24 Sep 2009 13:07:46 -0500

indicator-messages (0.2.2-0ubuntu2) karmic; urgency=low

  * src/messages-service.c: initialise the translations

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 15 Sep 2009 16:41:03 +0200

indicator-messages (0.2.2-0ubuntu1) karmic; urgency=low

  * New release (LP: #427357)
    * Adds in separators between application groups
    * Merging in v2-api stuff which will become 0.2.1
  * debian/control:
    - Requiring > 0.2.0 of libindicate-*
    - bump dbusmenu dependencies.

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Sep 2009 09:11:57 -0500

indicator-messages (0.2.0-0ubuntu2) karmic; urgency=low

  * debian/control
    - Bump build depends on dbusmenu to 0.1.0

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 27 Aug 2009 21:14:46 +0200

indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low

  [ Ted Gould ]
  * Upstream version 0.2.0
  * debian/control: Adding dependency information for libdbusmenu
    to say >= 0.0.2 to match upstream build system.
  * debian/watch: Changing to use indicator-messages project.

  [ Martin Pitt ]
  * debian/control: Update Vcs-Bzr: for new branch location.

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Aug 2009 20:46:27 +0200

indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low

  * Update to fix build issue

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 07 Aug 2009 17:12:40 +0100

indicator-messages (0.2.0~bzr121-0ubuntu3) karmic; urgency=low

  * Fix to dereference the application menu items correctly so that
    the signal handlers are dropped as well. (lp: #410251)

 -- Ted Gould <ted@ubuntu.com>  Wed, 05 Aug 2009 19:00:31 +0100

indicator-messages (0.2.0~bzr121-0ubuntu2) karmic; urgency=low

  * Run autogen.sh before upload

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 00:42:39 +0100

indicator-messages (0.2.0~bzr121-0ubuntu1) karmic; urgency=low

  [ Ted Gould ]
  * debian/control: Adding in a build dep on libindicate-gtk-dev
  * Changes for the changing libindicate stuff.
  * Merge in the dbusmenu changes from the dbusmenu branch
  * debian/control: Adding in a build dependency on libdbusmenu-glib and
    libdbusmenu-gtk to catch up with the merge.

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 00:21:50 +0100

indicator-messages (0.2.0~bzr120-0ubuntu1) jaunty; urgency=low

  * Fix to track the timer. (LP: #365187)

 -- Ted Gould <ted@ubuntu.com>  Wed, 13 May 2009 09:56:20 -0500

indicator-messages (0.2.0~bzr119-0ubuntu1) jaunty; urgency=low

  * Upstream update

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Apr 2009 23:34:21 -0500

indicator-messages (0.2.0~bzr116-0ubuntu3) jaunty; urgency=low

  * debian/rules: Adding a rule to remove the .la/.a clutter

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Apr 2009 16:46:59 -0500

indicator-messages (0.2.0~bzr116-0ubuntu2) jaunty; urgency=low

  * debian/control: libindicator-dev to ~bzr301

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Apr 2009 15:58:45 -0500

indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low

  * Upstream release
    * Bug fixes
    * Update API to new libindicator
  * debian/control: Adding new dependency on libindicator-dev

 -- Ted Gould <ted@ubuntu.com>  Wed, 22 Apr 2009 15:45:21 -0500

indicator-messages (0.1.6-0ubuntu1) jaunty; urgency=low

  * New upstream version
    * Patch from Cody Russell to fix LP: #359018 by correctly implementing
      the finalize functions.

 -- Ted Gould <ted@ubuntu.com>  Tue, 14 Apr 2009 11:32:00 +0200

indicator-messages (0.1.5-0ubuntu1) jaunty; urgency=low

  * New upstream version
    * Fixes the lifecycle of the various structures tracking the messages
      and applications.  Fixing bugs like (LP: #355616) (LP: #352881)
    * Fixes the visual appearance by setting the widget name to grab the
      style settings from the main applet.  (LP: #351979)
  * debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or
    higher as the new version requires that.

 -- Ted Gould <ted@ubuntu.com>  Fri, 03 Apr 2009 16:32:49 -0500

indicator-messages (0.1.4-0ubuntu1) jaunty; urgency=low

  * New upstream version
    * Adding the display of indicators that are login messages coming from
      other applications.  (LP: #345494)
    * Making all times displayed for IM messages relative instead of
      absolute.  (LP: #346345)
    * Cleaning up the server removal code.  May fix (LP: #345599), I can't
      recreate it anymore afterwards.

 -- Ted Gould <ted@ubuntu.com>  Mon, 30 Mar 2009 09:40:40 +0200

indicator-messages (0.1.3-0ubuntu1) jaunty; urgency=low

  [ Ted Gould ]
  * New upstream version.
    - Now changes the icon based on non-IM indicators so that Evolution
      works much better.  (LP: #342480)
    - Now the menu items are in a predictable order, alphabetical.
    - The Messages for a particular client (i.e. Pidgin) are grouped with
      the client they're associated with.
    - Adjusting the icon size to match the new one in the Human theme.
    - Adjusting the build so that all the different libraries are not
      built in a versioned manner.  Now it's just one .so, which is
      what it should have been originally.

  [ Martin Pitt ]
  * Add debian/watch.
  * Add bzr-builddeb configuration.
  * debian/copyright: Fix download location.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 19 Mar 2009 12:23:17 +0100

indicator-messages (0.1-0ubuntu1) jaunty; urgency=low

  * Initial release, based on DX team's PPA packaging branch.
    (lp:~indicator-applet-developers/indicator-applet/messages-packaging)
  * debian/control: Add Homepage:, Vcs-Bzr:, and fix package
    description.
  * debian/copyright: Properly describe license.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 17 Feb 2009 11:35:38 +0100