Age | Commit message (Collapse) | Author |
|
|
|
Variables renamed:
- "creation_time.tv_sec" -> "time"
- "creation_time.tv_usec" -> "time_usec"
|
|
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all buffers, and the same number is never
used again, during the lifetime of the process.
It persists and is unchanged after `/upgrade`.
|
|
|
|
scripting API
|
|
|
|
scripting API
|
|
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)
|
|
|
|
|
|
|