Fix typos in docstrings, error messages, etc.
[bpt/emacs.git] / lisp / ChangeLog
index 270f036..e46246e 100644 (file)
@@ -1,7 +1,359 @@
+2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/ede/locate.el (ede-locate-file-in-project)
+       (ede-locate-file-in-project-impl): Fix typos in docstrings.
+       (ede-enable-locate-on-project): Fix typos in error messages.
+
+       * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
+       (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
+       (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
+       (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
+       (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
+       Fix typos in menu help.
+
+       * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
+       Fix typos in chart titles.
+
+       * whitespace.el (whitespace-style, global-whitespace-newline-mode):
+       * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
+       (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
+       (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
+       (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
+       (semantic-parse-stream, semantic-parse-region)
+       (semantic-parse-region-default, semantic--set-buffer-cache)
+       (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
+       (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
+       (semantic-default-submodes):
+       * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
+       (semanticdb-create-ebrowse-database)
+       (semanticdb-find-tags-for-completion-method)
+       (semanticdb-find-tags-by-class-method)
+       (semanticdb-deep-find-tags-by-name-method)
+       (semanticdb-deep-find-tags-for-completion-method):
+       * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
+       (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
+       (semanticdb-find-tags-for-completion-method)
+       (semanticdb-find-tags-by-class-method)
+       (semanticdb-deep-find-tags-for-completion-method):
+       * cedet/semantic/db-find.el (semanticdb-find-translate-path)
+       (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
+       (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
+       (semanticdb-find-tags-by-name-method)
+       (semanticdb-find-tags-by-name-regexp-method)
+       (semanticdb-find-tags-for-completion-method)
+       (semanticdb-find-tags-by-class-method)
+       (semanticdb-find-tags-external-children-of-type-method)
+       (semanticdb-find-tags-subclasses-of-type-method)
+       (semanticdb-deep-find-tags-by-name-method)
+       (semanticdb-deep-find-tags-by-name-regexp-method)
+       (semanticdb-deep-find-tags-for-completion-method):
+       * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
+       (semanticdb-enable-gnu-global-in-buffer)
+       (semanticdb-find-tags-for-completion-method)
+       (semanticdb-deep-find-tags-by-name-method)
+       (semanticdb-deep-find-tags-for-completion-method):
+       * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
+       (javascript-mode, semanticdb-find-translate-path)
+       (semanticdb-find-tags-for-completion-method)
+       (semanticdb-find-tags-by-class-method)
+       (semanticdb-deep-find-tags-by-name-method)
+       (semanticdb-deep-find-tags-for-completion-method)
+       (semanticdb-find-tags-external-children-of-type-method):
+       * cedet/semantic/idle.el (semantic-idle-work-core-handler)
+       (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
+       (global-semantic-idle-scheduler-mode):
+       * cedet/srecode/dictionary.el (srecode-field-value)
+       (srecode-dictionary-add-section-dictionary):
+       * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
+       (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
+       (describe-class, eieio-describe-generic, describe-generic):
+       * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
+       (eieio-speedbar-expand):
+       * emulation/viper-cmd.el (viper-exec-form-in-vi)
+       (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
+       (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
+       (viper-del-backward-char-in-replace, viper-backward-indent)
+       (viper-brac-function, viper-register-to-point, viper-submit-report):
+       * net/tramp.el (tramp-remote-coding-commands):
+       * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
+       Fix typos in docstrings.
+
+2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
+
+       * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
+       resyncing a directory.
+
+2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * progmodes/ada-mode.el: Fix bug#1920, bug#5400.
+       (ada-ident-re): Delete ., allow multibyte characters.
+       (ada-goto-label-re): New; matches goto labels.
+       (ada-block-label-re): New; matches block labels.
+       (ada-label-re): New; matches both.
+       (ada-named-block-re): Deleted; callers changed to use
+       `ada-block-label-re' instead.
+       (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
+       Use `ada-block-label-re'.
+       (ada-indent-on-previous-lines): Improve handling of goto labels.
+       (ada-get-indent-block-start): Special-case block label.
+       (ada-get-indent-label): Split into `ada-indent-block-label' and
+       `ada-indent-goto-label'.
+       (ada-goto-stmt-start, ada-goto-next-non-ws):
+       Optionally ignore goto labels.
+       (ada-goto-next-word): Simplify.
+       (ada-indent-newline-indent-conditional): Insert newline before
+       trying to fix indentation; doc fix.
+
+2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-command-flags): Give it an initial value.
+
+2010-01-17  Glenn Morris  <rgm@gnu.org>
+
+       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
+
+2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/semantic.el (semantic-mode):
+       * files.el (minibuffer-with-setup-hook):
+       * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
+       (artist-key-draw-continously, artist-key-do-continously-continously)
+       (artist-key-set-point-continously, artist-mouse-draw-continously):
+       Fix typos in docstrings.
+
+2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
+
+       * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
+       return t (Bug#3898).
+
+2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
+
+       * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
+       can parse the output of the external commands (Bug#5279).
+
+2010-01-16  Jari Aalto  <jari.aalto@cante.net>
+
+       * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
+
+2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
+
+       * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
+
+       * startup.el (command-line): Remove unused --icon-type arg.
+       Handle --display arg, passing it to command-line-1 (Bug#5392).
+
+2010-01-16  Mario Lang  <mlang@delysid.org>
+
+       * cedet/ede/cpp-root.el (ede-cpp-root-project):
+       * cedet/ede/files.el (ede-expand-filename):
+       * cedet/ede/simple.el (ede-simple-project):
+       * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
+       (semantic-complete-inline-tag-engine):
+       * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
+       * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
+       * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
+       * cedet/semantic/db.el (semanticdb-equivalent-mode):
+       * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
+       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
+       * emacs-lisp/chart.el (chart-translate-namezone):
+       * textmodes/artist.el (artist-compute-popup-menu-table):
+       Remove duplicated words in doc-strings.
+
+2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
+
+       * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
+       to mairix-search to suppress threading (Bug#5342).
+
+2010-01-15  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (canonicalize-coding-system-name):
+       Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
+
+2010-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
+
+       * wid-edit.el (widget-keymap): Doc fix.
+
+       * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
+       former seems to be more widely accepted by various svn versions.
+
+2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * find-cmd.el (find-constituents):
+       * vc-arch.el (vc-arch-root):
+       * window.el (window-body-height, pop-up-frames):
+       * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
+       (semantic-no-reparse-needed-change-hook):
+       * cedet/srecode/insert.el (srecode-resolve-argument-list)
+       (srecode-template-inserter-blank, srecode-template-inserter-variable)
+       (srecode-template-inserter-ask, srecode-template-inserter-width)
+       (srecode-template-inserter-section-start)
+       (srecode-template-inserter-section-end, srecode-insert-method):
+       * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
+       * progmodes/ada-stmt.el (ada-if):
+       * progmodes/gdb-ui.el (gdb-jsonify-buffer):
+       * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
+       (ispell-encoding8-command, ispell-aspell-supports-utf8)
+       (ispell-last-program-name, ispell-help): Fix typos in docstrings.
+
+       * progmodes/flymake.el (flymake-post-syntax-check):
+       Fix typo in error message.
+
+2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
+       which is always a string.  (Bug#5313)
+
+2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/ada-xref.el (ada-default-prj-properties):
+       Simplify previous change.
+
+2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * progmodes/ada-xref.el (ada-default-prj-properties):
+       Default ada_project_path to $ADA_PROJECT_PATH.
+
+2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * progmodes/ada-mode.el (ada-create-keymap):
+       Override `narrow-to-defun' with `ada-narrow-to-defun'.
+
+2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
+       (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
+       (ada-get-current-indent, ada-imenu-generic-expression)
+       (ada-which-function): Check for it.
+
+2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
+       (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
+
+2010-01-14  Glenn Morris  <rgm@gnu.org>
+
+       * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
+
+2010-01-14  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (auto-composition-mode): Make it a buffer local
+       variable (permanent-local).
+       (auto-composition-function): Set the default value to
+       auto-compose-chars.
+       (auto-composition-mode): Make it a simple function, not a minor mode.
+       (global-auto-composition-mode): Likewise.
+       (turn-on-auto-composition-if-enabled): Delete it.
+
+2010-01-13  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
+
+2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (copy-directory): Compute target for recursive
+       directories with identical names.  (Bug#5343)
+
+2010-01-12  Glenn Morris  <rgm@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
+       it to bug-gnu-emacs rather than emacs-pretest-bug.
+
+2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/data-debug.el (data-debug): Fix customization group reference.
+
+2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/semantic/analyze.el (semantic-analyze-push-error)
+       (semantic-analyze-context, semantic-analyze-context-assignment)
+       (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
+       * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
+       (semantic-java-doc-keywords-map):
+       * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
+       (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
+       (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
+       (semantic-c-classname, semantic-format-tag-uml-prototype)
+       (semantic-c-dereference-namespace, semantic-analyze-type-constants):
+       * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
+       (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
+       (semantic-get-local-variables, semantic-end-of-command)
+       (semantic-beginning-of-command, semantic-ctxt-current-class-list)
+       (lisp-mode):
+       * cedet/semantic/bovine/make.el (makefile-mode):
+       * cedet/semantic/wisent/python.el (wisent-python-string-re)
+       (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
+       (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
+       (semantic-lex, semantic-get-local-variables, python-mode):
+       * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
+       * cedet/srecode/extract.el (srecode-extract-state-set)
+       (srecode-extract-method): Fix typos in docstrings.
+
+2010-01-11  Sam Steingold  <sds@gnu.org>
+
+       * imenu.el (imenu-default-create-index-function): Detect infinite
+       loops caused by imenu-prev-index-position-function.
+
+2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * htmlfontify.el (htmlfontify-load-rgb-file)
+       (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
+       (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
+       (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
+       (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
+       (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
+       (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
+       (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
+       (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
+       (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
+       (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
+       (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
+       (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
+       (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
+       (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
+       (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
+       (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
+       (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
+       (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
+       (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
+       (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
+       (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
+       (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
+       backslash-quoting from parentheses, etc.
+
+2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/js.el: Autoload javascript-mode alias.
+
+2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
+       (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
+       (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
+       (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
+       Fix typos in docstrings.
+       (ffap-url-regexp): Doc fix.
+       (ffap-at-mouse): Fix typo in message.
+
+2010-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * version.el (emacs-copyright): Set copyright year to 2010.
+
+2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * format.el (format-annotate-function): Only set
+       write-region-post-annotation-function after running to-fn so as not to
+       affect nested write-region calls (bug#5273).
+
 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
 
-       * cedet/semantic.el (semantic-new-buffer-setup-functions): Add
-       python parser.
+       * cedet/semantic.el (semantic-new-buffer-setup-functions):
+       Add python parser.
 
        * Makefile.in (ELCFILES): Add wisent/python-wy.el and
        wisent/python.el.
 
 2010-01-08  Kenichi Handa  <handa@m17n.org>
 
-       * international/fontset.el (build-default-fontset-data): Exclude
-       characters in scripts kana, hangul, han, or cjk-misc.
+       * international/fontset.el (build-default-fontset-data):
+       Exclude characters in scripts kana, hangul, han, or cjk-misc.
 
 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2010-01-05  Tom Tromey  <tromey@redhat.com>
 
-       * progmodes/python.el (python-font-lock-keywords): Handle
-       qualified decorators (Bug#881).
+       * progmodes/python.el (python-font-lock-keywords):
+       Handle qualified decorators (Bug#881).
 
 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
 
 
 2010-01-05  Kenichi Handa  <handa@m17n.org>
 
-       * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and
-       ZWJ.
+       * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
 
 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
 
 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
 
        * progmodes/octave-mod.el (octave-end-keywords)
-       (octave-block-begin-or-end-regexp, octave-block-match-alist): Add
-       "end" keyword (Bug#3061).
+       (octave-block-begin-or-end-regexp, octave-block-match-alist):
+       Add "end" keyword (Bug#3061).
        (octave-end-as-array-index-p): New function.
        (calculate-octave-indent): Use it.
 
 
 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
 
-       * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,
+       * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
        (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
        (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
        (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
        (bookmark-bmenu-rename, bookmark-bmenu-locate)
-       (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark): Remove
-       unnecessary calls to `bookmark-bmenu-ensure-position'.
+       (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
+       Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
 
 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
 
-       * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make
-       the lines in the generated doc string shorter.  (Bug#4668)
+       * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
+       Make the lines in the generated doc string shorter.  (Bug#4668)
 
 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
 
 
 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
 
-       * Makefile.in (bzr-update): Renamed from cvs-update.
+       * Makefile.in (bzr-update): Rename from cvs-update.
        (cvs-update): New target for backward compatibility.
 
-       * makefile.w32-in (bzr-update): Renamed from cvs-update.
+       * makefile.w32-in (bzr-update): Rename from cvs-update.
        (cvs-update): New target for backward compatibility.
 
 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Make vc-print-log buttons work.
-       * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
+       * log-view.el (log-view-mode-map): Inherit from widget-keymap.
 
 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
 
@@ -9765,7 +10116,7 @@ See ChangeLog.14 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2009  Free Software Foundation, Inc.
+    Copyright (C) 2009, 2010  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.