|
22 | 22 | - main: fix attach failure with `--attach=prompt` in Bash 5.3 POSIX mode `#D2267` 49845707 |
23 | 23 | - syntax: fix a problem that `$_` is not preserved `#D2269` e053690d |
24 | 24 | - keymap/vi: support bash-5.3 readline bindable function `bash-vi-complete` in `vi_nmap` `#D2305` 55e0ee71 |
25 | | - - syntax: parse function name as a word `#D2360` xxxxxxxx |
26 | | - - util (`ble/builtin/trap/invoke.sandbox`): set `BASH_TRAPSIG` `#D2364` xxxxxxxx |
| 25 | + - syntax: parse function name as a word `#D2360` 72364a51 |
| 26 | + - util (`ble/builtin/trap/invoke.sandbox`): set `BASH_TRAPSIG` `#D2364` 858630e5 |
27 | 27 | - bgproc: support opts `kill9-timeout=TIMEOUT` `#D2034` 3ab41652 |
28 | 28 | - progcomp(cd): change display name and support mandb desc (requested by EmilySeville7cfg) `#D2039` 74402098 |
29 | 29 | - cmdspec: add completion options for builtins (motivated by EmilySeville7cfg) `#D2040` 9bd24691 |
|
180 | 180 | - util (`bleopt`): fix a bug that previous match result for `<pattern>=` affects `var:=` `#D2352` 8bea90d1 |
181 | 181 | - util (`ble/string#quote-words`): correct the comparison operator (fixup 8bea90d1) (contributed by anoriqq) |
182 | 182 | - syntax: fix a bug that the completion does not start with `<<[TAB]` `#D2354` 94109ea7 |
183 | | -- syntax: fix infinite loop with `case a in \^J` `#D2361` xxxxxxxx |
| 183 | +- syntax: fix infinite loop with `case a in \^J` `#D2361` 173ec27f |
184 | 184 | - util (`ble/util/writearray`): fix a bug in use of gensub in gawk (reported by allenap, LeonardoMor, aaronjamt, ionesculiviucristian, Gabryx64) `#D2368` |
185 | 185 | - complete: fix a bug that `mandb` record is generated as completions (reported by allenap) `#D2369` xxxxxxxx |
186 | 186 |
|
|
251 | 251 | - complete: fix stray `}` after the completion prefix (fixup 8bea90d1) (reported by cmndrsp0ck) `#D2359` c6bcb824 |
252 | 252 | - util (`ble/util/load-standard-builtins`): extend search paths `#D2357` 044c016a |
253 | 253 | - canvas: avoid using <kbd>DL</kbd> at the top to clear lines (requeted by u/JustABro_2321 aka AB-boi) `#D2358` f6a3a116 |
254 | | -- edit: fix bash-3.2 problems of receiving <kbd>C-d</kbd> through `SIGUSR1` `#D2365` xxxxxxxx |
| 254 | +- edit: fix bash-3.2 problems of receiving <kbd>C-d</kbd> through `SIGUSR1` `#D2365` 38767afe |
255 | 255 | - main: update messages for broken locale and environment `#D2370` xxxxxxxx |
256 | 256 |
|
257 | 257 | ## Contrib |
|
303 | 303 | - README: use `[[ ! ${BLE_VERSION-} ]] || ble-attach` `#D2264` ed11901a |
304 | 304 | - github: update GitHub issue templates `#D2294` aa396f60 |
305 | 305 | - memo: fix syntax error in the testing code for #D1779 (reported by andychu) `#D2329` |
| 306 | +- github: fix URLs in the nightly description (reported by TheFozid) `#D2373` xxxxxxxx |
306 | 307 |
|
307 | 308 | ## Test |
308 | 309 |
|
|
347 | 348 | - util (`ble/util/buffer.flush`): use <kbd>DECSET(2026)</kbd> in terminals with the support `#D2226` c3df08be |
348 | 349 | - main: refactor initialization sequence `#D2231` cc9d7f39 |
349 | 350 | - util (`ble/util/is-stdin-ready`): check `$_ble_util_fd_tui_stdin` by default `#D2254` 29c00fd8 |
350 | | - - util (`ble/util/is-stdin-ready`): work around polling issue in Windows Terminal `#D2362` xxxxxxxx |
| 351 | + - util (`ble/util/is-stdin-ready`): work around polling issue in Windows Terminal `#D2362` 622cb247 |
351 | 352 | - decode (`ble-decode-key/bind`): reference the argument to check the widget name (contributed by musou1500) `#D2279` 21b1bb3d |
352 | 353 | - global: normalize quoting of function names of the form `prefix:$name` `#D2296` 3d7c98bb |
353 | 354 | - global: use `[:blank:]` instead of `[:space:]` `#D2299` e2fd8f0f |
|
364 | 365 | - complete: rename key `{auto_complete => ac}_enter` `#D2342` a30125c4 |
365 | 366 | - color: change color representation for faithful 24-bit black (reported by seefood) `#D2351` 9ea84456 |
366 | 367 | - global: reduce the uses of `:`, `true`, and `false` `#D2353` 61a46734 |
367 | | -- global: use `ble/opts#extract-last-optarg` `#D2363` xxxxxxxx |
368 | | -- global: use `source -- path` to source an arbitrary path `#D2366` xxxxxxxx |
369 | | -- main: describe `--lib` in the output of `ble.sh --help` `#D2367` xxxxxxxx |
| 368 | +- global: use `ble/opts#extract-last-optarg` `#D2363` 1cfd6c0a |
| 369 | +- global: use `source -- path` to source an arbitrary path `#D2366` 3d2e230a |
| 370 | +- main: describe `--lib` in the output of `ble.sh --help` `#D2367` 9699ff6a |
370 | 371 |
|
371 | 372 | <!----------------------------------------------------------------------------> |
372 | 373 | # ble-0.4.0-devel3 |
|
0 commit comments