Mercurial > pidgin
comparison ChangeLog @ 25911:0c7b74fc558e
Lots of minor whitespace and comment changes:
* Removed stray whitespace
* Changed a few places that used space indentation to use tabs
* Changed some places that used tabs for alignment in the middle
of a line of code to use spaces
* Use two tabs to indent code that spans more than one line instead of
a few tabs and a few spaces in an effort to align the subsequent lines
with the initial one
* Changed "#ifdef _BLAH_H" to "#ifdef BLAH_H" because an underscore
followed by a capital letter is reserved for use by the compiler and
system libraries.
I also changed the path to the sound theme.xml file from
root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-loader");
to
root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-theme-loader");
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 25 Jan 2009 22:55:23 +0000 |
| parents | 3687049b4faf |
| children | 860d0c98d67d |
comparison
equal
deleted
inserted
replaced
| 25910:3d8c53f3108e | 25911:0c7b74fc558e |
|---|---|
| 611 dialog. | 611 dialog. |
| 612 | 612 |
| 613 version 2.2.0 (09/13/2007): | 613 version 2.2.0 (09/13/2007): |
| 614 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 | 614 http://developer.pidgin.im/query?status=closed&milestone=2.2.0 |
| 615 | 615 |
| 616 Libpurple: | 616 libpurple: |
| 617 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of | 617 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of |
| 618 Code) | 618 Code) |
| 619 * XMPP enhancements. See | 619 * XMPP enhancements. See |
| 620 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas | 620 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas |
| 621 Monitzer, Google Summer of Code for Adium) | 621 Monitzer, Google Summer of Code for Adium) |
| 622 * Certificate management. Libpurple will validate certificates on | 622 * Certificate management. libpurple will validate certificates on |
| 623 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) | 623 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) |
| 624 * Some adjustments were made to fix sending messages when using | 624 * Some adjustments were made to fix sending messages when using |
| 625 the MSN HTTP method. (Laszlo Pandy) | 625 the MSN HTTP method. (Laszlo Pandy) |
| 626 * Yahoo! Chat is fixed. | 626 * Yahoo! Chat is fixed. |
| 627 * Some AIM file transfer issues between Pidgin and other clients | 627 * Some AIM file transfer issues between Pidgin and other clients |
