.. |
chat-completion.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
chat-completion.h
|
completion_msg() is now public
|
2002-11-21 18:24:51 +00:00 |
command-history.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
command-history.h
|
Fix argument name in declaration.
|
2008-02-15 23:44:46 +00:00 |
completion.c
|
Enhance /set completer to complete option names also when a command option
|
2007-06-06 17:49:10 +00:00 |
completion.h
|
/BIND meta-k erase_completion - support for removing completion data.
|
2002-02-10 10:07:12 +00:00 |
fe-channels.c
|
Revert r4549.
|
2007-06-16 14:58:13 +00:00 |
fe-channels.h
|
/NAMES -count: print only the Total xxx nicks line
|
2001-07-14 18:19:22 +00:00 |
fe-common-core.c
|
Move autorun_startup in fe-common-core.c and remove autorun.{c,h}.
|
2008-03-29 18:15:34 +00:00 |
fe-common-core.h
|
Cleanup option handling.
|
2007-05-24 00:25:36 +00:00 |
fe-core-commands.c
|
Fix indentation.
|
2008-03-09 11:13:09 +00:00 |
fe-core-commands.h
|
Finally - /^msg nick never autocreates an empty window anymore. Added new
|
2002-06-05 20:11:10 +00:00 |
fe-exec.c
|
Use g_ascii_str{,n}casecmp for case insensitive comparison with
|
2008-03-09 12:01:16 +00:00 |
fe-exec.h
|
Remember server for /EXEC targets.
|
2004-07-11 16:54:11 +00:00 |
fe-expandos.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
fe-help.c
|
Fix indentation.
|
2008-03-09 11:13:09 +00:00 |
fe-ignore-messages.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
fe-ignore.c
|
Remove useless uses of replace_chars.
|
2008-03-28 18:30:26 +00:00 |
fe-log.c
|
Use g_ascii_str{,n}casecmp for case insensitive comparison with
|
2008-03-09 12:01:16 +00:00 |
fe-messages.c
|
Move output recoding in irc_send_cmd_full.
|
2008-02-16 23:28:53 +00:00 |
fe-messages.h
|
make printnicks global
|
2002-12-04 20:52:33 +00:00 |
fe-modules.c
|
Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.
|
2008-03-04 10:42:23 +00:00 |
fe-queries.c
|
Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in
|
2007-06-16 15:02:17 +00:00 |
fe-queries.h
|
/set autocreate_query -> /set autocreate_query_level
|
2000-09-06 21:30:56 +00:00 |
fe-recode.c
|
Replace tab between else and opening brace with space.
|
2008-03-15 13:19:41 +00:00 |
fe-recode.h
|
forgot to add
|
2004-08-20 00:27:05 +00:00 |
fe-server.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
fe-settings.c
|
Use g_ascii_str{,n}casecmp for case insensitive comparison with
|
2008-03-09 12:01:16 +00:00 |
fe-windows.c
|
Replace 0 with NULL.
|
2007-08-04 12:49:57 +00:00 |
fe-windows.h
|
window->active_server used to hold non-connected servers, but that was
|
2002-09-14 23:14:04 +00:00 |
formats.c
|
Remove broken by design /set translation.
|
2008-02-02 18:36:57 +00:00 |
formats.h
|
%# now toggles monospace font on/off. fe-text doesn't care about it, but
|
2002-04-26 15:43:09 +00:00 |
hilight-text.c
|
Remove useless uses of replace_chars.
|
2008-03-28 18:30:26 +00:00 |
hilight-text.h
|
Fix HILIGHT -actcolor -mask (Bug 131)
|
2004-10-06 16:25:34 +00:00 |
keyboard.c
|
Farewell glib-1.
|
2007-05-20 23:13:29 +00:00 |
keyboard.h
|
paste detection fixes
|
2003-11-17 12:17:57 +00:00 |
Makefile.am
|
Move autorun_startup in fe-common-core.c and remove autorun.{c,h}.
|
2008-03-29 18:15:34 +00:00 |
module-formats.c
|
Remove broken by design /set translation.
|
2008-02-02 18:36:57 +00:00 |
module-formats.h
|
Remove broken by design /set translation.
|
2008-02-02 18:36:57 +00:00 |
module.h
|
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
|
2004-09-15 12:11:43 +00:00 |
printtext.c
|
Use g_ascii_str{,n}casecmp for case insensitive comparison with
|
2008-03-09 12:01:16 +00:00 |
printtext.h
|
printtext(): you can now specify server target with tag name instead of
|
2002-02-04 04:27:45 +00:00 |
themes.c
|
Use g_ascii_str{,n}casecmp for case insensitive comparison with
|
2008-03-09 12:01:16 +00:00 |
themes.h
|
Added support to define new default abstracts at runtime.
|
2002-12-28 15:25:10 +00:00 |
utf8.c
|
Replace utf8_width with Markus Kuhn's wcwidth.
|
2007-05-25 21:56:30 +00:00 |
utf8.h
|
Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h.
|
2007-05-31 13:19:05 +00:00 |
wcwidth.c
|
Replace utf8_width with Markus Kuhn's wcwidth.
|
2007-05-25 21:56:30 +00:00 |
window-activity.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
window-activity.h
|
window_activity() and window_item_activity() are now public. Added them to
|
2002-02-15 09:05:45 +00:00 |
window-commands.c
|
Use g_ascii_str{,n}casecmp for case insensitive comparison with
|
2008-03-09 12:01:16 +00:00 |
window-items.c
|
Oops. Update address correctly now.
|
2007-05-08 18:41:10 +00:00 |
window-items.h
|
Removed window parameter from window_item_remove() and
|
2001-01-06 21:58:28 +00:00 |
windows-layout.c
|
Make /layout reset take effect immediately.
|
2008-03-14 12:39:35 +00:00 |
windows-layout.h
|
/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log
|
2001-02-21 19:19:24 +00:00 |