lisp/window.el (window-min-width, window-state-put): Fix typos (bug#9522).
[bpt/emacs.git] / lisp / ChangeLog
index 7338482..a1b37b7 100644 (file)
@@ -1,3 +1,97 @@
+2011-09-17  Sven Joachim  <svenjoac@gmx.de>
+
+       * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
+
+2011-09-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (line-move): If goal-column is set, move by logical
+       lines, not by display lines.  (Bug#971)
+       (next-line, previous-line, goal-column, line-move-visual): Doc fix
+       to reflect the above change.
+
+2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * image.el (imagemagick-register-types): Use regexp-opt.
+
+2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (display-buffer-base-action): Rename from
+       display-buffer-default-action.  Make default value empty.
+       (display-buffer-overriding-action): Convert to defvar.
+       (display-buffer-fallback-action): New var.
+
+2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package-alist): Fix risky-local-variable
+       declaration.
+       (package--add-to-archive-contents): If there is a duplicate entry
+       with an older version, remove it.
+       (package-menu-mark-delete, package-menu-mark-install)
+       (package-menu-mark-unmark): Make unused args optional.
+       (package-menu-mark-obsolete-for-deletion):
+       Use package-menu-get-status instead of a regexp search.
+       (package-menu-get-status): Use tabulated-list-entry.
+       (package-menu-mark-upgrades): New command.
+       (package-menu-mode-map): Bind it to U.  Add it to menu bar.
+       (package-menu-execute): Do installation before deletion.
+       (package-menu-refresh, package-menu-execute): Use derived-mode-p
+       instead of checking major-mode.
+       (package-menu--find-upgrades): New function.
+
+2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
+       passwords in the log buffer.
+       (smtpmail-process-filter): Update the process marker so that the
+       "broken by peer" status message is inserted in the right place.
+
+2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/bibtex.el (bibtex-complete-string-cleanup)
+       (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
+       bibtex-completion-at-point-function.
+       (bibtex-completion-at-point-function): Use them.
+
+       * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
+
+       * mpc.el (mpc-constraints-tag-lookup): New function.
+       (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
+       also to browser "album|playlist".
+
+2011-09-14  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
+       (isearch-edit-string): Use length of `isearch-string' when
+       `isearch-fail-pos' returns nil.
+       (isearch-message): Remove duplicate code and call
+       `isearch-fail-pos' with arg `t'.
+
+2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * replace.el (occur-mode-goto-occurrence): Don't force using other
+       window (Bug#9499).
+
+       * dired-aux.el (dired-do-chmod): Don't provide initial input.
+
+2011-09-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-window): Remove.
+       (display-buffer-record-window): Use help-setup window parameter
+       instead of variable display-buffer-window.
+       (display-buffer-function, special-display-buffer-names)
+       (special-display-function): Mention help-setup parameter instead
+       of display-buffer-window in doc-string.
+       * help.el (help-window-setup): New argument help-window.
+       Use help-window-setup parameter instead of display-buffer-window.
+       Reword some messages.
+       (with-help-window): Pass window used for displaying the buffer
+       to help-window-setup.  Don't set display-buffer-window.
+
+2011-09-13  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/debug.el (debugger-make-xrefs):
+       Preserve point.  (Bug#9462)
+
 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * window.el (window-deletable-p): Use next-frame.
        (replace-buffer-in-windows): Delete buffer's window or frame if
        and only if window is dedicated.
        (quit-window): Handle quit-restore as before last change.
-       (bury-buffer): Delete window only if window-deletable-p returns
-       t.
+       (bury-buffer): Delete window only if window-deletable-p returns t.
 
 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
 
 
 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
 
-       * simple.el (count-words-region): Use buffer if there's no region.
+       * simple.el (count-words-region): Use buffer if there's no region
+       (bug#9429).
 
 2011-09-09  Juri Linkov  <juri@jurta.org>
 
 
        Resolve invalid use of a regexp in regexp-opt.
 
-       * cc-fonts.el (c-complex-decl-matchers): Add in special detection
-       for a java annotation.
+       * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
+       detection for a java annotation.
 
-       * cc-engine.el (c-forward-decl-or-cast-1): Add in special
+       * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
        detection for a java annotation.
 
-       * cc-langs.el (c-prefix-spec-kwds-re): Remove the special handling
-       for java.
+       * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
+       handling for java.
        (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
 
 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
        * progmodes/cc-mode.el: Remove two autoload forms which loaded
        cc-langs.
 
-       * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
+       * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
        "(require 'cc-langs)".  Quote a form so it will evaluate at
        (cc-mode's) compilation time.
 
 
 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
 
-       * debug.el (debug): Restore the previous content of the
+       * emacs-lisp/debug.el (debug): Restore the previous content of the
        *Backtrace* buffer when we exit with C-M-c.
 
 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 2011-05-13  Didier Verna  <didier@xemacs.org>
 
        Common Lisp indentation improvements on defmethod and lambda-lists.
-       * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
+       * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
+       TODO entries.
        (lisp-lambda-list-keyword-parameter-indentation)
        (lisp-lambda-list-keyword-parameter-alignment)
        (lisp-lambda-list-keyword-alignment): New customizable user options.
 
 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
 
-       * smerge-mode.el (smerge-resolve): Use null-device rather than a
+       * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
        literal "/dev/null".
 
 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
 
-       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
+       * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
        Fix typo in docstring.
 
 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
 
 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
 
-       * emerge.el (emerge-metachars): Separate value for ms-dos and
+       * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
        windows-nt systems.
        (emerge-protect-metachars): Quote correctly for ms-dos and
        windows-nt systems.