| File ChangeLog changed (mode: 100644) (index 3661eff28..c85f7191f) | 
	| 8 | 8 | Fixed absolute paths comparing equal to similar relative paths (regression | Fixed absolute paths comparing equal to similar relative paths (regression | 
	| 9 | 9 | in 0.14-beta). | in 0.14-beta). | 
	| 10 | 10 |  |  | 
	| 11 |  | Fixed single quotes escaping for completion of option value. |  | 
	|  | 11 |  | Fixed single quotes escaping for completion of option values via | 
	|  | 12 |  | `opt='<tab>` (related to a change in 0.14-beta). | 
	| 12 | 13 |  |  | 
	| 13 | 14 | 0.13 to 0.14-beta (2025-01-19) | 0.13 to 0.14-beta (2025-01-19) | 
	| 14 | 15 |  |  | 
| File src/engine/completion.h changed (mode: 100644) (index f91b175f2..0fa5b8e88) | 
	| ... | ... | typedef int (*vle_compl_sorter_f)(const char a[], const char b[]); | 
	| 40 | 40 | int vle_compl_add_match(const char match[], const char descr[]); | int vle_compl_add_match(const char match[], const char descr[]); | 
	| 41 | 41 |  |  | 
	| 42 | 42 | /* Puts raw match as completion match, takes ownership of the match string. | /* Puts raw match as completion match, takes ownership of the match string. | 
	| 43 |  | * Returns zero on success, otherwise non-zero is returned. */ |  | 
	|  | 43 |  | * Returns zero on success, otherwise non-zero is returned (including when match | 
	|  | 44 |  | * is NULL). */ | 
	| 44 | 45 | int vle_compl_put_match(char match[], const char descr[]); | int vle_compl_put_match(char match[], const char descr[]); | 
	| 45 | 46 |  |  | 
	| 46 | 47 | /* Adds path as completion match.  Path is preprocessed with path add hook. | /* Adds path as completion match.  Path is preprocessed with path add hook. |