summaryrefslogtreecommitdiff
path: root/src/common/completion.c
AgeCommit message (Collapse)Author
2007-03-16Fixed /topic completion when no topic set on current channel (bug #19322)Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-08Fixed bug with nick completion in command args (now uses option ↵Sebastien Helleu
look_nick_completion_ignore)
2006-11-29Added auto completion with channels and filenamesSebastien Helleu
2006-11-15fix possible stack overflow in filename completionEmmanuel Bouthenot
2006-11-11Fixed random crash with completionSebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
2006-10-29Fixed bug with completion context (some variables were not properly reset)Sebastien Helleu
2006-10-28remove unused headerEmmanuel Bouthenot
2006-10-28improve filename completionEmmanuel Bouthenot
2006-10-27Removed automatic space after filename when using completionSebastien Helleu
2006-10-27adding filename completion (partially)Emmanuel Bouthenot
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-08-27Removed unused variableSebastien Helleu
2006-08-27Fixed completion bug when many commands starts with same lettersSebastien Helleu
2006-08-26Fixed completion with alias calling user arguments ($1..$9)Sebastien Helleu
2006-08-26Added default nick completion when line starts with '//' (bug #17535)Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special ↵Sebastien Helleu
vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-07-27Fixed completion for command handlers (now empty completion_template means ↵Sebastien Helleu
nick completion, "-" string means no completion at all)
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-06-26Fixed crash with crash dump (nice isn't it?)Sebastien Helleu
2006-06-14Added completion info for buffers in crash/debug dumpSebastien Helleu
2006-05-13Added new key to find previous completion (shift-tab by default)Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-25Fixed bug with /set string value completionSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-03-06Fixed completion bug with commands in pv (nick completion, for example with /me)Sebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)
2006-01-08Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away commandSebastien Helleu
wihtout argument only removes away status)
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-20Fixed completion bugs with nick completion in commmands ("%n")Sebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-12Added up/down/left/right args to /window command completion, help & docSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ↵Sebastien Helleu
in config files
2005-11-13- added "resize" option for /window commandSebastien Helleu
- fixed infinite loop when resizing term to small size
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
window size), window sizes are automatically recomputed when term window is resized
2005-11-05Fixed nick completion in private, now completes according toSebastien Helleu
"look_nick_completion_ignore" option)
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
is ON)
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
- colors are now removed in topic for display in title bar - completion of /topic command now strips color codes - color codes are encoded in commands (not only text sent to channel/pv) - double '%' is replaced by single '%' in command line (when irc_colors_send is ON)
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382
2005-10-28Added setting for ignoring some chars when completing nicksSebastien Helleu