diff options
| author | Paul Eggert | 2012-07-29 00:16:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-29 00:16:45 -0700 |
| commit | 72b255c7e7856eb0abefb1149211a8be519f6fef (patch) | |
| tree | 29dcf155832dc040f3b0b21a64d88fe311c5c967 /etc | |
| parent | 2549c068e14ab1ddfb1f1ea38ca7736c16db7296 (diff) | |
| download | emacs-72b255c7e7856eb0abefb1149211a8be519f6fef.tar.gz emacs-72b255c7e7856eb0abefb1149211a8be519f6fef.zip | |
deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
* NEWS: Document these changes.
* leim/quail/uni-input.el (ucs-input-deactivate):
Rename from ucs-input-inactivate.
* leim/quail/hangul.el (hangul-input-method-deactivate):
Rename from hangul-input-method-inactivate.
* emulation/viper-init.el (viper-deactivate-input-method-action):
Rename from viper-inactivate-input-method-action.
(viper-deactivate-input-method):
Rename from viper-inactivate-input-method.
* lisp/follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
* lisp/international/mule-cmds.el (deactivate-input-method):
Rename from inactivate-input-method.
Also run input-method-deactivate-hook.
(deactivate-current-input-method-function):
Rename from inactivate-current-input-method-function.
(input-method-deactivate-hook): New hook.
(input-method-inactivate-hook): Mark obsolete.
* lisp/international/quail.el (quail-activate):
Also run quail-deactivate-hook.
(quail-deactivate): Rename from quail-inactivate.
* lisp/international/robin.el (robin-activate):
Also run robin-deactivate-hook.
(robin-deactivate): Rename from robin-inactivate.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 29 |
2 files changed, 34 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5fea1e1ea46..410332037d0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150) | ||
| 4 | * NEWS: Document these changes. | ||
| 5 | |||
| 1 | 2012-07-28 Juanma Barranquero <lekktu@gmail.com> | 6 | 2012-07-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * NEWS: Fix typo. | 8 | * NEWS: Fix typo. |
| @@ -499,6 +499,35 @@ third argument is a frame (that usage was obsolete since Emacs 22.2). | |||
| 499 | but keywords or keyword-string pairs. The old argument list will | 499 | but keywords or keyword-string pairs. The old argument list will |
| 500 | still be supported for Emacs 24.x. | 500 | still be supported for Emacs 24.x. |
| 501 | 501 | ||
| 502 | ** Spelling changes. | ||
| 503 | Some Lisp symbols have been renamed to avoid problems with spelling | ||
| 504 | that is incorrect or inconsistent with how Emacs normally spells a word. | ||
| 505 | |||
| 506 | *** Renamed functions | ||
| 507 | |||
| 508 | **** hangul-input-method-inactivate -> hangul-input-method-deactivate | ||
| 509 | **** inactivate-input-method -> deactivate-input-method | ||
| 510 | **** quail-inactivate -> quail-deactivate | ||
| 511 | **** robin-inactivate -> robin-deactivate | ||
| 512 | **** viper-inactivate-input-method -> viper-deactivate-input-method | ||
| 513 | **** viper-inactivate-input-method-action -> | ||
| 514 | viper-deactivate-input-method-action | ||
| 515 | **** ucs-input-inactivate -> ucs-input-deactivate | ||
| 516 | |||
| 517 | *** Renamed hooks | ||
| 518 | The old hooks are still supported for backward compatibility, but they | ||
| 519 | are deprecated and will be removed eventually. | ||
| 520 | |||
| 521 | **** input-method-inactivate-hook -> input-method-deactivate-hook | ||
| 522 | **** robin-inactivate-hook -> robin-deactivate-hook | ||
| 523 | **** quail-inactivate-hook -> quail-deactivate-hook | ||
| 524 | |||
| 525 | *** Renamed Lisp variables | ||
| 526 | |||
| 527 | **** follow-deactive-menu -> follow-inactive-menu | ||
| 528 | **** inactivate-current-input-method-function -> | ||
| 529 | deactivate-current-input-method-function | ||
| 530 | |||
| 502 | ** The following obsolete variables and varaliases have been removed: | 531 | ** The following obsolete variables and varaliases have been removed: |
| 503 | 532 | ||
| 504 | *** `facemenu-unlisted-faces' | 533 | *** `facemenu-unlisted-faces' |