annotate .hgignore @ 1983:45e0b13a39e2

Refresh the roster when MUC bookmarks are received If the bookmarks are received after the roster contents we need to make sure that the roster window is redrawn.
author Jan Zachorowski <quantifier666@gmail.com>
date Sun, 27 Mar 2011 10:43:13 +0200
parents d86e35d72955
children 2a62243f6da9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
1 syntax: glob
255
035e45093ab7 # HG changeset patch
mikael@frmp8452
parents: 0
diff changeset
2
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
3 Makefile
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
4 Makefile.in
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
5 *.[oa]
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
6 *.l[oa]
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
7 .libs
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
8 .deps
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
9 mcabber/mcabber/hgcset.h
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
10 mcabber/mcabber/mcabber
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
11 mcabber/mcabber/mcabber.exe
1724
0fa71bfe703d Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1672
diff changeset
12 mcabber/mcabber.pc
255
035e45093ab7 # HG changeset patch
mikael@frmp8452
parents: 0
diff changeset
13
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
14 autom4te.cache
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
15 mcabber/aclocal.m4
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
16 mcabber/configure
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
17 mcabber/depcomp
1051
9d604589d41d Update .hgignore
Mikael Berthe <mikael@lilotux.net>
parents: 925
diff changeset
18 mcabber/libtool
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
19 mcabber/ltmain.sh
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
20 mcabber/macros/lt*.m4
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
21 mcabber/macros/libtool.m4
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
22 mcabber/missing
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
23 mcabber/mkinstalldirs
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
24 mcabber/mcabber/stamp-h1
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
25 mcabber/include/stamp-h2
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
26
925
442e2f9e8bfb Hg-ignore config.h*
Mikael Berthe <mikael@lilotux.net>
parents: 869
diff changeset
27 config.h*
1742
d86e35d72955 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1724
diff changeset
28 config.{log,cache,guess,status,sub}
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
29
1567
48c2060845ac Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1051
diff changeset
30 mcabber/doc/guide/guide.{aux,bbl,blg,log,out,pdf,toc}
48c2060845ac Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1051
diff changeset
31
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
32 *.sw?
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
33 cscope.out
869
9ce308598c0a HG-Ignore ctags file
Mikael Berthe <mikael@lilotux.net>
parents: 817
diff changeset
34 tags
798
bbaab5692b0e hgignore: Ignore hgcset.h
Mikael Berthe <mikael@lilotux.net>
parents: 435
diff changeset
35 mcabber/ptodo
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
36 mcabber/ppatches