1
0
mirror of https://github.com/irssi/irssi.git synced 2025-01-03 14:56:47 -05:00
irssi/src/fe-common/core
Timo Sirainen d4879020da /HILIGHT listing was missing space sometimes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3092 dbcabf3a-b0e7-0310-adc4-f8d773084564
2003-01-06 19:20:24 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
autorun.c Lines beginning with '#' in ~/.irssi/startup file are now treated as 2002-06-06 19:23:13 +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 don't crash with /set completion_keep_privates 0 2002-12-31 16:06:47 +00:00
chat-completion.h completion_msg() is now public 2002-11-21 18:24:51 +00:00
command-history.c Don't add command to history if it's already in there as last entry. patch by peder. 2001-12-27 11:37:31 +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 When completing words beginning with '/' or '~' chars, treat them as 2002-06-06 19:22:16 +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 /CYCLE !channel works now properly too 2002-09-18 17:44:04 +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 Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
fe-common-core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
fe-core-commands.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +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 Empty lines can be now sent to /EXEC -interactive windows. 2002-06-07 15:32:17 +00:00
fe-exec.h /EXEC -quiet now hides the output entirely. 2002-04-27 18:34:40 +00:00
fe-expandos.c $winref and $winname shouldn't crash if there's no active window. 2001-12-06 20:57:28 +00:00
fe-help.c /SET help_path now supports multiple paths separated with ':' - patch by c0ffee 2002-05-13 19:26:25 +00:00
fe-ignore-messages.c Never ignore kick msg if you get kicked from channel. 2002-03-10 15:46:22 +00:00
fe-ignore.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
fe-log.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
fe-messages.c make printnicks global 2002-12-04 20:52:33 +00:00
fe-messages.h make printnicks global 2002-12-04 20:52:33 +00:00
fe-modules.c Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
fe-queries.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-server.c Added #define DEFAULT_SERVER_ADD_PORT to common.h which /SERVER ADD uses as 2002-10-21 19:05:44 +00:00
fe-settings.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
fe-windows.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +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 Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +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 /HILIGHT listing was missing space sometimes 2003-01-06 19:20:24 +00:00
hilight-text.h hilight + keyboard fixes so it's possible for xirssi to modify them. 2002-05-19 06:50:50 +00:00
keyboard.c hilight + keyboard fixes so it's possible for xirssi to modify them. 2002-05-19 06:50:50 +00:00
keyboard.h hilight + keyboard fixes so it's possible for xirssi to modify them. 2002-05-19 06:50:50 +00:00
Makefile.am Finally - /^msg nick never autocreates an empty window anymore. Added new 2002-06-05 20:11:10 +00:00
module-formats.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
module-formats.h Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
module.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
printtext.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +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 typo: themes weren't defaulting their abstracts to internal theme 2002-12-29 16:11:16 +00:00
themes.h Added support to define new default abstracts at runtime. 2002-12-28 15:25:10 +00:00
translation.c toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some 2002-01-27 20:45:59 +00:00
translation.h ..adding new files.. 2000-04-26 08:03:38 +00:00
window-activity.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +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 /WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing window 2002-11-15 09:03:35 +00:00
window-items.c Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
windows-layout.c /LAYOUT SAVE doesn't crash anymore with /EXEC -interactives 2002-10-14 11:52:13 +00:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00