aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-04-09 20:19:14 +0000
committerMichael Albinus2008-04-09 20:19:14 +0000
commitbe3fd538a4ebeb71c15a505c5c05ad6652aa1bb6 (patch)
tree6cb4ea2acd135d87c149b655db27ad90eef2b613
parent9116dfe6479fd055fa37a2cbe653310ab43cb1b3 (diff)
downloademacs-be3fd538a4ebeb71c15a505c5c05ad6652aa1bb6.tar.gz
emacs-be3fd538a4ebeb71c15a505c5c05ad6652aa1bb6.zip
* net/trampver.el: Update release number.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/net/trampver.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2789f27c64e..646370529ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12008-04-09 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-find-file-name-coding-system-alist): New
4 defun.
5 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6 Use it.
7
8 * net/trampver.el: Update release number.
9
12008-04-09 Alan Mackenzie <acm@muc.de> 102008-04-09 Alan Mackenzie <acm@muc.de>
2 11
3 * font-lock.el (font-lock-extend-after-change-region-function): 12 * 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 @@
31;; are auto-frobbed from configure.ac, so you should edit that file and run 31;; are auto-frobbed from configure.ac, so you should edit that file and run
32;; "autoconf && ./configure" to change them. 32;; "autoconf && ./configure" to change them.
33 33
34(defconst tramp-version "2.0.57" 34(defconst tramp-version "2.0.58-pre"
35 "This version of Tramp.") 35 "This version of Tramp.")
36 36
37(defconst tramp-bug-report-address "tramp-devel@gnu.org" 37(defconst tramp-bug-report-address "tramp-devel@gnu.org"