1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/fe-common/core
Emanuele Giaquinta 3845518b3a Fix comment.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4554 dbcabf3a-b0e7-0310-adc4-f8d773084564
2007-06-16 14:50:05 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
autorun.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
autorun.h Execute ~/.irssi/startup before autoconnecting to servers. This way you can 2001-11-18 19:37:18 +00:00
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 Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no 2001-12-20 13:29:20 +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 Make -window option of /join and /query accept an optional numeric argument 2007-06-10 17:15:14 +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 'version' option in main. 2007-05-24 00:44:29 +00:00
fe-common-core.h Cleanup option handling. 2007-05-24 00:25:36 +00:00
fe-core-commands.c Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-ignore-messages.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-ignore.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-log.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-messages.c Fix comment. 2007-06-16 14:50:05 +00:00
fe-messages.h make printnicks global 2002-12-04 20:52:33 +00:00
fe-modules.c skip fe_common prefix when freeing prefix list 2007-05-31 06:37:13 +00:00
fe-queries.c Make -window option of /join and /query accept an optional numeric argument 2007-06-10 17:15:14 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-recode.c Farewell glib-1. 2007-05-20 23:13:29 +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 Cleanup cmd_set by moving the code to print the settings matching a 2007-06-05 12:03:18 +00:00
fe-windows.c Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Assume width 1 for control characters in places where a non-negative width is 2007-05-31 13:56:35 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Do not install utf8.h, it is a private header. 2007-05-30 17:30:35 +00:00
module-formats.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
module-formats.h Apply 05upgrade-check-binary.dpatch with some modifications. 2006-09-18 22:32:33 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
themes.h Added support to define new default abstracts at runtime. 2002-12-28 15:25:10 +00:00
translation.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
translation.h ..adding new files.. 2000-04-26 08:03:38 +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 Make /window goto start searching at the window after the active one and stop 2007-06-10 18:00:26 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00