Sebastien Helleu
d24f6e9e17
Update copyright dates
2011-01-01 18:06:29 +01:00
Sebastien Helleu
6317dba790
Add priority for hooks (task #10550 )
2010-08-11 18:42:38 +02:00
Sebastien Helleu
6562d676fe
Update licenses and copyrights, add missing author names in sources
2010-06-22 19:46:28 +02:00
Sebastien Helleu
9def214c11
Add some notes for translators in gettext files
2010-06-10 12:41:28 +02:00
Sebastien Helleu
c33f0e60ea
Define WeeChat license as macro for C compiler, used in plugins to set license
2010-04-09 15:39:52 +02:00
Sebastien Helleu
31bfcf96c7
Reformat and add comments for description of C sources
2010-04-08 18:15:00 +02:00
Sebastien Helleu
2801b8437c
Reformat multi-line comments
2010-03-19 23:33:14 +01:00
Sebastien Helleu
0543b0ccc7
Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
2010-03-02 17:34:49 +01:00
Sebastien Helleu
2133eb30ff
Update copyright dates
2010-01-03 19:31:55 +01:00
Sebastien Helleu
9508953b8e
Fix typo: mispelled -> misspelled
2009-08-06 21:35:12 +02:00
Sebastien Helleu
2f7a5a4147
Rename function string_explode to string_split
2009-06-28 19:49:32 +02:00
Sebastien Helleu
38f1bc0837
Remove variable with "WeeChat required version" in plugins, do not compare version any more (API comparison is enough)
2009-06-12 16:02:40 +02:00
Sebastien Helleu
acb5772334
Add support of many templates for completion of command arguments, rename default completion items
2009-04-11 14:49:34 +02:00
Sebastien Helleu
564afdc75d
Fix another aspell bug: don't consider '-' as a word delimiter
2009-04-07 09:46:03 +02:00
Sebastien Helleu
8ec4187d7b
Fix aspell bug: don't consider apostrophe as a word delimiter
2009-04-07 09:41:48 +02:00
Sebastien Helleu
7c793257ff
Add option aspell.check.real_time (off by default), fix bugs with aspell and utf-8 chars, add function utf8_char_int to API
2009-03-22 16:38:06 +01:00
Sebastien Helleu
a49c8b2e30
Add new modifier "input_text_content"
2009-03-21 13:12:35 +01:00
Sebastien Helleu
703b54f72c
Add error message when a command failed, fix typos in aspell plugin
2009-01-03 13:13:37 +01:00
Sebastien Helleu
2115f3f675
Update copyright dates
2009-01-03 10:06:53 +01:00
Sebastien Helleu
b7a0d258c9
Update doc and translations
2008-12-19 18:42:16 +01:00
Sebastien Helleu
a9a1b9f83d
Add aspell option to check mispelled words during text search in buffer (disabled by default)
2008-12-19 18:36:42 +01:00
Sebastien Helleu
638b86f0b6
Fix compilation warning "dereferencing type-punned pointer will break strict-aliasing rules"
2008-12-10 18:57:43 +01:00
Sebastien Helleu
bc00946a0d
Add current_window function in plugin API, add window functions in english developer guide
2008-11-29 16:08:55 +01:00
Sebastien Helleu
1dc33f57e2
Remove old and unused color options
2008-11-19 20:53:56 +01:00
Sebastien Helleu
8724fc18af
Use of const for some functions returning "char *"
2008-11-15 22:35:12 +01:00
Sebastien Helleu
d32b22f76f
Fix bug with pointer conversions on 64 bits architecture
2008-11-04 15:34:44 +01:00
Sebastien Helleu
6e69f7f3ce
Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug)
2008-11-02 18:54:25 +01:00
Sebastien Helleu
6f442bbfc1
Add new features to logger plugin (command /logger, log level, level by buffer, mask by buffer, ..), fix some bugs
...
New features:
- new command /logger
- log level, to log only some messages, according to importance (task #8592 )
- level by buffer: custom level for some buffers (or group of buffers)
- log filename mask by buffer (or group of buffers)
- marker line is added after display of backlog
- add "delete" callback for config file sections
- add "mkdir_parents" function to plugin API
- remove old log options in IRC plugin
Bug fix:
- marker line is set only when user switches buffer (not when a plugin force
switch, like IRC plugin does when opening server or channel buffer)
- backlog fixed (sometimes lines were not properly displayed)
2008-10-30 17:18:28 +01:00
Sebastien Helleu
8511f9a77e
Fix compilation of aspell with autotools
...
Sources are renamed with prefix "weechat-", to prevent conflict between two
files called "aspell.h".
2008-10-18 18:04:02 +02:00
Sebastien Helleu
1b9f91849e
Renamed charset and aspell sources
2007-10-31 17:32:46 +01:00
Sebastien Helleu
f1a39ce7d7
Replaced GPL 2 license by GPL 3
2007-07-02 12:25:13 +00:00
Sebastien Helleu
aba6e1257d
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468 )
2007-02-12 17:39:34 +00:00
Sebastien Helleu
632d451f62
Changed copyright date (2006 -> 2007)
2007-01-05 23:41:38 +00:00
Emmanuel Bouthenot
07dc0c85df
fix minor display bug in aspell plugin
2006-10-29 13:06:48 +00:00
Emmanuel Bouthenot
5473b39986
minor improvement in aspell plugin
2006-10-28 19:29:05 +00:00
Emmanuel Bouthenot
1759b1f004
minor improvements on aspell plugin :
...
+ spellchecking is now available on commands like /me, /away, /query, ...
+ do not colorize urls : words begining with http(s)://, ftp(s)://, fish://, file://, etc
+ do not colorize words begining with '#' (channels) , '/' (commands), '-' (command option)
2006-09-28 13:30:54 +00:00
Emmanuel Bouthenot
9680e67a9a
do not check words made of punctuation and digits and fix a bug while saving aspell plugin configuration
2006-06-20 18:00:47 +00:00
Emmanuel Bouthenot
7e3db3dfa4
improve aspell checking, do not check nicks in chans, take care of punctuation in words
2006-06-16 16:06:25 +00:00
Emmanuel Bouthenot
98338e2e20
clean code, rename global vars and function to avoid possibles crashs
2006-06-13 21:05:41 +00:00
Emmanuel Bouthenot
130d9012f8
add some improvements
2006-06-11 12:48:05 +00:00
Emmanuel Bouthenot
99e3f219af
make aspell plugin compile with gcc-2.95
2006-06-11 11:20:18 +00:00
Emmanuel Bouthenot
935d8e9304
adding aspell plugin
2006-06-11 02:28:23 +00:00