314 Commits

Author SHA1 Message Date
Sebastien Helleu
364aa00ab7 Add some buffer plugin API functions to english developer guide 2008-11-28 16:59:53 +01:00
Sebastien Helleu
45716ee213 Add new plugin API functions in english developer guide 2008-11-27 17:06:41 +01:00
Sebastien Helleu
2e52e54a3a Add support for more than one proxy, with proxy selection for each IRC server (task #6859) 2008-11-23 23:04:52 +01:00
Sebastien Helleu
1dc33f57e2 Remove old and unused color options 2008-11-19 20:53:56 +01:00
Sebastien Helleu
4174ac5665 Fix typo in doc 2008-11-15 23:29:05 +01:00
Sebastien Helleu
8724fc18af Use of const for some functions returning "char *" 2008-11-15 22:35:12 +01:00
Sebastien Helleu
fdf827d31f Add function utf8_strndup to C plugin API 2008-11-15 18:28:36 +01:00
Sebastien Helleu
d1689d3dd1 Update quickstart doc, fix typos in developer guide 2008-11-12 18:19:39 +01:00
Sebastien Helleu
861bc2fbfd Add some API functions in Developer guide 2008-11-10 18:05:48 +01:00
Sebastien Helleu
10e3fb5143 Fix pdf output of developer guide 2008-11-08 00:13:53 +01:00
Sebastien Helleu
67d8312f46 Update developer guide (add 50% of new C API functions) 2008-11-07 18:27:16 +01:00
Sebastien Helleu
b7d09bf2a1 Add missing doc files for autotools 2008-11-06 19:02:41 +01:00
Sebastien Helleu
9498a777ad Add doc for default plugins in user guide 2008-11-06 18:55:43 +01:00
Sebastien Helleu
3c1c398cd4 Update docgen.pl and doc about options for logger and core 2008-11-06 10:18:58 +01:00
Sebastien Helleu
885df965e5 Rename developer doc (-devel to -dev) 2008-11-06 09:47:52 +01:00
Sebastien Helleu
60d95151c5 Clean old docs output before building 2008-11-05 18:52:48 +01:00
Sebastien Helleu
a17065492f Split doc into 2 docs: user and developer guide 2008-11-05 18:28:25 +01:00
Sebastien Helleu
fcd08f8ee4 Update doc 2008-11-02 18:58:04 +01:00
Sebastien Helleu
83444b9257 Add infolist "plugin", with list of plugins 2008-11-01 18:04:56 +01:00
Sebastien Helleu
b400448fc1 Update doc 2008-10-31 13:15:54 +01:00
Sebastien Helleu
da5e813536 Add missing XML files authors.xx.xml in makefiles 2008-10-26 11:51:52 +01:00
Sebastien Helleu
e37f7fa2b2 Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias 2008-10-24 15:12:32 +02:00
Sebastien Helleu
3b81a4746a Add new argument "value" to function config_new_option 2008-10-18 19:31:40 +02:00
Sebastien Helleu
843451f9bf Remove aspell real_time option (not used any more), update aspell doc 2008-10-18 16:20:10 +02:00
Sebastien Helleu
cd008a1b5c Add exemple of command for server in quickstart guide 2008-10-11 11:18:22 +02:00
Sebastien Helleu
bfc9751fb7 Clean doc/xx/ directory after build with autotools 2008-10-10 15:01:20 +02:00
Sebastien Helleu
80018210eb Use key shift-tab to force partial completion (when no completion is pending), remove automatic partial completion on option names
Behaviour of shift-key stays the same if there's a completion found, it completes with previous completion found.
2008-10-10 14:02:25 +02:00
Sebastien Helleu
4f9843f84c Add config file logger.conf (replaces old logger options in plugins.conf) 2008-10-08 15:50:59 +02:00
Sebastien Helleu
44944ef01f Add Tcl script plugin (thanks to Dmitry Kobylin) 2008-10-05 19:06:46 +02:00
Sebastien Helleu
269bf55b1e Update autogen xml doc files 2008-10-05 18:59:58 +02:00
Sebastien Helleu
239dd464d5 Add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702) 2008-10-02 18:54:06 +02:00
Sebastien Helleu
2ffd141cf4 Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453) 2008-10-02 18:03:27 +02:00
Sebastien Helleu
b4b1bf0522 Update some autogen xml doc file (weechat and irc commands) 2008-09-30 10:42:14 +02:00
Sebastien Helleu
6274ffc8e1 Remove obsolete autogen xml doc files 2008-09-30 09:32:55 +02:00
Sebastien Helleu
c572e393e7 Remove "category" for buffers (keep only name). 2008-09-18 18:44:03 +02:00
Sebastien Helleu
ae612a811b Many changes in doc 2008-09-05 18:52:59 +02:00
Sebastien Helleu
94c9b21450 Generate list of infos and infolists hooked for documentation (via docgen.pl script) 2008-09-02 17:31:28 +02:00
Sebastien Helleu
e7dcf13764 Add description for info and infolist hooks 2008-09-02 17:02:59 +02:00
Sebastien Helleu
b09f7596e2 Minor changes in doc (intro and install) 2008-08-30 12:20:16 +02:00
Sebastien Helleu
c726a65833 Update of english and french quickstart guides 2008-08-30 10:49:46 +02:00
Sebastien Helleu
7f9557e88e Convert all XML doc files to UTF-8 charset 2008-08-30 10:49:19 +02:00
Sebastien Helleu
0839b359f9 Add new hooks (info and infolist), IRC plugin now return infos and infolists 2008-08-30 00:25:56 +02:00
Sebastien Helleu
be7f17237f Remove old buildxml.pl script (replaced by docgen.pl) 2008-08-24 12:51:14 +02:00
Sebastien Helleu
b7a60502ed New script docgen.pl to build XML doc files with commands and options for core and plugins 2008-08-24 12:48:51 +02:00
Sebastien Helleu
f8e8feb018 Fix typo in french doc 2008-06-23 11:28:22 +02:00
Sebastien Helleu
96a92eacbf Remove infobar in doc 2008-06-21 12:29:06 +02:00
Sebastien Helleu
4fa856c773 Update doc 2008-05-26 14:27:35 +02:00
Sebastien Helleu
91084108ae Add arguments for plugin init functions and "irc://.." command line option for irc plugin 2008-05-15 22:13:54 +02:00
Sebastien Helleu
2008806fac Updated svensk quickstart doc 2008-04-13 10:49:33 +02:00
Sebastien Helleu
57323fa71e Removed sizeof(char) and useless type casts from void* to another pointer type (patch from Leonid Evdokimov) 2008-03-23 23:00:04 +01:00