X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e72e6612763d178bc283e8c8ec72325b85aa2384..dfdb730b108e4a40203ab7cd730ba94dad4d7dd2:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1c2126101..91a1e79556 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,96 @@ +2014-08-27 Michael Albinus + + * net/tramp-adb.el: Spell author name correctly. + +2014-08-27 João Távora + + * 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 + + * emulation/cua-rect.el (cua--highlight-rectangle): + Avoid error at point-min. (Bug#18309) + +2014-08-18 Stefan Monnier + + * 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 + + * speedbar.el (speedbar-generic-list-tag-p): Allow special + elements from imenu. + +2014-08-11 Glenn Morris + + * 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 + + * window.el (window-total-size): Make doc-string more + self-contained. + +2014-08-09 Martin Rudalics + + * 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 + + * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down + event (bug#18212). + +2014-08-08 Eli Zaretskii + + * info.el (info): Doc fix. + +2014-08-07 Stefan Monnier + + * info.el (Info-mode-map): Override a global down-mouse-2 binding + (bug#18212). + +2014-08-05 Eli Zaretskii + + * 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 + + * tutorial.el (tutorial--display-changes): Accept punctuation + characters before the key binding. (Bug#18146) + +2014-07-28 Stephen Berman + + * 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 + + * 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 + + * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix. + (Bug#18117) + +2014-07-27 Fabián Ezequiel Gallina + + * progmodes/python.el (inferior-python-mode): Doc fix. + 2014-07-25 Stephen Berman * calendar/todo-mode.el (todo-edit-item--next-key): If next key is @@ -72,8 +165,8 @@ 2014-07-19 Fabián Ezequiel Gallina 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