aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog14
2 files changed, 7 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fa5caeee5c6..b32e2b83fdc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4402,7 +4402,7 @@ If non-nil, that says to preserve the window's current margin, fringe,
4402and scroll-bar settings. 4402and scroll-bar settings.
4403 4403
4404+++ 4404+++
4405*** The new function `window-split-tree' returns a frame's window split tree. 4405*** The new function `window-tree' returns a frame's window tree.
4406 4406
4407+++ 4407+++
4408** Customizable fringe bitmaps 4408** Customizable fringe bitmaps
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22157d2482b..2b7659bcd7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -48,7 +48,7 @@
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):
@@ -63,19 +63,17 @@
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
692005-10-08 Michael Albinus <michael.albinus@gmx.de> 682005-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.