summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-15Fixed startup crash when using terms with no colorSebastien Helleu
2005-11-15Fixed display bug with channel mode changesSebastien Helleu
2005-11-14Add -follow option to the find command to follow lib*.so symlinksJulien Louis
2005-11-14Update debian packagingJulien Louis
2005-11-13- added "resize" option for /window commandSebastien Helleu
- fixed infinite loop when resizing term to small size
2005-11-13Updated ChangeLog and translationsSebastien Helleu
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13add LDFLAGS for solarisEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
window size), window sizes are automatically recomputed when term window is resized
2005-11-13Fixed bug with "command" interface function: now ok when not connected to serverSebastien Helleu
2005-11-13Added file weechat.spec to tarballSebastien Helleu
2005-11-13Updated .spec file for creating RPM (designed for SuSE)Sebastien Helleu
2005-11-12Fixed bug with new %O attribute for color resetSebastien Helleu
2005-11-12Added color reset attr (%O) for messages encodingSebastien Helleu
2005-11-12Updated FAQSebastien Helleu
2005-11-11Fixed crash when command line is ending by char '%'Sebastien Helleu
2005-11-11Version 0.1.7-cvsSebastien Helleu
2005-11-11Fixed some bugs in RPM buildSebastien Helleu
2005-11-11Version 0.1.6Sebastien Helleu
2005-11-11Fixed minor display bug with /set commandSebastien Helleu
2005-11-10Fixed bug with DCC chat close and get_dcc_info plugin functionSebastien Helleu
2005-11-10Fixed bug with ctrl-w key (delete previous word) when used in the middle of ↵Sebastien Helleu
a line
2005-11-10Fixed bug with notify for windows that are not displayed (when using splited ↵Sebastien Helleu
windows)
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-09Previous icon restoredSebastien Helleu
2005-11-08Fixed bugs with get_plugin_config and set_plugin_config functions (python only)Sebastien Helleu
2005-11-08Fix second enumerationJulien Louis
2005-11-07fix enumeration description to fit description formatJulien Louis
2005-11-07Updated package infoSebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
channel/private (was causing problems with Perl scripts unload)
2005-11-06Check only min number of args in perl plugin for all functions, except registerSebastien Helleu
(if too much args given, they're silently ignored)
2005-11-06New WeeChat iconSebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-06Added WeeChat logoSebastien Helleu
2005-11-06Added missing translation for /uptime commandSebastien Helleu
2005-11-06Updated TODOSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-11-06auto detect perl multiplicity at compile timeEmmanuel Bouthenot
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
white background)
2005-11-05fix typoEmmanuel Bouthenot
2005-11-05make possible to use perl plugin with a not threaded PerlEmmanuel Bouthenot
2005-11-05Updated cs.poSebastien Helleu
2005-11-05Added color decode when sending some commands to server (like /me, /msg, ..)Sebastien Helleu
2005-11-05Fixed nick completion in private, now completes according toSebastien Helleu
"look_nick_completion_ignore" option)
2005-11-05Fixed crash with Alt-S keySebastien Helleu
2005-11-05Updated contributorsSebastien Helleu
2005-11-05Fixed server detection when using "command" interface function from scriptsSebastien Helleu
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
is ON)
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
- colors are now removed in topic for display in title bar - completion of /topic command now strips color codes - color codes are encoded in commands (not only text sent to channel/pv) - double '%' is replaced by single '%' in command line (when irc_colors_send is ON)
2005-11-05Changed help for "irc_colors_receive" optionSebastien Helleu