comparison lisp/ChangeLog @ 107127:a6b946ca8797

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 11 Feb 2010 00:53:28 +0100
parents aae831df84d3
children 0241cf43ec95
comparison
equal deleted inserted replaced
107126:aae831df84d3 107127:a6b946ca8797
32 literals. 32 literals.
33 33
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
41 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2): 41 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
42 Move F2003 named interfaces from keywords-2 to keywords-1, and 42 Move F2003 named interfaces from keywords-2 to keywords-1, and
311 2010-01-25 Mark A. Hershberger <mah@everybody.org> 311 2010-01-25 Mark A. Hershberger <mah@everybody.org>
312 312
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
320 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the 320 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
321 diff-index command. This requires at least git-1.5.5. (Bug#1589). 321 diff-index command. This requires at least git-1.5.5. (Bug#1589).
344 * emacs-lisp/assoc.el (aelement): Doc fix. 344 * emacs-lisp/assoc.el (aelement): Doc fix.
345 (aput, adelete, amake): Use lexical-let (Bug#5450). 345 (aput, adelete, amake): Use lexical-let (Bug#5450).
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>
353 353
354 * net/tramp-smb.el (tramp-smb-conf): New defcustom. 354 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3740 containing closing anchors "...$". 3740 containing closing anchors "...$".
3741 3741
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
3749 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression 3749 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3750 for labels. 3750 for labels.
4397 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst. 4397 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4398 (tramp-get-remote-readlink): New defun. 4398 (tramp-get-remote-readlink): New defun.
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.
4406 (tramp-handle-file-name-all-completions): Try using Perl to get 4406 (tramp-handle-file-name-all-completions): Try using Perl to get
4407 partial completions. When perl not available, combine `cd' and 4407 partial completions. When perl not available, combine `cd' and
4628 4628
4629 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay' 4629 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
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").
4637 (tramp-handle-write-region): Handle APPEND. 4637 (tramp-handle-write-region): Handle APPEND.
4638 (tramp-delete-temp-file-function): New defun. Added to 4638 (tramp-delete-temp-file-function): New defun. Added to
8040 (tramp-completion-file-name-regexp-url): Use \\` and \\'. 8040 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8041 (tramp-handle-file-attributes, tramp-set-file-uid-gid): 8041 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
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)
8049 8049
8050 2009-08-28 Nick Roberts <nickrob@snap.net.nz> 8050 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10134 10134
10135 2009-06-30 Michael Albinus <michael.albinus@gmx.de> 10135 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
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'.
10143 Add completion function for "synce" method. 10143 Add completion function for "synce" method.
10144 (tramp-hal-service, tramp-hal-path-manager) 10144 (tramp-hal-service, tramp-hal-path-manager)
10159 Make char-width-table suitable for Korean environments. 10159 Make char-width-table suitable for Korean environments.
10160 (exit-korean-environment): Cancel above. 10160 (exit-korean-environment): Cancel above.
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):
10168 Call use-cjk-char-width-table with arg `ja_JP'. 10168 Call use-cjk-char-width-table with arg `ja_JP'.
10169 10169
10219 easy test of whether we are. 10219 easy test of whether we are.
10220 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework 10220 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
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
10228 case now in 22.x GNU Emacs) as that function would sometimes call 10228 case now in 22.x GNU Emacs) as that function would sometimes call
10229 itself, leading to (nearly) infinite recursion. 10229 itself, leading to (nearly) infinite recursion.
10233 complete statements, and others open and close scopes like begin 10233 complete statements, and others open and close scopes like begin
10234 and end. 10234 and end.
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
10242 too hard to support eval-when compile aggregation of lists also 10242 too hard to support eval-when compile aggregation of lists also
10243 built at when-compile time. 10243 built at when-compile time.