Age | Commit message (Collapse) | Author |
|
buffer is opening
|
|
|
|
|
|
|
|
(issue #1973)
|
|
With complete date and time format, the tests output was incorrectly parsed by
Emacs.
|
|
hook_timer on 32-bit systems (issue #1999)
|
|
(issue #1999)
|
|
The type "enum" replaces type "integer" when used with string values.
For compatibility, any option created with type "integer" and string values is
automatically created to "enum" on creation, with no error.
|
|
(issue #1903)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config_new_option (scripting API)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows to use escaped chars in strings.
|
|
|
|
|
|
Affected plugins: python, ruby, lua, tcl, guile, javascript, php.
|
|
print_y_date_tags
Affected plugins: python, lua, tcl, guile, javascript.
|
|
Affected plugins: python, lua, tcl, guile, javascript.
|
|
|
|
free content, add function printf_y_date_tags (closes #1746)
|
|
|
|
|
|
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
|
|
|
|
|
|
The problem is that on 32-bit arch (like GNU/Hurd), the number 42000000000000
is converted to 42000000000000L in Python, which is causing troubles in other
languages like Perl.
The fix is to use a smaller number. Such large size for function
string_format_size is tested in the C++ test suite anyway.
|
|
|
|
|
|
|
|
|