Fix arg usage of format-decode-run-method (Bug#7488).
[bpt/emacs.git] / lisp / ChangeLog.11
index ae9c03e..86bf943 100644 (file)
@@ -64,7 +64,7 @@
 
 2004-12-31  Kenichi Handa  <handa@m17n.org>
 
 
 2004-12-31  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (buffer-file-coding-system-explicit):
+       * international/mule.el (buffer-file-coding-system-explicit):
        Rename for explicit-buffer-file-coding-system.
        (after-insert-file-set-coding): Adjust for the above change.
 
        Rename for explicit-buffer-file-coding-system.
        (after-insert-file-set-coding): Adjust for the above change.
 
 
        * hexl.el (hexlify-buffer): Remove fontification here.
        Use font lock mechanism instead.
 
        * hexl.el (hexlify-buffer): Remove fontification here.
        Use font lock mechanism instead.
-       (hexl-font-lock-keywords): New font lock kewords.
+       (hexl-font-lock-keywords): New font lock keywords.
        (hexl-mode-old-font-lock-keywords): New variable.
        (hexl-mode): Store the old font lock keywords.
        (hexl-mode-exit): Restore the old font lock keywords.
        (hexl-mode-old-font-lock-keywords): New variable.
        (hexl-mode): Store the old font lock keywords.
        (hexl-mode-exit): Restore the old font lock keywords.
        (math-exp-old-pos): Declare them.
 
        * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
        (math-exp-old-pos): Declare them.
 
        * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
-       (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
+       (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
 
 2004-11-27  Kim F. Storm  <storm@cua.dk>
 
 
 2004-11-27  Kim F. Storm  <storm@cua.dk>
 
 2004-11-25  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/flymake.el: Reindent.
 2004-11-25  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/flymake.el: Reindent.
-       (flymake-split-string): Turn into defalias.
+       (flymake-split-string): Turn into defalias.
        (flymake-fix-file-name): Rename from flymake-fix-path-name.
        (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
        (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
        (flymake-fix-file-name): Rename from flymake-fix-path-name.
        (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
        (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
        declared variables.
        (math-comp-simplify, math-comp-simplify-term)
        (math-comp-add-string, math-comp-add-string-sel):
        declared variables.
        (math-comp-simplify, math-comp-simplify-term)
        (math-comp-add-string, math-comp-add-string-sel):
-       Replace variables comp-highlight, comp-buf, comp-base,
+       Replace variables comp-highlight, comp-buf, comp-base,
        comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
 
 2004-11-23  Jan Djärv  <jan.h.d@swipnet.se>
        comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
 
 2004-11-23  Jan Djärv  <jan.h.d@swipnet.se>
        (math-do-integral): Set `math-linear-subst-tried' to nil.
        (math-do-integral-methods): Use `math-linear-subst-tried' to
        determine what type of substitution to try.
        (math-do-integral): Set `math-linear-subst-tried' to nil.
        (math-do-integral-methods): Use `math-linear-subst-tried' to
        determine what type of substitution to try.
-       (math-integ-try-linear-substituion):
+       (math-integ-try-linear-substitution):
        Set `math-linear-subst-tried' to t.
 
 2004-11-08  Kim F. Storm  <storm@cua.dk>
        Set `math-linear-subst-tried' to t.
 
 2004-11-08  Kim F. Storm  <storm@cua.dk>
 2004-08-30  John Paul Wallington  <jpw@gnu.org>
 
        * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
 2004-08-30  John Paul Wallington  <jpw@gnu.org>
 
        * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
-       strings rather than programatically constructing message.
+       strings rather than programmatically constructing message.
 
 2004-08-30  Richard M. Stallman  <rms@gnu.org>
 
 
 2004-08-30  Richard M. Stallman  <rms@gnu.org>
 
        (tex-start-shell): Use `set-process-query-on-exit-flag'.
 
        * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
        (tex-start-shell): Use `set-process-query-on-exit-flag'.
 
        * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
-       (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
+       (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
 
 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2004-08-21  John Paul Wallington  <jpw@gnu.org>
 
        * subr.el (process-kill-without-query): Made obsolete in
 2004-08-21  John Paul Wallington  <jpw@gnu.org>
 
        * subr.el (process-kill-without-query): Made obsolete in
-       version 21.4, not 21.5.
+       version 21.4, not 21.5.
 
        * log-edit.el (vc-comment-ring, vc-comment-ring-index)
        (vc-previous-comment, vc-next-comment)
 
        * log-edit.el (vc-comment-ring, vc-comment-ring-index)
        (vc-previous-comment, vc-next-comment)
        (encode-char): Likewise.
 
        * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
        (encode-char): Likewise.
 
        * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
-       pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
+       pair correctly.  Call ccl-mule-utf-untrans for untranslatable chars.
        (utf-16le-decode-loop): Set r5 to -1 before loop.
        (utf-16be-decode-loop): Likewise.
        (ccl-decode-mule-utf-16le): Add EOF processing block.
        (utf-16le-decode-loop): Set r5 to -1 before loop.
        (utf-16be-decode-loop): Likewise.
        (ccl-decode-mule-utf-16le): Add EOF processing block.
        * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
        to desktop-save-buffer.
 
        * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
        to desktop-save-buffer.
 
-       * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
+       * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
        desktop-save-buffer.
 
        * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
        desktop-save-buffer.
 
        * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
        (tramp-smb-process-running): Remove.  Since we acknowledge the
        virtual prompt for shares, there's no need for distinction of
        reading shares (process ends afterwards) and interactive mode of
        (tramp-smb-process-running): Remove.  Since we acknowledge the
        virtual prompt for shares, there's no need for distinction of
        reading shares (process ends afterwards) and interactive mode of
-       smblient.
+       smbclient.
        (tramp-smb-open-connection): Setting process sentinel removed.
        (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
        "NT_STATUS_NETWORK_ACCESS_DENIED".
        (tramp-smb-open-connection): Setting process sentinel removed.
        (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
        "NT_STATUS_NETWORK_ACCESS_DENIED".
 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
 
        * rmail-spam-filter.el (vm-use-spam-filter)
 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
 
        * rmail-spam-filter.el (vm-use-spam-filter)
-       (rsf-min-region-length-added-to-spam-list): New variables.
+       (rsf-min-region-length-added-to-spam-list): New variables.
        (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
        rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
        spam testing.  Don't delete spam message if automatic deletion
        (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
        rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
        spam testing.  Don't delete spam message if automatic deletion
        (appt-activate): New autoloaded function to toggle package
        functionality.
 
        (appt-activate): New autoloaded function to toggle package
        functionality.
 
-       * calendar/cal-x.el: (calendar-one-frame-setup)
+       * calendar/cal-x.el (calendar-one-frame-setup)
        (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
 
        * calendar/calendar.el: Update copyright.
        (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
 
        * calendar/calendar.el: Update copyright.
 2004-01-03  Jesper Harder  <harder@ifa.au.dk>
 
        * progmodes/idlwave.el (idlwave-make-tags):
 2004-01-03  Jesper Harder  <harder@ifa.au.dk>
 
        * progmodes/idlwave.el (idlwave-make-tags):
-       * textmodes/flyspell.el (flyspell-large-region):.
+       * textmodes/flyspell.el (flyspell-large-region):
        * progmodes/make-mode.el (makefile-query-by-make-minus-q):
        * emulation/viper-util.el (viper-glob-unix-files):
        * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
        * progmodes/make-mode.el (makefile-query-by-make-minus-q):
        * emulation/viper-util.el (viper-glob-unix-files):
        * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
        * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
        iswitchb-exit is set to 'usefirst when user selects buffer at head
        of list using RET.  (Selecting buffers at the head of the list was
        * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
        iswitchb-exit is set to 'usefirst when user selects buffer at head
        of list using RET.  (Selecting buffers at the head of the list was
-       broken if the substring was also a complete buffername.)
+       broken if the substring was also a complete buffer name.)
 
 2003-11-23  Kim F. Storm  <storm@cua.dk>
 
 
 2003-11-23  Kim F. Storm  <storm@cua.dk>
 
 2003-10-20  John Paul Wallington  <jpw@gnu.org>
 
        * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
 2003-10-20  John Paul Wallington  <jpw@gnu.org>
 
        * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
-       `evenp' so we don't implicitly require cl library at runtime.
+       `evenp' so we don't implicitly require cl library at runtime.
 
 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2003-09-15  David Ponce  <david@dponce.com>
 
 
 2003-09-15  David Ponce  <david@dponce.com>
 
-       * recentf.el: (recentf-exclude): Accept predicates too.
+       * recentf.el (recentf-exclude): Accept predicates too.
        (recentf-file-readable-p): New function.
        (recentf-include-p): Handle predicates in recentf-exclude.
        (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
        (recentf-file-readable-p): New function.
        (recentf-include-p): Handle predicates in recentf-exclude.
        (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
@@ -14336,7 +14336,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+    Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
       Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
       Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.