# HG changeset patch # User Kim F. Storm # Date 1128897177 0 # Node ID 04a1cd35e37112cc9f5083569614ca3653c4e71b # Parent 30e7cdd22a99f7c4e0f0ad927fde4b7c7c4655e1 *** empty log message *** diff -r 30e7cdd22a99 -r 04a1cd35e371 etc/NEWS --- a/etc/NEWS Sun Oct 09 21:19:50 2005 +0000 +++ b/etc/NEWS Sun Oct 09 22:32:57 2005 +0000 @@ -4402,7 +4402,7 @@ 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 diff -r 30e7cdd22a99 -r 04a1cd35e371 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 09 21:19:50 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 09 22:32:57 2005 +0000 @@ -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): @@ -63,19 +63,17 @@ * 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 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 - + (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 . (tramp-password-prompt-regexp): There might be other words before trailing ":". Reported by Kurt Steinkraus . (tramp-chunksize): Improve docstring.