From: Michael Albinus Date: Wed, 9 Apr 2008 20:19:14 +0000 (+0000) Subject: * net/trampver.el: Update release number. X-Git-Tag: emacs-pretest-22.2.90~208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be3fd538a4ebeb71c15a505c5c05ad6652aa1bb6;p=emacs.git * net/trampver.el: Update release number. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2789f27c64e..646370529ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2008-04-09 Michael Albinus + + * net/tramp.el (tramp-find-file-name-coding-system-alist): New + defun. + (tramp-handle-insert-file-contents, tramp-handle-write-region): + Use it. + + * net/trampver.el: Update release number. + 2008-04-09 Alan Mackenzie * font-lock.el (font-lock-extend-after-change-region-function): diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index a6e026f2f21..9d010200372 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -31,7 +31,7 @@ ;; are auto-frobbed from configure.ac, so you should edit that file and run ;; "autoconf && ./configure" to change them. -(defconst tramp-version "2.0.57" +(defconst tramp-version "2.0.58-pre" "This version of Tramp.") (defconst tramp-bug-report-address "tramp-devel@gnu.org"