diff options
| author | Juanma Barranquero | 2010-02-11 00:53:28 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-02-11 00:53:28 +0100 |
| commit | 48c2d18a51689905948fa76b998b03a345ce6002 (patch) | |
| tree | 296cc6e2e9ab010cb7dcb93e526ee6edeba5a144 | |
| parent | 348d1e60a63ad8d8f3ba49c54473fde6e68bba60 (diff) | |
| download | emacs-48c2d18a51689905948fa76b998b03a345ce6002.tar.gz emacs-48c2d18a51689905948fa76b998b03a345ce6002.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13a04d0f66d..5278ab8ea31 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 2010-02-08 Kenichi Handa <handa@m17n.org> | 34 | 2010-02-08 Kenichi Handa <handa@m17n.org> |
| 35 | 35 | ||
| 36 | * international/mule-util.el (with-coding-priority): Add autoload | 36 | * international/mule-util.el (with-coding-priority): Add autoload |
| 37 | cookie for putting `lisp-indent-funciton'. | 37 | cookie for putting `lisp-indent-function'. |
| 38 | 38 | ||
| 39 | 2010-02-07 Glenn Morris <rgm@gnu.org> | 39 | 2010-02-07 Glenn Morris <rgm@gnu.org> |
| 40 | 40 | ||
| @@ -313,7 +313,7 @@ | |||
| 313 | * progmodes/python.el: Replace reference to obsolete | 313 | * progmodes/python.el: Replace reference to obsolete |
| 314 | c-subward-mode. | 314 | c-subward-mode. |
| 315 | 315 | ||
| 316 | * vc-bzr.el: (vc-bzr-revision-table) New function. | 316 | * vc-bzr.el (vc-bzr-revision-table): New function. |
| 317 | 317 | ||
| 318 | 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change) | 318 | 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change) |
| 319 | 319 | ||
| @@ -346,7 +346,7 @@ | |||
| 346 | 346 | ||
| 347 | 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org> | 347 | 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org> |
| 348 | 348 | ||
| 349 | * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax | 349 | * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax |
| 350 | is the same as subprogram call, not declaration. (Bug#5435). | 350 | is the same as subprogram call, not declaration. (Bug#5435). |
| 351 | 351 | ||
| 352 | 2010-01-23 Michael Albinus <michael.albinus@gmx.de> | 352 | 2010-01-23 Michael Albinus <michael.albinus@gmx.de> |
| @@ -3742,7 +3742,7 @@ | |||
| 3742 | (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}". | 3742 | (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}". |
| 3743 | Reported by Wade Smith. | 3743 | Reported by Wade Smith. |
| 3744 | 3744 | ||
| 3745 | (verilog-batch-execute-func) Comment on function usage. | 3745 | (verilog-batch-execute-func): Comment on function usage. |
| 3746 | 3746 | ||
| 3747 | 2009-11-05 Michael McNamara <mac@mail.brushroad.com> | 3747 | 2009-11-05 Michael McNamara <mac@mail.brushroad.com> |
| 3748 | 3748 | ||
| @@ -4399,7 +4399,7 @@ | |||
| 4399 | (tramp-handle-file-truename): Use it. | 4399 | (tramp-handle-file-truename): Use it. |
| 4400 | (tramp-handle-file-exists-p): Check file-attributes cache, assume | 4400 | (tramp-handle-file-exists-p): Check file-attributes cache, assume |
| 4401 | file exists if cache value present. | 4401 | file exists if cache value present. |
| 4402 | (tramp-check-cached-permissions) New defun. | 4402 | (tramp-check-cached-permissions): New defun. |
| 4403 | (tramp-handle-file-readable-p): Use it. | 4403 | (tramp-handle-file-readable-p): Use it. |
| 4404 | (tramp-handle-file-writable-p): Likewise. | 4404 | (tramp-handle-file-writable-p): Likewise. |
| 4405 | (tramp-handle-file-executable-p): Likewise. | 4405 | (tramp-handle-file-executable-p): Likewise. |
| @@ -4630,7 +4630,7 @@ | |||
| 4630 | from `rfn-eshadow-update-overlay-hook' when unloading. | 4630 | from `rfn-eshadow-update-overlay-hook' when unloading. |
| 4631 | (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and | 4631 | (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and |
| 4632 | "rsyncc". Adjust doc string. | 4632 | "rsyncc". Adjust doc string. |
| 4633 | (tramp-temp-buffer-file-name) New buffer-local defvar. | 4633 | (tramp-temp-buffer-file-name): New buffer-local defvar. |
| 4634 | (tramp-handle-insert-file-contents, tramp-handle-write-region): | 4634 | (tramp-handle-insert-file-contents, tramp-handle-write-region): |
| 4635 | Keep temporary file when indicated by method ("rsync" and | 4635 | Keep temporary file when indicated by method ("rsync" and |
| 4636 | "rsyncc"). | 4636 | "rsyncc"). |
| @@ -8042,7 +8042,7 @@ | |||
| 8042 | Don't modify last-coding-system-used by accident. | 8042 | Don't modify last-coding-system-used by accident. |
| 8043 | (tramp-completion-file-name-handler): Apply the checks here, | 8043 | (tramp-completion-file-name-handler): Apply the checks here, |
| 8044 | instead during registration. | 8044 | instead during registration. |
| 8045 | (tramp-register-file-name-handlers) Renamed from | 8045 | (tramp-register-file-name-handlers): Renamed from |
| 8046 | `tramp-register-file-name-handler'. Register both | 8046 | `tramp-register-file-name-handler'. Register both |
| 8047 | `tramp-file-name-handler' and `tramp-completion-file-name-handler'. | 8047 | `tramp-file-name-handler' and `tramp-completion-file-name-handler'. |
| 8048 | (tramp-register-completion-file-name-handler): Remove. (Bug#4260) | 8048 | (tramp-register-completion-file-name-handler): Remove. (Bug#4260) |
| @@ -10136,7 +10136,7 @@ | |||
| 10136 | 10136 | ||
| 10137 | * net/tramp.el (tramp-do-copy-or-rename-file-directly): | 10137 | * net/tramp.el (tramp-do-copy-or-rename-file-directly): |
| 10138 | Handle also the 'rename case, when setting file modes. (Bug#3712) | 10138 | Handle also the 'rename case, when setting file modes. (Bug#3712) |
| 10139 | (tramp-default-file-modes) Remove execute permissions. | 10139 | (tramp-default-file-modes): Remove execute permissions. |
| 10140 | 10140 | ||
| 10141 | * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method. | 10141 | * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method. |
| 10142 | (top): Add a default for "synce" in `tramp-default-user-alist'. | 10142 | (top): Add a default for "synce" in `tramp-default-user-alist'. |
| @@ -10161,7 +10161,7 @@ | |||
| 10161 | 10161 | ||
| 10162 | * language/chinese.el ("Chinese-GB", "Chinese-BIG5") | 10162 | * language/chinese.el ("Chinese-GB", "Chinese-BIG5") |
| 10163 | ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a | 10163 | ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a |
| 10164 | setup-funcion to make char-widht-table suitable for respective | 10164 | setup-function to make char-width-table suitable for respective |
| 10165 | environments, and an exit-function to cancel that. | 10165 | environments, and an exit-function to cancel that. |
| 10166 | 10166 | ||
| 10167 | * language/japan-util.el (setup-japanese-environment-internal): | 10167 | * language/japan-util.el (setup-japanese-environment-internal): |
| @@ -10221,7 +10221,7 @@ | |||
| 10221 | to support safe execution at almost anyline. | 10221 | to support safe execution at almost anyline. |
| 10222 | (verilog-calc-1): Properly support indenting deep inside generate | 10222 | (verilog-calc-1): Properly support indenting deep inside generate |
| 10223 | blocks. | 10223 | blocks. |
| 10224 | (verilog-init-font) Remove definition & use of verilog-init-font, | 10224 | (verilog-init-font): Remove definition & use of verilog-init-font, |
| 10225 | as it is redundant with font-lock-defaults. | 10225 | as it is redundant with font-lock-defaults. |
| 10226 | (verilog-mode): Alter the definition of verilog-font-lock-defaults | 10226 | (verilog-mode): Alter the definition of verilog-font-lock-defaults |
| 10227 | to avoid circular calls if syntax-ppss is a function (as is the | 10227 | to avoid circular calls if syntax-ppss is a function (as is the |
| @@ -10235,7 +10235,7 @@ | |||
| 10235 | (verilog-defun-level-not-generate-re, verilog-defun-level-re) | 10235 | (verilog-defun-level-not-generate-re, verilog-defun-level-re) |
| 10236 | (verilog-defun-level-generate-only-re): Really fix the defun-list | 10236 | (verilog-defun-level-generate-only-re): Really fix the defun-list |
| 10237 | compilation issue. | 10237 | compilation issue. |
| 10238 | (verilog-calc-1) (verilog-beg-of-statement): Enhance support for | 10238 | (verilog-calc-1, verilog-beg-of-statement): Enhance support for |
| 10239 | coverpoint, constraint and cross statements. | 10239 | coverpoint, constraint and cross statements. |
| 10240 | (verilog-defun-level-list, verilog-generate-defun-level-list) | 10240 | (verilog-defun-level-list, verilog-generate-defun-level-list) |
| 10241 | (verilog-all-defun-level-list): Redo these specifications - it is | 10241 | (verilog-all-defun-level-list): Redo these specifications - it is |