aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-07disable more features with --enable-miniMax Kellermann1-1/+1
Disable lots of smaller features which don't have a separate configure option: - xterm title - screen list - horizontal scrolling - MPD version number check - key binding checks - character set conversion - bitrate display - highlighting in the file browser - completion / history
2008-10-02moved i18n macros to i18n.hMax Kellermann1-5/+16
Don't make everybody include ncmpc.h just to have generic features. Move generic i18n macros to a separate header.
2008-09-15manage tag string allocations in a poolMax Kellermann1-0/+28
There are many duplicated strings in the tag database, e.g. many songs having the same artist. Don't allocate such strings twice, manage all strings in a pool.