]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* net/tramp-adb.el: Spell author name correctly.
[gnu-emacs] / lisp / ChangeLog
index b1c21261017ca087c4b316f0d419e32a1eeddacb..91a1e79556680bba8b11f6504fa1c1ad2ee1199e 100644 (file)
@@ -1,3 +1,96 @@
+2014-08-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-adb.el: Spell author name correctly.
+
+2014-08-27  João Távora  <joaotavora@gmail.com>
+
+       * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
+       use url-expand-file-name.  (Bug#18310)
+
+2014-08-25  Glenn Morris  <rgm@gnu.org>
+
+       * emulation/cua-rect.el (cua--highlight-rectangle):
+       Avoid error at point-min.  (Bug#18309)
+
+2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/python.el (python-shell-prompt-detect): Remove redundant
+       executable-find (bug#18244).
+
+       * simple.el (self-insert-uses-region-functions): Defvar.
+
+2014-08-13  Leo Liu  <sdl.web@gmail.com>
+
+       * speedbar.el (speedbar-generic-list-tag-p): Allow special
+       elements from imenu.
+
+2014-08-11  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
+
+       * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
+       chose coding system for writing before backing up, since it causes
+       a more serious problem than the one it solves.  (Closes Bug#18141,
+       reopens Bug#13522.)
+
+2014-08-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-total-size): Make doc-string more
+       self-contained.
+
+2014-08-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-below-selected): Restore original
+       behavior if buffer is already displayed in the window below the
+       selected one (Bug#18181).
+
+2014-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
+       event (bug#18212).
+
+2014-08-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * info.el (info): Doc fix.
+
+2014-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * info.el (Info-mode-map): Override a global down-mouse-2 binding
+       (bug#18212).
+
+2014-08-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (default-line-height): A floating-point value of
+       line-spacing means a fraction of the default frame font's height,
+       not of the font currently used by the 'default' face.
+       Truncate the pixel value, like the display engine does.
+       (window-screen-lines): Use window-inside-pixel-edges for
+       determining the window height in pixels.  (Bug#18195)
+
+2014-07-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * tutorial.el (tutorial--display-changes): Accept punctuation
+       characters before the key binding.  (Bug#18146)
+
+2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
+
+       * doc-view.el (doc-view-open-text): Don't require that the
+       document is saved in a file (e.g., email attachment).
+
+2014-07-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * window.el (window--pixel-to-total): Use FRAME's root window, not
+       that of the selected frame.  (Bug#18112, Bug#16674)
+
+2014-07-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
+       (Bug#18117)
+
+2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * progmodes/python.el (inferior-python-mode): Doc fix.
+
 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
 
        * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
 2014-07-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
        Fix Python shell prompts detection for remote hosts.
-       * progmodes/python.el (python-shell-prompt-detect): Replace
-       call-process with process-file and make it more robust.
+       * progmodes/python.el (python-shell-prompt-detect):
+       Replace call-process with process-file and make it more robust.
 
 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>