Sebastien Helleu
1edabb98f5
core: remove obsolete/unneeded check of headers and functions in cmake and configure
2013-01-21 19:51:45 +01:00
stfn
2dea08aba8
doc: fix examples of function weechat_hook_connect (plugin API reference)
2013-01-20 17:02:10 +01:00
Sebastien Helleu
5f7733c4a7
core: add missing formatting chars in ChangeLog
2013-01-20 15:18:10 +01:00
Sebastien Helleu
ff15aa40a6
core: update ChangeLog
2013-01-20 15:07:37 +01:00
Sebastien Helleu
3a782b017f
Merge branch 'guile2'
2013-01-20 15:06:46 +01:00
Sebastien Helleu
d5e546f2c6
Merge branch 'perl-script-load'
2013-01-20 15:04:25 +01:00
Sebastien Helleu
ff15c0a41b
Version 0.4.1-dev
2013-01-20 12:14:39 +01:00
Sebastien Helleu
762c96d85a
Version 0.4.0
v0.4.0
2013-01-20 09:21:06 +01:00
Elián Hanisch
2087a19bbe
core: update spanish translations
2013-01-20 08:45:39 +01:00
Ryuunosuke Ayanokouzi
7cdabf79be
core: update japanese translations
2013-01-19 20:03:50 +01:00
Krzysztof Koroscik
1364fe8a0e
core: update polish translations
2013-01-19 19:55:05 +01:00
Sebastien Helleu
a9c4534e3c
core: update translations
2013-01-19 11:08:03 +01:00
Sebastien Helleu
9ebea835dd
core: add rule to clean file config-git.h
...
The "make distcheck" was failing because the file config-git.h was left in build
directory after distclean.
2013-01-19 10:50:12 +01:00
Sebastien Helleu
0ad8866d6b
core: fix infinite loop when a regex gives an empty match (bug #38112 )
2013-01-18 09:03:57 +01:00
Sebastien Helleu
df2867ac27
core: add git version in backtrace and log file
2013-01-17 20:25:00 +01:00
Sebastien Helleu
68bbe7ca0a
core: update ChangeLog
2013-01-17 10:07:21 +01:00
Sebastien Helleu
0f143da012
guile: fix compilation with guile 2.0
2013-01-16 22:37:31 +01:00
Sebastien Helleu
280e9bd0b1
core: fix detection of guile in configure
2013-01-16 22:25:11 +01:00
Sebastien Helleu
8e587f7093
core: fix typo in comment
2013-01-14 16:26:56 +01:00
Sebastien Helleu
08d27eb81c
Version 0.4.0-rc3
v0.4.0-rc3
2013-01-14 12:21:19 +01:00
Sebastien Helleu
e0deceb366
core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #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 12:16:25 +01:00
Sebastien Helleu
f14f34e9af
core: fix display bugs with non-printable chars like tabs (part of messages not displayed) (bug #38076 )
...
This bug was introduced by commit 70ce7fe3b6caa6128cb6e8bfb0eaaf39f1ebe4ce.
2013-01-14 11:35:52 +01:00
Sebastien Helleu
d39bb4d6ab
core: update version in gettext files
2013-01-12 20:24:09 +01:00
Nils Görs
f1540115d0
core: update german translations
2013-01-12 20:21:56 +01:00
Krzysztof Koroscik
1af6148067
doc: update polish FAQ, quickstart and scripting guide
2013-01-12 19:56:19 +01:00
Sebastien Helleu
6fdee3aa9f
core: fix crash in display of chat area when the ncurses chat window is not 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
2013-01-12 19:40:04 +01:00
Sebastien Helleu
4123263b8c
guile: fix bad conversion of shared strings (replace calls to scm_i_string_chars by scm_to_locale_string) (bug #38067 )
2013-01-12 19:27:00 +01:00
Sebastien Helleu
1b56e084dc
core: fix typo in comment
2013-01-12 09:35:21 +01:00
Sebastien Helleu
1e20dd16e5
core: fix line returned when clicking on a bar (according to position and filling) (bug #38069 )
2013-01-12 09:31:57 +01:00
Sebastien Helleu
a6bc15e69d
aspell: fix spellers used when switching buffer
...
The bug happened when two buffers have different number of dictionaries and start
with same dictionaries. For example buffer #1 with [en,fr] and buffer #2 with [en].
When switching from buffer #1 to buffer #2 , aspell does not use only [en], but [en,fr].
2013-01-11 17:25:53 +01:00
Sebastien Helleu
db62b272b5
Revert "aspell: store dictionaries in buffer local variable "aspell_dict""
...
This reverts commit 8b61a557640e62e67f6eb7349c3a12cca9b43b5e.
The local variable in buffers introduced new display bugs and would need
some extra code and optimizations to fix.
This will be reintroduced after the release of version 0.4.0.
2013-01-11 16:07:45 +01:00
Sebastien Helleu
4a554d48d2
perl: fix compilation when multiplicity is disabled
2013-01-11 13:27:14 +01:00
Sebastien Helleu
57024ab1e4
relay: fix duplicated messages sent to irc clients (when messages are redirected) (bug #37870 )
2013-01-11 10:30:44 +01:00
Sebastien Helleu
ca205ccb8c
relay: fix typo in comment
2013-01-11 10:28:28 +01:00
Sebastien Helleu
f1580f5276
relay: add debug message for signal "irc_disconnected"
2013-01-11 10:27:26 +01:00
Sebastien Helleu
3c782bd905
relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags")
2013-01-11 09:28:58 +01:00
Sebastien Helleu
8b61a55764
aspell: store dictionaries in buffer local variable "aspell_dict"
2013-01-10 23:30:14 +01:00
Sebastien Helleu
53c6b62ae3
core: fix some copyright dates
2013-01-10 23:14:33 +01:00
Nei
0b1550afe1
perl: simplify code to load scripts
2013-01-10 23:10:04 +01:00
Sebastien Helleu
d5a5af88ca
core: replace "behaviour" by "behavior"
2013-01-10 19:20:07 +01:00
Sebastien Helleu
87df83a1fb
doc: fix buffer argument for function "command": NULL value means current buffer, not core buffer (bug #38057 )
2013-01-10 19:13:19 +01:00
Sebastien Helleu
aaa0cf1954
core: add bug #31572 (fixed) in ChangeLog
2013-01-10 15:12:02 +01:00
Sebastien Helleu
6d636b6118
Revert "perl: simplify code to load scripts"
...
This reverts commit 793a3cb1bad053ac3366cc34775dbc9b1e9ffb8a.
This commit was causing crash on Linux when loading scripts like buffers.pl.
2013-01-10 09:32:19 +01:00
Nei
793a3cb1ba
perl: simplify code to load scripts
2013-01-09 18:15:51 +01:00
Nei
224a0f0afa
perl: display script filename in error messages
2013-01-08 22:09:03 +01:00
Nei
2ca30ed7a9
perl: fix calls to callbacks during load of script when multiplicity is disabled (bug #38044 )
2013-01-08 22:02:30 +01:00
Sebastien Helleu
7d1ad59dde
relay: add message when address family is not supported by protocol (on socket creation)
2013-01-08 08:14:07 +01:00
Sebastien Helleu
1a646d5dbf
relay: add error number and string when socket creation fails
2013-01-07 21:34:05 +01:00
Sebastien Helleu
c34ae99b9a
doc: fix typos
2013-01-07 10:31:32 +01:00
Sebastien Helleu
125068f101
doc: replace iteritems() by items() in scripting guide (compatibility with Python 3.x)
2013-01-07 10:00:02 +01:00