X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/254c37a51d596859d957168aa79217e1a0eb1c69..97bb10936825f98186dab06020dc8fd9b66cf0f3:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b61621708..86cf9e06b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,615 @@ +2011-06-22 Lars Magne Ingebrigtsen + + * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has + stored a user name, then query for the password first, instead of + waiting for SMTP to give an error message and the trying again. + +2011-06-22 Lawrence Mitchell + + * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil + BUFFER in call-process. + +2011-06-22 Lars Magne Ingebrigtsen + + * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send + QUIT twice. + (smtpmail-try-auth-methods): Require user name and password from + auth-source. + +2011-06-22 Martin Rudalics + + * window.el (display-buffer-default-specifiers) + (display-buffer-alist): Remove entries for pop-up-frame-alist. + Suggested by Katsumi Yamaoka . + (split-window): Normalize SIDE argument (Bug#8916). + + * frame.el (pop-up-frame-alist, pop-up-frame-function) + (special-display-frame-alist, special-display-popup-frame): + Remove duplicate declarations. These are now in window.el. + +2011-06-21 Lars Magne Ingebrigtsen + + * mail/smtpmail.el (smtpmail-via-smtp): Set + :use-starttls-if-possible so that we always use STARTTLS if the + server supports it. SMTP servers that support STARTTLS commonly + require it. + + * net/network-stream.el (network-stream-open-starttls): Support + upgrading to STARTTLS always, even if we don't have built-in support. + (open-network-stream): Add the :always-query-capabilies keyword. + + * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS + upgrades with `open-network-stream', and rely solely on + auth-source for all credentials. Big changes throughout the file, + but in particular: + (smtpmail-auth-credentials): Removed. + (smtpmail-starttls-credentials): Removed. + (smtpmail-via-smtp): Check for servers saying they want AUTH after + MAIL FROM, too. + + * net/network-stream.el (network-stream-open-starttls): Provide + support for client certificates both for external and built-in + STARTTLS. + (auth-source): Require. + (open-network-stream): Document the :client-certificate keyword. + (network-stream-certificate): Change cert-cert to cert and + cert-key to key. + +2011-06-21 Michael Albinus + + * net/tramp-cache.el (top): Don't load the persistency file when + "emacs -Q" has been called. + +2011-06-21 Tim Harper + + * term/ns-win.el (ns-initialize-window-system): set + application-specific `ApplePressAndHoldEnabled' system + resource to NO as it is not yet supported by the NS port. + +2011-06-21 Juanma Barranquero + + * misc.el (list-dynamic-libraries--refresh): Compute header here... + (list-dynamic-libraries): ...not here. + +2011-06-21 Leo Liu + + * subr.el (sha1): Implement sha1 using secure-hash. + +2011-06-21 Martin Rudalics + + * window.el (display-buffer-alist): In default value do not + enforce searching a window on any but the selected frame. + Reported by Katsumi Yamaoka . + (display-buffer-select-window): Remove function. + (display-buffer-in-window): When a window on another frame gets + reused, do not select it any more but just raise its frame if + necessary (Bug#8851) and (Bug#8856). + (display-buffer-normalize-options): Handle pop-up-frames related + options more faithfully. + (pop-to-buffer): Don't rely on `display-buffer' selecting the + window if it is on another frame. + (display-buffer-alist, display-buffer-default-specifiers): Don't + make new frame unsplittable by default. + (display-buffer-normalize-argument): Fix doc-string typo and use + 'same-frame-other-window instead of 'other-window when associating + with display-buffer-macro-specifiers. + +2011-06-21 Vincent Belaïche + + * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right): + New functions. + (5x5-mode-map, 5x5-mode-menu): Bind them. + (5x5-draw-grid): Tweak the solver's rendering. + +2011-06-21 Stefan Monnier + + * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename + `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585). + +2011-06-21 Drew Adams + + * menu-bar.el: Use function variable instead of switch-to-buffer. + (menu-bar-select-buffer-function): New variable. + (menu-bar-update-buffers): Use it (bug#8876). + +2011-06-21 Stefan Monnier + + * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the + variable's status. + +2011-06-20 Jan Djärv + + * x-dnd.el (x-dnd-version-from-flags) + (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons + and long as number (Bug#8899). + (x-dnd-handle-xdnd): Call functions above (Bug#8899). + +2011-06-20 Stefan Monnier + + * minibuffer.el (completion-metadata): Add `metadata' to the alist. + (completion-try-completion, completion-all-completions): Compute the + metadata argument if it's missing; make it optional (bug#8795). + + * wid-edit.el: Use lex-bind and move towards completion-at-point. + (widget-complete): Use new :completion-function property. + (widget-completions-at-point): New function. + (default): Use :completion-function instead of :complete. + (widget-default-completions): Rename from widget-default-complete; + Rewrite. + (widget-string-complete, widget-file-complete, widget-color-complete): + Remove functions. + (file, symbol, function, variable, coding-system, color): + * international/mule-cmds.el (default-input-method, charset) + (language-info-custom-alist): + * cus-edit.el (face): Use new property :completions. + + * progmodes/pascal.el (pascal-completions-at-point): New function. + (pascal-mode): Use it. + (pascal-mode-map): Use completion-at-point. + (pascal-toggle-completions): Make obsolete. + (pascal-complete-word, pascal-show-completions): + * progmodes/octave-mod.el (octave-complete-symbol): + Redefine as obsolete alias. + * progmodes/octave-inf.el (inferior-octave-completion-at-point): + Signal absence of completion info for old Octave, + (inferior-octave-complete): Redefine as obsolete alias. + * progmodes/meta-mode.el: Use lexical-binding and completion-at-point. + (meta-completions-at-point): Rename from meta-complete-symbol and + adapt it for use on completion-at-point-functions. + (meta-common-mode): Use it. + (meta-looking-at-backward, meta-match-buffer): Remove. + (meta-complete-symbol): Redefine as obsolete alias. + (meta-common-mode-map): Use completion-at-point. + * progmodes/make-mode.el: Use lexical-binding and completion-at-point. + (makefile-mode-map): Use completion-at-point. + (makefile-completions-at-point): Rename from makefile-complete and + adapt it for use on completion-at-point-functions. + (makefile-mode): Use it. + (makefile-complete): Redefine as obsolete alias. + +2011-06-20 Deniz Dogan + + * net/rcirc.el: Delete trailing whitespaces once and for all. + +2011-06-20 Daniel Colascione + + * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring. + +2011-06-19 Chong Yidong + + * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852). + + * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). + +2011-06-19 Martin Rudalics + + * window.el (display-buffer-other-window-means-other-frame): + Call display-buffer-normalize-alist. + (display-buffer-normalize-specifiers-1): Rename to + display-buffer-normalize-argument. New argument other-frame. + Rewrite. + (display-buffer-normalize-specifiers-2): Rename to + display-buffer-normalize-options. + (display-buffer-normalize-alist-1): New function. + (display-buffer-normalize-specifiers-3): Rename to + display-buffer-normalize-alist. + Call display-buffer-normalize-alist-1. + (display-buffer-normalize-options-inhibit): New variable. + (display-buffer-normalize-specifiers): Rewrite calling + display-buffer-normalize-alist, + display-buffer-normalize-argument, and + display-buffer-normalize-options. Don't call the latter if + display-buffer-normalize-options-inhibit is non-nil. + (frame-auto-delete): New option. + (window-deletable-p): Use frame-auto-delete. + (window-list-no-nils, window-state-ignored-parameters) + (window-state-get-1, window-state-get, window-state-put-list) + (window-state-put-1, window-state-put-2, window-state-put): + New functions. + (display-buffer-normalize-options): Move special-display-p group + after pop-up-frame group (Bug#8851) and (Bug#8856). + +2011-06-18 Chong Yidong + + * emacs-lisp/rx.el (rx-constituents): Add support for numbered + groups (Bug#8776). + (rx-submatch-n): New function. + (rx): Document it. + + * dired-x.el (dired-mark-unmarked-files): Fix interactive spec + (Bug#8768). + + * replace.el (occur-mode-map): Set occur-edit-mode binding to "e". + + * textmodes/fill.el (default-justification): Add :safe (Bug#8879). + + * cus-face.el (custom-declare-face): Call custom-theme-recalc face + anytime existing face settings are present (Bug#8889). + + * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar. + (delphi-mode): Use define-derived-mode to inherit from prog-mode. + Remove unused argument. + +2011-06-18 Martin Rudalics + + * window.el (display-buffer-default-specifiers): + Remove pop-up-frame. Add pop-up-window-min-height, + pop-up-window-min-width, and another reuse-window specifier + (Bug#8882). Reported by Dan Nicolaescu . + (display-buffer-normalize-specifiers-2): + Handle split-height-threshold and split-width-threshold also when + pop-up-windows is unset. Add a reuse-window specifier for the + case popping up a new window fails. + (special-display-popup-frame): Remove double quoting. + (display-buffer-normalize-specifiers-1): Fix thinko. + +2011-06-17 Stefan Monnier + + * shell.el (shell-completion-vars): Set pcomplete-termination-string + according to comint-completion-addsuffix. + + * pcomplete.el: Convert to lexical binding and fix bug#8819. + (pcomplete-suffix-list): Mark as obsolete. + (pcomplete-completions-at-point): Capture pcomplete-norm-func and + pcomplete-seen in the closure. + (pcomplete-comint-setup): Setup completion-at-point as well. + (pcomplete--entries): New function. + (pcomplete--env-regexp): New var. + (pcomplete-entries): Rewrite to work with partial-completion and + without relying on pcomplete-suffix-list. + (pcomplete-pare-list): Remove, unused. + +2011-06-17 Martin Rudalics + + * window.el (display-buffer-alist): Set pop-up-window-min-height + and pop-up-window-min-width in default value. Reported by + Thierry Volpiatto . New specifier + other-window-means-other-frame. + (display-buffer-macro-specifiers): Comment out entry for + other-window specifier. + (display-buffer-other-window-means-other-frame): New function. + (display-buffer-normalize-specifiers-1): New arguments + buffer-name and label. Treat other-window case specially. + (display-buffer-normalize-specifiers-2): Treat other-window case + specially. + (display-buffer-normalize-specifiers-3): New function. + (display-buffer-normalize-specifiers): + Call display-buffer-normalize-specifiers-3. + +2011-06-17 Martin Rudalics + + * window.el (same-window-p): Fix two typos introduced when + adding with-no-warnings. + (display-buffer-normalize-specifiers-1): Don't check + pop-up-frames for 'unset initialization. + (display-buffer-normalize-specifiers-2): Major rewrite using + special-display-p and same-window-p (Bug#8851) and (Bug#8856). + (pop-up-frames, display-buffer-reuse-frames) + (display-buffer-mark-dedicated): Don't initialize to 'unset. + Suggested by David Engster . + (even-window-heights): Initialize to 'unset. + (display-buffer-alist-set): Handle new 'unset initializations. + (display-buffer-macro-specifiers): Don't pop up a new frame in the + other window case. + +2011-06-16 Martin Rudalics + + * window.el (display-buffer-normalize-specifiers-1): + Respect current value of pop-up-frames for most reasonable values of + second argument of display-buffer (Bug#8865). + (switch-to-buffer-same-frame, switch-to-buffer-other-window) + (switch-to-buffer-other-window-same-frame) + (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew + Adams (Bug#8875). + (display-buffer): Don't check noninteractive when calling + display-buffer-pop-up-frame. + (display-buffer-pop-up-frame): Never pop up a frame in + noninteractive mode (Bug#8857). + (enlarge-window, shrink-window): Don't report an error when the + window can't be resized as requested (Bug#8862). + +2011-06-15 Stefan Monnier + + * pcmpl-rpm.el (pcomplete/rpm): Minor simplification. + + * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger. + + * abbrev.el (define-abbrev-table): Don't add a table multiple times. + +2011-06-15 Alan Mackenzie + + * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking + for declarators, disable knr checking to speed up for normal files. + 2: Refactor, replacing a sequence of nested if forms by a cond form. + +2011-06-15 Lars Magne Ingebrigtsen + + * net/network-stream.el (open-network-stream): Add the keyword + :always-query-capabilities for the case where you want to force a + `plain' network connection, but the protocol still requires the + capabilitiy command (i.e., SMTP and EHLO). + + * subr.el (process-live-p): Rename from `process-alive-p' for + consistency with other `-live-p' functions. + +2011-06-15 Stefan Monnier + + * window.el (same-window-buffer-names, same-window-regexps) + (special-display-frame-alist, special-display-popup-frame) + (special-display-function, special-display-buffer-names) + (special-display-regexps, pop-up-frame-alist) + (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames) + (pop-up-windows, split-window-preferred-function) + (split-height-threshold, split-width-threshold, even-window-heights) + (display-buffer-mark-dedicated): Don't encourage the use of + display-buffer-alist from Elisp code. + +2011-06-15 Dan Nicolaescu + + * progmodes/python.el (python-mode): Derive from prog-mode. + * progmodes/ps-mode.el (ps-mode): + * progmodes/mixal-mode.el (mixal-mode): + * progmodes/cfengine.el (cfengine-mode): + * progmodes/ld-script.el (ld-script-mode): Likewise. + +2011-06-15 Martin Rudalics + + * window.el (display-buffer-alist): Trim default value to avoid + popping up a new frame (Bug#8857) or reusing an arbitrary window + on another frame. + (display-buffer): Do not fall back on popping up a new frame in + batch mode (Bug#8857). + +2011-06-14 Chong Yidong + + * cus-theme.el (describe-theme-1): Use custom-theme-p. + (custom-theme-summary): New function. + (customize-themes): Use it. + +2011-06-13 Glenn Morris + + * cus-dep.el (custom-make-dependencies): Use up command-line-args-left. + +2011-06-13 Martin Rudalics + + * help.el (help-window): Remove variable. + (help-window-point-marker, temp-buffer-max-height) + (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings. + (help-print-return-message): Don't set help-window. + (resize-temp-buffer-window): Rewrite cod eand doc-string. + (help-window-setup-finish): Remove. + (help-window-display-message, help-window-setup) + (with-help-window): Major rewrite based on new + display-buffer-window variable. + + * help-mode.el (help-mode-finish): Remove help-window related + code. + + * view.el (view-exits-all-viewing-windows): Remove reference to + view-return-to-alist in doc-string. + (view-return-to-alist): Make obsolete. + (view-buffer): Call pop-to-buffer-same-window and remove + undo-window code. + (view-buffer-other-window): Call pop-to-buffer-other-window and + simplify code. Ignore second argument. + (view-buffer-other-frame): Call pop-to-buffer-other-frame and + simplify code. Ignore second argument. + (view-return-to-alist-update): Make obsolete. + (view-mode-enter): Rename second argument to QUIT-RESTORE. + Rewrite using quit-restore window parameters. + (view-mode-exit): Rename second argument to EXIT-ONLY. + Rewrite using quit-restore-window. + (View-exit, View-exit-and-edit, View-leave, View-quit) + (View-quit-all, View-kill-and-leave): Call view-mode-exit with + appropriate arguments. + (view-end-message): Use quit-restore window parameter. + + * window.el (display-buffer-function): Rewrite doc-string. + (display-buffer-window, display-buffer-alist): New variables. + (display-buffer-split-specifiers) + (display-buffer-side-specifiers) + (display-buffer-macro-specifiers): New constants. + (display-buffer-even-window-sizes, display-buffer-set-height) + (display-buffer-set-width, display-buffer-select-window) + (display-buffer-in-window, display-buffer-reuse-window) + (display-buffer-split-window-1, display-buffer-split-window) + (display-buffer-split-atom-window, display-buffer-pop-up-window) + (display-buffer-pop-up-frame, display-buffer-pop-up-side-window) + (display-buffer-in-side-window, normalize-buffer-to-display) + (display-buffer-normalize-specifiers-1) + (display-buffer-normalize-specifiers-2) + (display-buffer-normalize-specifiers, display-buffer-frame): + New functions. + (display-buffer): Major rewrite. + (display-buffer-other-window, display-buffer-other-frame) + (pop-to-buffer, switch-to-buffer-other-window) + (switch-to-buffer-other-frame): Rewrite. + (display-buffer-same-window, display-buffer-same-frame) + (display-buffer-same-frame-other-window) + (pop-to-buffer-same-window, pop-to-buffer-same-frame) + (pop-to-buffer-other-window) + (pop-to-buffer-same-frame-other-window) + (pop-to-buffer-other-frame, switch-to-buffer-same-frame) + (switch-to-buffer-other-window-same-frame): New functions. + (same-window-p, special-display-p): Rewrite disabling warnings. + Make obsolete. + (pop-up-frames, display-buffer-reuse-frames, pop-up-windows) + (display-buffer-mark-dedicated): Initialize to symbol 'unset. + Make obsolete + (same-window-buffer-names, same-window-regexps) + (special-display-frame-alist, special-display-popup-frame) + (special-display-function, special-display-buffer-names) + (special-display-regexps, pop-up-frame-alist) + (pop-up-frame-function, split-window-preferred-function) + (split-height-threshold, split-width-threshold) + (even-window-heights): Make obsolete. + +2011-06-12 Glenn Morris + + * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838) + Misc simplifications. + +2011-06-12 Martin Rudalics + + * window.el (window-safely-shrinkable-p): Restore function which + was inadvertently removed in change from 2011-06-11. Declare as + obsolete. + + * calendar/calendar.el (calendar-generate-window): + Use window-iso-combined-p instead of combination of one-window-p and + window-safely-shrinkable-p. + +2011-06-12 Glenn Morris + + * progmodes/fortran.el (fortran-mode-syntax-table): + * progmodes/f90.el (f90-mode-syntax-table): + Set % to punctuation. (Bug#8820) + (f90-find-tag-default): Remove, no longer needed. + +2011-06-12 Daniel Colascione + + * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid. + +2011-06-11 Chong Yidong + + * image.el (image-animated-p): Return animation delay in seconds. + Avoid bit manipulation in Lisp; use `delay' entry in the metadata. + (image-animate-timeout): Remove DELAY argument. Don't assume + every subimage has the same delay; get it from image-animated-p. + (image-animate): Caller changed. + +2011-06-11 Michael Albinus + + * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' + to ignored backtrace functions. + +2011-06-11 Glenn Morris + + * calendar/appt.el (appt-disp-window-function): Doc fix. + (appt-check): Handle overlapping appointments. (Bug#8337) + +2011-06-11 Martin Rudalics + + * window.el (window-tree-1, window-tree): New functions, moving + the latter to window.el. + (bw-get-tree, bw-get-tree-1, bw-find-tree-sub) + (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir) + (bw-refresh-edges): Remove. + (balance-windows-1, balance-windows-2): New functions. + (balance-windows): Rewrite in terms of window tree functions, + balance-windows-1 and balance-windows-2. + (bw-adjust-window): Remove. + (balance-windows-area-adjust): New function with functionality of + bw-adjust-window but using resize-window. + (set-window-text-height): Rewrite doc-string. + Use normalize-live-window and resize-window. + (enlarge-window-horizontally, shrink-window-horizontally): + Rename argument to DELTA. + (window-buffer-height): New function. + (fit-window-to-buffer, shrink-window-if-larger-than-buffer): + Rewrite using new window resize routines. + (kill-buffer-and-window, mouse-autoselect-window-select): + Use ignore-errors instead of condition-case. + (quit-window): Call delete-frame instead of delete-windows-on + for the only buffer on frame. + +2011-06-10 Martin Rudalics + + * loadup.el (top-level): Load window before files for the sake + of replace-buffer-in-windows. + + * files.el (read-buffer-to-switch) + (switch-to-buffer-other-window) + (switch-to-buffer-other-frame, display-buffer-other-frame): + Move to window.el. + + * simple.el (get-next-valid-buffer, last-buffer, next-buffer) + (previous-buffer): Move to window.el. + + * bindings.el (unbury-buffer): Move to window.el. + + * window.el (delete-other-windows-vertically): Move after + definition of delete-other-windows. + (other-window, delete-windows-on, replace-buffer-in-windows): + Move here from window.c. + (record-window-buffer, unrecord-window-buffer) + (set-window-buffer-start-and-point, switch-to-prev-buffer) + (switch-to-next-buffer): New functions. + (get-next-valid-buffer, last-buffer, next-buffer): Move here + from simple.el. Call switch-to-next-buffer. + (previous-buffer): Move here from simple.el. + Call switch-to-prev-buffer. + (bury-buffer): Move here from buffer.c. Switch to previous + buffer when window cannot be deleted. + (unbury-buffer): Move here from bindings.el. + (ctl-x-map): Move binding for other-window from window.c to + here. + (read-buffer-to-switch, switch-to-buffer-other-window) + (switch-to-buffer-other-frame): Move here from files.el. + (normalize-buffer-to-switch-to): New functions. + (switch-to-buffer): Move here from buffer.c. + Use read-buffer-to-switch and normalize-buffer-to-switch-to. + +2011-06-10 Martin Rudalics + + * window.el (window-min-height, window-min-width): Move here + from window.c. Add defcustoms and rewrite doc-strings. + (resize-mini-window, resize-window): New functions. + (adjust-window-trailing-edge, enlarge-window, shrink-window): + Move here from window.c. + (maximize-window, minimize-window): New functions. + (delete-window, delete-other-windows, split-window): Move here + from window.c. + (window-split-min-size): New function. + (split-window-keep-point): Mention split-window-above-each-other + instead of split-window-vertically. + (split-window-above-each-other, split-window-vertically): + Rename split-window-vertically to split-window-above-each-other and + provide defalias for old definition. + (split-window-side-by-side, split-window-horizontally): Rename + split-window-horizontally to split-window-side-by-side and provide + defalias for the old definition. + (ctl-x-map): Move bindings for delete-window, + delete-other-windows and enlarge-window here from window.c. + Replace bindings for split-window-vertically and + split-window-horizontally by bindings for + split-window-above-each-other and split-window-side-by-side. + + * cus-start.el (all): Remove entries for window-min-height and + window-min-width. Add entries for window-splits and + window-nest. + +2011-06-09 Glenn Morris + + * calendar/appt.el (appt-mode-line): New function. + (appt-check, appt-disp-window): Use it. + + * files.el (hack-one-local-variable-eval-safep): + Allow minor-modes with explicit +/-1 arguments. + +2011-06-09 Teodor Zlatanov + + * term/xterm.el (xterm): Add defgroup. + (xterm-extra-capabilities): Add defcustom to supply known xterm + capabilities, skip querying them, or query them (default). + (terminal-init-xterm): Use it. + (terminal-init-xterm-modify-other-keys): New function to set up + modifyOtherKeys support to simplify `terminal-init-xterm'. + +2011-06-09 Martin Rudalics + + * window.el (resize-window-reset, resize-window-reset-1) + (resize-subwindows-skip-p, resize-subwindows-normal) + (resize-subwindows, resize-other-windows, resize-this-window) + (resize-root-window, resize-root-window-vertically) + (window-deletable-p, window-or-subwindow-p) + (frame-root-window-p): New functions. + +2011-06-09 Glenn Morris + + * net/ange-ftp.el (ange-ftp-switches-ok): New function. + (ange-ftp-get-files): Use it. + 2011-06-09 Alexander Klimov (tiny change) * mail/sendmail.el (mail-recover-1, mail-recover): @@ -11,10 +623,10 @@ 2011-06-08 Martin Rudalics - * window.el (one-window-p): Move down in code. Rewrite - doc-string. - (window-current-scroll-bars): Rewrite doc-string. Normalize - live window argument. + * window.el (one-window-p): Move down in code. + Rewrite doc-string. + (window-current-scroll-bars): Rewrite doc-string. + Normalize live window argument. (walk-windows, get-window-with-predicate, count-windows): Rewrite doc-string. Use window-list-1. (window-in-direction-2, window-in-direction, get-mru-window): @@ -53,20 +665,20 @@ (image-transform-properties): Return quickly in the normal case. (image-animate-loop): Rename from image-animate-max-time. - * image.el (image-animate-max-time): Moved to image-mode.el. + * image.el (image-animate-max-time): Move to image-mode.el. (create-animated-image): Remove unnecessary function. (image-animate): Rename from image-animate-start. New arg. - (image-animate-stop): Removed; just use image-animate-timer. + (image-animate-stop): Remove; just use image-animate-timer. (image-animate-timer): Use car-safe. (image-animate-timeout): Rename argument. 2011-06-07 Martin Rudalics * window.el (get-lru-window, get-largest-window): Move here from - window.c. Rename first argument to ALL-FRAMES. Rephrase - doc-strings. - (get-buffer-window-list): Rewrite using window-list-1. Rephrase - doc-string. + window.c. Rename first argument to ALL-FRAMES. + Rephrase doc-strings. + (get-buffer-window-list): Rewrite using window-list-1. + Rephrase doc-string. (window-safe-min-height, window-safe-min-width): New constants. (window-size-ignore, window-min-size, window-min-size-1) (window-sizable, window-sizable-p, window-size-fixed-1) @@ -89,8 +701,8 @@ (walk-window-tree-1, walk-window-tree, walk-window-subtree) (windows-with-parameter, window-with-parameter) (window-atom-root, make-window-atom, window-atom-check-1) - (window-atom-check, window-side-check, window-check): New - functions. + (window-atom-check, window-side-check, window-check): + New functions. (ignore-window-parameters, window-sides, window-sides-vertical) (window-sides-slots): New variables. (window-size-fixed): Move down in code. Minor doc-string fix. @@ -128,8 +740,8 @@ 2011-06-05 Roland Winkler - * textmodes/bibtex.el (bibtex-search-entry-globally): New - variable. + * textmodes/bibtex.el (bibtex-search-entry-globally): + New variable. (bibtex-search-entry): Use it. 2011-06-05 Roland Winkler