]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/imenu.el: Comment nitpicks.
[gnu-emacs] / lisp / ChangeLog
index 1897e48d715e45413864d3c6a751c96e202df406..a8d66839d120b7bc8a12ccade6560b58f9df137d 100644 (file)
@@ -1,3 +1,85 @@
+2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * imenu.el: Comment nitpicks.
+
+2013-02-28  Sam Steingold  <sds@gnu.org>
+
+       * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
+       See <http://stackoverflow.com/questions/14720205>.
+
+2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
+       (net-utils-mode): Use it.
+       (net-utils--revert-cmd): New var.
+       (net-utils-run-simple): Set it, and remove bogus interactive spec.
+       (traceroute): Use net-utils-run-simple.
+
+2013-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/paragraphs.el (mark-paragraph): Doc fix.
+
+2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
+       (doc-view-fallback-mode): Remove overlays here.
+       (doc-view-toggle-display): Instead of here.  Don't throw away
+       image-mode-winprops-alist.
+       (doc-view-goto-page): Don't mess with hscroll.
+
+2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
+       &optional (bug#13819).
+
+2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-adb.el (tramp-adb-parse-device-names)
+       (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
+
+2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-insert-directory):
+       Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
+       defined.  POSIX environments fall back to the "C" locale then and
+       emit a warning, which shall be suppressed.
+
+2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
+       (easy-mmode-set-keymap-parents): Use make-composed-keymap.
+
+2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
+
+2013-02-25  Juri Linkov  <juri@jurta.org>
+
+       * replace.el (read-regexp): Let-bind `default' to the first
+       element of `defaults' if it's a list, otherwise it should be
+       a string or nil.  Let-bind `suggestions' to `defaults' if it's
+       a list, otherwise make a list with the string value.  Doc fix.
+       (Bug#13805)
+
+2013-02-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
+       that match "\`\.#", to avoid compiling lock files, even if they
+       are readable (as they are on MS-Windows).
+
+2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (basic-save-buffer): Remove redundant directory-creation.
+
+2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
+       Add option to force `pi' to remain symbolic.
+       * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
+       (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
+       (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
+       derivatives, when necessary.
+
 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
 
        * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
        (tramp-default-method): Adapt check for
        `tramp-ssh-controlmaster-options'.
 
-       * net/tramp-sh.el (tramp-methods): Replace
-       `tramp-ssh-controlmaster-template' by "%c".
+       * net/tramp-sh.el (tramp-methods):
+       Replace `tramp-ssh-controlmaster-template' by "%c".
        (tramp-do-copy-or-rename-file-out-of-band)
        (tramp-maybe-open-connection): Use it in format spec.  Ensure,
        that it is applied for the first hop only.
 
        * net/tramp.el (tramp-tramp-file-p): Fix docstring.
 
-       * net/tramp-sh.el (tramp-sh-handle-insert-directory): Handle
-       multibyte file names.
+       * net/tramp-sh.el (tramp-sh-handle-insert-directory):
+       Handle multibyte file names.
 
 2013-02-22  Glenn Morris  <rgm@gnu.org>
 
 
 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
 
-       * progmodes/python.el (python-info-current-defun): Enhance
-       match-data cluttering prevention.
+       * progmodes/python.el (python-info-current-defun):
+       Enhance match-data cluttering prevention.
 
 2013-02-21  Glenn Morris  <rgm@gnu.org>