]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
[gnu-emacs] / lisp / ChangeLog
index 277131a13db0fa01cac8dd94834906b36f5f008a..12404f496ceefc07656ad234b44907301f45fcf6 100644 (file)
@@ -1,3 +1,72 @@
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
+
+       * fringe.el (fringe-query-style): Remove redundant text " (type ?
+       for list)" (bug#6475).
+
+       * files.el (file-expand-wildcards): Ignore non-readable
+       sub-directories while trying to find matches instead of signalling
+       an error (bug#6297).
+
+       * man.el (Man-reference-regexp): Allow matching possible
+       word-wrapped references (bug#6289).
+
+       * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
+       for consistency with the other vc buffers (bug#6197).
+       (vc-checkin): Ditto.
+
+       * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
+
+       * longlines.el (longlines-mode): Document what ARG does (bug#6150).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * custom.el (defcustom): Clarify that :set is only used in the
+       Customize user interface (bug#6089).
+
+       * progmodes/flymake.el (flymake-mode): If the buffer isn't
+       associated with a file, refuse to run instead of erroring out
+       (bug#6084).
+
+       * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
+       the doc string, since it appears that using `fill-column' always
+       controls the width (bug#7845).
+
+       * simple.el (shell-command-on-region): Say where the error output
+       went if `shell-command-default-error-buffer' is set (bug#6857).
+
+2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-yank-processing): Adjust cursor position for
+       backwards-deleted space.
+
+       (allout-rebullet-heading): Register changes with
+       allout-exposure-changed-hook, so the modified topic is properly
+       decorated.
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * minibuffer.el (completion-in-region): Document PREDICATE
+       (bug#7136).
+
+       * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
+       of keyword/argument pairs (bug#6904).
+
+       * replace.el (multi-occur): Mention
+       `multi-occur-in-matching-buffers' in the doc string (bug#7566).
+
+2011-07-02  Drew Adams  <drew.adams@oracle.com>
+
+       * dired.el (dired-mark-if): Make the message about whether it's
+       marking or unmarking clearer (bug#8523).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * disp-table.el (display-table-print-array): New function.
+       (describe-display-table): Use it to print the vectors more pretty
+       (Bug#8859).
+
 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window-state-get-1): Don't assign clone numbers.