Fix typos.
[bpt/emacs.git] / lisp / ChangeLog
index 3b8da6f..cbfbd2b 100644 (file)
@@ -1,3 +1,211 @@
+2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (completion--do-completion): Avoid the "Next char
+       not unique" prompt if icomplete-mode is enabled (Bug#5849).
+
+2011-04-10  Stephen Berman <stephen.berman@gmx.net>
+
+       * textmodes/page.el (what-page): Use line-number-at-pos to
+       calculate line number (Bug#6825).
+
+2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
+       mouse-2 into unread-command-events, it is interpreted correctly.
+
+2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
+       (image-toggle-display): Doc fix.
+
+2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       Backport revno:103823 and revno:103824 from trunk.
+       * help-fns.el (describe-variable): Complete all variables having
+       documentation, including keywords.
+       http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
+
+2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
+       Fix typo in docstring.
+
+2011-03-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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.
+
+2011-03-15  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
+
+       * info.el (info-initialize): Replace all uses of `:' with
+       path-separator for compatibility with non-Unix systems.
+       Cache quoting of path-separator.  (Bug#8258)
+
+2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
+       (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
+       (mouse-avoidance-mode): Fix typos in docstrings.
+
+2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-progress-reporter-update): Use
+       `tramp-compat-funcall'.
+       (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
+       (tramp-handle-insert-file-contents): Make `file-remote-p' call
+       compatible.
+       (tramp-open-connection-setup-interactive-shell): Use
+       `tramp-compat-process-put'.
+
+       * net/tramp-compat.el (tramp-compat-process-get)
+       (tramp-compat-process-put): New defuns.
+
+       * net/trampver.el: Update release number.
+
+2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
+       into declaration.  Remove redundant and harmful binding.
+
+2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       Backport revno:103463 from trunk.
+       * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
+
+       Backport revno:103622 from trunk.
+       * help-fns.el (describe-variable): Don't complete keywords.
+       Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
+
+2011-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (file-ownership-preserved-p): Pass `integer' as an
+       explicit 2nd argument to `file-attributes'.  If the file's owner
+       is the Administrators group on Windows, and the current user is
+       Administrator, consider that a match.
+
+       * server.el (server-ensure-safe-dir): Consider server directory
+       safe on MS-Windows if its owner is the Administrators group while
+       the current Emacs user is Administrator.  Use `=' to compare
+       numerical UIDs, since they could be integers or floats.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
+       change; patch supplied by Alan Mackenzie was applied incorrectly.
+
+2011-02-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/mule-cmds.el (set-default-coding-systems): Use the
+       -unix variant of encoding in default-keyboard-coding-system.
+       (Bug#8122)
+
+2011-02-23  Kenichi Handa  <handa@m17n.org>
+
+       * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
+       error when a multipart boundary in the nested multipart is found.
+
+2011-02-22  Kenichi Handa  <handa@m17n.org>
+
+       * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
+       header components.
+
+2011-02-19  Kenichi Handa  <handa@m17n.org>
+
+       * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
+       get the header copy into the temporary buffer.
+       (rmail-mime-insert-decoded-text): Ignore us-ascii.
+       (rmail-show-mime): When rmail-mime-coding-system is nil, set
+       buffer-file-coding-system to undecided.
+
+2011-02-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * image-mode.el (image-toggle-display-image): Disable
+       require-final-newline in buffers visiting binary image files.
+       (Bug#8047)
+
+       * international/mule-cmds.el (read-char-by-name, ucs-insert):
+       Document completion with asterisk and a substring.
+
+2011-02-18  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (find-file-literally): Doc fix.
+
+2011-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (rfc822-goto-eoh): Give it a doc-string.
+
+       * log-edit.el (log-edit-insert-changelog):
+       Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
+
+2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * pgg-gpg.el (pgg-gpg-process-region): Bind
+       delete-by-moving-to-trash to nil.
+
+       * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
+       (pgg-pgp-snarf-keys-region):
+       * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
+       (pgg-pgp5-snarf-keys-region): Likewise.
+
+2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (copy-directory): Revert to pre-2011-01-29 version.
+
+2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * epg.el (epg-delete-output-file, epg-decrypt-string)
+       (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
+       delete-by-moving-to-trash to nil.
+
+       * epa-file.el (epa-file-insert-file-contents): Likewise.
+
+2011-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/cl-seq.el (union, nunion, intersection)
+       (nintersection, set-difference, nset-difference)
+       (set-exclusive-or, nset-exclusive-or): Doc fix.
+
+       * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
+
+2011-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * faces.el (face-attr-match-p): Handle the obsolete :bold and
+       :italic props, so that frame-set-background-mode works.  (Bug#7966)
+
+2011-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (next-error): Doc fix.
+
+2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
+            Thierry Volpiatto <thierry.volpiatto@gmail.com>
+
+       * files.el (copy-directory): New arg COPY-AS-SUBDIR.  If nil,
+       don't copy as a subdirectory.
+
+2011-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
+
+2011-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-font-lock-keywords):
+       Tweak diary-time-regexp match.  (Bug#7891)
+
+       * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
+       (f90-mode): Use it for mode's `find-tag-default-function' property.
+
+2011-02-03  Glenn Morris  <rgm@gnu.org>
+
+       * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
+
+       * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
+
 2011-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
        (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
        (rmail-mime-insert-image): Argument changed.  Caller changed.
        (rmail-mime-image): Call rmail-mime-toggle-hidden.
-       (rmail-mime-set-bulk-data): New funciton.
+       (rmail-mime-set-bulk-data): New function.
        (rmail-mime-insert-bulk): Argument changed.
        (rmail-mime-multipart-handler): Return t.
        (rmail-mime-process-multipart): Argument changed.
 
 2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
 
-       * verilog-mode.el (verilog-directive-re): Make this variable
+       * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
        auto-built for efficiency of execution and updating.
        (verilog-extended-complete-re): Support 'pure' fucntion & task
        declarations (these have no bodies).
        is indented differently if it is after a begin..end clock.
        (verilog-in-attribute-p, verilog-skip-backward-comments)
        (verilog-skip-forward-comment-p): Support proper treatment of
-       attributes by indent code. Reported by Jeff Steele.
+       attributes by indent code.  Reported by Jeff Steele.
        (verilog-in-directive-p): Fix comment to correctly describe function.
        (verilog-backward-up-list, verilog-in-struct-region-p)
        (verilog-backward-token, verilog-in-struct-p)
        (verilog-property-re, verilog-endcomment-reason-re)
        (verilog-beg-of-statement, verilog-set-auto-endcomments)
        (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
-       of if). Reported by Max Bjurling and
+       of if).  Reported by Max Bjurling and
        (verilog-calc-1): Fix for clocking block in modport
-       declaration. Reported by Brian Hunter.
+       declaration.  Reported by Brian Hunter.
 
 2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
 
-       * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
+       * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
        (verilog-gate-keywords, verilog-read-sub-decls)
        (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
        (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
        (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
        treating `elsif similar to `endif inside AUTOSENSE.
        (verilog-do-indent): Implement correct automatic or static task or
-       function end comment highlight. Reported by Steve Pearlmutter.
+       function end comment highlight.  Reported by Steve Pearlmutter.
        (verilog-font-lock-keywords-2): Fix highlighting of single
        character pins, bug264.  Reported by Michael Laajanen.
        (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
        Reported by Mark Johnson.
        (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
        Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
-       bug269. Suggested by Gary Delp.
+       bug269.  Suggested by Gary Delp.
        (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
        (verilog-preprocessor, verilog-set-compile-command):
        Create verilog-preprocess and verilog-preprocessor to show
        (verilog-get-beg-of-line, verilog-get-end-of-line)
        (verilog-modi-file-or-buffer, verilog-modi-name)
        (verilog-modi-point, verilog-within-string): Move defmacro's
-       before first use to avoid warning. Reported by Steve Pearlmutter.
+       before first use to avoid warning.  Reported by Steve Pearlmutter.
        (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
        (verilog-colorize-region, verilog-highlight-buffer)
        (verilog-highlight-includes, verilog-highlight-modules)
        (verilog-alw-get-temps, verilog-auto-reset)
        (verilog-auto-sense-sigs, verilog-read-always-signals)
        (verilog-read-always-signals-recurse): Fix loop indexes being
-       AUTORESET. AUTORESET now assumes any variables in the
+       AUTORESET.  AUTORESET now assumes any variables in the
        initialization section of a for() should be ignored.
        Reported by Dan Dever.
        (verilog-error-font-lock-keywords)
 2010-08-21  Leo  <sdl.web@gmail.com>
 
        Fix buffer-list rename&refresh after killing a buffer in ido.
-       * lisp/ido.el: Revert Óscar's.
+       * ido.el: Revert Óscar's.
        (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
        Remember the buffers at head, rather than their name.
-       * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
+       * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
 
 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
             Stefan Monnier  <monnier@iro.umontreal.ca>
 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
-       also in case of (and (not full) (not wildcard)). This is needed,
+       also in case of (and (not full) (not wildcard)).  This is needed,
        when dired is called with a list of files, which are not in
        `default-directory'.  (Bug#5478)