]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge calc news from lisp/calc/README into etc/NEWS files
[gnu-emacs] / lisp / ChangeLog
index 6ac51724328473dd233366bad50562a4224cc0a6..ef5cb151aac63fba6c27683082931f6add76362c 100644 (file)
@@ -1,3 +1,22 @@
+2013-02-01  Glenn Morris  <rgm@gnu.org>
+
+       * calc/calc-help.el (calc-view-news): Use view-emacs-news.
+
+2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-tramp-file-p): Comment check for
+       `string-as-unibyte'.  The function does not exist on XEmacs, and
+       likely we need another approach.
+
+       * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
+       `tramp-gw-*' variables are bound.
+
+2013-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (basic-save-buffer-2): Choose coding system for
+       writing the file before backing it up, to reduce delay between
+       backing up and writing the new version.  (Bug#13522)
+
 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
 
        * simple.el (cycle-spacing): New command.