| Age | Commit message (Collapse) | Author | 
|---|
|  | Thanks to Ypnose. | 
|  | CP1252 is a superset of ISO-8859-1. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Also updated LuaDoc. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Silently passing second length parameter can cause subtle bugs in functions that
accept more than one parameter. | 
|  |  | 
|  | This is more convenient than '-e "goto_line(n - 1)"'. | 
|  | Filters are now simply lists of inclusive and exclusive patterns.
Added temporary compatibility and notice for old-style filters. | 
|  | Snippet prev/next coupled with subsequent edits may cause the buffer to contain
an unexpected snippet placeholder. Handle it gracefully. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | It can be implemented as a separate user module instead. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | This allows for per-project "find in files" filters. | 
|  | GTK appears to aggressively convert clipboard text to/from UTF-8, even if it
cannot be converted. Try to handle it like Scintilla does by falling back on
ISO-8859-1. | 
|  | Lua 5.3 made them optional and LuaJIT support has been dropped. | 
|  |  | 
|  |  | 
|  |  | 
|  | \xYY may not yield UTF-8 characters. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax. | 
|  |  |