From: Martin Rudalics Date: Wed, 27 Oct 2010 06:17:08 +0000 (+0200) Subject: Merge from trunk X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e6c483eb92fef6a527506bb1cb1ce6453789514;p=emacs.git Merge from trunk --- 2e6c483eb92fef6a527506bb1cb1ce6453789514 diff --cc lisp/ChangeLog index 82662277b96,2acf4c69e05..f80a67ee997 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,18 -1,56 +1,71 @@@ + 2010-10-27 Glenn Morris + + * term/ns-win.el: Restore require of cl when compiling. + (menu-bar-final-items): Remove non-existent `windows' menu. + + 2010-10-26 Glenn Morris + + * term/common-win.el (xw-defined-colors): Simplify the 'ns case. + + 2010-10-26 Adrian Robert + + * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to + global map. + * term/common-win.el (x-setup-function-keys): Remove most of the + keymappings. Comment on the remaining ones. + + 2010-10-26 Peter Oliver (tiny change) + + * server.el (server-port): New option. (Bug#854) + (server-start): Use server-port. + + 2010-10-26 Glenn Morris + + * term/ns-win.el (ns-version-string): Remove unused declaration. + (ns-invocation-args): Change to x-invocation-args. + (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic) + (ns-handle-name-switch, ns-ignore-2-arg): Remove. + (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg): + Use x-invocation-args instead of ns-invocation-args. + (ns-initialize-window-system, handle-args-function-alist): + Use x-handle-args instead of ns-handle-args. + * term/common-win.el (x-handle-args): Also handle nextstep arguments. + * startup.el (command-line-ns-option-alist): Replace + ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch, + ns-handle-iconic with the x- equivalents. + + * term/common-win.el (x-select-enable-clipboard): + * term/pc-win.el (x-select-enable-clipboard): Doc fix. + + * term/ns-win.el: No need to require cl when compiling. + (x-display-name, x-setup-function-keys, x-select-text, x-colors) + (xw-defined-colors): Use the common-win definitions. + (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map. + (ns-handle-iconic): Make it an alias for x-handle-iconic. + * term/common-win.el (x-select-text, x-alternatives-map) + (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case. + * loadup.el [ns]: Load common-win. + + 2010-10-26 Daiki Ueno + + * epa-mail.el (epa-mail-encrypt): Handle local-part only + recipients; expand mail aliases (Bug#7280). + +2010-10-25 Martin Rudalics + + * window.el (window-iso-combination-p, window-iso-combinations): + New functions. + (walk-windows, get-window-with-predicate) + (get-buffer-window-list, one-window-p): Fix doc-string. + (window-in-direction): The column / row value of `posn-at-point' + can be nil for the mini-window, guard against that. + (resize-mini-window): Make this usable. It's needed, for + example, by ispell.el. + (resize-window): Handle case where window argument denotes a + minibuffer window. + (window-children-count): Remove. + (split-window): Fix some broken size calculations. + 2010-10-25 Glenn Morris * term/common-win.el (x-handle-switch): Simplify with pop.