]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 9 Oct 2005 22:32:57 +0000 (22:32 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 9 Oct 2005 22:32:57 +0000 (22:32 +0000)
etc/NEWS
lisp/ChangeLog

index fa5caeee5c60269dc7c0639aae44d61e92310fd6..b32e2b83fdc2add613963832ecfca6372ef7a1e2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4402,7 +4402,7 @@ If non-nil, that says to preserve the window's current margin, fringe,
 and scroll-bar settings.
 
 +++
-*** The new function `window-split-tree' returns a frame's window split tree.
+*** The new function `window-tree' returns a frame's window tree.
 
 +++
 ** Customizable fringe bitmaps
index 22157d2482b05e1e30ccd6c90571323985f0a7d5..2b7659bcd7fee50318b315e6db6bf63d6baa4477 100644 (file)
@@ -48,7 +48,7 @@
        across products.
 
        * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
-       fullscreen keypad. Suggested by Luc Teirlinck.
+       fullscreen keypad.  Suggested by Luc Teirlinck.
        (calc-keypad-show-input): Add space for formatting.
 
        * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
 
        * net/tramp.el (tramp-perl-directory-files-and-attributes): Add
        error handling.
-       (tramp-handle-directory-files-and-attributes): Handle error perl
-       error message.
+       (tramp-handle-directory-files-and-attributes): Handle perl error msg.
 
 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
 
        Sync with Tramp 2.0.51.
 
        * net/tramp.el (tramp-handle-set-visited-file-modtime)
-       (tramp-handle-insert-file-contents)
-       (tramp-handle-write-region): Insert special handling for
-       `last-coding-system-used' again, it still seems to be
-       necessary (unlike stated before).  Reported by Toshinori Sugita
-       <sugita@d-pad.co.jp>
+       (tramp-handle-insert-file-contents, tramp-handle-write-region):
+       Insert special handling for `last-coding-system-used', again
+       it still seems to be necessary (unlike stated before).
+       Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
        (tramp-password-prompt-regexp): There might be other words before
        trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
        (tramp-chunksize): Improve docstring.