Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu | |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-03-07 | Added "max_height" parameter for bar item rebuild callbacks | Sebastien Helleu | |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu | |
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued... | |||
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to ↵ | Sebastien Helleu | |
leave channel or disconnect from server when buffer is closed | |||
2008-01-27 | Added config file functions in plugins API, improved /reload and /save ↵ | Sebastien Helleu | |
commands (now possible to reload/save some files only), fixed completion bug | |||
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵ | Sebastien Helleu | |
signal catched (reload all config files), better config files reloading | |||
2008-01-21 | Removed use of config.h file in script plugins, not needed | Sebastien Helleu | |
2008-01-16 | Added new functions and script name completion in script plugins, fixed some ↵ | Sebastien Helleu | |
bugs in weelist management and script plugins New functions in script plugins API: gettext, ngettext, list_new, list_add, list_search, list_casesearch, list_get, list_set, list_next, list_prev, list_string, list_size, list_remove, list_remove_all, list_free. | |||
2008-01-13 | Migration of Lua plugin to new API | Sebastien Helleu | |
2008-01-13 | Migration of Ruby plugin to new API, new functions to dump script plugin ↵ | Sebastien Helleu | |
data to WeeChat log file | |||
2008-01-12 | Migration of Python plugin to new API, bugs fixed in Perl/Python plugins | Sebastien Helleu | |