Sebastien Helleu
8564d9c7ef
Version 0.4.4-dev
2014-02-09 12:04:13 +01:00
Sebastien Helleu
f25dd0c81e
Version 0.4.3
v0.4.3
2014-02-09 09:52:53 +01:00
Sebastien Helleu
2b4401339a
doc: clean temporary files used to build man pages (autotools)
2014-02-08 23:40:21 +01:00
Sebastien Helleu
7b0e01265b
doc: add missing Polish docs in Makefile.am
2014-02-08 23:38:31 +01:00
Ryuunosuke Ayanokouzi
1eedace713
doc: update Japanese translations, user/developer's guide and plugin API reference
2014-02-08 15:15:18 +01:00
Sebastien Helleu
43fb54f51d
core: fix apply of layout when buffers that are not in layout are before some buffers in layout
...
Now when a layout is applied, the buffers in layout are inserted/sorted
first in the new list. Then the other buffers (not in layout) are added
after this loop, and then they are added after all layout buffers.
2014-02-07 17:07:45 +01:00
Sebastien Helleu
bbd212c675
weercd.py: use /usr/bin/env in python shebang
2014-02-07 15:01:39 +01:00
Sebastien Helleu
52fb9fc237
core: fix typo in FindGnuTLS.cmake
2014-02-06 17:26:36 +01:00
Sebastien Helleu
0ffb61617a
core: fix hotlist problems after apply of a layout (bug #41481 )
...
This commit fixes a problem when computing the value of "num_displayed"
in all buffers. For merged buffers (with same number), the num_displayed
of each merged buffer must be incremented (and not only the current
active buffer).
2014-02-06 15:17:00 +01:00
Krzysztof Koroscik
6c33b0d6e6
doc: update Polish translations and user's guide
2014-02-06 11:25:35 +01:00
Sebastien Helleu
d8b9e0a6bf
ruby: add detection and fix compilation with Ruby 2.0 (patch #8209 )
...
Now the search for Ruby is first performed with pkg-config and includes
detection of Ruby 2.0.
If not found, the old code for detection is used (for old distros or
old Ruby versions).
The specific test on Ruby 1.9.0 (to disable this version) has been
removed (1.9.0 was a dev/unstable version from 2007, quite old now).
2014-02-05 17:27:36 +01:00
Sebastien Helleu
15394897e3
core: remove multiple detections of pkg-config in configure.ac
2014-02-05 13:58:07 +01:00
Patrick Steinhardt
47ced4833d
core: fix installation of weechat-plugin.h with autotools (patch #8305 )
2014-02-04 22:18:12 +01:00
Sebastien Helleu
a3b5ae5e65
alias: add default alias /beep => /print -stderr \a
2014-02-04 16:20:55 +01:00
Sebastien Helleu
7fa74d89f7
core: fix a French translation
2014-02-04 10:59:29 +01:00
Sebastien Helleu
bc7ed9f3a2
doc: fix typos in French relay protocol
2014-02-04 10:58:23 +01:00
Sebastien Helleu
b91378fedc
core: use structure itself for sizeof in two malloc
2014-02-04 08:34:05 +01:00
Sebastien Helleu
944972bc95
doc: add French version of relay protocol
2014-02-03 15:41:33 +01:00
Sebastien Helleu
a2839fabb5
ruby: fix compilation warning
2014-02-02 20:33:03 +01:00
Sebastien Helleu
6c47428e78
core: fix compilation on Android (replace include of sys/termios.h by termios.h) (bug #41434 )
2014-02-02 15:12:37 +01:00
Sebastien Helleu
fcd120fa50
doc: minor changes in developer's guide
2014-02-02 11:10:33 +01:00
Sebastien Helleu
092f70aa7e
core: update ChangeLog
2014-02-02 09:59:32 +01:00
Sebastien Helleu
01129cbc79
Version 0.4.3-rc2
v0.4.3-rc2
2014-02-02 09:57:51 +01:00
Sebastien Helleu
74d236dfeb
doc: add French developer's guide
2014-02-02 09:49:59 +01:00
Nils Görs
6b0bd1302a
core: update German translations
2014-02-02 09:28:42 +01:00
Sebastien Helleu
01fb345fe0
core: fix compilation on Android (replace calls to rindex by strrchr) (bug #41420 , patch #8301 )
2014-02-02 09:00:46 +01:00
Sebastien Helleu
9db356bd9b
core: fix crash when creating two bars with same name but different case (bug #41418 )
2014-02-01 09:12:51 +01:00
Sebastien Helleu
219f75b225
irc: clear the gnutls session in all cases after SSL connection error
2014-01-31 19:24:26 +01:00
Sebastien Helleu
59481611dd
relay: send backlog for irc private buffers
2014-01-31 16:41:12 +01:00
Sebastien Helleu
ac4e762a0e
doc: replace weeget.py by script plugin in plugin API reference
2014-01-30 12:33:09 +01:00
Sebastien Helleu
f3d614460b
core: fix typos in translations and docs
2014-01-29 22:37:33 +01:00
Sebastien Helleu
537f5617cf
core: fix typo in NEWS
2014-01-28 22:24:45 +01:00
Sebastien Helleu
f285fdafa0
irc: add value "353" in option irc.look.display_join_message
...
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
2014-01-28 18:31:03 +01:00
Sebastien Helleu
ff92b79712
core: fix typo in ChangeLog
2014-01-27 18:51:25 +01:00
Sebastien Helleu
1b2f4108fd
core: fix display of read marker when all buffers line are unread
...
The bug is when all buffer lines are unread (so "last_read_line" pointer
is NULL), and that the option weechat.look.read_marker_always_show is on.
The read marker was displayed at bottom after switch to the buffer.
Thanks to Nils Görs.
2014-01-27 18:32:32 +01:00
Sebastien Helleu
b8ffa87b5c
logger: replace backslashs in name by logger replacement char under Cygwin (bug #41207 )
2014-01-27 16:31:36 +01:00
Sebastien Helleu
58c615f33b
core: fix memory leak in regex matching when evaluating expression
2014-01-26 20:04:05 +01:00
Sebastien Helleu
f566de5d60
doc: update german auto-generated files with WeeChat commands and IRC options
2014-01-26 10:23:03 +01:00
Nils Görs
518dcfe9d9
core: update german translations and user's guide
2014-01-26 10:06:02 +01:00
Sebastien Helleu
0fbbbb4435
irc: add command "monitor" in /help irc.look.notify_tags_ison
2014-01-25 13:37:41 +01:00
Sebastien Helleu
86a99af606
scripts: fix script interpreter used after register during load of script in python/perl/ruby/lua/guile plugins (bug #41345 )
2014-01-25 13:04:25 +01:00
Sebastien Helleu
97cede06b5
core: add support of escaped unicode chars in commands /print and "/input insert"
2014-01-24 12:53:23 +01:00
Sebastien Helleu
d49c3eaac6
Version 0.4.3-rc1
v0.4.3-rc1
2014-01-23 21:11:42 +01:00
Sebastien Helleu
1d81fffe5f
core: remove WeeChat version in de.po
2014-01-23 19:36:35 +01:00
Sebastien Helleu
bf16399096
doc: move asciidoc attributes from command line into files
2014-01-23 18:38:53 +01:00
Sebastien Helleu
3acdcee0d9
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477 ) (patch from Nils Görs)
2014-01-23 11:31:57 +01:00
Nils Görs
6d4bc94536
core: update german translations
2014-01-23 11:24:36 +01:00
Sebastien Helleu
48797574ff
core: revert the rename of option weechat.look.save_layout_on_exit
2014-01-22 18:50:24 +01:00
Sebastien Helleu
b49f825d0a
core: fix typo in /help print
2014-01-22 15:44:00 +01:00
Sebastien Helleu
a763797d36
api: add function "infolist_search_var"
2014-01-22 15:08:50 +01:00