summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-30core: fix display of read marker (as horizontal line) or day change message ↵Sebastien Helleu
after last buffer line when scrolling (bug #40126)
2013-09-24core: fix time displayed in status bar (it was one second late) (bug #40097)Sebastien Helleu
2013-09-23core: fix extension (.exe) of symbolic link "weechat-curses" under CygwinSebastien Helleu
2013-09-23core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu
2013-09-23core: fix errors in spanish translationsSebastien Helleu
2013-09-21core: update german translationsNils Görs
2013-09-20Version 0.4.2-rc2Sebastien Helleu
2013-09-20core: update german translationsNils Görs
2013-09-20aspell: fix detection of word start/end when there are apostrophes or minus ↵Sebastien Helleu
chars before/after word (thanks to Nils Görs)
2013-09-20irc: add extra info in /help irc.look.smart_filter_delaySebastien Helleu
2013-09-20doc: add plugin "script" in list of plugins (user's guide)Sebastien Helleu
2013-09-20core: add proxy options username/password in /help secureSebastien Helleu
2013-09-19core: update german translationsNils Görs
2013-09-19core: add support of secured data in proxy options username/password ↵Sebastien Helleu
(evaluate content)
2013-09-19irc: add note about evaluated content of "password" server optionSebastien Helleu
2013-09-19relay: add support of secured data in option relay.network.password ↵Sebastien Helleu
(evaluate content) (patch from Nils Görs)
2013-09-19core: fix memory leak on unhook of a print hook (if using tags)Sebastien Helleu
2013-09-17core: update german translationsNils Görs
2013-09-17doc: fix typo in french user's guideSebastien Helleu
2013-09-16core: update portuguese translationsIvan Sichmann Freitas
2013-09-16doc: fix typos in french translations and docsSebastien Helleu
2013-09-05doc: update german translations, FAQ and user's guideNils Görs
2013-09-03core: rename options weechat.look.day_change_message(2) to ↵Sebastien Helleu
weechat.look.day_change_message_{1date|2dates}
2013-09-02Version 0.4.2-rc1Sebastien Helleu
2013-09-02core: update polish translationsKrzysztof Koroscik
2013-09-02core: fix computation of columns in output of /help (take care about size of ↵Sebastien Helleu
time/buffer/prefix)
2013-09-02Merge branch 'shared-strings'Sebastien Helleu
2013-09-02doc: update polish FAQ and scripting guideKrzysztof Koroscik
2013-09-02core: update german translationsNils Görs
2013-09-02core: add option weechat.look.day_change_message2 in file NEWSSebastien Helleu
2013-09-02core: add option weechat.look.day_change_message2Sebastien Helleu
The new option weechat.look.day_change_message2 is used to display day change between two messages, with two dates: the new one, and the old one. Example: -- Mon, 02 Sep 2013 (Thu, 22 Aug 2013) --
2013-08-31doc: remove "required" for password option in command "init" (relay protocol)Sebastien Helleu
2013-08-30doc: use one line titles in japanese man pageSebastien Helleu
The compilation was failing with asciidoc 8.5.2 (on Debian Squeeze).
2013-08-29doc: update japanese translations and docsRyuunosuke Ayanokouzi
2013-08-29irc: fix extraction of channel name in notice (when message starts with "[]")Sebastien Helleu
2013-08-28core: fix automatic scroll to bottom of buffer when day change is displayed ↵Sebastien Helleu
before first line of buffer
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ↵Sebastien Helleu
channel welcome notices to the channel buffer
2013-08-26logger: add option "flush" for command /loggerSebastien Helleu
2013-08-25core: fix evaluation of expressions with parenthesesSebastien Helleu
First evaluate sub-expressions between parentheses. Before the fix: >> 1 && (0 || 0) == [1] After the fix: >> 1 && (0 || 0) == [0]
2013-08-25core: add note about color codes "${color:xxx}" in /help ↵Sebastien Helleu
weechat.look.day_change_message
2013-08-25core: display day change message dynamically (do not store it as a line in ↵Sebastien Helleu
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change.
2013-08-22core: fix uncontrolled format string when displaying bufferized lines on ↵Sebastien Helleu
startup (lines waiting for core buffer)
2013-08-21core: display an error message when "/buffer notify xxx" fails (with a wrong ↵Sebastien Helleu
notify level)
2013-08-20core: improve help of command /awaySebastien Helleu
2013-08-20core: update translationsSebastien Helleu
2013-08-20core: fix buffer returned in focus info for bar items with a forced bufferSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when ↵Sebastien Helleu
displaying the bar item (task #12717)
2013-08-18doc: update german auto-generated filesSebastien Helleu
2013-08-18doc: update german translations and user's guideNils Görs
2013-08-18irc: replace default prefix modes "qaohvu" by the standard ones "ov" when ↵Sebastien Helleu
PREFIX is not sent by server (bug #39802)