Fri, 08 Jul 2005 22:32:50 +0100 Add /roster toggle_offline
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jul 2005 22:32:50 +0100] rev 290
Add /roster toggle_offline
Fri, 08 Jul 2005 22:10:42 +0100 Update documentation
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jul 2005 22:10:42 +0100] rev 289
Update documentation * Update /alias doc * Add documentation for /bind * Improve /msay help for AsciiDoc and HTML formats. Don't know how to get a better presentation with the manpage format :(
Fri, 08 Jul 2005 21:47:17 +0100 Add /bind command
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jul 2005 21:47:17 +0100] rev 288
Add /bind command * Split process_line() to process_line() + process_command() * Do not expand aliases in multi-line mode * Add /bind command The binding system is ugly (not UTF-8 compatible, I think, and certainly system dependant because it is using ncurses wgetch() values).
Fri, 08 Jul 2005 07:31:24 +0100 Update TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jul 2005 07:31:24 +0100] rev 287
Update TODO & ChangeLog
Fri, 08 Jul 2005 07:27:56 +0100 Add /alias documentation
Mikael Berthe <mikael@lilotux.net> [Fri, 08 Jul 2005 07:27:56 +0100] rev 286
Add /alias documentation
Thu, 07 Jul 2005 23:25:20 +0100 Add /alias command
Mikael Berthe <mikael@lilotux.net> [Thu, 07 Jul 2005 23:25:20 +0100] rev 285
Add /alias command Add /alias command and update completion sytem. Aliases are expanded before cmd_get() is called.
Thu, 07 Jul 2005 22:12:29 +0100 Add compl_del_category_word()
Mikael Berthe <mikael@lilotux.net> [Thu, 07 Jul 2005 22:12:29 +0100] rev 284
Add compl_del_category_word() This will allow us to remove an alias completion when it is unset.
Wed, 06 Jul 2005 22:29:17 +0100 Add /set command (to get/set/unset options values)
Mikael Berthe <mikael@lilotux.net> [Wed, 06 Jul 2005 22:29:17 +0100] rev 283
Add /set command (to get/set/unset options values)
Wed, 06 Jul 2005 22:27:08 +0100 Fix "Cannot unset option" bug
Mikael Berthe <mikael@lilotux.net> [Wed, 06 Jul 2005 22:27:08 +0100] rev 282
Fix "Cannot unset option" bug
Wed, 06 Jul 2005 22:18:05 +0100 Add "const" specifier in prototypes
Mikael Berthe <mikael@lilotux.net> [Wed, 06 Jul 2005 22:18:05 +0100] rev 281
Add "const" specifier in prototypes It's easier then to know when variables are read-only (and shouldn't be freed).
(0) -100 -10 +10 +100 +300 +1000 tip