Sebastien Helleu
4646e5c17c
core: fix typo: occured -> occurred
2011-11-03 16:59:54 +01:00
Sebastien Helleu
4b1bc5ff1b
core: remove obsolete/empty sources for Qt and Wxwidgets
2011-11-03 16:06:15 +01:00
Sebastien Helleu
e62cf7c57d
irc: auto-connect to servers created with "irc://" on command line but not other servers if "-a" ("--no-connect") is given
2011-11-03 13:11:10 +01:00
Sebastien Helleu
c87558d3db
core: fix french translation of "irc://" in "weechat-curses --help"
2011-11-01 19:52:25 +01:00
Sebastien Helleu
663616fa07
core: fix syntax of option "irc://" in "weechat-curses --help"
2011-11-01 19:40:46 +01:00
Sebastien Helleu
d16d11b392
core: add option weechat.history.max_minutes: maximum number of minutes in history per buffer (task #10900 ) (patch from Quentin Pradet)
2011-11-01 19:30:30 +01:00
Sebastien Helleu
239b48a644
doc: add script urlserver.py in FAQ
2011-10-31 22:47:04 +01:00
Sebastien Helleu
0d37e2ea6f
aspell: add note about option "aspell.check.commands" in /help aspell
2011-10-31 10:04:47 +01:00
Sebastien Helleu
ce17ca1512
guile: discard script if load of file has failed with command /guile load
2011-10-31 09:58:11 +01:00
Sebastien Helleu
4d8a8cb9e0
python: fix typo in comment
2011-10-31 09:55:23 +01:00
Sebastien Helleu
b9297c4659
lua: fix typo in comment
2011-10-31 09:55:15 +01:00
Ivan Sichmann Freitas
699e0e2ee1
core: update portuguese translations
2011-10-31 08:46:15 +01:00
Sebastien Helleu
0b443f0474
core: fix help on plugin option when config_set_desc_plugin is called to set help on newly created option
2011-10-30 11:35:10 +01:00
Sebastien Helleu
3a10291967
core: sync debian files with debian git repository (use build flags from dpkg-buildflags if possible)
2011-10-30 09:45:03 +01:00
Sebastien Helleu
34e0226ee0
core: add WEECHAT_HOME option in cmake and configure to setup default WeeChat home (default is "~/.weechat") (task #11266 )
...
Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat"
Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
2011-10-29 16:52:19 +02:00
Sebastien Helleu
6d6e0e0ad9
core: add help for values of option "conditions" in bars (options weechat.bar.xxx.conditions)
2011-10-29 11:40:58 +02:00
Sebastien Helleu
3fc8b2f349
doc: update doc of aspell command
2011-10-29 11:35:44 +02:00
Sebastien Helleu
364b006209
aspell: add note about option "default_dict" in /help aspell
2011-10-29 11:34:54 +02:00
Sebastien Helleu
99d3988446
core: change default command for key alt-m: /mouse toggle -> /mute mouse toggle
2011-10-29 11:28:42 +02:00
Sebastien Helleu
8eefea424b
core: display a message when mouse state is changed with command /mouse
2011-10-29 11:27:58 +02:00
Sebastien Helleu
ce8ae83e17
core: add optional arguments for command /plugin load/reload/autoload
2011-10-29 11:16:45 +02:00
Sebastien Helleu
95deef091e
doc: fix two properties of function window_get_integer in plugin API reference
2011-10-28 19:51:46 +02:00
Sebastien Helleu
44d9e01dad
core: add plugin guile in debian packaging
2011-10-28 10:09:38 +02:00
Emmanuel Bouthenot
1988554095
core: sync debian files with debian git repository
2011-10-28 09:15:23 +02:00
Sebastien Helleu
3298a36691
core: update examples in /help filter
2011-10-27 16:03:03 +02:00
Sebastien Helleu
03dc86f58d
irc: add missing modes in /help mode (synopsis of command)
2011-10-27 12:22:27 +02:00
Sebastien Helleu
d072ec110f
core: remove wrong example in /help bar (scroll bar using buffer name)
2011-10-27 11:57:42 +02:00
Sebastien Helleu
1acaa0ebd3
alias: improve /help alias: display many <command> in command synopsis
2011-10-27 08:45:06 +02:00
Dominik Honnef
11f40676ad
ruby: hide warnings caused by reloading the ruby plugin
2011-10-26 23:50:40 +02:00
Dominik Honnef
fa830e5282
ruby: fix crash when reloading ruby plugin (bug #34474 )
2011-10-26 23:40:15 +02:00
Dominik Honnef
7977f277ce
ruby: remove useless call to Gem.latest_load_paths
2011-10-26 22:57:04 +02:00
Sebastien Helleu
dfdf42e27b
core: remove unneeded whitespace
2011-10-26 20:37:03 +02:00
Ivan Sichmann Freitas
2a83aae85e
core: update portuguese translations
2011-10-26 19:36:18 +02:00
Sebastien Helleu
9b42328d55
guile: new script plugin for scheme (task #7289 )
2011-10-26 19:25:51 +02:00
Sebastien Helleu
d95aef2134
script plugins: use new macros to reduce code length
2011-10-26 18:51:16 +02:00
Sebastien Helleu
b3ac47bcf1
core: remove extra colon in german translations
2011-10-26 18:23:54 +02:00
Sebastien Helleu
d6f4f6e74c
core: fix typo: childs -> children
2011-10-25 09:13:18 +02:00
Sebastien Helleu
328d8e0f95
core: fix compilation error with "pid_t" on Mac OS X (bug #34639 )
2011-10-25 08:27:06 +02:00
Sebastien Helleu
71bef80ce2
core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626 )
...
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
2011-10-23 12:07:30 +02:00
Sebastien Helleu
60e88df4f2
Version 0.3.7-dev
2011-10-22 12:27:06 +02:00
Sebastien Helleu
6d103c62f9
Version 0.3.6
v0.3.6
2011-10-22 10:12:19 +02:00
Marco Paolone
64a38756b6
doc: update italian translations and docs
2011-10-21 12:18:48 +02:00
Elián Hanisch
484900adfd
doc: update spanish translations
2011-10-21 08:03:36 +02:00
Sebastien Helleu
590668013e
core: fix typo in ChangeLog
2011-10-20 18:28:07 +02:00
Sebastien Helleu
661f651048
Version 0.3.6-rc3
v0.3.6-rc3
2011-10-20 09:57:47 +02:00
Sebastien Helleu
90ab543ce2
doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API reference
2011-10-19 16:23:19 +02:00
Sebastien Helleu
0a2c938dae
core: fix freeze when calling function util_file_get_content with a directory instead of a filename
2011-10-19 13:41:34 +02:00
Marco Paolone
e26553fd9b
doc: update italian user guide and plugin API reference
2011-10-17 17:52:26 +02:00
Sebastien Helleu
395674c724
irc: fix split of outgoing message when there are only spaces
...
This fix error "No text to send" when sending message with one space (the space
was lost during split of string).
2011-10-16 20:15:22 +02:00
Sebastien Helleu
c161d704f7
core: use value 2 of keep_eol in function string_split to keep separators at end of string
2011-10-16 20:12:55 +02:00