summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2008-03-05Partial 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-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵Sebastien Helleu
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-03Removed option "-command" for command "/server" in IRC pluginSebastien Helleu
2008-02-03Use of many addresses for one IRC server (auto-switch when a connexion ↵Sebastien Helleu
fails), nicks are now set with one option "nicks" (task #6088)
2008-02-03Replaced options nick1/nick2/nick3 by nicks in IRC serversSebastien Helleu
2008-01-29Updated translationsSebastien Helleu
2008-01-27Added 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-24Add 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-19Updated translationsSebastien Helleu
2008-01-14Update of translations for scripts, fix bugs and code factorized in script ↵Sebastien Helleu
plugins
2008-01-11New arguments for function "register" in scripts (author, license), with ↵Sebastien Helleu
optional check of license when script is loaded
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Updated po filesSebastien Helleu
2007-09-21Updated WeeChat descriptionFlashCode
2007-09-21Added plural form in gettext files (for cmake build)FlashCode
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-09-19Removed source locations in gettext files (for cmake build)Sebastien Helleu
2007-09-19Removed source locations in gettext filesSebastien Helleu
2007-09-06Version 0.2.7-devSebastien Helleu
2007-09-06Version 0.2.6Sebastien Helleu
2007-09-05Updated russian translationsSebastien Helleu
2007-09-04Updated czech translationsJiri Golembiovsky
2007-09-02Added new option "deloutq" to /server command to flush all servers messages ↵Sebastien Helleu
out queues (task #7221)
2007-08-31Added "/debug buffer" command to see raw buffer contentSebastien Helleu
2007-08-29Updated czech translationsJiri Golembiovsky
2007-08-29Added string length limit for setup file optionsSebastien Helleu
2007-08-27Fixed typo in /help serverSebastien Helleu
2007-08-27Added option to align text of messages (except first lines) (task #7246)Sebastien Helleu
2007-08-27Fixed typo in /help serverSebastien Helleu
2007-08-17Added paste detection, new options look_paste_max_lines and ↵Sebastien Helleu
col_input_actions (task #5442)
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-08-08Fixed /server help messageSebastien Helleu
2007-08-08Improved /connect command to connect to a host by creating a temporary ↵Sebastien Helleu
server, added option to /server to create temporary server (task #7095)
2007-08-08Allow clear of multiple selected buffers with /clear (patch #6112)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-08-06Added key for setting unread marker on all buffers (default: ctrl-S + ↵Sebastien Helleu
ctrl-U) (task 7180)
2007-07-18Fixed crash when sending data to channel or pv on disconnected server (bug ↵Sebastien Helleu
#20524)
2007-07-18Added pv count in /server outputSebastien Helleu
2007-07-18Improved command /server ant its output, added plural form in PO filesSebastien Helleu
2007-07-18Added "buffer_move" event handler to plugins API (task #6708)Sebastien Helleu
2007-07-15Added key function "jump_previous_buffer" to jump to buffer previously ↵Sebastien Helleu
displayed (new key: alt-J + alt-P) (task #7085)
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in ↵Sebastien Helleu
command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
2007-07-05Added "scroll" option to /buffer commandSebastien Helleu