Mercurial > pidgin
annotate doc/Makefile.am @ 6485:70d5122bc3ff
[gaim-migrate @ 6999]
Removed the old event system and replaced it with a much better signal
system. There will most likely be some bugs in this, but it seems to be
working for now. Plugins can now generate their own signals, and other
plugins can find those plugins and connect to them. This could give
plugins a form of IPC. It's also useful for other things. It's rather
flexible, except for the damn marshalling, but there's no way around that
that I or the glib people can see.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 18 Aug 2003 01:03:43 +0000 |
parents | d4fd13821925 |
children | e5e415a72904 |
rev | line source |
---|---|
6164
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
1 EXTRA_DIST = \ |
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
2 the_penguin.txt \ |
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
3 gaims_funniest_home_convos.txt \ |
6218 | 4 gaim.1 \ |
5 gaim-remote.1 \ | |
6164
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
6 CREDITS \ |
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
7 FAQ |
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
8 |
2746cc773de7
[gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents:
2287
diff
changeset
|
9 man_MANS = gaim.1 gaim-remote.1 |