@@ -471,7 +471,7 @@ New features:
471471 * The color depth logic has been refactored and moved to the `Output`
472472 implementations. Added `get_default_color_depth` method to `Output`
473473 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
475475 connection stdout.
476476- Introduce `REPLACE_SINGLE` input mode for Vi key bindings.
477477- Improvements to the checkbox implementation:
@@ -1141,7 +1141,7 @@ Fixes:
11411141
11421142New features:
11431143- 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.
11451145- Added a 'clear' function in the shortcuts module.
11461146
11471147For future compatibility:
@@ -1162,7 +1162,7 @@ For future compatibility:
11621162
11631163Fixes:
11641164- Bugfix for Python2 in readline-like completion.
1165- - Bugfix in readline-like completion visualisation .
1165+ - Bugfix in readline-like completion visualization .
11661166
11671167New features:
11681168- Added `erase_when_done` parameter to the `Application` class. (This was
@@ -1175,7 +1175,7 @@ New features:
11751175
11761176Fixes:
11771177- Don't select the first completion when `complete_while_typing` is False.
1178- (Restore the old behaviour .)
1178+ (Restore the old behavior .)
11791179
11801180
118111811.0.1: 2016-06-15
@@ -1327,7 +1327,7 @@ Backwards-incompatible changes:
13271327 the `vi_mode` parameter in `KeyBindingManager`.
13281328- The default accept_action for the default Buffer in Application now becomes
13291329 IGNORE. This is a much more sensible default. Pass RETURN_DOCUMENT to get
1330- the previous behaviour ,
1330+ the previous behavior ,
13311331- Always expect an EventLoop instance in CommandLineInterface. Creating it in
13321332 __init__ caused a memory leak.
13331333
@@ -1344,8 +1344,8 @@ Fixes:
13441344- Correctly align right prompt to the top when the left prompt consists of
13451345 multiple lines.
13461346- 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.)
13491349- Send SIGTSTP to the whole process group.
13501350- Correctly raise on_buffer_changed on all text changes.
13511351- Fix in regular_languages.GrammarLexer. (Fixes bug in ptipython syntax
@@ -1403,7 +1403,7 @@ New features:
14031403 `create_prompt_layout`.
14041404- Some improvements to the default style.
14051405- 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.
14071407- Give a better error message when trying to run in git-bash.
14081408- Support for ANSI color names in style dictionaries.
14091409
@@ -1421,7 +1421,7 @@ New features:
14211421 they process one line at a time.)
14221422 - Lexers work differently. `Lexer.lex_document` should now return a function
14231423 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,
14251425 that the lexer doesn't have to start the lexing at the beginning of the
14261426 document. (Which would be slow for big documents.)
14271427
@@ -1672,7 +1672,7 @@ New features:
16721672- Added `prompt_toolkit.layout.utils.iter_token_lines`.
16731673- Allow `None` values on the focus stack.
16741674- 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
16761676 executed as soon as it's matched, even when there is another binding that
16771677 starts with this key sequence.
16781678- Custom margins for BufferControl.
@@ -1738,7 +1738,7 @@ Fixes:
17381738New features:
17391739- CompletionsMenu got a scroll_offset.
17401740- 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.
17421742 and clipboard parameter in shortcut functions.
17431743- Filter for enabling/disabling handling of Vi 'v' binding.
17441744
@@ -2033,7 +2033,7 @@ New features:
20332033- prompt_toolkit.contrib.shortcuts.get_input has been extended.
20342034
20352035Fixed:
2036- - Behaviour of Control+left/right/up/down.
2036+ - Behavior of Control+left/right/up/down.
20372037- Backspace in incremental search.
20382038- Hide completion menu correctly when the cursor position changes.
20392039
@@ -2108,7 +2108,7 @@ New features:
21082108- Experimental Win32 support added.
21092109
21102110Fixed:
2111- - Behaviour of 'r' and 'R' key bindings in Vi mode.
2111+ - Behavior of 'r' and 'R' key bindings in Vi mode.
21122112- Detect multiline correctly for ptpython when there are triple quoted strings.
21132113- Some other small improvements.
21142114
0 commit comments