diff options
| author | Paul Eggert | 2018-03-01 18:34:17 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-03-01 18:34:17 -0800 |
| commit | dd88499e89ce61a5d3f173a5234e94f5a0e211fe (patch) | |
| tree | ea45d14fcb12bb20ecadd68f7185d9427d8cb72b | |
| parent | 3968f72be861b3ee1de590b1ef53f9fb56f3640e (diff) | |
| download | emacs-dd88499e89ce61a5d3f173a5234e94f5a0e211fe.tar.gz emacs-dd88499e89ce61a5d3f173a5234e94f5a0e211fe.zip | |
; Spelling fixes
| -rw-r--r-- | ChangeLog.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index f68ba58cacd..d8c40b33efb 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -38136,7 +38136,7 @@ | |||
| 38136 | ^ | 38136 | ^ |
| 38137 | 38137 | ||
| 38138 | * src/frame.c (x_set_frame_parameters): Drop width_changed and | 38138 | * src/frame.c (x_set_frame_parameters): Drop width_changed and |
| 38139 | height_changed variables in favour of storing that information in | 38139 | height_changed variables in favor of storing that information in |
| 38140 | width and height variables. | 38140 | width and height variables. |
| 38141 | 38141 | ||
| 38142 | 2016-09-12 Michal Nazarewicz <mina86@mina86.com> | 38142 | 2016-09-12 Michal Nazarewicz <mina86@mina86.com> |
| @@ -38193,7 +38193,7 @@ | |||
| 38193 | 38193 | ||
| 38194 | Refactor common code in {upcase,downcase,capitalize}-word functions | 38194 | Refactor common code in {upcase,downcase,capitalize}-word functions |
| 38195 | 38195 | ||
| 38196 | * src/casefiddle.c (operate_on_word): Removed in favour of… | 38196 | * src/casefiddle.c (operate_on_word): Removed in favor of… |
| 38197 | (casify_word) …new function which does what operate_on_word did plus | 38197 | (casify_word) …new function which does what operate_on_word did plus |
| 38198 | what all of the common code from *-word functions. | 38198 | what all of the common code from *-word functions. |
| 38199 | (upcase-word, downcase-word, capitalize-word): Move code common between | 38199 | (upcase-word, downcase-word, capitalize-word): Move code common between |
| @@ -38418,9 +38418,9 @@ | |||
| 38418 | alphabeticp. Because both of those functions require Unicode general | 38418 | alphabeticp. Because both of those functions require Unicode general |
| 38419 | category lookup, this resulted in unnecessary lookups (if alphabeticp | 38419 | category lookup, this resulted in unnecessary lookups (if alphabeticp |
| 38420 | return false decimalp had to perform another lookup). Drop decimalnump | 38420 | return false decimalp had to perform another lookup). Drop decimalnump |
| 38421 | in favour of alphanumericp which combines decimelnump with alphabeticp. | 38421 | in favor of alphanumericp which combines decimelnump with alphabeticp. |
| 38422 | 38422 | ||
| 38423 | * src/character.c (decimalnump): Remove in favour of… | 38423 | * src/character.c (decimalnump): Remove in favor of… |
| 38424 | (alphanumericp): …new function. | 38424 | (alphanumericp): …new function. |
| 38425 | 38425 | ||
| 38426 | * src/regex.c (ISALNUM): Use alphanumericp. | 38426 | * src/regex.c (ISALNUM): Use alphanumericp. |
| @@ -43563,10 +43563,10 @@ | |||
| 43563 | 43563 | ||
| 43564 | 2016-06-08 Michal Nazarewicz <mina86@mina86.com> | 43564 | 2016-06-08 Michal Nazarewicz <mina86@mina86.com> |
| 43565 | 43565 | ||
| 43566 | Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro | 43566 | Remove ‘ert-with-function-mocked’ macro in favor of ‘cl-letf’ macro |
| 43567 | 43567 | ||
| 43568 | * lisp/emacs-lisp/ert-x.el (ert-with-function-mocked): Remove macro | 43568 | * lisp/emacs-lisp/ert-x.el (ert-with-function-mocked): Remove macro |
| 43569 | in favour of ‘cl-letf’ macro which is more generic. All existing | 43569 | in favor of ‘cl-letf’ macro which is more generic. All existing |
| 43570 | uses are migrated accordingly. The macro has not been included in | 43570 | uses are migrated accordingly. The macro has not been included in |
| 43571 | an official release yet so it should be fine to delete it. | 43571 | an official release yet so it should be fine to delete it. |
| 43572 | 43572 | ||