Mercurial > pidgin
comparison ChangeLog.API @ 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 | 52b2e7260340 |
comparison
equal
deleted
inserted
replaced
25910:3d8c53f3108e | 25911:0c7b74fc558e |
---|---|
41 * Made a bunch of functions act more perl-like. Call the new() | 41 * Made a bunch of functions act more perl-like. Call the new() |
42 functions as Class->new(...) instead of Class::new(...): | 42 functions as Class->new(...) instead of Class::new(...): |
43 * Purple::Request::Fields::new | 43 * Purple::Request::Fields::new |
44 * Purple::Request::Field::new | 44 * Purple::Request::Field::new |
45 * Purple::Request::Field::account_new | 45 * Purple::Request::Field::account_new |
46 * Purple::Request::Field::bool_new | 46 * Purple::Request::Field::bool_new |
47 * Purple::Request::Field::choice_new | 47 * Purple::Request::Field::choice_new |
48 * Purple::Request::Field::int_new | 48 * Purple::Request::Field::int_new |
49 * Purple::Request::Field::label_new | 49 * Purple::Request::Field::label_new |
50 * Purple::Request::Field::list_new | 50 * Purple::Request::Field::list_new |
51 * Purple::Request::Field::string_new | 51 * Purple::Request::Field::string_new |
52 * Purple::Request::Field::group_new | 52 * Purple::Request::Field::group_new |
53 | 53 |
54 version 2.5.5 (??/??/2009): | 54 version 2.5.5 (??/??/2009): |
55 libpurple: | 55 libpurple: |
56 Changed: | 56 Changed: |
57 * purple_status_type_new now defaults "saveable" to TRUE. | 57 * purple_status_type_new now defaults "saveable" to TRUE. |