--- gigedit/trunk/ChangeLog 2015/08/30 10:00:49 2841 +++ gigedit/trunk/ChangeLog 2016/04/22 15:55:08 2886 @@ -1,8 +1,16 @@ Version SVN HEAD (?) - * allow building with G_DISABLE_DEPRECATED + * allow building with G/GDK/GTK_DISABLE_DEPRECATED * fixed building without linuxsampler on Mac * fixed some compiler and cppcheck warnings + * avoid using gtk stock items, as they are deprecated in gtk 3.10 + * synthesis paremeter page tabs are now scrollable (fixes an issue with + GTK 3: default theme uses huge tabs which breaks the overall layout on + average window sizes) + * Automake: set environment variable GCC_COLORS=auto to allow GCC to + auto detect whether it (sh/c)ould output its messages in color. + * NKSP Editor: Added support for liblinuxsampler's NKSP syntax + highlighting backend. Version 1.0.0 (2015-07-17)