diff options
| author | Juanma Barranquero | 2011-11-12 00:34:43 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-12 00:34:43 +0100 |
| commit | 9b8ba1e59d432dba5170b085cd45923cde0fba67 (patch) | |
| tree | 94503d36b8afc463a1f42d8a2df92015f9f3ca82 | |
| parent | 40a8bdf60f261d476869cdb1276a00e5641ceba4 (diff) | |
| download | emacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.tar.gz emacs-9b8ba1e59d432dba5170b085cd45923cde0fba67.zip | |
Fix more typos.
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/scope.el | 2 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 30 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.9 | 2 |
6 files changed, 20 insertions, 20 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 35572bd6105..1e7ed845b49 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -18374,7 +18374,7 @@ | |||
| 18374 | (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't | 18374 | (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't |
| 18375 | cleared before. Obey default-enable-multibyte-characters. | 18375 | cleared before. Obey default-enable-multibyte-characters. |
| 18376 | Use mapconcat. Simplify setting of tar-header-offset. | 18376 | Use mapconcat. Simplify setting of tar-header-offset. |
| 18377 | (tar-mode-map): Move initialization inside delcaration. | 18377 | (tar-mode-map): Move initialization inside declaration. |
| 18378 | (tar-flag-deleted): Use `abs'. | 18378 | (tar-flag-deleted): Use `abs'. |
| 18379 | (tar-expunge-internal): Remove unused var `line'. | 18379 | (tar-expunge-internal): Remove unused var `line'. |
| 18380 | (tar-expunge-internal): Don't hardcode point-min==1. | 18380 | (tar-expunge-internal): Don't hardcode point-min==1. |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 9cb24baeb1f..ed70075754c 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -2252,7 +2252,7 @@ | |||
| 2252 | Use define-derived-mode. | 2252 | Use define-derived-mode. |
| 2253 | * textmodes/reftex-index.el (reftex-index-phrases-mode-map) | 2253 | * textmodes/reftex-index.el (reftex-index-phrases-mode-map) |
| 2254 | (reftex-index-mode-map): Rename from reftex-index(-phrases)-map. | 2254 | (reftex-index-mode-map): Rename from reftex-index(-phrases)-map. |
| 2255 | Move init into delcaration. | 2255 | Move init into declaration. |
| 2256 | (reftex-index-mode, reftex-index-phrases-mode): | 2256 | (reftex-index-mode, reftex-index-phrases-mode): |
| 2257 | Use define-derived-mode. | 2257 | Use define-derived-mode. |
| 2258 | * speedbar.el (speedbar-mode-syntax-table): Renaqme from | 2258 | * speedbar.el (speedbar-mode-syntax-table): Renaqme from |
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 78a1fd049f0..53695015e4a 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el | |||
| @@ -426,7 +426,7 @@ implicit \"object\"." | |||
| 426 | 426 | ||
| 427 | ;; Collect all the types (class, etc) that are in our heratage. | 427 | ;; Collect all the types (class, etc) that are in our heratage. |
| 428 | ;; These are types that we can extract members from, not those | 428 | ;; These are types that we can extract members from, not those |
| 429 | ;; delclared in using statements, or the like. | 429 | ;; declared in using statements, or the like. |
| 430 | ;; Get the PARENTS including nesting scope for this location. | 430 | ;; Get the PARENTS including nesting scope for this location. |
| 431 | (while parentlist | 431 | (while parentlist |
| 432 | (oset miniscope scope currentscope) | 432 | (oset miniscope scope currentscope) |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 468825937b5..f6bd1ffa2d4 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1969,7 +1969,7 @@ | |||
| 1969 | 1969 | ||
| 1970 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 1970 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 1971 | 1971 | ||
| 1972 | * org-latex.el (org-export-latex-preprocess): Protect index string | 1972 | * org-latex.el (org-export-latex-preprocess): Protect index string. |
| 1973 | 1973 | ||
| 1974 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 1974 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 1975 | 1975 | ||
| @@ -2123,11 +2123,11 @@ | |||
| 2123 | (org-bibtex-headline): Make use of new | 2123 | (org-bibtex-headline): Make use of new |
| 2124 | `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property' | 2124 | `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property' |
| 2125 | variables. | 2125 | variables. |
| 2126 | (org-bibtex-autokey): Make use of new `org-bibtex-key-property' | 2126 | (org-bibtex-autokey): Make use of new `org-bibtex-key-property' |
| 2127 | variable. | 2127 | variable. |
| 2128 | (org-bibtex-fleshout): Make use of new `org-bibtex-key-property' | 2128 | (org-bibtex-fleshout): Make use of new `org-bibtex-key-property' |
| 2129 | variable. | 2129 | variable. |
| 2130 | (org-bibtex-write): Make use of new `org-bibtex-key-property' | 2130 | (org-bibtex-write): Make use of new `org-bibtex-key-property' |
| 2131 | variable. | 2131 | variable. |
| 2132 | 2132 | ||
| 2133 | 2011-07-28 Eric Schulte <schulte.eric@gmail.com> | 2133 | 2011-07-28 Eric Schulte <schulte.eric@gmail.com> |
| @@ -2251,7 +2251,7 @@ | |||
| 2251 | 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr> | 2251 | 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr> |
| 2252 | 2252 | ||
| 2253 | * org-html.el (org-html-handle-links): Add an alternate for inline | 2253 | * org-html.el (org-html-handle-links): Add an alternate for inline |
| 2254 | images | 2254 | images. |
| 2255 | 2255 | ||
| 2256 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 2256 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 2257 | 2257 | ||
| @@ -2297,7 +2297,7 @@ | |||
| 2297 | 2297 | ||
| 2298 | * ob-python.el (org-babel-python-evaluate-external-process): Allow | 2298 | * ob-python.el (org-babel-python-evaluate-external-process): Allow |
| 2299 | parsing as a table in the case of ":results output table". | 2299 | parsing as a table in the case of ":results output table". |
| 2300 | (org-babel-python-evaluate-session): Allow parsing as a table in | 2300 | (org-babel-python-evaluate-session): Allow parsing as a table in |
| 2301 | the case of ":results output table". | 2301 | the case of ":results output table". |
| 2302 | 2302 | ||
| 2303 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 2303 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -2347,7 +2347,7 @@ | |||
| 2347 | 2347 | ||
| 2348 | * org.el (org-set-font-lock-defaults): Be more strict when | 2348 | * org.el (org-set-font-lock-defaults): Be more strict when |
| 2349 | recognizing description items, and do not fontify wrong cases | 2349 | recognizing description items, and do not fontify wrong cases |
| 2350 | like: "- term ::description" or "1. term :: description" | 2350 | like: "- term ::description" or "1. term :: description". |
| 2351 | 2351 | ||
| 2352 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 2352 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 2353 | 2353 | ||
| @@ -2898,12 +2898,12 @@ | |||
| 2898 | 2011-07-28 Bernt Hansen <bernt@norang.ca> | 2898 | 2011-07-28 Bernt Hansen <bernt@norang.ca> |
| 2899 | 2899 | ||
| 2900 | * org-clock.el (org-clock-in): Allow clocking in new tasks | 2900 | * org-clock.el (org-clock-in): Allow clocking in new tasks |
| 2901 | inserted before the current clocking task | 2901 | inserted before the current clocking task. |
| 2902 | 2902 | ||
| 2903 | 2011-07-28 Bernt Hansen <bernt@norang.ca> | 2903 | 2011-07-28 Bernt Hansen <bernt@norang.ca> |
| 2904 | 2904 | ||
| 2905 | * org-clock.el (org-clock-in): Set default clocking task when | 2905 | * org-clock.el (org-clock-in): Set default clocking task when |
| 2906 | already clocking the task | 2906 | already clocking the task. |
| 2907 | 2907 | ||
| 2908 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 2908 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 2909 | 2909 | ||
| @@ -3049,7 +3049,7 @@ | |||
| 3049 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 3049 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 3050 | 3050 | ||
| 3051 | * org.el (org-refile-get-targets): Rename from | 3051 | * org.el (org-refile-get-targets): Rename from |
| 3052 | `org-get-refile-targets.' | 3052 | `org-get-refile-targets'. |
| 3053 | 3053 | ||
| 3054 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 3054 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 3055 | 3055 | ||
| @@ -3731,7 +3731,7 @@ | |||
| 3731 | (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. | 3731 | (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. |
| 3732 | 3732 | ||
| 3733 | * org-exp.el (org-export-mark-list-end) | 3733 | * org-exp.el (org-export-mark-list-end) |
| 3734 | (org-export-mark-list-properties): Apply change | 3734 | (org-export-mark-list-properties): Apply change. |
| 3735 | 3735 | ||
| 3736 | * org-latex.el (org-export-latex-lists): Apply change. Also | 3736 | * org-latex.el (org-export-latex-lists): Apply change. Also |
| 3737 | prevent items with org-example property to be considered as real | 3737 | prevent items with org-example property to be considered as real |
| @@ -4778,7 +4778,7 @@ | |||
| 4778 | * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a | 4778 | * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a |
| 4779 | linking comment type | 4779 | linking comment type |
| 4780 | (org-babel-tangle-comment-links): Returns comment links for the | 4780 | (org-babel-tangle-comment-links): Returns comment links for the |
| 4781 | source code block at point | 4781 | source code block at point. |
| 4782 | 4782 | ||
| 4783 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 4783 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 4784 | 4784 | ||
| @@ -4859,7 +4859,7 @@ | |||
| 4859 | 4859 | ||
| 4860 | * org-capture.el (org-capture-templates): Add %f and %F escapes | 4860 | * org-capture.el (org-capture-templates): Add %f and %F escapes |
| 4861 | (org-capture): Add more information to capture property list | 4861 | (org-capture): Add more information to capture property list |
| 4862 | (org-capture-fill-template): Handle %f and %F escapes | 4862 | (org-capture-fill-template): Handle %f and %F escapes. |
| 4863 | 4863 | ||
| 4864 | 2011-07-28 David Maus <dmaus@ictsoc.de> | 4864 | 2011-07-28 David Maus <dmaus@ictsoc.de> |
| 4865 | 4865 | ||
| @@ -5007,7 +5007,7 @@ | |||
| 5007 | output file. | 5007 | output file. |
| 5008 | 5008 | ||
| 5009 | * ob-sass.el (org-babel-execute:sass): Return nil if result has | 5009 | * ob-sass.el (org-babel-execute:sass): Return nil if result has |
| 5010 | been written to file | 5010 | been written to file. |
| 5011 | 5011 | ||
| 5012 | 2011-07-28 Dan Davison <dandavison7@gmail.com> | 5012 | 2011-07-28 Dan Davison <dandavison7@gmail.com> |
| 5013 | 5013 | ||
| @@ -16837,7 +16837,7 @@ | |||
| 16837 | 16837 | ||
| 16838 | * org-agenda.el (org-format-agenda-item) | 16838 | * org-agenda.el (org-format-agenda-item) |
| 16839 | (org-agenda-filter-make-matcher): Make sure tags are stored and | 16839 | (org-agenda-filter-make-matcher): Make sure tags are stored and |
| 16840 | compared donwcased. | 16840 | compared downcased. |
| 16841 | 16841 | ||
| 16842 | 2008-10-26 Carsten Dominik <dominik@science.uva.nl> | 16842 | 2008-10-26 Carsten Dominik <dominik@science.uva.nl> |
| 16843 | 16843 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index beb7a0a2ae1..79a580938d7 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -13393,7 +13393,7 @@ | |||
| 13393 | 13393 | ||
| 13394 | * macros.c (Fstart_kbd_macro): Local cleanup. | 13394 | * macros.c (Fstart_kbd_macro): Local cleanup. |
| 13395 | 13395 | ||
| 13396 | * minibuf.c (read_minibuf): No more delcaration of | 13396 | * minibuf.c (read_minibuf): No more declaration of |
| 13397 | Frestore_screen_configuration. | 13397 | Frestore_screen_configuration. |
| 13398 | 13398 | ||
| 13399 | * search.c (Fregexp_quote): Simplified. | 13399 | * search.c (Fregexp_quote): Simplified. |
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index ceec5da3296..1a4abfab61b 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -4617,7 +4617,7 @@ | |||
| 4617 | * lisp.h (detect_coding_system): Prototype adjusted. | 4617 | * lisp.h (detect_coding_system): Prototype adjusted. |
| 4618 | 4618 | ||
| 4619 | * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. | 4619 | * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. |
| 4620 | (detect_coding_emacs_mule, detect_coding_iso2022,) | 4620 | (detect_coding_emacs_mule, detect_coding_iso2022) |
| 4621 | (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) | 4621 | (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) |
| 4622 | (detect_coding_utf_16, detect_coding_ccl): Make them static. | 4622 | (detect_coding_utf_16, detect_coding_ccl): Make them static. |
| 4623 | New argument MULTIBYTEP. Callers changed. | 4623 | New argument MULTIBYTEP. Callers changed. |