mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3295 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
55bcc420a7
commit
8ea717b676
26 changed files with 662 additions and 202 deletions
|
|
@ -25,6 +25,7 @@ libfe_common_core_a_SOURCES = \
|
|||
fe-queries.c \
|
||||
fe-server.c \
|
||||
fe-settings.c \
|
||||
utf8.c \
|
||||
formats.c \
|
||||
hilight-text.c \
|
||||
keyboard.c \
|
||||
|
|
@ -51,6 +52,7 @@ pkginc_fe_common_core_HEADERS = \
|
|||
fe-exec.h \
|
||||
fe-messages.h \
|
||||
fe-queries.h \
|
||||
utf8.h \
|
||||
formats.h \
|
||||
hilight-text.h \
|
||||
keyboard.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue