From: Martin Rudalics Date: Sun, 9 Jan 2011 18:52:32 +0000 (+0100) Subject: Merge from trunk X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f508351bab6d4e1f18b3d2ec7ec64d260a24a13;p=emacs.git Merge from trunk --- 5f508351bab6d4e1f18b3d2ec7ec64d260a24a13 diff --cc lisp/ChangeLog index b9e0ac55426,6da2fe1abb3..8e68cd48d90 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,19 -1,59 +1,75 @@@ + 2011-01-09 Chong Yidong + + * subr.el (read-char-choice): Use read-key. + + * custom.el (custom-safe-themes): Rename from + custom-safe-theme-files. Add :risky tag. + (load-theme, custom-theme-load-confirm): Save sha1 hashes to + custom-safe-themes, not filenames. Suggested by Stefan Monnier. + + 2011-01-09 Chong Yidong + + * tool-bar.el (tool-bar-setup): Remove Help button. Remove label + from Search and add a label to Undo. + + * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing + inappropriate buttons and adding :vert-only tags. + + * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to + removal of Help tool-bar button. Remove Undo button for space. + + * info.el (info-tool-bar-map): Add :vert-only tags. + +2011-01-08 Martin Rudalics + + * net/ange-ftp.el (ange-ftp-error): Use + pop-to-buffer-same-frame-other-window. + + * vc/log-edit.el (log-edit-show-files): Use + pop-to-buffer-same-frame. + + * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Remove. + + * vc/pcvs.el (cvs-cmd-do, cvs-quickdir): Do not bind + pop-up-windows. + (cvs-do-removal): Call pop-to-buffer-same-frame. + + * vc/vc-dir.el (vc-dir): Do not bind pop-up-windows. + + 2011-01-08 Tassilo Horn + + * doc-view.el (doc-view-mode-p): Check for png or imagemagick + image backend support. Either of them is fine. + + 2011-01-08 Chong Yidong + + * subr.el (y-or-n-p): Doc fix. + + * custom.el (custom-safe-theme-files): New defcustom. + (custom-theme-load-confirm): New function. + (load-theme): Load theme using `load', confirming with + custom-theme-load-confirm if necessary. + + * subr.el (read-char-choice): New function, factored out from + dired-query and hack-local-variables-confirm. + + * dired-aux.el (dired-query): + * files.el (hack-local-variables-confirm): Use it. + + * dired-aux.el (dired-compress-file): + * files.el (abort-if-file-too-large, find-alternate-file) + (set-visited-file-name, write-file, backup-buffer) + (basic-save-buffer, basic-save-buffer-2, save-some-buffers) + (delete-directory, revert-buffer, recover-file, kill-buffer-ask): + Use new format string args for y-or-n-p and yes-or-no-p. + + 2011-01-08 Andreas Schwab + + * progmodes/compile.el (compilation-error-regexp-alist-alist) + [gcc-include]: Tighten file name match, add match for column + number. (Bug#7806) + [gnu]: Remove unused group. + 2011-01-08 Glenn Morris * makefile.w32-in (EMACSOPT): Add --no-site-lisp.