Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-03 | relay: fix typo in comment | Sebastien Helleu | |
2013-02-02 | core: remove weechat.spec from EXTRA_DIST target | Sebastien Helleu | |
2013-02-02 | core: add file .gitattributes to exclude some files from tarballs | Sebastien Helleu | |
Files excluded: .git* (.gitignore, .gitattributes), weechat.spec Directory excluded: debian/ | |||
2013-02-01 | core: add info about doc and function to read in /help ↵ | Sebastien Helleu | |
weechat.completion.default_template | |||
2013-02-01 | doc: add description of command "test" in relay protocol | Sebastien Helleu | |
2013-02-01 | relay: add return of a NULL pointer in command "test" | Sebastien Helleu | |
2013-02-01 | relay: add comments with example of messages in weechat protocol | Sebastien Helleu | |
2013-01-31 | aspell: optimization on spellers to improve speed (save state by buffer), ↵ | Sebastien Helleu | |
add info "aspell_dict", add completion "aspell_dicts" Two hashtables have been added to store the spellers currently used (in all buffers) and info for each buffer: array with pointers to spellers and state of aspell for this buffer. Therefore the spellers are not destroyed and created again on each buffer switch, or each time screen is refreshed when window is split. | |||
2013-01-31 | core: fix detection of python on Ubuntu Raring | Sebastien Helleu | |
2013-01-31 | doc: fix typo in user's guide | Sebastien Helleu | |
2013-01-31 | irc: fix typo in comment | Sebastien Helleu | |
2013-01-29 | core: add "/debug tags" in /help filter | Nils Görs | |
2013-01-29 | core: fix hidden lines for messages without date when option ↵ | Sebastien Helleu | |
weechat.history.max_buffer_lines_minutes is set (bug #38197) | |||
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu | |
A size of 32 will use a little more memory but will reduce collisions in key hashs, and then length of linked lists inside hash structure (faster search in hashtable). | |||
2013-01-26 | core: use default hash/comparison callback for keys of type ↵ | Sebastien Helleu | |
integer/pointer/time in hashtable | |||
2013-01-26 | doc: fix monospaced font used for literal and listing blocks in japanese | Sebastien Helleu | |
2013-01-26 | doc: use boxes/arrows chars for diagram in differences with C API (scripting ↵ | Sebastien Helleu | |
guide) | |||
2013-01-26 | doc: add example of callback in each language (scripting guide) | Sebastien Helleu | |
2013-01-26 | doc: add command "/script" in scripting guide | Sebastien Helleu | |
2013-01-25 | irc: add color in output of /names when result is on server buffer (channel ↵ | Sebastien Helleu | |
not joined) (bug #38070) | |||
2013-01-24 | core: sync debian files with debian git repository | Sebastien Helleu | |
2013-01-24 | core: display error number and string in some network errors | Sebastien Helleu | |
Error number and string is now displayed when an error is returned by one of these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo. | |||
2013-01-22 | core: fix typo in ChangeLog | Sebastien Helleu | |
2013-01-22 | scripts: do now allow empty script name in function "register" | Sebastien Helleu | |
2013-01-21 | core: remove obsolete/unneeded check of headers and functions in cmake and ↵ | Sebastien Helleu | |
configure | |||
2013-01-20 | doc: fix examples of function weechat_hook_connect (plugin API reference) | stfn | |
2013-01-20 | core: add missing formatting chars in ChangeLog | Sebastien Helleu | |
2013-01-20 | core: update ChangeLog | Sebastien Helleu | |
2013-01-20 | Merge branch 'guile2' | Sebastien Helleu | |
2013-01-20 | Merge branch 'perl-script-load' | Sebastien Helleu | |
2013-01-20 | Version 0.4.1-dev | Sebastien Helleu | |
2013-01-20 | Version 0.4.0 | Sebastien Helleu | |
2013-01-20 | core: update spanish translations | Elián Hanisch | |
2013-01-19 | core: update japanese translations | Ryuunosuke Ayanokouzi | |
2013-01-19 | core: update polish translations | Krzysztof Koroscik | |
2013-01-19 | core: update translations | Sebastien Helleu | |
2013-01-19 | core: add rule to clean file config-git.h | Sebastien Helleu | |
The "make distcheck" was failing because the file config-git.h was left in build directory after distclean. | |||
2013-01-18 | core: fix infinite loop when a regex gives an empty match (bug #38112) | Sebastien Helleu | |
2013-01-17 | core: add git version in backtrace and log file | Sebastien Helleu | |
2013-01-17 | core: update ChangeLog | Sebastien Helleu | |
2013-01-16 | guile: fix compilation with guile 2.0 | Sebastien Helleu | |
2013-01-16 | core: fix detection of guile in configure | Sebastien Helleu | |
2013-01-14 | core: fix typo in comment | Sebastien Helleu | |
2013-01-14 | Version 0.4.0-rc3 | Sebastien Helleu | |
2013-01-14 | core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug ↵ | Sebastien Helleu | |
#38080) Argument "*" is now silently ignored in command /window. When item "buffer_nicklist" is in a root bar, we use current window/buffer to find which nick has been clicked (same behaviour as callback used to display bar item "buffer_nicklist"). | |||
2013-01-14 | core: fix display bugs with non-printable chars like tabs (part of messages ↵ | Sebastien Helleu | |
not displayed) (bug #38076) This bug was introduced by commit 70ce7fe3b6caa6128cb6e8bfb0eaaf39f1ebe4ce. | |||
2013-01-12 | core: update version in gettext files | Sebastien Helleu | |
2013-01-12 | core: update german translations | Nils Görs | |
2013-01-12 | doc: update polish FAQ, quickstart and scripting guide | Krzysztof Koroscik | |
2013-01-12 | core: fix crash in display of chat area when the ncurses chat window is not ↵ | Sebastien Helleu | |
initialized This can happen when a window becomes too small for display: then we set the ncurses chat window to NULL. So when displaying buffer, we'll skip it if the ncurses chat window is NULL. Steps to reproduce crash: 1. /window splith 2. /window resize -1 (many times, until chat area is less than one line) 3. /window balance |