@@ -471,7 +471,7 @@ New features:
471
471
* The color depth logic has been refactored and moved to the `Output`
472
472
implementations. Added `get_default_color_depth` method to `Output`
473
473
objects.
474
- * All line feets are now preceded by a carriage return in the telnet
474
+ * All line feet are now preceded by a carriage return in the telnet
475
475
connection stdout.
476
476
- Introduce `REPLACE_SINGLE` input mode for Vi key bindings.
477
477
- Improvements to the checkbox implementation:
@@ -1141,7 +1141,7 @@ Fixes:
1141
1141
1142
1142
New features:
1143
1143
- Allow users to enter Vi digraphs in reverse order.
1144
- - Improved autocompletion behaviour . See IPython issue #9658.
1144
+ - Improved autocompletion behavior . See IPython issue #9658.
1145
1145
- Added a 'clear' function in the shortcuts module.
1146
1146
1147
1147
For future compatibility:
@@ -1162,7 +1162,7 @@ For future compatibility:
1162
1162
1163
1163
Fixes:
1164
1164
- Bugfix for Python2 in readline-like completion.
1165
- - Bugfix in readline-like completion visualisation .
1165
+ - Bugfix in readline-like completion visualization .
1166
1166
1167
1167
New features:
1168
1168
- Added `erase_when_done` parameter to the `Application` class. (This was
@@ -1175,7 +1175,7 @@ New features:
1175
1175
1176
1176
Fixes:
1177
1177
- Don't select the first completion when `complete_while_typing` is False.
1178
- (Restore the old behaviour .)
1178
+ (Restore the old behavior .)
1179
1179
1180
1180
1181
1181
1.0.1: 2016-06-15
@@ -1327,7 +1327,7 @@ Backwards-incompatible changes:
1327
1327
the `vi_mode` parameter in `KeyBindingManager`.
1328
1328
- The default accept_action for the default Buffer in Application now becomes
1329
1329
IGNORE. This is a much more sensible default. Pass RETURN_DOCUMENT to get
1330
- the previous behaviour ,
1330
+ the previous behavior ,
1331
1331
- Always expect an EventLoop instance in CommandLineInterface. Creating it in
1332
1332
__init__ caused a memory leak.
1333
1333
@@ -1344,8 +1344,8 @@ Fixes:
1344
1344
- Correctly align right prompt to the top when the left prompt consists of
1345
1345
multiple lines.
1346
1346
- Correctly use Token.Transparent as default token for a TokenListControl.
1347
- - Fix in syntax synchronisation . (Better handle the case when no
1348
- synchronisation point was found.)
1347
+ - Fix in syntax synchronization . (Better handle the case when no
1348
+ synchronization point was found.)
1349
1349
- Send SIGTSTP to the whole process group.
1350
1350
- Correctly raise on_buffer_changed on all text changes.
1351
1351
- Fix in regular_languages.GrammarLexer. (Fixes bug in ptipython syntax
@@ -1403,7 +1403,7 @@ New features:
1403
1403
`create_prompt_layout`.
1404
1404
- Some improvements to the default style.
1405
1405
- Also handle Ctrl-R and Ctrl-S in Vi mode when searching.
1406
- - Added TabsProcessor: a tool to visualise tabs instead of displaying ^I.
1406
+ - Added TabsProcessor: a tool to visualize tabs instead of displaying ^I.
1407
1407
- Give a better error message when trying to run in git-bash.
1408
1408
- Support for ANSI color names in style dictionaries.
1409
1409
@@ -1421,7 +1421,7 @@ New features:
1421
1421
they process one line at a time.)
1422
1422
- Lexers work differently. `Lexer.lex_document` should now return a function
1423
1423
that returns the tokens for one line. PygmentsLexer has been optimized that
1424
- it becomes 'lazy', and it has optional syntax synchronisation . That means,
1424
+ it becomes 'lazy', and it has optional syntax synchronization . That means,
1425
1425
that the lexer doesn't have to start the lexing at the beginning of the
1426
1426
document. (Which would be slow for big documents.)
1427
1427
@@ -1672,7 +1672,7 @@ New features:
1672
1672
- Added `prompt_toolkit.layout.utils.iter_token_lines`.
1673
1673
- Allow `None` values on the focus stack.
1674
1674
- Buffers can be readonly. Added `IsReadOnly` filter.
1675
- - `eager` behaviour for key bindings. When a key binding is eager it will be
1675
+ - `eager` behavior for key bindings. When a key binding is eager it will be
1676
1676
executed as soon as it's matched, even when there is another binding that
1677
1677
starts with this key sequence.
1678
1678
- Custom margins for BufferControl.
@@ -1738,7 +1738,7 @@ Fixes:
1738
1738
New features:
1739
1739
- CompletionsMenu got a scroll_offset.
1740
1740
- Use 256 colors and ANSI sequences when ConEmu ANSI support has been detected.
1741
- - Added PyperclipClipboard for synchronisation with the system clipboard.
1741
+ - Added PyperclipClipboard for synchronization with the system clipboard.
1742
1742
and clipboard parameter in shortcut functions.
1743
1743
- Filter for enabling/disabling handling of Vi 'v' binding.
1744
1744
@@ -2033,7 +2033,7 @@ New features:
2033
2033
- prompt_toolkit.contrib.shortcuts.get_input has been extended.
2034
2034
2035
2035
Fixed:
2036
- - Behaviour of Control+left/right/up/down.
2036
+ - Behavior of Control+left/right/up/down.
2037
2037
- Backspace in incremental search.
2038
2038
- Hide completion menu correctly when the cursor position changes.
2039
2039
@@ -2108,7 +2108,7 @@ New features:
2108
2108
- Experimental Win32 support added.
2109
2109
2110
2110
Fixed:
2111
- - Behaviour of 'r' and 'R' key bindings in Vi mode.
2111
+ - Behavior of 'r' and 'R' key bindings in Vi mode.
2112
2112
- Detect multiline correctly for ptpython when there are triple quoted strings.
2113
2113
- Some other small improvements.
2114
2114
0 commit comments