From: Jeff B. <jef...@gm...> - 2013-11-02 23:03:01
|
2013-11-02 Arnout Engelen <arn...@bz...> use $(CC) rather than 'gcc' https://sourceforge.net/p/notion/bugs/62/ Removed old stuff from system-inc.mk Thanks to Olof Johansson for noticing 2013-09-16 Arnout Engelen <arn...@bz...> Fix segfault when logging not finding a font 2013-09-10 Arnout Engelen <arn...@bz...> Improved lua version detection (thanks Nikolay Orlyuk and Justin Lebar!) https://sourceforge.net/p/notion/bugs/64/ Slightly better logging for font loading 2013-08-05 Arnout Engelen <arn...@bz...> Compile warning Be more forgiving when XCreateFontSet creates a fontset with missing charsets Especially utf-8 locales list unreasonable amounts of charsets as requirements. When a font can be found that satisfies some, but not all of them, we just use the font and write a warning into the logging. A user who really cares about all those charsets can fix his configuration himself. 2013-07-28 Arnout Engelen <arn...@bz...> In use_mb mode, use a more reasonable default/fallback font. 'fixed' does not exist for the multibyte font searching methods, and it does not make sense to have this be a compile-time option. 2013-07-22 Arnout Engelen <arn...@bz...> Correct error message when no fontset was found 2013-07-21 Arnout Engelen <arn...@bz...> Add target to quickly compile a snapshot version Only build the 'travis' github branch on Travis Also make C99_SOURCE overridable 2013-07-21 Olof Johansson <ol...@et...> build: Use more overrideable system-autodetect.mk |