]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/emacs-lisp/package.el (package-activate-1): Don't let a missing
[gnu-emacs] / lisp / ChangeLog
index ad23012e749019cca99e85a419123d7550abafcb..d71087f8302824ce7657b58bf61214ea96acec20 100644 (file)
@@ -1,8 +1,22 @@
+2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/package.el (package-activate-1): Don't let a missing
+       <pkg>-autoloads.el file stop us.
+
+       * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
+       warnings, and factor out common code.
+
+2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
+       two-character operators and whether the character preceding them
+       changes their meaning (Bug#15208).
+
 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
        Format code sent to Python shell for robustness.
-       * progmodes/python.el (python-shell-buffer-substring): New
-       function.
+       * progmodes/python.el (python-shell-buffer-substring):
+       New function.
        (python-shell-send-region, python-shell-send-buffer): Use it.
 
 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>