]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Fix typos.
[gnu-emacs] / lisp / ChangeLog
index 1e0f5d0487a206dd8891a99ae04b984ead6dce3e..9b76ce5e22e0b2073b7515f530a4641307151f77 100644 (file)
+2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-encryption-plaintext-sanitization-regexps):
+       * frame.el (display-mm-dimensions-alist):
+       * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
+       (outline-move-subtree-down):
+       * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
+       (newsticker--treeview-do-get-node):
+       * net/quickurl.el (quickurl-list-buffer-name):
+       * progmodes/dcl-mode.el (dcl-mode):
+       * progmodes/gdb-mi.el (gdb-mapcar*):
+       * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
+
+2011-11-15  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmail.el (rmail-file-coding-system): It's only ever used
+       in a boolean sense, so just make it a boolean, and fix the doc.
+       (rmail-show-mime-function, rmail-mime-feature)
+       (rmail-require-mime-maybe): Doc fixes.
+       (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
+
+       * mail/rmailmm.el (rmail-show-mime): Doc fix.
+
+2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
+       (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
+       (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
+       (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
+
+2011-11-15  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
+       (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
+       (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
+       (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
+       (rmail-mime, rmail-show-mime): Doc fixes.
+
+       * term/ns-win.el (mode-line-frame-identification):
+       Leave it alone.  (Bug#10051)
+
+       * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
+
+       * mail/rmailout.el (rmail-output-to-rmail-buffer):
+       Handle empty buffers.  (Bug#9978)
+
+2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule.el (define-charset):
+       * mail/rmailmm.el (rmail-mime-find-header-encoding):
+       * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
+       * progmodes/verilog-mode.el (verilog-backward-token):
+       * textmodes/ispell.el (lookup-words):
+       * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
+
+2011-11-14  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/executable.el
+       (executable-make-buffer-file-executable-if-script-p):
+       Handle file-modes returning nil.
+
+       * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
+       message - not necessary, and causes problems.  (Bug#9831)
+
+       * mail/rmailsum.el (rmail-new-summary): Preserve message number.
+
+       * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
+
+       * mail/rmailsum.el (rmail-summary, rmail-new-summary)
+       (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
+       (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
+
+2011-11-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-resize, delete-window): Use window-splits
+       variable instead of function.
+       (window-state-get-1, window-state-put-2, window-state-put):
+       Don't deal with windows' splits status.
+
+2011-11-12  Glenn Morris  <rgm@gnu.org>
+
+       * apropos.el (apropos-do-all, apropos-library, apropos-value)
+       (apropos-documentation): Doc fixes.
+
+2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
+       * textmodes/sgml-mode.el (html-tag-help): Fix typos.
+
+2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * electric.el (electric-indent-post-self-insert-function): Make it
+       possible for a char to only indent in some circumstances.
+       (electric-indent-mode): Simplify.
+
+2011-11-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (windows-with-parameter): Remove unused function.
+       (windows-at-side): Rename to window-at-side-list.
+       (window-check, window-atom-check, window-atom-check-1)
+       (window-side-check, window-size-ignore, window-size-fixed-1)
+       (window-in-direction-2): Prefix with "window--".
+       (window-tree-1): Rename to window--subtree, fix doc-string.
+
+2011-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (eval-after-load): If FILE is already loaded,
+       evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
+
+2011-11-10  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
+       Call svn via vc-svn-command rather than vc-do-command.
+       (vc-svn-command): Add --non-interactive.  (Bug#9993)
+       (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
+
+       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+       Add toggle-read-only.  (Bug#7292)
+       * files.el (toggle-read-only): Mention that it should only
+       be used interactively.  (Bug#10006)
+
+2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Adjust regexp for OCaml warnings.
+
+       * electric.el (electric-pair-post-self-insert-function): Let user
+       turn it off buffer-locally (bug#9932).
+
+       * progmodes/python.el (python-beginning-of-statement):
+       Rewrite (bug#2703).
+
+       * progmodes/compile.el: Better handle TABs (bug#9749).
+       (compilation-internal-error-properties)
+       (compilation-next-error-function): Obey the target buffer's
+       compilation-error-screen-columns.
+
+2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/meta-mode.el: Remove obsolete comments.
+       (meta-right-comment-regexp, meta-ignore-comment-regexp):
+       Fix typos in docstrings.
+
+2011-11-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-size-fixed-p): Rewrite doc-string.
+       (window-resizable-p): Rename to window--resizable-p.  Update callers.
+       (window--resizable): New function.  Make all callers of
+       window-resizable call window--resizable instead.
+       (window-resizable): Rewrite in terms of window--resizable.
+
+2011-11-08  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/delphi.el (delphi-mode-syntax-table):
+       Let define-derived-mode define a proper syntax table.  (Bug#9994)
+
+2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el: Stay away from defsubst.
+       (window-list-no-nils): Remove.
+       (window-state-get-1, window-state-get): Use backquote instead.
+
+2011-11-08  thierry  <thierry.volpiatto@gmail.com>
+
+       * emacs-lisp/find-func.el (find-function-read):
+       Fix incorrect use of default argument in `completing-read'.
+
+2011-11-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-function, special-display-function):
+       Mention display-buffer-record-window but do not mention
+       help-setup parameter in doc-strings.
+       (window-min-delta): Fix doc-string typo.
+
+2011-11-08  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (window-total-height, window-total-width): Doc fix.
+       (window-body-size): Move from C.
+       (window-body-height, window-body-width): Move to C.
+
+2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el: Make special-display like display-buffer-alist (bug#9532).
+       (display-buffer--special-action): New function, morphed
+       from display-buffer--special.
+       (display-buffer): Use it to handle special-display-buffers at higher
+       priority (just after display-buffer-alist).
+       (display-buffer-fallback-action, display-buffer--other-frame-action)
+       (pop-to-buffer-same-window): Remove display-buffer--special.
+
+2011-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-menu.el (cal-menu-set-date-title):
+       Do nothing if not in a calendar.  (Bug#9976)
+
+2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (find-file): Always use selected-window.
+
+2011-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-combinations): Make WINDOW argument
+       mandatory.  Rewrite doc-string.
+       (walk-window-subtree, window-atom-check, window-min-delta)
+       (window-max-delta, window--resize-this-window)
+       (window--resize-root-window-vertically, window-tree)
+       (balance-windows, window-state-put): Rewrite doc-strings as to
+       not mention the term "subwindow".
+       (window--resize-subwindows-skip-p): Rename to
+       window--resize-child-windows-skip-p.
+       (window--resize-subwindows-normal): Rename to
+       window--resize-child-windows-normal.
+       (window--resize-subwindows): Rename to
+       window--resize-child-windows.
+       (window-or-subwindow-p): Rename to window--in-subtree-p.
+
+2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
+
+       * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
+       Ensure that mbox format messages end in two newlines (Bug#9974).
+
+2011-11-06  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (window-combination-p): Function deleted; its
+       side-effect is not used in any existing code.
+       (window-combinations, window-combined-p): Call window-*-child
+       directly.
+
+2011-11-05  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (window-valid-p): Rename from window-any-p.
+       (window-size-ignore, window-state-get): Callers changed.
+       (window-normalize-window): Rename from window-normalize-any-window.
+       New arg LIVE-ONLY, replacing window-normalize-live-window.
+       (window-normalize-live-window): Delete.
+       (window-combination-p, window-combined-p, window-combinations)
+       (walk-window-subtree, window-atom-root, window-min-size)
+       (window-sizable, window-sizable-p, window-size-fixed-p)
+       (window-min-delta, window-max-delta, window-resizable)
+       (window-resizable-p, window-full-height-p, window-full-width-p)
+       (window-current-scroll-bars, window-point-1, set-window-point-1)
+       (window-at-side-p, window-in-direction, window-resize)
+       (adjust-window-trailing-edge, maximize-window, minimize-window)
+       (window-deletable-p, delete-window, delete-other-windows)
+       (record-window-buffer, unrecord-window-buffer)
+       (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
+       (quit-window, split-window, window-state-put)
+       (set-window-text-height, fit-window-to-buffer)
+       (shrink-window-if-larger-than-buffer): Callers changed.
+
+2011-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/rmail.el (rmail-simplified-subject): Decode subject with
+       rfc2047-decode-string.
+       (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
+       warnings.
+
+       * window.el (window-body-height, window-body-width): Mention in
+       the doc string that the return values are in frame's canonical
+       units.  (Bug#9949)
+
+2011-11-03  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
+       change in cc-engine.el.
+
+2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (switch-to-buffer): Use `force-same-window' interactively.
+
+2011-11-02  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (quit-window): Call unrecord-window-buffer after
+       showing another buffer in the window.  (Bug#9937)
+       (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
+
+2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
+       Accept status with more than 9 shelves.  (Bug#9935)
+       Reported by Colin D Bennett <colin@gibibit.com>.
+
+2011-11-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * help.el (with-help-window): Don't reference
+       temp-buffer-show-specifiers in doc-string.
+
+2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * subr.el (keymap--menu-item-with-binding): Ignore item if not a
+       menu-item.
+
+2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el: New version 13.2.2.
+       (whitespace-newline-mode): Disable properly.  Reported by Sarah
+       <EmacsWiki>.
+
+2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
+
+       * net/newst-treeview.el: Remove "Time-stamp".
+       (newsticker--group-manage-orphan-feeds): Do not call
+       newsticker--treeview-tree-update.
+       (newsticker-treeview-update, newsticker-treeview):
+       Call newsticker--treeview-tree-update if necessary.
+
+2011-10-30  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-iso-combination-p, window-iso-combined-p)
+       (window-iso-combinations): Remove "iso-" infix.
+       Suggested by Chong Yidong.
+       (window-min-size-1, window-size-fixed-1, window-min-delta-1)
+       (window-max-delta-1, window-resize, window--resize-siblings)
+       (window--resize-this-window, adjust-window-trailing-edge)
+       (split-window, balance-windows-1)
+       (shrink-window-if-larger-than-buffer):
+       * calendar/calendar.el (calendar-generate-window):
+       * help.el (resize-temp-buffer-window): Adjust callers accordingly.
+
+2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
+       in place (bug#9907).
+       (eshell-subcommand-arg-values, eshell-rewrite-named-command)
+       (eshell-rewrite-if-command, eshell-rewrite-for-command)
+       (eshell-structure-basic-command, eshell-rewrite-while-command)
+       (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
+       (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
+       (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
+       (eshell-do-pipelines-synchronously, eshell-eval-command):
+       Use backquotes and prefer setq to set.
+       (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
+       (eshell-macrop): Use functionp.
+       (eshell-do-eval): Handle multiple expressions in `while' body.
+
+2011-10-30  Chong Yidong  <cyd@gnu.org>
+
+       * emulation/viper-cmd.el (viper-exec-change): Use push-mark
+       instead of set-mark (Bug#9810).
+
+2011-10-30  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (split-window-below, split-window-right): Rename from
+       split-window-above-each-other and split-window-side-by-side
+       respectively.  All callers changed.
+       (split-window-sensibly, split-window-sensibly): Use them.
+       (split-window-keep-point): Doc fix.
+
+       * isearch.el: Add isearch-scroll property to split-window-below
+       and split-window-right.
+
+       * follow.el (follow-mode):
+       * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
+       * progmodes/ada-xref.el (ada-gdb-application):
+       * emulation/vip.el (vip-buffer-in-two-windows):
+       * image-dired.el (image-dired-dired-with-window-configuration):
+       * dired-x.el (dired-do-find-marked-files):
+       * dired.el (dired-pop-to-buffer):
+       * bs.el (bs--show-with-configuration):
+       * vc/emerge.el (emerge-setup-windows):
+       * textmodes/two-column.el (2C-two-columns):
+       * textmodes/reftex-toc.el (reftex-toc):
+       * progmodes/gdb-mi.el (gdb-setup-windows):
+       * progmodes/fortran.el (fortran-window-create):
+       * net/newst-treeview.el (newsticker--treeview-window-init):
+       * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
+       * emulation/tpu-edt.el (tpu-gold-map):
+       * emulation/crisp.el (crisp-mode-map):
+       * calendar/calendar.el (calendar-basic-setup): Callers changed.
+
+2011-10-29  Chong Yidong  <cyd@gnu.org>
+
+       * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
+
+       * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
+
+       * textmodes/flyspell.el (flyspell-word): Fix char offset for
+       forged Ispell output (Bug#7904).
+
+       * emacs-lisp/package.el (package-refresh-contents): Add autoload.
+
+2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * doc-view.el: Avoid ugly errors about not finding nil.
+       (doc-view-ghostscript-program, doc-view-dvipdfm-program)
+       (doc-view-dvipdf-program, doc-view-unoconv-program)
+       (doc-view-ps2pdf-program, doc-view-pdftotext-program):
+       Avoid nil or absolute file name as default value.
+       (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
+
+2011-10-28  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-defs.el (c-version): -> 5.32.2.
+
 2011-10-28  Alan Mackenzie  <acm@muc.de>
 
        Amend the handling of c-beginning/end-of-defun in nested declaration
        scopes.
 
 2011-10-28  Alan Mackenzie  <acm@muc.de>
 
        Amend the handling of c-beginning/end-of-defun in nested declaration
        scopes.
 
-       * cc-vars.el (c-defun-tactic): Move here from cc-langs.el.  Change it to a
-       defcustom.
+       * progmodes/cc-vars.el (c-defun-tactic): Move here from
+       cc-langs.el.  Change it to a defcustom.
 
 
-       * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.  Document
-       the new handling of nested scopes for movement by defuns.
+       * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
+       cc-vars.el.
 
 
-       * cc-langs.el (c-defun-tactic): Move this variable to cc-vars.el.
-       (c-nonlabel-token-2-key): New variable for change in cc-engine.el.
-
-       * cc-engine.el (c-beginning-of-statement-1): Prevent "class foo : bar"
-       being spuriously recognized as a label.
+       * progmodes/cc-engine.el (c-beginning-of-statement-1):
+       Prevent "class foo : bar" being spuriously recognized as a label.
 
 
-       * cc-cmds.el (c-narrow-to-most-enclosing-decl-block): Add parameter
-       `inclusive' (to include enclosing braces in the region).
+       * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
+       Add parameter `inclusive' (to include enclosing braces in the region).
        (c-widen-to-enclosing-decl-scope): New function.
        (c-while-widening-to-decl-block): New macro.
        (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
        (c-widen-to-enclosing-decl-scope): New function.
        (c-while-widening-to-decl-block): New macro.
        (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
        Amend to indent and fontify macros "which include their own semicolon"
        correctly, using the "virtual semicolon" mechanism.
 
        Amend to indent and fontify macros "which include their own semicolon"
        correctly, using the "virtual semicolon" mechanism.
 
-       * cc-defs.el: Update "virtual semicolon" comments.
+       * progmodes/cc-defs.el: Update "virtual semicolon" comments.
 
 
-       * cc-engine.el (c-crosses-statement-barrier-p): Recoded to scan one line at
-       at time rather than having \n and \r explicitly in c-stmt-delim-chars
+       * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
+       Recode to scan one line at at time rather than having \n and \r
+       explicitly in c-stmt-delim-chars
        (for some modes, e.g. AWK).
        (c-forward-label): Amend for virtual semicolons.
        (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
 
        (for some modes, e.g. AWK).
        (c-forward-label): Amend for virtual semicolons.
        (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
 
-       * cc-fonts.el (c-font-lock-declarations): Take account of the new C macros.
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
+       of the new C macros.
 
 
-       * cc-langs.el (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): move to
-       earlier in the file.
-       (c-opt-cpp-symbol, c-line-comment-start-regexp): New language variables.
+       * progmodes/cc-langs.el (c-at-vsemi-p-fn):
+       (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
+       (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
        (c-opt-cpp-macro-define): Make into a full language variable.
        (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
        AWK Mode (including \n, \r) removed, no longer needed.
 
        (c-opt-cpp-macro-define): Make into a full language variable.
        (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
        AWK Mode (including \n, \r) removed, no longer needed.
 
-       * cc-mode.el (c-mode, c++-mode, objc-mode): Invoke
-       c-make-macro-with-semi-re.  (Erroneously committed early, in previous
-       version, 5.259.)
+       * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
+       Invoke c-make-macro-with-semi-re.
 
 
-       * cc-vars.el (c-macro-with-semi-re, c-macro-names-with-semicolon): New
-       variables.
+       * progmodes/cc-vars.el (c-macro-with-semi-re):
+       (c-macro-names-with-semicolon): New variables.
        (c-make-macro-with-semi-re): New function
 
        (c-make-macro-with-semi-re): New function
 
-       * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
-       (Other Special Indentations): Add an xref to "Macros with ;".
-       (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
-       "Macros with ;".
-       (Macros with ;): New page.
-
-
-
 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc/log-edit.el: Fill empty field rather than adding new one.
 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc/log-edit.el: Fill empty field rather than adding new one.
 
 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
 
-       * term/w32-win.el (w32-default-color-map): Declare obsolete.  (Bug#9785)
+       * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
 
 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
 
        * ido.el (ido-file-name-all-completions-1): Do not require
 
 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
 
        * ido.el (ido-file-name-all-completions-1): Do not require
-       tramp.el explicitely.  (Bug#7583)
+       tramp.el explicitly.  (Bug#7583)
 
 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding.
+       * progmodes/octave-inf.el (inferior-octave-mode-map):
+       Fix C-c C-h binding.
        * progmodes/octave-mod.el (octave-help): Remove.
 
 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
        * progmodes/octave-mod.el (octave-help): Remove.
 
 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
 
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
 
-       * cc-engine.el (c-append-lower-brace-pair-to-state-cache):
+       * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
        correct faulty logical expression.
        (c-parse-state-state, c-record-parse-state-state):
        (c-replay-parse-state-state): New defvar/defuns.
        correct faulty logical expression.
        (c-parse-state-state, c-record-parse-state-state):
        (c-replay-parse-state-state): New defvar/defuns.
 
 2011-10-20  Glenn Morris  <rgm@gnu.org>
 
 
 2011-10-20  Glenn Morris  <rgm@gnu.org>
 
-       * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
+       * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
 
 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
 
 
 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
 
        Also clean up the code slightly.
 
        * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
        Also clean up the code slightly.
 
        * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
-       because that makes the colours go away.
+       because that makes the colors go away.
 
        * mail/sendmail.el (send-mail-function): Change the default to
        `sendmail-query-once'.
 
        * mail/sendmail.el (send-mail-function): Change the default to
        `sendmail-query-once'.
        for list)" (bug#6475).
 
        * files.el (file-expand-wildcards): Ignore non-readable
        for list)" (bug#6475).
 
        * files.el (file-expand-wildcards): Ignore non-readable
-       sub-directories while trying to find matches instead of signalling
+       sub-directories while trying to find matches instead of signaling
        an error (bug#6297).
 
        * man.el (Man-reference-regexp): Allow matching possible
        an error (bug#6297).
 
        * man.el (Man-reference-regexp): Allow matching possible
 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (completion--capf-wrapper): Check applicability before
 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (completion--capf-wrapper): Check applicability before
-       retuning non-nil for non-exclusive completion data.
+       returning non-nil for non-exclusive completion data.
        * progmodes/etags.el (tags-completion-at-point-function):
        * info-look.el (info-lookup-completions-at-point): Mark as
        non-exclusive.
        * progmodes/etags.el (tags-completion-at-point-function):
        * info-look.el (info-lookup-completions-at-point): Mark as
        non-exclusive.