ChangeLog for kdevelop v4.2.0 ============================= * Milian Wolff: set version to 4.2.0 and look for kdevplatform 1.2.0 in preparation of release * David Nolden: backport from master: Fix a very rare crash * David Nolden: backport from master: Fix code-completion within incomplete function-macros, like "Q_ASSERT(" * David nolden: backport from master: Properly skip hexadecimal numbers in pp_skip_number. The problem is that everything starting at the "x" is pre-tokenized into one IndexedString by tokenizeFromByteArray, so we have to handle the case that the input is not a single character. CCBUG: 257696 * Aleix Pol: Applied Valentyn Pavliuchenko patch to fix GLOB_RECURSIVE behaviour.