comparison lisp/ChangeLog @ 65957:04a1cd35e371

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 09 Oct 2005 22:32:57 +0000
parents 1a3a5b662b90
children 6a7380207a28
comparison
equal deleted inserted replaced
65956:30e7cdd22a99 65957:04a1cd35e371
46 * calc/calc-arith.el (math-known-square-matrixp): New function. 46 * calc/calc-arith.el (math-known-square-matrixp): New function.
47 (math-pow-fancy): Check for matrices before distributing exponent 47 (math-pow-fancy): Check for matrices before distributing exponent
48 across products. 48 across products.
49 49
50 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for 50 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
51 fullscreen keypad. Suggested by Luc Teirlinck. 51 fullscreen keypad. Suggested by Luc Teirlinck.
52 (calc-keypad-show-input): Add space for formatting. 52 (calc-keypad-show-input): Add space for formatting.
53 53
54 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): 54 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
55 Add square matrix option. 55 Add square matrix option.
56 56
61 61
62 2005-10-08 Lars Hansen <larsh@soem.dk> 62 2005-10-08 Lars Hansen <larsh@soem.dk>
63 63
64 * net/tramp.el (tramp-perl-directory-files-and-attributes): Add 64 * net/tramp.el (tramp-perl-directory-files-and-attributes): Add
65 error handling. 65 error handling.
66 (tramp-handle-directory-files-and-attributes): Handle error perl 66 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
67 error message.
68 67
69 2005-10-08 Michael Albinus <michael.albinus@gmx.de> 68 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
70 69
71 Sync with Tramp 2.0.51. 70 Sync with Tramp 2.0.51.
72 71
73 * net/tramp.el (tramp-handle-set-visited-file-modtime) 72 * net/tramp.el (tramp-handle-set-visited-file-modtime)
74 (tramp-handle-insert-file-contents) 73 (tramp-handle-insert-file-contents, tramp-handle-write-region):
75 (tramp-handle-write-region): Insert special handling for 74 Insert special handling for `last-coding-system-used', again
76 `last-coding-system-used' again, it still seems to be 75 it still seems to be necessary (unlike stated before).
77 necessary (unlike stated before). Reported by Toshinori Sugita 76 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
78 <sugita@d-pad.co.jp>
79 (tramp-password-prompt-regexp): There might be other words before 77 (tramp-password-prompt-regexp): There might be other words before
80 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>. 78 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
81 (tramp-chunksize): Improve docstring. 79 (tramp-chunksize): Improve docstring.
82 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks 80 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
83 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by 81 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by