summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-help.c
AgeCommit message (Expand)Author
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2008-08-01Set null encoding for file channels.Emanuele Giaquinta
2008-03-30Use g_io_channel_unref rather than g_io_channel_close for fileEmanuele Giaquinta
2008-03-09Fix indentation.Emanuele Giaquinta
2008-03-09Use GIOChannel API to read a file linewise.Emanuele Giaquinta
2008-03-04Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.Emanuele Giaquinta
2008-03-02Use g_strchomp to remove trailing whitespace.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-07-11Help files are always lowercased. Make sure /HELP COMMAND works too.Timo Sirainen
2002-05-13/SET help_path now supports multiple paths separated with ':' - patch by c0ffeeTimo Sirainen
2002-03-19Sort /HELP output better when using multiple categories. Patch by c0ffee.Timo Sirainen
2001-02-22/HELP can now display help of non-commands if the file just exists inTimo Sirainen
2001-02-19Moved /HELP to fe-help.cTimo Sirainen