Thu, 30 Oct 2008 22:40:49 +0000
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
to detect when we're still using deprecated functions internally (and by
extension, when we've deprecated something we shouldn't have). In the
course of developing this changeset, I fixed a few such cases.
Given that the plan is to switch from PURPLE_HIDE_STRUCTS to
PURPLE_DISABLE_DEPRECATED as each struct is fully dealt with, this will
also ensure we have no regressions on the struct hiding work.
Deprecated functions are still available to the respective .c file, to
avoid missing prototype errors. Also, Perl and DBus undef the
*_DISABLE_DEPRECATED defines as appropriate so that deprecated functions
will still be exported to Perl plugins and via DBus. (Otherwise, we'd
be breaking backwards compatibility.)
| 6670 | 1 | Account.xs |
| 11118 | 2 | AccountOpts.xs |
| 3 | BuddyIcon.xs | |
| 6670 | 4 | BuddyList.xs |
| 11118 | 5 | Cipher.xs |
| 6 | Cmds.xs | |
| 6670 | 7 | Connection.xs |
| 8 | Conversation.xs | |
| 13590 | 9 | Debug.xs |
| 11118 | 10 | FT.xs |
| 11 | ImgStore.xs | |
| 12 | Log.xs | |
| 13590 | 13 | Makefile.PL |
| 11118 | 14 | Network.xs |
| 15 | Notify.xs | |
| 16 | Plugin.xs | |
| 17 | PluginPref.xs | |
| 18 | Pounce.xs | |
| 19 | Prefs.xs | |
| 20 | Privacy.xs | |
| 21 | Proxy.xs | |
| 22 | Prpl.xs | |
|
16268
79af428b8eb6
Minor fixes to get "make dist" to work
Mark Doliner <markdoliner@pidgin.im>
parents:
15894
diff
changeset
|
23 | Purple.pm |
|
79af428b8eb6
Minor fixes to get "make dist" to work
Mark Doliner <markdoliner@pidgin.im>
parents:
15894
diff
changeset
|
24 | Purple.xs |
| 11118 | 25 | Request.xs |
| 26 | Roomlist.xs | |
| 27 | SSLConn.xs | |
| 28 | SavedStatuses.xs | |
| 29 | Server.xs | |
| 13590 | 30 | Signal.xs |
|
23023
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16268
diff
changeset
|
31 | Smiley.xs |
| 11118 | 32 | Sound.xs |
| 33 | Status.xs | |
| 34 | Stringref.xs | |
| 35 | Util.xs | |
| 36 | XMLNode.xs | |
| 6670 | 37 | MANIFEST |
| 38 | typemap |