(vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.
[bpt/emacs.git] / lisp / ChangeLog
index 40d77ff..cec036f 100644 (file)
@@ -1,3 +1,394 @@
+2008-10-02  Glenn Morris  <rgm@gnu.org>
+
+       * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
+       vc-diff-switches.
+
+2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
+       that is, to take some action when a buffer is killed.  Suggested by
+       Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
+       11.2.2.
+       (whitespace-action): Docstring and :type fix.
+       (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
+       Code fix.
+       (whitespace-add-local-hook, whitespace-remove-local-hook)
+       (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
+
+2008-10-01  Magnus Henoch  <mange@freemail.hu>
+
+       * net/tls.el (open-tls-stream): Show the actual command being
+       executed, instead of the format string.
+
+2008-10-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * term/internal.el (dos-locale-alist): New alist.
+       (dos-codepage-setup): Use it to compute a value of locale with
+       which to call set-locale-environment.  Remove code to set
+       terminal, keyboard, and file-name encoding (done by
+       set-locale-environment).
+
+       * international/mule-cmds.el
+       (set-language-environment-nonascii-translation): Fix nonascii
+       value for `pc' ``window-system''.
+       (set-display-table-and-terminal-coding-system)
+       (set-default-coding-systems): Don't special-case `pc'.
+
+2008-10-01  Glenn Morris  <rgm@gnu.org>
+
+       * filesets.el (filesets-menu-name): Fix type.
+       (filesets-menu-path, filesets-menu-before): Fix types.
+       Change defaults to be consistent with recentf.  (Bug#1056)
+
+2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * term/xterm.el (xterm-turn-on-modify-other-keys)
+       (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
+       Don't forget to pass `terminal' to `send-string-to-terminal'.
+
+2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
+       (vc-file-not-found-hook): Check, that `buffer-file-name' is
+       non-nil.  It is not clear, whether this is only fixing symptoms on
+       an error. OTOH, in all other cases, the call of `vc-file-clearprops'
+       is embedded by that check.  So it might be TRT.  Suggested by Dan
+       Nicolaescu <dann@ics.uci.edu>.
+
+2008-09-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (ELCFILES): Remove codepage.elc.
+
+       * international/codepage.el: File removed, as even ms-dos doesn't
+       need it anymore.
+
+       * loadup.el [ms-dos]: Don't load ccl and codepage.
+
+       * term/internal.el: Remove coding: cookie and no-byte-compile flag.
+       (IT-character-translations, cjk-codepages-alist): Remove variables.
+       (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
+       (IT-unicode-translations): Remove charset and base elements.
+       Add translations for Latin-1 characters.
+       (IT-setup-unicode-display): Accept a CODING argument.  Don't use
+       base and chset elements of IT-unicode-translations.  Don't wrap
+       translation in "{...}".  Set up translations only for characters
+       for which unencodable-char-position returns non-nil.
+       (dos-codepage-setup): Don't use special-case codepages in
+       cjk-codepages-alist.
+
+       * files.el (locate-dominating-file): Wrap directory-files with
+       condition-case, instead of calling file-directory-p, which stats
+       the directory one more time.
+
+       * mail/mail-utils.el (mail-unquote-printable-region):
+       Use insert-byte instead of insert-char, when the UNIBYTE arg is
+       non-nil.
+
+2008-09-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-insert-file-contents): Fix typo.
+
+2008-09-30  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
+
+2008-09-30  Daniel Colascione  <danc@merrillpress.com>
+
+       * progmodes/which-func.el (which-func-imenu-joiner-function): New.
+       (which-function): Handle nested imenu trees.
+
+       * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
+       some nested menu items.
+
+2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-standard-units): Add entries used to
+       display the the values in the units buffer.
+       (math-build-units-table):  Add entries to the units table to be used
+       to display the values in the units buffer.
+       (math-build-units-table-buffer):  Use the display entry of the units
+       table when non-nil.
+       (calc-define-unit): Add option to enter display value of unit.
+
+2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
+
+2008-09-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (locate-dominating-file): Take file-attributes of
+       `dir', not of `file' (which never changes).
+
+2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
+       also be `localname'.
+
+       * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
+       IDENTIFICATION.
+
+2008-09-28  Glenn Morris  <rgm@gnu.org>
+
+       * vc.el (vc-switches): Give it a doc string.
+
+2008-09-28  Romain Francoise  <romain@orebokech.com>
+
+       * comint.el (comint-show-output): Adjust to stickiness changes of
+       the output field.
+
+       * startup.el (command-line): Start the daemon server later.
+
+2008-09-28  Martin Rudalics  <rudalics@gmx.at>
+
+       * subr.el (read-quoted-char): Call char-resolve-modifiers
+       instead of char-resolve-modifers.
+
+2008-09-27  Glenn Morris  <rgm@gnu.org>
+
+       * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
+       than [return].  (Bug#1031)
+
+2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
+
+       * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
+
+2008-09-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg-wait-for-status): Check if there is no pending status.
+       Reported by Ted Romer <ted@romerfamily.com>.
+
+2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * startup.el (command-line): Turn on menu-bar-mode and
+       tool-bar-mode when running as a daemon.
+
+2008-09-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
+       ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
+       ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
+       ($(lisp)/progmodes/cc-engine.elc)
+       ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
+       ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
+       ($(lisp)/progmodes/cc-subword.elc)
+       ($(lisp)/progmodes/cc-vars.elc): New dependencies.
+
+       * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
+       ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
+       ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
+       ($(lisp)/progmodes/cc-engine.elc)
+       ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
+       ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
+       ($(lisp)/progmodes/cc-subword.elc)
+       ($(lisp)/progmodes/cc-vars.elc): New dependencies.
+
+2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * informat.el (Info-split-threshold): New variable.
+       (Info-split): Use it.
+
+       * textmodes/texinfmt.el (texinfo-format-buffer):
+       Use Info-split-threshold to decide whether to split Info files.
+
+2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
+       quoting.
+
+       * comint.el (comint-dynamic-complete-as-filename): Quote directory
+       name when reinserting it.
+
+       * isearch.el (isearch-search-fun): Use word-search-forward-lax and
+       word-search-backward-lax for incremental word search.
+
+2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * generic-x.el (generic-other-modes): Fix typo in docstring.
+       (generic-use-find-file-hook, generic-lines-to-scan)
+       (generic-find-file-regexp, generic-ignore-files-regexp)
+       (generic-define-mswindows-modes, generic-define-unix-modes):
+       Remove `*' from docstring.
+       (generic-mode-find-file-hook): Use `string-match-p'.
+       (apache-log-generic-mode, mailagent-rules-generic-mode)
+       (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
+       (java-manifest-generic-mode, java-properties-generic-mode)
+       (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
+       for consistency with other modes in generic-x.el.
+
+2008-09-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
+       (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
+       parens specially only if latex-handle-escaped-parens is non-nil.
+       (latex-indent-within-escaped-parens): New option.
+       (latex-find-indent): Bind latex-handle-escaped-parens to
+       latex-indent-within-escaped-parens.  Do not treat escaped parens
+       specially when this is nil.  (Bug#954)
+
+2008-09-25  Glenn Morris  <rgm@gnu.org>
+
+       * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
+
+2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc.el (vc-mark-resolved): Move message here from
+       vc-default-mark-resolved.
+       (vc-default-mark-resolved): Change to an alias for ignore.
+
+2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
+
+       * term.el (term-emulate-terminal): Encode input string before
+       checking its length.
+
+2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
+       is loaded.
+
+       * server.el (server-buffer-done): Avoid changing the buffer when
+       deleting the client's frame (bug#640).
+
+       * vc.el (vc-default-mark-resolved): New function.
+
+2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
+
+       * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
+       from raising a wrong-type-argument error.
+
+2008-09-24  Martin Rudalics  <rudalics@gmx.at>
+
+       * help-fns.el (describe-function-1, describe-variable): Print
+       relative file name in help buffer.
+       * faces.el (describe-face): Print relative file name in help
+       buffer.
+
+2008-09-23  Romain Francoise  <romain@orebokech.com>
+
+       * subr.el (with-output-to-string): Make sure that the temporary
+       buffer gets killed.
+
+2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
+
+       * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
+       indentation problem with keyword symbols when a list starts with
+       ,@ or spaces.  (Bug#1012)
+
+2008-09-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * textmodes/tex-mode.el (latex-find-indent): Try to handle
+       escaped close parens correctly.  (Bug#954)
+
+2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * play/fortune.el (fortune-in-buffer): Fix a bug which forced
+       usage of `fortune-file' even though a FILE argument was passed to
+       the function.
+
+2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * startup.el (command-line): Start the server when in daemon mode.
+       Remove always true test.
+
+       * frame.el (frame-initialize): Remove spurious setting of
+       special-display-function with the default value.
+
+2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
+
+       * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
+
+2008-09-20  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-offset):
+       Fix custom type.  (Bug#1011)
+
+2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
+
+       * files.el (move-file-to-trash): Avoid recursive trashing if
+       rename-file calls delete-file.
+
+2008-09-20  Glenn Morris  <rgm@gnu.org>
+
+       * play/fortune.el: Remove leading `*' from defcustom docs.
+       (fortune-program-options): Doc fix.  Allow to be a string again.
+       Add :version.
+       (fortune-in-buffer): Handle fortune-program-options as a string.
+       Don't rely on fortune program accepting options after fortune file.
+
+2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
+
+       * play/fortune.el (fortune-program-options): Change to a list.
+       (fortune-in-buffer): Use apply.
+
+2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
+
+       * emacs-lisp/authors.el: Change encoding of file to utf-8.
+       (authors-coding-system): Likewise.
+
+2008-09-20  Ami Fischman  <ami@fischman.org>
+
+       * savehist.el (savehist-save): Handle errors in writing as well as
+       reading.
+
+2008-09-20  Michael Olson  <mwolson@gnu.org>
+
+       * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
+       to provide a minimal performance boost.
+
+2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * proced.el (proced-grammar-alist, proced-custom-attributes)
+       (proced-format-alist, proced-format, proced-filter-alist)
+       (proced-filter, proced-sort): Use defcustom.
+       (proced-mode): Fix docstring.
+       (proced-process-attributes): Handle return value nil of functions
+       in proced-custom-attributes.
+
+2008-09-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
+       flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
+
+2008-09-19  Miles Bader  <miles@gnu.org>
+
+       * comint.el (comint-output-filter): Make field properties for
+       output text front-sticky.
+
+2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-show-log-entry):
+       * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
+       C-x v l for a directory uses that.
+
+2008-09-18  Simon Josefsson  <simon@josefsson.org>
+
+       * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
+       .sieve files.
+
+2008-09-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * help-macro.el (make-help-screen): Preserve key bindings
+       established in help-mode call when exiting this macro.
+
+2008-09-17  Kenichi Handa  <handa@m17n.org>
+
+       * language/burmese.el: Fix setting of composition-function-table.
+
+2008-09-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * info.el (Info-follow-nearest-node): Don't raise an error for
+       mouse-1 clicks.
+
+2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (calc-convert-temperature): Use default
+       units when appropriate.
+
+2008-09-16  Markus Triska  <markus.triska@gmx.at>
+
+       * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
+       catch errors raised in `texmathp'.
+       (flyspell-tex-math-initialized): Remove.
+
 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
 
        * frame.el (select-frame-set-input-focus): With non-nil
 2008-09-07  Kenichi Handa  <handa@m17n.org>
 
        * composite.el: Compose combining characters only when it
-       follows an character matching with "[[:alpha:]]".
+       follows a character matching with "[[:alpha:]]".
 
 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
        Better support for the property statement.  Sometimes this keyword
        introduces a statement which requires an endproperty keyword, and
-       sometimes it doesn't, dependening on the work before the property
+       sometimes it doesn't, depending on the work before the property
        word.  If property is prefixed with assert, assume or cover
        keyword, then the statement is ended with a ';'.  Otherwise,
        property is like task or specify, and is followed by some number
        (proced-log, proced-log-summary): New functions.
        (proced-help): Use proced-why.
        * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
-       (bibtex-autokey-year-title-separator): Fix doscstring.
+       (bibtex-autokey-year-title-separator): Fix docstring.
 
 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
 
 
        * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
        empty string when no filename.
-       (define-ibuffer-column filename): Accomodate that change.
+       (define-ibuffer-column filename): Accommodate that change.
 
        * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
        `buffer-file-name' instead of `ibuffer-buffer-file-name'.
        (isearch-backward, isearch-backward-regexp): Doc fix - make a link
        to the command `isearch-forward' instead of displaying "See C-s".
        (isearch-highlight-regexp): Remove arguments `regexp' and `face'
-       with their interactive specifictions.  Move reading the face name to
+       with their interactive specifications.  Move reading the face name to
        the main body after calls to isearch-done and isearch-clean-overlays.
 
        * mb-depth.el: Unify all names under one common name prefix
        * image-mode.el (image-mode): Set image-mode-text-map when image
        cannot be displayed.
 
-2008-07-30  Stepehen Leake  <stephen_leake@stephe-leake.org>
+2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
 
        * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
        ada-xref-set-default-prj-values.
        (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
        (verilog-leap-to-head): Support the new virtual and/or protected
        tasks, as well as extern declarations of tasks for indenting and
-       for foward/backward expression.
+       for forward/backward expression.
 
 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
 
 2008-06-08  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (compile, compile-always, bootstrap-prepare):
-       Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
+       Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
 
 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
 
 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc.el (vc-annotate-show-diff-revision-at-line): Change
-       vc-diff-internal arg to match what vc-deduce-fileseset returns now.
+       vc-diff-internal arg to match what vc-deduce-fileset returns now.
 
 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
        list to a cons so the caller can get back both expanded and
        unexpanded filesets.
-       * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
+       * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
        (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
        Change handling of selection-set returns as required.
 
 
 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
 
-       * vc.el (vc-deduce-fileset): Do the right thing when visting a
+       * vc.el (vc-deduce-fileset): Do the right thing when visiting a
        buffer (say, a log buffer or diff buffer) with a vc-dir buffer
        as parent.
 
 
        * international/fontset.el (setup-default-fontset): For kana, han,
        hangul, and cjk-misc, move an entry with font-spec at the end.
-       (generate-fontset-menu): Exclue fontset-auto* from the list.
+       (generate-fontset-menu): Exclude fontset-auto* from the list.
 
        * composite.el (compose-chars-after): Assume that WINDOW is always
        non-nil.
        (org-entry-get): Respect value `selective' for the INHERIT argument.
        (org-tag-inherit-p, org-property-inherit-p): New functions.
        (org-agenda-format-date-aligned): Allow 10 characters for
-       weekday, to acomodate German locale.
+       weekday, to accommodate German locale.
        (org-add-archive-files): New function.
        (org-agenda-files): New argument `ext', to get archive files as well.
        (org-tbl-menu): Protect the use of variables that
 2008-04-27  Jason Riedy  <jason@acm.org>
 
        * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
-       parameter that supresses lines that evaluate to NIL.
+       parameter that suppresses lines that evaluate to NIL.
        (orgtbl-get-fmt): New inline function for
        picking apart formats that may be lists.
        (orgtbl-apply-fmt): New inline function for applying formats that
        (org-export-preprocess-string): Rename from
        `org-cleaned-string-for-export'.
        (org-export-html-style): Made target class look like normal text.
-       (org-export-as-html): Make use of the better proprocessing in
+       (org-export-as-html): Make use of the better preprocessing in
        `org-cleaned-string-for-export'.
        (org-cleaned-string-for-export): Better treatment of heuristic
        targets, many more internal links will now work in HTML export.
        (completion-emacs22-try-completion): Place cursor after the /, as was
        done in Emacs-22's minibuffer-complete-word.
        Fix bug reported by David Hansen <david.hansen@gmx.net>.
-       (completion-emacs22-try-completion): Merge all mergable text rather
+       (completion-emacs22-try-completion): Merge all mergeable text rather
        than just /.
        (completion-pcm--delim-wild-regex): New var.
        (completion-pcm-word-delimiters): New custom.
        * international/mule.el (char-coding-system-table):
        Remove redundant obsolescence info in docstring.
        (charset-list, generic-char-p, set-char-table-default):
-       Fix typos in obsolescence decarations.
+       Fix typos in obsolescence declarations.
 
        * international/mule-diag.el (non-iso-charset-alist):
        Fix typo in obsolescence declaration.
        * emacs-lisp/autoload.el (autoload-ensure-default-file):
        Provide a feature.
        * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
-       Require loaddef file rather than loading it.
+       Require loaddefs file rather than loading it.
        * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
        autoload-ensure-default-file provides a feature.
 
        Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
        (diary-hebrew-insert-yearly-entry):
        Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
-       (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
+       (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
        Keep old name as alias.
        (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
        (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
        buffer.  Side effects first need to be studied carefully.
        (org-get-tags-at): Fix the structure of the condition-case statement.
        (org-ts-regexp0, org-repeat-re, org-display-custom-time)
-       (org-timestamp-change): Fix regulear expressions to swallow the
+       (org-timestamp-change): Fix regular expressions to swallow the
        extra character for repeat-shift control.
        (org-auto-repeat-maybe): Implement the new repeater mechanisms.
        (org-get-legal-level): Alias to `org-get-valid-level'.
        it no longer seem necessary.
        (org-follow-link-hook): New hook.
        (org-agenda-custom-commands): Add "Component" as a tag for each
-       item in a command serie.
+       item in a command series.
        (org-open-at-point): Run `org-follow-link-hook'.
        (org-agenda-schedule): Bugfix: don't display marker type when it
        is nil.
        `include-columns' argument in the call to
        `org-buffer-property-keys'.
        (org-buffer-property-keys): New argument `include-columns', to
-       include properties expected by any of the COLUMS formats in the
+       include properties expected by any of the COLUMNS formats in the
        current buffer.
        (org-cleaned-string-for-export): Get rid of drawers first, so that
        they will be removed also in the text before the first headline.
        (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
        be 0.
        (org-update-checkbox-count): Revamp to deal with hierarchical
-       beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
+       checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
        (org-remove-timestamp-with-keyword): New function.
        (org-schedule, org-deadline):
        Use `org-remove-timestamp-with-keyword' to make sure all such time
 
 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
 
-       * subr.el (read-quoted-char): Resolve modifers of the character
+       * subr.el (read-quoted-char): Resolve modifiers of the character
        event.
 
        * comint.el (comint-exec-1): Don't change the coding-system for
 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc/calc-ext.el (calc-extended-command-history): New variable.
-       (calc-exectute-extended-command): Use `calc-extended-command-history'.
+       (calc-execute-extended-command): Use `calc-extended-command-history'.
 
 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
        featurep test.
 
-       Replace obselete frame-local variables with frame-parameters.
+       Replace obsolete frame-local variables with frame-parameters.
        * emulation/viper-init.el (viper-replace-overlay-cursor-color)
        (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
        (viper-vi-state-cursor-color): Only call make-variable-frame-local