log libpurple/prefs.c @ 24973:cb4337d6c803

age author description
2007-12-25 Mark Doliner Should be safe to get rid of this now
2007-12-15 Will Thompson The debug message for purple_prefs_set_path when the pref in question is not
2007-10-22 Daniel Atallah applied changes from 0cf87050ffb15aa5ff8817bfdf57efda048cefde
2007-10-21 Luke Schierer applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80
2007-09-09 Ka-Hing Cheung Probably Fixes 1649
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-08-28 Daniel Atallah Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
2007-07-22 Eric Polino propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce)
2007-07-11 Sadrul Habib Chowdhury Update the way _get_children_names is used.
2007-07-11 Sadrul Habib Chowdhury merge of '71460fdbdf27e2233f9157851787002b09ead2c6'
2007-07-10 Eric Polino memleak fix
2007-07-11 Sadrul Habib Chowdhury disapproval of revision '2d13603b37141a4e8eb8ce3358198dec9c9f7852'
2007-07-09 Eric Polino Added a function to the prefs API to get a list of children names.
2007-07-11 Sadrul Habib Chowdhury Return the complete paths of the child prefs.
2007-07-11 Sadrul Habib Chowdhury Add purple_prefs_get_children_names in purple. And update Changelog.API
2007-06-17 Stu Tomlinson Do not actually remove the debug timestamp pref, this is the *correct*
2007-06-17 Stu Tomlinson disapproval of revision '8252394105eb4f981e17cec193e039dc94dfbde1'
2007-06-17 Kevin Stange Based on my calculations, this comment made no sense. It is not necessary to
2007-05-19 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
2007-05-10 Stu Tomlinson Force timestamps always on for debug log and debug window. Making this
2007-05-08 Sadrul Habib Chowdhury Show the correct error message when setting value for a path-list.
2007-04-28 Sadrul Habib Chowdhury Rename parents first, then rename/remove the dead children. Also, set the idle-setting to 'purple' if it was 'gaim' before migration.
2007-04-28 Luke Schierer this patch from sadrul fixes the first crash I hit
2007-04-27 Daniel Atallah missing newline
2007-04-26 Sean Egan Fix GTK Plugin prefs
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-04-23 Richard Laager When initializing, the debug system is initialized before the prefs system, but
2007-04-19 Daniel Atallah Fix use before initialization and use after freeing (This is still not being used, but I figured I'd fix the stuff that I noticed).
2007-04-19 Richard Laager Revision aaa701a323aaa390e0b0b64480dd7522d132d323 by nwalp added a call to
2007-04-18 Nathan Walp This lets you rename entire trees of prefs. This should help with the migration
2007-03-24 Mark Doliner Trying to find a pref with the name NULL or a name that doesn't
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/