diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
76 files changed, 168 insertions, 173 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index fc038033ec1..483dec25420 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -9317,7 +9317,7 @@ | |||
| 9317 | optional. | 9317 | optional. |
| 9318 | 9318 | ||
| 9319 | * src/buffer.c (Fbarf_if_buffer_read_only): Rename argument POS | 9319 | * src/buffer.c (Fbarf_if_buffer_read_only): Rename argument POS |
| 9320 | to POSITION to keep consisteny with doc-string. | 9320 | to POSITION to keep consistent with doc-string. |
| 9321 | 9321 | ||
| 9322 | 2016-02-01 Paul Eggert <eggert@cs.ucla.edu> | 9322 | 2016-02-01 Paul Eggert <eggert@cs.ucla.edu> |
| 9323 | 9323 | ||
| @@ -34464,7 +34464,7 @@ | |||
| 34464 | 34464 | ||
| 34465 | * lisp/emacs-lisp/package.el: Make archive and status pseudo-keywords | 34465 | * lisp/emacs-lisp/package.el: Make archive and status pseudo-keywords |
| 34466 | (package--has-keyword-p): Understand "arc:xxxx" and "status:xxxx" | 34466 | (package--has-keyword-p): Understand "arc:xxxx" and "status:xxxx" |
| 34467 | as special keywords which match agains package archive and status | 34467 | as special keywords which match against package archive and status |
| 34468 | respectively. | 34468 | respectively. |
| 34469 | * etc/NEWS: Document it. | 34469 | * etc/NEWS: Document it. |
| 34470 | 34470 | ||
diff --git a/ChangeLog.3 b/ChangeLog.3 index a78f53f377b..3ebe74e76b3 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -20026,7 +20026,7 @@ | |||
| 20026 | 20026 | ||
| 20027 | Add query command removed in 4ff1f66b12 | 20027 | Add query command removed in 4ff1f66b12 |
| 20028 | 20028 | ||
| 20029 | * lisp/net/rcirc.el (query): Readd accidentally removed command | 20029 | * lisp/net/rcirc.el (query): Re-add accidentally removed command. |
| 20030 | 20030 | ||
| 20031 | 2021-07-06 Philip Kaludercic <philipk@posteo.net> | 20031 | 2021-07-06 Philip Kaludercic <philipk@posteo.net> |
| 20032 | 20032 | ||
| @@ -21772,7 +21772,7 @@ | |||
| 21772 | 21772 | ||
| 21773 | EIEIO: Promote the CLOS behavior over the EIEIO-specific behavior | 21773 | EIEIO: Promote the CLOS behavior over the EIEIO-specific behavior |
| 21774 | 21774 | ||
| 21775 | Change docs to advertize `slot-value` rather than `oref`. | 21775 | Change docs to advertise `slot-value` rather than `oref`. |
| 21776 | Change the implementation of `:initform` to better match the CLOS semantics, | 21776 | Change the implementation of `:initform` to better match the CLOS semantics, |
| 21777 | while preserving the EIEIO semantics, but warn when encountering cases | 21777 | while preserving the EIEIO semantics, but warn when encountering cases |
| 21778 | where the two diverge. | 21778 | where the two diverge. |
| @@ -21790,8 +21790,8 @@ | |||
| 21790 | 21790 | ||
| 21791 | * lisp/emacs-lisp/eieio.el (defclass): Warn about inapplicable | 21791 | * lisp/emacs-lisp/eieio.el (defclass): Warn about inapplicable |
| 21792 | `:initarg` and about uses of init forms that are ambiguous. | 21792 | `:initarg` and about uses of init forms that are ambiguous. |
| 21793 | (oref): Don't advertize the deprecated use of initargs as slot names. | 21793 | (oref): Don't advertise the deprecated use of initargs as slot names. |
| 21794 | (oref-default): Don't advertize the deprecated case where it returns the | 21794 | (oref-default): Don't advertise the deprecated case where it returns the |
| 21795 | initform's value. | 21795 | initform's value. |
| 21796 | (initialize-instance): Use `macroexp-const-p`. | 21796 | (initialize-instance): Use `macroexp-const-p`. |
| 21797 | * lisp/emacs-lisp/eieio-core.el (eieio--unbound): Rename from | 21797 | * lisp/emacs-lisp/eieio-core.el (eieio--unbound): Rename from |
| @@ -36674,7 +36674,7 @@ | |||
| 36674 | 36674 | ||
| 36675 | 2021-02-24 Andrea Corallo <akrl@sdf.org> | 36675 | 2021-02-24 Andrea Corallo <akrl@sdf.org> |
| 36676 | 36676 | ||
| 36677 | Fix async compilation and paramenter naming | 36677 | Fix async compilation and parameter naming |
| 36678 | 36678 | ||
| 36679 | * lisp/emacs-lisp/comp.el (native--compile-async) | 36679 | * lisp/emacs-lisp/comp.el (native--compile-async) |
| 36680 | (native-compile-async): Fix broken parameter renaming. | 36680 | (native-compile-async): Fix broken parameter renaming. |
| @@ -40177,7 +40177,7 @@ | |||
| 40177 | 40177 | ||
| 40178 | * lisp/simple.el (recenter-current-error): New command. | 40178 | * lisp/simple.el (recenter-current-error): New command. |
| 40179 | * lisp/progmodes/grep.el (grep-mode-map): | 40179 | * lisp/progmodes/grep.el (grep-mode-map): |
| 40180 | Delete bidings for n and p. | 40180 | Delete bindings for n and p. |
| 40181 | 40181 | ||
| 40182 | * lisp/progmodes/compile.el (compilation-minor-mode-map): | 40182 | * lisp/progmodes/compile.el (compilation-minor-mode-map): |
| 40183 | Move here the n and p bindings. | 40183 | Move here the n and p bindings. |
| @@ -41694,7 +41694,7 @@ | |||
| 41694 | in a global minor mode. This commit fixes bug #45792. | 41694 | in a global minor mode. This commit fixes bug #45792. |
| 41695 | 41695 | ||
| 41696 | * lisp/international/quail.el (quail-show-guidance): Test the major mode is | 41696 | * lisp/international/quail.el (quail-show-guidance): Test the major mode is |
| 41697 | not minibuffer-inactive-mode before proceding with the function. | 41697 | not minibuffer-inactive-mode before proceeding with the function. |
| 41698 | 41698 | ||
| 41699 | 2021-01-31 Lars Ingebrigtsen <larsi@gnus.org> | 41699 | 2021-01-31 Lars Ingebrigtsen <larsi@gnus.org> |
| 41700 | 41700 | ||
| @@ -48572,7 +48572,7 @@ | |||
| 48572 | c-laomib-loop. Insert code which calls c-laomib-loop minimally, with the help | 48572 | c-laomib-loop. Insert code which calls c-laomib-loop minimally, with the help |
| 48573 | of the new cache. | 48573 | of the new cache. |
| 48574 | 48574 | ||
| 48575 | * lisp/progmodes/cc-mode.el (c-basic-common-init): Initialize the new cach | 48575 | * lisp/progmodes/cc-mode.el (c-basic-common-init): Initialize the new cache |
| 48576 | (at mode start). | 48576 | (at mode start). |
| 48577 | (c-before-change): Invalidate the new cache. | 48577 | (c-before-change): Invalidate the new cache. |
| 48578 | (c-fl-decl-start): Add an extra check (> (point) bod-lim) to prevent looping. | 48578 | (c-fl-decl-start): Add an extra check (> (point) bod-lim) to prevent looping. |
| @@ -50078,7 +50078,7 @@ | |||
| 50078 | Optimize c-parse-state for large buffers with few (if any) braces. | 50078 | Optimize c-parse-state for large buffers with few (if any) braces. |
| 50079 | 50079 | ||
| 50080 | * lisp/progmodes/cc-engine.el (c-get-fallback-scan-pos): Search a maximum of | 50080 | * lisp/progmodes/cc-engine.el (c-get-fallback-scan-pos): Search a maximum of |
| 50081 | 50,000 characters back for the two BODs. Return nil if we dont' find them. | 50081 | 50,000 characters back for the two BODs. Return nil if we don't find them. |
| 50082 | (c-parse-state-get-strategy): For strategy `forward', always use the position | 50082 | (c-parse-state-get-strategy): For strategy `forward', always use the position |
| 50083 | `good-pos' for `start-point', even when there's a change of current macro. | 50083 | `good-pos' for `start-point', even when there's a change of current macro. |
| 50084 | Deal with a possible return value of nil from c-get-fallback-scan-pos (as | 50084 | Deal with a possible return value of nil from c-get-fallback-scan-pos (as |
| @@ -55996,7 +55996,7 @@ | |||
| 55996 | 55996 | ||
| 55997 | 2020-11-12 Andrea Corallo <akrl@sdf.org> | 55997 | 2020-11-12 Andrea Corallo <akrl@sdf.org> |
| 55998 | 55998 | ||
| 55999 | Unline some functions to optimize bootstrap time | 55999 | Uninline some functions to optimize bootstrap time |
| 56000 | 56000 | ||
| 56001 | * lisp/emacs-lisp/comp.el (comp-mvar-value-vld-p) | 56001 | * lisp/emacs-lisp/comp.el (comp-mvar-value-vld-p) |
| 56002 | (comp-mvar-value, comp-mvar-fixnum-p, comp-set-op-p) | 56002 | (comp-mvar-value, comp-mvar-fixnum-p, comp-set-op-p) |
| @@ -56612,7 +56612,7 @@ | |||
| 56612 | 56612 | ||
| 56613 | 2020-11-07 Andrea Corallo <akrl@sdf.org> | 56613 | 2020-11-07 Andrea Corallo <akrl@sdf.org> |
| 56614 | 56614 | ||
| 56615 | Allow for manually bumbing new native compiler ABI versions | 56615 | Allow for manually bumping new native compiler ABI versions |
| 56616 | 56616 | ||
| 56617 | * src/comp.c (ABI_VERSION): Define macro. | 56617 | * src/comp.c (ABI_VERSION): Define macro. |
| 56618 | (hash_native_abi): Include ABI_VERSION in the hashing. | 56618 | (hash_native_abi): Include ABI_VERSION in the hashing. |
| @@ -61229,7 +61229,7 @@ | |||
| 61229 | 61229 | ||
| 61230 | 2020-10-14 Andrea Corallo <akrl@sdf.org> | 61230 | 2020-10-14 Andrea Corallo <akrl@sdf.org> |
| 61231 | 61231 | ||
| 61232 | Have `native-elisp-load' return the last registerd function | 61232 | Have `native-elisp-load' return the last registered function |
| 61233 | 61233 | ||
| 61234 | * lisp/emacs-lisp/comp.el (comp-emit-for-top-level): Synthesize | 61234 | * lisp/emacs-lisp/comp.el (comp-emit-for-top-level): Synthesize |
| 61235 | 'top_level_run' so it returns the last value returned by | 61235 | 'top_level_run' so it returns the last value returned by |
| @@ -65831,7 +65831,7 @@ | |||
| 65831 | 65831 | ||
| 65832 | Better error handling after calling 'gcc_jit_context_compile_to_file' | 65832 | Better error handling after calling 'gcc_jit_context_compile_to_file' |
| 65833 | 65833 | ||
| 65834 | Typically errors are catched in 'compile_function' but in case | 65834 | Typically errors are caught in 'compile_function' but in case |
| 65835 | libgccjit throw an error only afterwards while compiling the whole | 65835 | libgccjit throw an error only afterwards while compiling the whole |
| 65836 | compilation unit we have to report it correctly. | 65836 | compilation unit we have to report it correctly. |
| 65837 | 65837 | ||
| @@ -76328,7 +76328,7 @@ | |||
| 76328 | 76328 | ||
| 76329 | Add a simple pass to infer pure functions not explicitly declared as | 76329 | Add a simple pass to infer pure functions not explicitly declared as |
| 76330 | such. Use this information only during compilation (speed 3) to | 76330 | such. Use this information only during compilation (speed 3) to |
| 76331 | optimize out function calls whe possible. | 76331 | optimize out function calls when possible. |
| 76332 | 76332 | ||
| 76333 | 2020-07-09 Andrea Corallo <akrl@sdf.org> | 76333 | 2020-07-09 Andrea Corallo <akrl@sdf.org> |
| 76334 | 76334 | ||
| @@ -78249,7 +78249,7 @@ | |||
| 78249 | (comp-latch-make-fill): New function. | 78249 | (comp-latch-make-fill): New function. |
| 78250 | (comp-emit-uncond-jump, comp-emit-cond-jump): Update to emit | 78250 | (comp-emit-uncond-jump, comp-emit-cond-jump): Update to emit |
| 78251 | latches. | 78251 | latches. |
| 78252 | (comp-new-block-sym): Add a postfix paramenter. | 78252 | (comp-new-block-sym): Add a postfix parameter. |
| 78253 | 78253 | ||
| 78254 | 2020-06-13 Andrea Corallo <akrl@sdf.org> | 78254 | 2020-06-13 Andrea Corallo <akrl@sdf.org> |
| 78255 | 78255 | ||
| @@ -78602,7 +78602,7 @@ | |||
| 78602 | Fix comp-call-optim-form-call for null `callee' | 78602 | Fix comp-call-optim-form-call for null `callee' |
| 78603 | 78603 | ||
| 78604 | * lisp/emacs-lisp/comp.el (comp-call-optim-form-call): Guard | 78604 | * lisp/emacs-lisp/comp.el (comp-call-optim-form-call): Guard |
| 78605 | agains null `calle'. | 78605 | against null `calle'. |
| 78606 | 78606 | ||
| 78607 | 2020-06-07 Glenn Morris <rgm@gnu.org> | 78607 | 2020-06-07 Glenn Morris <rgm@gnu.org> |
| 78608 | 78608 | ||
| @@ -81264,7 +81264,7 @@ | |||
| 81264 | Fix bug #40992 whilst still allowing breakpoint highlights in edebug | 81264 | Fix bug #40992 whilst still allowing breakpoint highlights in edebug |
| 81265 | 81265 | ||
| 81266 | Strategy: when an instrumented function gets re-evaluated, save the former | 81266 | Strategy: when an instrumented function gets re-evaluated, save the former |
| 81267 | value of its symbol's `edebug' property in the new propery `ghost-edebug'. If | 81267 | value of its symbol's `edebug' property in the new property `ghost-edebug'. If |
| 81268 | this function is still being edebugged, edebug will then access its info from | 81268 | this function is still being edebugged, edebug will then access its info from |
| 81269 | this new property. | 81269 | this new property. |
| 81270 | 81270 | ||
| @@ -83843,7 +83843,7 @@ | |||
| 83843 | 83843 | ||
| 83844 | Implement position independent dump. | 83844 | Implement position independent dump. |
| 83845 | 83845 | ||
| 83846 | Set the filename for every compilation unit as realtive to obtain a | 83846 | Set the filename for every compilation unit as relative to obtain a |
| 83847 | position independent dump. | 83847 | position independent dump. |
| 83848 | 83848 | ||
| 83849 | * lisp/loadup.el: Modify filename for every compilation unit as | 83849 | * lisp/loadup.el: Modify filename for every compilation unit as |
| @@ -84397,7 +84397,7 @@ | |||
| 84397 | 84397 | ||
| 84398 | * lisp/arc-mode.el: Rewrite displaying the summaries | 84398 | * lisp/arc-mode.el: Rewrite displaying the summaries |
| 84399 | 84399 | ||
| 84400 | Completely rewrite the code that displayes the summaries, so all | 84400 | Completely rewrite the code that displays the summaries, so all |
| 84401 | backends share the same code. | 84401 | backends share the same code. |
| 84402 | 84402 | ||
| 84403 | (archive--summarize-descs): New function. | 84403 | (archive--summarize-descs): New function. |
| @@ -86075,7 +86075,7 @@ | |||
| 86075 | 86075 | ||
| 86076 | Merge remote-tracking branch 'savannah/master' into HEAD | 86076 | Merge remote-tracking branch 'savannah/master' into HEAD |
| 86077 | 86077 | ||
| 86078 | 2020-03-10 AndreaCorallo <akrl@sdf.org> | 86078 | 2020-03-10 Andrea Corallo <akrl@sdf.org> |
| 86079 | 86079 | ||
| 86080 | * Improve load_comp_unit | 86080 | * Improve load_comp_unit |
| 86081 | 86081 | ||
| @@ -86084,7 +86084,7 @@ | |||
| 86084 | 86084 | ||
| 86085 | Guard also data_ephemeral_vec against compiler optimizations. | 86085 | Guard also data_ephemeral_vec against compiler optimizations. |
| 86086 | 86086 | ||
| 86087 | 2020-03-10 AndreaCorallo <akrl@sdf.org> | 86087 | 2020-03-10 Andrea Corallo <akrl@sdf.org> |
| 86088 | 86088 | ||
| 86089 | * Fix store_function_docstring for native functions | 86089 | * Fix store_function_docstring for native functions |
| 86090 | 86090 | ||
| @@ -86098,7 +86098,7 @@ | |||
| 86098 | native_intspec and native_doc fields has to be reached by the subr | 86098 | native_intspec and native_doc fields has to be reached by the subr |
| 86099 | cause are not anymore in the CU. | 86099 | cause are not anymore in the CU. |
| 86100 | 86100 | ||
| 86101 | 2020-03-10 AndreaCorallo <akrl@sdf.org> | 86101 | 2020-03-10 Andrea Corallo <akrl@sdf.org> |
| 86102 | 86102 | ||
| 86103 | * Set relocation class as ephemeral in `comp-limplify-top-level' | 86103 | * Set relocation class as ephemeral in `comp-limplify-top-level' |
| 86104 | 86104 | ||
| @@ -86547,17 +86547,17 @@ | |||
| 86547 | 86547 | ||
| 86548 | * lisp/replace.el (occur-1): Update default-directory in occur buffer. | 86548 | * lisp/replace.el (occur-1): Update default-directory in occur buffer. |
| 86549 | 86549 | ||
| 86550 | 2020-03-04 AndreaCorallo <akrl@sdf.org> | 86550 | 2020-03-04 Andrea Corallo <akrl@sdf.org> |
| 86551 | 86551 | ||
| 86552 | * Do not crash if the output directory is created in the meanwhile | 86552 | * Do not crash if the output directory is created in the meanwhile |
| 86553 | 86553 | ||
| 86554 | 2020-03-03 AndreaCorallo <akrl@sdf.org> | 86554 | 2020-03-03 Andrea Corallo <akrl@sdf.org> |
| 86555 | 86555 | ||
| 86556 | Hash eln ABI once and add it to the output compilation path | 86556 | Hash eln ABI once and add it to the output compilation path |
| 86557 | 86557 | ||
| 86558 | Fix org for eln new compilation folder layout | 86558 | Fix org for eln new compilation folder layout |
| 86559 | 86559 | ||
| 86560 | 2020-03-03 AndreaCorallo <akrl@sdf.org> | 86560 | 2020-03-03 Andrea Corallo <akrl@sdf.org> |
| 86561 | 86561 | ||
| 86562 | Rework `find-lisp-object-file-name' | 86562 | Rework `find-lisp-object-file-name' |
| 86563 | 86563 | ||
| @@ -86668,7 +86668,7 @@ | |||
| 86668 | and 'fill-column' values. (Bug#36837) | 86668 | and 'fill-column' values. (Bug#36837) |
| 86669 | (whitespace-lines-regexp): New function. | 86669 | (whitespace-lines-regexp): New function. |
| 86670 | 86670 | ||
| 86671 | 2020-03-01 AndreaCorallo <akrl@sdf.org> | 86671 | 2020-03-01 Andrea Corallo <akrl@sdf.org> |
| 86672 | 86672 | ||
| 86673 | * ; Clean-up out of date comment | 86673 | * ; Clean-up out of date comment |
| 86674 | 86674 | ||
| @@ -86718,11 +86718,11 @@ | |||
| 86718 | * src/pdumper.c (dump_object): Fix hash for Lisp_Type after commit | 86718 | * src/pdumper.c (dump_object): Fix hash for Lisp_Type after commit |
| 86719 | 202c3319a28c029d6971dccea92f92425c5e8067. | 86719 | 202c3319a28c029d6971dccea92f92425c5e8067. |
| 86720 | 86720 | ||
| 86721 | 2020-02-29 AndreaCorallo <akrl@sdf.org> | 86721 | 2020-02-29 Andrea Corallo <akrl@sdf.org> |
| 86722 | 86722 | ||
| 86723 | Introduce 'effective_load_path' | 86723 | Introduce 'effective_load_path' |
| 86724 | 86724 | ||
| 86725 | 2020-02-29 AndreaCorallo <akrl@sdf.org> | 86725 | 2020-02-29 Andrea Corallo <akrl@sdf.org> |
| 86726 | 86726 | ||
| 86727 | * Keep comp-subr-list into pure space | 86727 | * Keep comp-subr-list into pure space |
| 86728 | 86728 | ||
| @@ -87689,7 +87689,7 @@ | |||
| 87689 | 87689 | ||
| 87690 | (lispref/modes.texi): Explain avoiding lambdas on hooks. | 87690 | (lispref/modes.texi): Explain avoiding lambdas on hooks. |
| 87691 | 87691 | ||
| 87692 | 2020-02-06 AndreaCorallo <akrl@sdf.org> | 87692 | 2020-02-06 Andrea Corallo <akrl@sdf.org> |
| 87693 | 87693 | ||
| 87694 | Add system-configuration in the compilation output path | 87694 | Add system-configuration in the compilation output path |
| 87695 | 87695 | ||
| @@ -87713,7 +87713,7 @@ | |||
| 87713 | Add function ssa-status as `comp-func' slot and have `comp-clean-ssa' | 87713 | Add function ssa-status as `comp-func' slot and have `comp-clean-ssa' |
| 87714 | to run when necessary. | 87714 | to run when necessary. |
| 87715 | 87715 | ||
| 87716 | 2020-03-01 AndreaCorallo <akrl@sdf.org> | 87716 | 2020-03-01 Andrea Corallo <akrl@sdf.org> |
| 87717 | 87717 | ||
| 87718 | Remove relocation index form LIMPLE setimm | 87718 | Remove relocation index form LIMPLE setimm |
| 87719 | 87719 | ||
| @@ -87739,21 +87739,21 @@ | |||
| 87739 | 87739 | ||
| 87740 | Merge remote-tracking branch 'savannah/master' into HEAD | 87740 | Merge remote-tracking branch 'savannah/master' into HEAD |
| 87741 | 87741 | ||
| 87742 | 2020-02-26 AndreaCorallo <akrl@sdf.org> | 87742 | 2020-02-26 Andrea Corallo <akrl@sdf.org> |
| 87743 | 87743 | ||
| 87744 | * ; Add a TODO for a future optimization | 87744 | * ; Add a TODO for a future optimization |
| 87745 | 87745 | ||
| 87746 | 2020-02-26 AndreaCorallo <akrl@sdf.org> | 87746 | 2020-02-26 Andrea Corallo <akrl@sdf.org> |
| 87747 | 87747 | ||
| 87748 | Store optimize qualities into .eln files | 87748 | Store optimize qualities into .eln files |
| 87749 | 87749 | ||
| 87750 | For now just comp-speed and comp-debug are stored. | 87750 | For now just comp-speed and comp-debug are stored. |
| 87751 | 87751 | ||
| 87752 | 2020-02-26 AndreaCorallo <akrl@sdf.org> | 87752 | 2020-02-26 Andrea Corallo <akrl@sdf.org> |
| 87753 | 87753 | ||
| 87754 | Rename d-base allocation classe into d-default | 87754 | Rename d-base allocation class into d-default |
| 87755 | 87755 | ||
| 87756 | 2020-02-26 AndreaCorallo <akrl@sdf.org> | 87756 | 2020-02-26 Andrea Corallo <akrl@sdf.org> |
| 87757 | 87757 | ||
| 87758 | Add ephemeral relocation data class | 87758 | Add ephemeral relocation data class |
| 87759 | 87759 | ||
| @@ -87793,7 +87793,7 @@ | |||
| 87793 | 87793 | ||
| 87794 | Test 'comp-eq' should not assume any string hashing policy | 87794 | Test 'comp-eq' should not assume any string hashing policy |
| 87795 | 87795 | ||
| 87796 | 2020-02-21 AndreaCorallo <akrl@sdf.org> | 87796 | 2020-02-21 Andrea Corallo <akrl@sdf.org> |
| 87797 | 87797 | ||
| 87798 | Emit 'top_level_run' objects as impure | 87798 | Emit 'top_level_run' objects as impure |
| 87799 | 87799 | ||
| @@ -87801,7 +87801,7 @@ | |||
| 87801 | 87801 | ||
| 87802 | Verify '--with-nativecomp' has also '--with-dumping=pdumper' | 87802 | Verify '--with-nativecomp' has also '--with-dumping=pdumper' |
| 87803 | 87803 | ||
| 87804 | 2020-02-21 AndreaCorallo <akrl@sdf.org> | 87804 | 2020-02-21 Andrea Corallo <akrl@sdf.org> |
| 87805 | 87805 | ||
| 87806 | Reorder m-var slots | 87806 | Reorder m-var slots |
| 87807 | 87807 | ||
| @@ -87819,7 +87819,7 @@ | |||
| 87819 | 87819 | ||
| 87820 | Use `sxhash-eq' to generate mvar SSA ids | 87820 | Use `sxhash-eq' to generate mvar SSA ids |
| 87821 | 87821 | ||
| 87822 | 2020-02-15 AndreaCorallo <akrl@sdf.org> | 87822 | 2020-02-15 Andrea Corallo <akrl@sdf.org> |
| 87823 | 87823 | ||
| 87824 | Speed 2 goes default | 87824 | Speed 2 goes default |
| 87825 | 87825 | ||
| @@ -87832,7 +87832,7 @@ | |||
| 87832 | Every function call by reference gets use one unique array of | 87832 | Every function call by reference gets use one unique array of |
| 87833 | arguments. | 87833 | arguments. |
| 87834 | 87834 | ||
| 87835 | 2020-02-14 AndreaCorallo <akrl@sdf.org> | 87835 | 2020-02-14 Andrea Corallo <akrl@sdf.org> |
| 87836 | 87836 | ||
| 87837 | Clean-up old gc disable refuse in comp-tests-non-locals | 87837 | Clean-up old gc disable refuse in comp-tests-non-locals |
| 87838 | 87838 | ||
| @@ -88071,7 +88071,7 @@ | |||
| 88071 | 88071 | ||
| 88072 | Always define subr-native-elisp-p also without native compiler | 88072 | Always define subr-native-elisp-p also without native compiler |
| 88073 | 88073 | ||
| 88074 | 2020-02-03 AndreaCorallo <akrl@sdf.com> | 88074 | 2020-02-03 Andrea Corallo <akrl@sdf.com> |
| 88075 | 88075 | ||
| 88076 | Fix load_comp_unit for non zero speeds | 88076 | Fix load_comp_unit for non zero speeds |
| 88077 | 88077 | ||
| @@ -91228,7 +91228,7 @@ | |||
| 91228 | 91228 | ||
| 91229 | optimize primitive native call | 91229 | optimize primitive native call |
| 91230 | 91230 | ||
| 91231 | propagate contant types and optimize self calls | 91231 | propagate constant types and optimize self calls |
| 91232 | 91232 | ||
| 91233 | introduce stack_el_t | 91233 | introduce stack_el_t |
| 91234 | 91234 | ||
| @@ -93578,7 +93578,7 @@ | |||
| 93578 | 93578 | ||
| 93579 | 2021-02-03 Michael Albinus <michael.albinus@gmx.de> | 93579 | 2021-02-03 Michael Albinus <michael.albinus@gmx.de> |
| 93580 | 93580 | ||
| 93581 | Fix an error in tramp-sh-handle-make-process. Dont' merge with master | 93581 | Fix an error in tramp-sh-handle-make-process. Don't merge with master |
| 93582 | 93582 | ||
| 93583 | * lisp/net/tramp-sh.el (tramp-sh-handle-make-process): Don't use heredoc | 93583 | * lisp/net/tramp-sh.el (tramp-sh-handle-make-process): Don't use heredoc |
| 93584 | script whent the argument contains a string. | 93584 | script whent the argument contains a string. |
| @@ -101413,7 +101413,7 @@ | |||
| 101413 | vc-hg: prompt for branch to merge | 101413 | vc-hg: prompt for branch to merge |
| 101414 | 101414 | ||
| 101415 | * lisp/vc/vc-hg.el (vc-hg-merge-branch): Prompt for revision to merge. | 101415 | * lisp/vc/vc-hg.el (vc-hg-merge-branch): Prompt for revision to merge. |
| 101416 | (vc-hg-revision-table): Use branches, tags and bookmarks as competion | 101416 | (vc-hg-revision-table): Use branches, tags and bookmarks as completion |
| 101417 | candidates. | 101417 | candidates. |
| 101418 | 101418 | ||
| 101419 | * etc/NEWS: Mention changes of vc-hg.el | 101419 | * etc/NEWS: Mention changes of vc-hg.el |
| @@ -103042,7 +103042,7 @@ | |||
| 103042 | open-paren-in-column-0-is-defun-start to nil) fixes bug #37910. It may also | 103042 | open-paren-in-column-0-is-defun-start to nil) fixes bug #37910. It may also |
| 103043 | have fixed bug #5490 and bug #18072. | 103043 | have fixed bug #5490 and bug #18072. |
| 103044 | 103044 | ||
| 103045 | * lisp/progmodes/cc-engine.el (c-state-cache-non-literal-place): Remove thi | 103045 | * lisp/progmodes/cc-engine.el (c-state-cache-non-literal-place): Remove this |
| 103046 | non-sensical function, replacing it with .... | 103046 | non-sensical function, replacing it with .... |
| 103047 | (c-state-cache-lower-good-pos): New function. | 103047 | (c-state-cache-lower-good-pos): New function. |
| 103048 | (c-renarrow-state-cache, c-append-lower-brace-pair-to-state-cache) | 103048 | (c-renarrow-state-cache, c-append-lower-brace-pair-to-state-cache) |
| @@ -110631,7 +110631,7 @@ | |||
| 110631 | Fix reversed check in mm-possibly-verify-or-decrypt | 110631 | Fix reversed check in mm-possibly-verify-or-decrypt |
| 110632 | 110632 | ||
| 110633 | * lisp/gnus/mm-decode.el (mm-possibly-verify-or-decrypt): Fix | 110633 | * lisp/gnus/mm-decode.el (mm-possibly-verify-or-decrypt): Fix |
| 110634 | reverse check thinko that made unverified singed messages not | 110634 | reverse check thinko that made unverified signed messages not |
| 110635 | display correctly. | 110635 | display correctly. |
| 110636 | 110636 | ||
| 110637 | 2019-09-27 Wilson Snyder <wsnyder@wsnyder.org> | 110637 | 2019-09-27 Wilson Snyder <wsnyder@wsnyder.org> |
| @@ -117900,7 +117900,7 @@ | |||
| 117900 | (readbyte_from_file): Assert that `infile` is set. | 117900 | (readbyte_from_file): Assert that `infile` is set. |
| 117901 | (close_infile_unwind): Reset `infile` to its previous value rather than | 117901 | (close_infile_unwind): Reset `infile` to its previous value rather than |
| 117902 | to NULL. | 117902 | to NULL. |
| 117903 | (Fload): Remember the previous value of `infile` before chaning it. | 117903 | (Fload): Remember the previous value of `infile` before changing it. |
| 117904 | (readevalloop): Don't set `infile` any more. | 117904 | (readevalloop): Don't set `infile` any more. |
| 117905 | 117905 | ||
| 117906 | 2019-07-31 Paul Eggert <eggert@cs.ucla.edu> | 117906 | 2019-07-31 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -130261,7 +130261,7 @@ | |||
| 130261 | 8192 bytes is a reasonable number nowadays given typical file | 130261 | 8192 bytes is a reasonable number nowadays given typical file |
| 130262 | system design. | 130262 | system design. |
| 130263 | * test/lisp/image-tests.el (image-tests--emacs-images-directory): | 130263 | * test/lisp/image-tests.el (image-tests--emacs-images-directory): |
| 130264 | New contant. | 130264 | New constant. |
| 130265 | (image-type-from-file-header-test): New test. | 130265 | (image-type-from-file-header-test): New test. |
| 130266 | 130266 | ||
| 130267 | 2019-05-18 Michael Albinus <michael.albinus@gmx.de> | 130267 | 2019-05-18 Michael Albinus <michael.albinus@gmx.de> |
| @@ -136480,7 +136480,7 @@ | |||
| 136480 | Check gnus-newsgroup-dependencies is hash table in gnus-id-to-thread | 136480 | Check gnus-newsgroup-dependencies is hash table in gnus-id-to-thread |
| 136481 | 136481 | ||
| 136482 | * lisp/gnus/gnus-sum.el (gnus-id-to-thread): If dependencies haven't | 136482 | * lisp/gnus/gnus-sum.el (gnus-id-to-thread): If dependencies haven't |
| 136483 | been initialized yet, don't blow up. Mimicks previous (non hasht | 136483 | been initialized yet, don't blow up. Mimics previous (non hash |
| 136484 | table) behavior. | 136484 | table) behavior. |
| 136485 | 136485 | ||
| 136486 | 2019-03-31 Mattias Engdegård <mattiase@acm.org> | 136486 | 2019-03-31 Mattias Engdegård <mattiase@acm.org> |
| @@ -184352,7 +184352,7 @@ | |||
| 184352 | 184352 | ||
| 184353 | * src/lisp.h (COMMON_MULTIPLE): Move here from alloc.c. | 184353 | * src/lisp.h (COMMON_MULTIPLE): Move here from alloc.c. |
| 184354 | * src/thread.c (THREAD_ALIGNMENT): New macro. | 184354 | * src/thread.c (THREAD_ALIGNMENT): New macro. |
| 184355 | (main_thread): Use THREAD_ALIGNMENT to align propertly. (Bug#29040) | 184355 | (main_thread): Use THREAD_ALIGNMENT to align properly. (Bug#29040) |
| 184356 | 184356 | ||
| 184357 | 2017-10-28 Eli Zaretskii <eliz@gnu.org> | 184357 | 2017-10-28 Eli Zaretskii <eliz@gnu.org> |
| 184358 | 184358 | ||
| @@ -185648,7 +185648,7 @@ | |||
| 185648 | Add mode map to Flymake diagnostic button | 185648 | Add mode map to Flymake diagnostic button |
| 185649 | 185649 | ||
| 185650 | * lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries): Add | 185650 | * lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries): Add |
| 185651 | keymap propery. | 185651 | keymap property. |
| 185652 | 185652 | ||
| 185653 | 2017-10-10 João Távora <joaotavora@gmail.com> | 185653 | 2017-10-10 João Távora <joaotavora@gmail.com> |
| 185654 | 185654 | ||
| @@ -192051,7 +192051,7 @@ | |||
| 192051 | 192051 | ||
| 192052 | 2017-08-09 Tino Calancha <tino.calancha@gmail.com> | 192052 | 2017-08-09 Tino Calancha <tino.calancha@gmail.com> |
| 192053 | 192053 | ||
| 192054 | Ask files for deletion in buffer order: top first, botton later | 192054 | Ask files for deletion in buffer order: top first, bottom later |
| 192055 | 192055 | ||
| 192056 | * lisp/dired.el (dired-do-flagged-delete, dired-do-delete): | 192056 | * lisp/dired.el (dired-do-flagged-delete, dired-do-delete): |
| 192057 | Call `nreverse' t invert the output of `dired-map-over-marks'. | 192057 | Call `nreverse' t invert the output of `dired-map-over-marks'. |
| @@ -208945,7 +208945,7 @@ | |||
| 208945 | 208945 | ||
| 208946 | Revamp quitting and fix infloops | 208946 | Revamp quitting and fix infloops |
| 208947 | 208947 | ||
| 208948 | This fixes some infinite loops that cannot be quitted out of, | 208948 | This fixes some infinite loops that cannot be quit out of, |
| 208949 | e.g., (defun foo () (nth most-positive-fixnum '#1=(1 . #1#))) | 208949 | e.g., (defun foo () (nth most-positive-fixnum '#1=(1 . #1#))) |
| 208950 | when byte-compiled and when run under X. See: | 208950 | when byte-compiled and when run under X. See: |
| 208951 | https://lists.gnu.org/r/emacs-devel/2017-01/msg00577.html | 208951 | https://lists.gnu.org/r/emacs-devel/2017-01/msg00577.html |
| @@ -218796,7 +218796,7 @@ | |||
| 218796 | * lib/stdint.in.h, m4/extensions.m4, m4/stdint.m4, m4/stdio_h.m4: | 218796 | * lib/stdint.in.h, m4/extensions.m4, m4/stdint.m4, m4/stdio_h.m4: |
| 218797 | * m4/sys_types_h.m4: Copy from gnulib. | 218797 | * m4/sys_types_h.m4: Copy from gnulib. |
| 218798 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | 218798 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. |
| 218799 | * lib/limits.in.h, m4/limits-h.m4: New files, copie from gnulib. | 218799 | * lib/limits.in.h, m4/limits-h.m4: New files, copied from gnulib. |
| 218800 | * nt/gnulib.mk: Merge changes from lib/gnulib.mk. | 218800 | * nt/gnulib.mk: Merge changes from lib/gnulib.mk. |
| 218801 | 218801 | ||
| 218802 | 2016-09-15 Michael Albinus <michael.albinus@gmx.de> | 218802 | 2016-09-15 Michael Albinus <michael.albinus@gmx.de> |
| @@ -219462,7 +219462,7 @@ | |||
| 219462 | 219462 | ||
| 219463 | 2016-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | 219463 | 2016-09-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 219464 | 219464 | ||
| 219465 | Check actual contents before promting about changed file | 219465 | Check actual contents before prompting about changed file |
| 219466 | 219466 | ||
| 219467 | * lisp/userlock.el (userlock--check-content-unchanged) | 219467 | * lisp/userlock.el (userlock--check-content-unchanged) |
| 219468 | (userlock--ask-user-about-supersession-threat): New functions. | 219468 | (userlock--ask-user-about-supersession-threat): New functions. |
| @@ -220696,7 +220696,7 @@ | |||
| 220696 | 220696 | ||
| 220697 | * lisp/progmodes/cc-mode.el (c-after-change): When we detect a missing | 220697 | * lisp/progmodes/cc-mode.el (c-after-change): When we detect a missing |
| 220698 | invocation of c-before-change-functions, we assume the changed region is the | 220698 | invocation of c-before-change-functions, we assume the changed region is the |
| 220699 | entire buffer, and call c-before-change explicitly before proceding. | 220699 | entire buffer, and call c-before-change explicitly before proceeding. |
| 220700 | 220700 | ||
| 220701 | 2016-08-09 Alan Mackenzie <acm@muc.de> | 220701 | 2016-08-09 Alan Mackenzie <acm@muc.de> |
| 220702 | 220702 | ||
| @@ -223962,10 +223962,10 @@ | |||
| 223962 | 223962 | ||
| 223963 | 2016-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | 223963 | 2016-06-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 223964 | 223964 | ||
| 223965 | Advertize set-keymap-parent as replacement for copy-keymap | 223965 | Advertise set-keymap-parent as replacement for copy-keymap |
| 223966 | 223966 | ||
| 223967 | * doc/lispref/keymaps.texi (Creating Keymaps): | 223967 | * doc/lispref/keymaps.texi (Creating Keymaps): |
| 223968 | * src/keymap.c (Fcopy_keymap): Advertize set-keymap-parent as replacement. | 223968 | * src/keymap.c (Fcopy_keymap): Advertise set-keymap-parent as replacement. |
| 223969 | 223969 | ||
| 223970 | 2016-06-15 Ted Zlatanov <tzz@lifelogs.com> | 223970 | 2016-06-15 Ted Zlatanov <tzz@lifelogs.com> |
| 223971 | 223971 | ||
| @@ -226537,7 +226537,7 @@ | |||
| 226537 | Fix Bug#10085 | 226537 | Fix Bug#10085 |
| 226538 | 226538 | ||
| 226539 | * lisp/net/tramp.el (tramp-find-foreign-file-name-handler): | 226539 | * lisp/net/tramp.el (tramp-find-foreign-file-name-handler): |
| 226540 | Add optional arguments OPERATION and COMPETION. Handle | 226540 | Add optional arguments OPERATION and COMPLETION. Handle |
| 226541 | `file-name-as-directory', `file-name-directory' and | 226541 | `file-name-as-directory', `file-name-directory' and |
| 226542 | `file-name-nondirectory' also in completion mode. | 226542 | `file-name-nondirectory' also in completion mode. |
| 226543 | (tramp-file-name-handler): Use it. (Bug#10085) | 226543 | (tramp-file-name-handler): Use it. (Bug#10085) |
| @@ -227546,7 +227546,7 @@ | |||
| 227546 | of the data end marker from here... (bug#23020). | 227546 | of the data end marker from here... (bug#23020). |
| 227547 | (smtpmail-send-data): ... to here, so that we don't get a | 227547 | (smtpmail-send-data): ... to here, so that we don't get a |
| 227548 | "Sending done" before we've sent the final "." (which can make | 227548 | "Sending done" before we've sent the final "." (which can make |
| 227549 | the SMPT server reject the email. | 227549 | the SMTP server reject the email. |
| 227550 | 227550 | ||
| 227551 | 2016-04-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 227551 | 2016-04-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 227552 | 227552 | ||
diff --git a/doc/emacs/ChangeLog.1 b/doc/emacs/ChangeLog.1 index 5647538a24e..6669e28e6b5 100644 --- a/doc/emacs/ChangeLog.1 +++ b/doc/emacs/ChangeLog.1 | |||
| @@ -1356,7 +1356,7 @@ | |||
| 1356 | 1356 | ||
| 1357 | * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3 | 1357 | * dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3 |
| 1358 | changes to the mark and unmark commands. | 1358 | changes to the mark and unmark commands. |
| 1359 | (Comparison in Dired): Document chages to dired-diff. Remove M-=, | 1359 | (Comparison in Dired): Document changes to dired-diff. Remove M-=, |
| 1360 | which is no longer bound to dired-backup-diff. | 1360 | which is no longer bound to dired-backup-diff. |
| 1361 | 1361 | ||
| 1362 | 2012-10-23 Bastien Guerry <bzg@gnu.org> | 1362 | 2012-10-23 Bastien Guerry <bzg@gnu.org> |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index a9b4ff783d4..7a382c05663 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -807,7 +807,7 @@ should create non-existent directories in @var{new}. | |||
| 807 | 807 | ||
| 808 | The option @code{dired-create-destination-dirs-on-trailing-dirsep}, | 808 | The option @code{dired-create-destination-dirs-on-trailing-dirsep}, |
| 809 | when set in addition to @code{dired-create-destination-dirs}, controls | 809 | when set in addition to @code{dired-create-destination-dirs}, controls |
| 810 | wether a trailing directory separator at the destination is treated | 810 | whether a trailing directory separator at the destination is treated |
| 811 | specially. In that case, when renaming a directory @samp{old} to | 811 | specially. In that case, when renaming a directory @samp{old} to |
| 812 | @samp{new/} and no directory @samp{new} exists already, it will be | 812 | @samp{new/} and no directory @samp{new} exists already, it will be |
| 813 | created and @samp{old} is moved into the newly created directory. | 813 | created and @samp{old} is moved into the newly created directory. |
diff --git a/doc/misc/ChangeLog.1 b/doc/misc/ChangeLog.1 index c54fc42036e..1c5e7c1e2fd 100644 --- a/doc/misc/ChangeLog.1 +++ b/doc/misc/ChangeLog.1 | |||
| @@ -3525,7 +3525,7 @@ | |||
| 3525 | 3525 | ||
| 3526 | 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> | 3526 | 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> |
| 3527 | 3527 | ||
| 3528 | * org.texi (The clock table): Mention that ACHIVED trees | 3528 | * org.texi (The clock table): Mention that ARCHIVED trees |
| 3529 | contribute to the clock table. | 3529 | contribute to the clock table. |
| 3530 | 3530 | ||
| 3531 | 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change) | 3531 | 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change) |
| @@ -4420,12 +4420,7 @@ | |||
| 4420 | 4420 | ||
| 4421 | 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change) | 4421 | 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change) |
| 4422 | 4422 | ||
| 4423 | * tramp.texi: | 4423 | * tramp.texi: Minor word order, spelling, wording changes. |
| 4424 | Replace "delimet" with "delimit" globally. | ||
| 4425 | Replace "explicite" with "explicit" globally. | ||
| 4426 | Replace "instead of" with "instead" where there was nothing after "of". | ||
| 4427 | Audit use of comma before interrogative pronoun, "that", or "which". | ||
| 4428 | Minor word order, spelling, wording changes. | ||
| 4429 | 4424 | ||
| 4430 | 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com> | 4425 | 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com> |
| 4431 | 4426 | ||
| @@ -5868,7 +5863,7 @@ | |||
| 5868 | 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> | 5863 | 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> |
| 5869 | 5864 | ||
| 5870 | * org.texi (Effort estimates): Document new effort setting commands. | 5865 | * org.texi (Effort estimates): Document new effort setting commands. |
| 5871 | (Agenda commands): Document the new keys fro agenda time motion. | 5866 | (Agenda commands): Document the new keys for agenda time motion. |
| 5872 | Document entry text mode. Improve documentation of the keys to include | 5867 | Document entry text mode. Improve documentation of the keys to include |
| 5873 | inactive time stamps into the agenda view. | 5868 | inactive time stamps into the agenda view. |
| 5874 | (Feedback): Document the new bug report command. | 5869 | (Feedback): Document the new bug report command. |
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index e85f096f99e..9c543a4c0fb 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -5292,7 +5292,7 @@ Some improvements for XEmacs compatibility. | |||
| 5292 | @itemize @bullet | 5292 | @itemize @bullet |
| 5293 | @item | 5293 | @item |
| 5294 | Fixed bug with @samp{%F} in a label prefix. Added new escapes | 5294 | Fixed bug with @samp{%F} in a label prefix. Added new escapes |
| 5295 | @samp{%m} and @samp{%M} for mater file name and master directory. | 5295 | @samp{%m} and @samp{%M} for master file name and master directory. |
| 5296 | @end itemize | 5296 | @end itemize |
| 5297 | 5297 | ||
| 5298 | @noindent @b{Version 4.24} | 5298 | @noindent @b{Version 4.24} |
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi index df65d70cb1b..8e192d7e400 100644 --- a/doc/misc/vip.texi +++ b/doc/misc/vip.texi | |||
| @@ -1203,11 +1203,11 @@ Move point backward to the character @var{ch} on the line. Signal error if | |||
| 1203 | @var{ch} could not be found (@code{vip-find-char-backward}). | 1203 | @var{ch} could not be found (@code{vip-find-char-backward}). |
| 1204 | @item t @var{ch} | 1204 | @item t @var{ch} |
| 1205 | @kindex 164 t @r{(}@code{vip-goto-char-forward}@r{)} | 1205 | @kindex 164 t @r{(}@code{vip-goto-char-forward}@r{)} |
| 1206 | Move point forward upto the character @var{ch} on the line. Signal error if | 1206 | Move point forward up to the character @var{ch} on the line. Signal error if |
| 1207 | @var{ch} could not be found (@code{vip-goto-char-forward}). | 1207 | @var{ch} could not be found (@code{vip-goto-char-forward}). |
| 1208 | @item T @var{ch} | 1208 | @item T @var{ch} |
| 1209 | @kindex 124 T @r{(}@code{vip-goto-char-backward}@r{)} | 1209 | @kindex 124 T @r{(}@code{vip-goto-char-backward}@r{)} |
| 1210 | Move point backward upto the character @var{ch} on the line. Signal error if | 1210 | Move point backward up to the character @var{ch} on the line. Signal error if |
| 1211 | @var{ch} could not be found (@code{vip-goto-char-backward}). | 1211 | @var{ch} could not be found (@code{vip-goto-char-backward}). |
| 1212 | @item ; | 1212 | @item ; |
| 1213 | @kindex 073 ; @r{(}@code{vip-repeat-find}@r{)} | 1213 | @kindex 073 ; @r{(}@code{vip-repeat-find}@r{)} |
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 9df9a4b652a..3b6ab2e2adf 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -2847,7 +2847,7 @@ can pass the converted path to the =sqlcmd= tool. | |||
| 2847 | 2847 | ||
| 2848 | **** Improved support of header arguments for postgresql | 2848 | **** Improved support of header arguments for postgresql |
| 2849 | 2849 | ||
| 2850 | The postgresql engine in a sql code block supports now ~:dbport~ nd | 2850 | The postgresql engine in a sql code block now supports ~:dbport~ and |
| 2851 | ~:dbpassword~ as header arguments. | 2851 | ~:dbpassword~ as header arguments. |
| 2852 | 2852 | ||
| 2853 | **** Support for additional plantuml output formats | 2853 | **** Support for additional plantuml output formats |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 6053ffa65aa..de73fe7f0a2 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -1737,7 +1737,7 @@ | |||
| 1737 | (bibtex-find-crossref, bibtex-find-entry): New funs. | 1737 | (bibtex-find-crossref, bibtex-find-entry): New funs. |
| 1738 | (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use | 1738 | (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use |
| 1739 | bibtex-lessp, Simplify. | 1739 | bibtex-lessp, Simplify. |
| 1740 | (bibtex-validate): Simplify. Fixe bug of internal variable | 1740 | (bibtex-validate): Simplify. Fix bug of internal variable |
| 1741 | questionable-month. | 1741 | questionable-month. |
| 1742 | (bibtex-remove-OPT-or-ALT): Use when. | 1742 | (bibtex-remove-OPT-or-ALT): Use when. |
| 1743 | (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry) | 1743 | (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry) |
| @@ -9449,7 +9449,7 @@ | |||
| 9449 | Use shy group. | 9449 | Use shy group. |
| 9450 | (outline-level) <var>: Update calling convention. | 9450 | (outline-level) <var>: Update calling convention. |
| 9451 | (outline-level) <fun>: Take advantage of it. | 9451 | (outline-level) <fun>: Take advantage of it. |
| 9452 | (outline-demote): Don't assume the match-data is still uptodate. | 9452 | (outline-demote): Don't assume the match-data is still up-to-date. |
| 9453 | (outline-up-heading): Simplify and make sure the match data is | 9453 | (outline-up-heading): Simplify and make sure the match data is |
| 9454 | properly set at the end. | 9454 | properly set at the end. |
| 9455 | 9455 | ||
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index a89e5155106..db27bd225dd 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -1556,7 +1556,7 @@ | |||
| 1556 | (org-search-not-self): Rename from `org-search-not-link'. | 1556 | (org-search-not-self): Rename from `org-search-not-link'. |
| 1557 | (org-open-link-marker): New variable. | 1557 | (org-open-link-marker): New variable. |
| 1558 | (org-open-at-point): Set `org-open-link-marker'. | 1558 | (org-open-at-point): Set `org-open-link-marker'. |
| 1559 | (org-print-icalendar-entries): Fixe bug with excluding DONE | 1559 | (org-print-icalendar-entries): Fix bug with excluding DONE |
| 1560 | entries from the exported list. | 1560 | entries from the exported list. |
| 1561 | (org-edit-formula-lisp-indent): New command. | 1561 | (org-edit-formula-lisp-indent): New command. |
| 1562 | (orgtbl-to-texinfo, orgtbl-to-html): New functions. | 1562 | (orgtbl-to-texinfo, orgtbl-to-html): New functions. |
| @@ -5243,7 +5243,7 @@ | |||
| 5243 | 5243 | ||
| 5244 | 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org> | 5244 | 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org> |
| 5245 | 5245 | ||
| 5246 | * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22. | 5246 | * progmodes/cperl-mode.el: Merge from upstream, up to version 5.22. |
| 5247 | After 5.0: | 5247 | After 5.0: |
| 5248 | (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode). | 5248 | (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode). |
| 5249 | 5249 | ||
| @@ -11874,7 +11874,7 @@ | |||
| 11874 | 11874 | ||
| 11875 | * files.el (hack-local-variables-confirm): Don't prompt for ! if | 11875 | * files.el (hack-local-variables-confirm): Don't prompt for ! if |
| 11876 | enable-local-variables is set to always query, or there is no | 11876 | enable-local-variables is set to always query, or there is no |
| 11877 | savable variable. | 11877 | saveable variable. |
| 11878 | 11878 | ||
| 11879 | 2006-03-10 Bill Wohler <wohler@newt.com> | 11879 | 2006-03-10 Bill Wohler <wohler@newt.com> |
| 11880 | 11880 | ||
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 369aec81ef1..326003d9d9d 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -1070,7 +1070,7 @@ | |||
| 1070 | * international/mule-cmds.el (char-code-property-alist): New variable. | 1070 | * international/mule-cmds.el (char-code-property-alist): New variable. |
| 1071 | (define-char-code-property): New function. | 1071 | (define-char-code-property): New function. |
| 1072 | (get-char-code-property, put-char-code-property): Handle a | 1072 | (get-char-code-property, put-char-code-property): Handle a |
| 1073 | char-table registerd in char-code-property-alist. | 1073 | char-table registered in char-code-property-alist. |
| 1074 | (set-language-environment): Check :ascii-compatible-p property of | 1074 | (set-language-environment): Check :ascii-compatible-p property of |
| 1075 | nonascii charset instead of its dimension. | 1075 | nonascii charset instead of its dimension. |
| 1076 | 1076 | ||
| @@ -13901,7 +13901,7 @@ | |||
| 13901 | 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> | 13901 | 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 13902 | 13902 | ||
| 13903 | * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the | 13903 | * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the |
| 13904 | underlying file is uptodate. | 13904 | underlying file is up-to-date. |
| 13905 | 13905 | ||
| 13906 | 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net> | 13906 | 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net> |
| 13907 | 13907 | ||
| @@ -15245,7 +15245,7 @@ | |||
| 15245 | 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca> | 15245 | 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 15246 | 15246 | ||
| 15247 | * emacs-lisp/autoload.el (autoload-modified-buffers): New var. | 15247 | * emacs-lisp/autoload.el (autoload-modified-buffers): New var. |
| 15248 | (autoload-find-destination): Keep it uptodate. | 15248 | (autoload-find-destination): Keep it up-to-date. |
| 15249 | (autoload-save-buffers): New fun. | 15249 | (autoload-save-buffers): New fun. |
| 15250 | (update-file-autoloads): Use it. Re-add the "up to date" message. | 15250 | (update-file-autoloads): Use it. Re-add the "up to date" message. |
| 15251 | 15251 | ||
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 686746abe0b..8d8c6117788 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -6103,7 +6103,7 @@ | |||
| 6103 | * international/quail.el (quail-show-guidance): Don't create | 6103 | * international/quail.el (quail-show-guidance): Don't create |
| 6104 | a guidance-frame if current buffer is not a minibuffer, since even if | 6104 | a guidance-frame if current buffer is not a minibuffer, since even if |
| 6105 | selected-window is mini-p, the buffer will never be displayed in it, so | 6105 | selected-window is mini-p, the buffer will never be displayed in it, so |
| 6106 | it wil be usable for guidance. | 6106 | it will be usable for guidance. |
| 6107 | 6107 | ||
| 6108 | 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | 6108 | 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 6109 | 6109 | ||
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index 5b2244dec0c..85f8cdd7b0a 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 | |||
| @@ -15340,7 +15340,7 @@ | |||
| 15340 | * subr.el (with-selected-frame): Mention that the selected frame | 15340 | * subr.el (with-selected-frame): Mention that the selected frame |
| 15341 | is restored (bug#9980). | 15341 | is restored (bug#9980). |
| 15342 | 15342 | ||
| 15343 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map | 15343 | * ibuffer.el (ibuffer-mode): List the bindings in the correct map |
| 15344 | (bug#9759). | 15344 | (bug#9759). |
| 15345 | 15345 | ||
| 15346 | * mail/smtpmail.el (password-cache-add): Remove unused declaration. | 15346 | * mail/smtpmail.el (password-cache-add): Remove unused declaration. |
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 7f5ceb4b854..e23226b8440 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -7326,8 +7326,7 @@ | |||
| 7326 | 1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) | 7326 | 1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) |
| 7327 | 7327 | ||
| 7328 | * info.el (Info-find-node): Call buffer-flush-undo with one arg, | 7328 | * info.el (Info-find-node): Call buffer-flush-undo with one arg, |
| 7329 | instead of none. Change call to get-buffer-c>reate to | 7329 | instead of none. Fix typo in call to get-buffer-create. |
| 7330 | get-buffer-create. | ||
| 7331 | 7330 | ||
| 7332 | * startup.el (command-line): Remove the arguments from | 7331 | * startup.el (command-line): Remove the arguments from |
| 7333 | command-line-args as we process them. | 7332 | command-line-args as we process them. |
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index e965dbb5ef8..ea0502975ec 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -6858,7 +6858,7 @@ | |||
| 6858 | 1993-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 6858 | 1993-07-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 6859 | 6859 | ||
| 6860 | * frame.el (frame-notice-user-settings): Don't reapply a parm | 6860 | * frame.el (frame-notice-user-settings): Don't reapply a parm |
| 6861 | whose value is ot changed (as far as we know) since frame-initialize. | 6861 | whose value is not changed (as far as we know) since frame-initialize. |
| 6862 | 6862 | ||
| 6863 | * simple.el (kill-ring-save): Delete spurious `message' call. | 6863 | * simple.el (kill-ring-save): Delete spurious `message' call. |
| 6864 | (set-mark): If POS is nil, call deactivate-mark. | 6864 | (set-mark): If POS is nil, call deactivate-mark. |
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index e2128b94c0d..27d522aaf2a 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -7392,7 +7392,7 @@ | |||
| 7392 | (ada-format-paramlist): Simplified a regexp. | 7392 | (ada-format-paramlist): Simplified a regexp. |
| 7393 | (ada-indent-current): On first line of the buffer, indent to column 0. | 7393 | (ada-indent-current): On first line of the buffer, indent to column 0. |
| 7394 | Don't reindent if new position is the same as the old one. Thus, a | 7394 | Don't reindent if new position is the same as the old one. Thus, a |
| 7395 | correctly indended line is not modified. | 7395 | correctly indented line is not modified. |
| 7396 | (ada-get-indent-subprog): Simplified a regexp. | 7396 | (ada-get-indent-subprog): Simplified a regexp. |
| 7397 | (ada-goto-matching-decl-start): Distinguish between normal type | 7397 | (ada-goto-matching-decl-start): Distinguish between normal type |
| 7398 | declaration and protected types, which are more like procedures. | 7398 | declaration and protected types, which are more like procedures. |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index c81968e6ee8..32208324541 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -20821,7 +20821,7 @@ | |||
| 20821 | function word-help-find-help-file. | 20821 | function word-help-find-help-file. |
| 20822 | (word-help-guess-all): New subroutine. | 20822 | (word-help-guess-all): New subroutine. |
| 20823 | (word-help-guess): Use word-help-guess-all. | 20823 | (word-help-guess): Use word-help-guess-all. |
| 20824 | May optionally copy only upto the cursor, | 20824 | May optionally copy only up to the cursor, |
| 20825 | instead of the entire keyword. | 20825 | instead of the entire keyword. |
| 20826 | 20826 | ||
| 20827 | 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | 20827 | 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 78fc7e20566..a14d6821925 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -4356,7 +4356,7 @@ | |||
| 4356 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | 4356 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> |
| 4357 | 4357 | ||
| 4358 | * scroll-bar.el (scroll-bar-toolkit-scroll): New. | 4358 | * scroll-bar.el (scroll-bar-toolkit-scroll): New. |
| 4359 | (global): Use different key bindings if using tookit scroll bars. | 4359 | (global): Use different key bindings if using toolkit scroll bars. |
| 4360 | 4360 | ||
| 4361 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> | 4361 | 1999-07-21 Gerd Moellmann <gerd@gnu.org> |
| 4362 | 4362 | ||
| @@ -9712,7 +9712,7 @@ | |||
| 9712 | (ps-mule-font-info-database-ps-bdf): New variable. | 9712 | (ps-mule-font-info-database-ps-bdf): New variable. |
| 9713 | (ccl-encode-ethio-unicode): Bug of CCL code fixed. | 9713 | (ccl-encode-ethio-unicode): Bug of CCL code fixed. |
| 9714 | (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | 9714 | (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function |
| 9715 | registerd in FONT-SPEC. | 9715 | registered in FONT-SPEC. |
| 9716 | (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | 9716 | (ps-mule-bitmap-prologue): Fix PostScript code to realize correct |
| 9717 | character width of bitmap fonts. | 9717 | character width of bitmap fonts. |
| 9718 | (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | 9718 | (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index a8ebe81e7d7..4cb10d2d55e 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -789,7 +789,7 @@ | |||
| 789 | (command-line-1): If inhibit-startup-buffer-menu is set, don't | 789 | (command-line-1): If inhibit-startup-buffer-menu is set, don't |
| 790 | display the buffer menu. From Simon Josefsson <jas@extundo.com>. | 790 | display the buffer menu. From Simon Josefsson <jas@extundo.com>. |
| 791 | 791 | ||
| 792 | This allows upto 99999 messages in the summary without screwing up | 792 | This allows up to 99999 messages in the summary without screwing up |
| 793 | the summary sorting. Previously 9999 was the maximum. Added to NEWS. | 793 | the summary sorting. Previously 9999 was the maximum. Added to NEWS. |
| 794 | 794 | ||
| 795 | * mail/rmailsum.el (rmail-make-summary-line) | 795 | * mail/rmailsum.el (rmail-make-summary-line) |
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 0ebfc4bb8d2..9a2baf1e43c 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -1769,7 +1769,7 @@ These functions give the date in alternative calendrical systems: | |||
| 1769 | `diary-islamic-date', `diary-julian-date', `diary-mayan-date', | 1769 | `diary-islamic-date', `diary-julian-date', `diary-mayan-date', |
| 1770 | `diary-persian-date' | 1770 | `diary-persian-date' |
| 1771 | 1771 | ||
| 1772 | Theses functions only produce output on certain dates: | 1772 | These functions only produce output on certain dates: |
| 1773 | 1773 | ||
| 1774 | `diary-lunar-phases' - phases of moon (on the appropriate days) | 1774 | `diary-lunar-phases' - phases of moon (on the appropriate days) |
| 1775 | `diary-hebrew-omer' - Omer count, within 50 days after Passover | 1775 | `diary-hebrew-omer' - Omer count, within 50 days after Passover |
diff --git a/lisp/cedet/ChangeLog.1 b/lisp/cedet/ChangeLog.1 index 5fe2e0e6dee..7803fc7f0c3 100644 --- a/lisp/cedet/ChangeLog.1 +++ b/lisp/cedet/ChangeLog.1 | |||
| @@ -459,7 +459,7 @@ | |||
| 459 | * semantic/scope.el (semantic-analyze-scoped-types-default): If we | 459 | * semantic/scope.el (semantic-analyze-scoped-types-default): If we |
| 460 | cannot find a type in the typecache, also look into the types | 460 | cannot find a type in the typecache, also look into the types |
| 461 | we already found. This is necessary since in C++, a 'using | 461 | we already found. This is necessary since in C++, a 'using |
| 462 | namespace' can be dependend on a previous one. | 462 | namespace' can be dependent on a previous one. |
| 463 | (semantic-completable-tags-from-type): When creating the list of | 463 | (semantic-completable-tags-from-type): When creating the list of |
| 464 | completable types, pull in types which are referenced through | 464 | completable types, pull in types which are referenced through |
| 465 | 'using' statements, and also preserve their filenames. | 465 | 'using' statements, and also preserve their filenames. |
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 7a486754a03..64f26516222 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -543,7 +543,7 @@ Converts all symbols into the objects to be used." | |||
| 543 | (when (slot-exists-p obj 'compiler) | 543 | (when (slot-exists-p obj 'compiler) |
| 544 | (let ((comp (oref obj compiler))) | 544 | (let ((comp (oref obj compiler))) |
| 545 | (if comp | 545 | (if comp |
| 546 | ;; Now that we have a pre-set compilers to use, convert tye symbols | 546 | ;; Now that we have a pre-set compilers to use, convert type symbols |
| 547 | ;; into objects for ease of use | 547 | ;; into objects for ease of use |
| 548 | (setq comp (if (listp comp) | 548 | (setq comp (if (listp comp) |
| 549 | (mapcar #'symbol-value comp) | 549 | (mapcar #'symbol-value comp) |
diff --git a/lisp/cedet/semantic/analyze/fcn.el b/lisp/cedet/semantic/analyze/fcn.el index 7f601621156..af7da9cc634 100644 --- a/lisp/cedet/semantic/analyze/fcn.el +++ b/lisp/cedet/semantic/analyze/fcn.el | |||
| @@ -72,7 +72,7 @@ If SEQUENCE is all prototypes, or has no prototypes, get the first one. | |||
| 72 | Optional TAGCLASS indicates to restrict the return to only | 72 | Optional TAGCLASS indicates to restrict the return to only |
| 73 | tags of TAGCLASS." | 73 | tags of TAGCLASS." |
| 74 | 74 | ||
| 75 | ;; If there is a srew up and we get just one tag.. massage over it. | 75 | ;; If there is a screw up and we get just one tag.. massage over it. |
| 76 | (when (semantic-tag-p sequence) | 76 | (when (semantic-tag-p sequence) |
| 77 | (setq sequence (list sequence))) | 77 | (setq sequence (list sequence))) |
| 78 | 78 | ||
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el index 83e7ed66c13..50d7c8adf14 100644 --- a/lisp/cedet/semantic/scope.el +++ b/lisp/cedet/semantic/scope.el | |||
| @@ -822,7 +822,7 @@ hits in order, with the first tag being in the closest scope." | |||
| 822 | ans) | 822 | ans) |
| 823 | ;; Not a real scope. Our scope calculation analyze parts of | 823 | ;; Not a real scope. Our scope calculation analyze parts of |
| 824 | ;; what it finds, and needs to pass lists through to do it's work. | 824 | ;; what it finds, and needs to pass lists through to do it's work. |
| 825 | ;; Tread that list as a singly entry. | 825 | ;; Treat that list as a singly entry. |
| 826 | (if class | 826 | (if class |
| 827 | (semantic-find-tags-by-class class scope) | 827 | (semantic-find-tags-by-class class scope) |
| 828 | scope) | 828 | scope) |
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el index eacbb6f1f8e..013864f81c0 100644 --- a/lisp/cedet/semantic/symref/list.el +++ b/lisp/cedet/semantic/symref/list.el | |||
| @@ -378,7 +378,8 @@ BUTTON is the button that was clicked." | |||
| 378 | 378 | ||
| 379 | (defun semantic-symref-list-on-hit-p () | 379 | (defun semantic-symref-list-on-hit-p () |
| 380 | "Return the line number if the cursor is on a buffer line with a hit. | 380 | "Return the line number if the cursor is on a buffer line with a hit. |
| 381 | Hits are the line of code from the buffer, not the tag summar or file lines." | 381 | Hits are the line of code from the buffer, not the tag summary or |
| 382 | file lines." | ||
| 382 | (save-excursion | 383 | (save-excursion |
| 383 | (end-of-line) | 384 | (end-of-line) |
| 384 | (let* ((ol (car (overlays-at (1- (point)))))) ;; trust this for now | 385 | (let* ((ol (car (overlays-at (1- (point)))))) ;; trust this for now |
diff --git a/lisp/dired.el b/lisp/dired.el index 8995c48df7f..81e62f88cf1 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1541,7 +1541,7 @@ BEG..END is the line where the file info is located." | |||
| 1541 | (when (< alt-col other-col) | 1541 | (when (< alt-col other-col) |
| 1542 | (setq other-col alt-col) | 1542 | (setq other-col alt-col) |
| 1543 | (setq other (point))))) | 1543 | (setq other (point))))) |
| 1544 | ;; Keep positions uptodate when we insert stuff. | 1544 | ;; Keep positions up-to-date when we insert stuff. |
| 1545 | (if (> other file) (setq other (copy-marker other))) | 1545 | (if (> other file) (setq other (copy-marker other))) |
| 1546 | (setq file (copy-marker file)) | 1546 | (setq file (copy-marker file)) |
| 1547 | ;; Main loop. | 1547 | ;; Main loop. |
diff --git a/lisp/dnd.el b/lisp/dnd.el index b2e93a63def..7708695346f 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -325,7 +325,7 @@ in that list instead." | |||
| 325 | 325 | ||
| 326 | (defun dnd-begin-text-drag (text &optional frame action allow-same-frame) | 326 | (defun dnd-begin-text-drag (text &optional frame action allow-same-frame) |
| 327 | "Begin dragging TEXT from FRAME. | 327 | "Begin dragging TEXT from FRAME. |
| 328 | Initate a drag-and-drop operation allowing the user to drag text | 328 | Initiate a drag-and-drop operation allowing the user to drag text |
| 329 | from Emacs to another program (the drop target), then block until | 329 | from Emacs to another program (the drop target), then block until |
| 330 | the drop is completed or is canceled. | 330 | the drop is completed or is canceled. |
| 331 | 331 | ||
| @@ -381,7 +381,7 @@ currently being held down. It should only be called upon a | |||
| 381 | 381 | ||
| 382 | (defun dnd-begin-file-drag (file &optional frame action allow-same-frame) | 382 | (defun dnd-begin-file-drag (file &optional frame action allow-same-frame) |
| 383 | "Begin dragging FILE from FRAME. | 383 | "Begin dragging FILE from FRAME. |
| 384 | Initate a drag-and-drop operation allowing the user to drag a file | 384 | Initiate a drag-and-drop operation allowing the user to drag a file |
| 385 | from Emacs to another program (the drop target), then block until | 385 | from Emacs to another program (the drop target), then block until |
| 386 | the drop happens or is canceled. | 386 | the drop happens or is canceled. |
| 387 | 387 | ||
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 113718fba3e..0ee094c34d8 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el | |||
| @@ -2823,7 +2823,7 @@ blocks." | |||
| 2823 | (first-processed (l) | 2823 | (first-processed (l) |
| 2824 | (if-let ((p (cl-find-if (lambda (p) (comp-block-idom p)) l))) | 2824 | (if-let ((p (cl-find-if (lambda (p) (comp-block-idom p)) l))) |
| 2825 | p | 2825 | p |
| 2826 | (signal 'native-ice "cant't find first preprocessed")))) | 2826 | (signal 'native-ice "can't find first preprocessed")))) |
| 2827 | 2827 | ||
| 2828 | (when-let ((blocks (comp-func-blocks comp-func)) | 2828 | (when-let ((blocks (comp-func-blocks comp-func)) |
| 2829 | (entry (gethash 'entry blocks)) | 2829 | (entry (gethash 'entry blocks)) |
diff --git a/lisp/emacs-lisp/hierarchy.el b/lisp/emacs-lisp/hierarchy.el index fb5d518b22d..d955019a9db 100644 --- a/lisp/emacs-lisp/hierarchy.el +++ b/lisp/emacs-lisp/hierarchy.el | |||
| @@ -191,7 +191,7 @@ PARENTFN, CHILDRENFN, ACCEPTFN, and DELAY-CHILDREN-P have the same meaning as in | |||
| 191 | (defun hierarchy-add-list (hierarchy list &optional wrap childrenfn) | 191 | (defun hierarchy-add-list (hierarchy list &optional wrap childrenfn) |
| 192 | "Add to HIERARCHY the sub-lists in LIST. | 192 | "Add to HIERARCHY the sub-lists in LIST. |
| 193 | 193 | ||
| 194 | If WRAP is non-nil, allow duplicate items in LIST by wraping each | 194 | If WRAP is non-nil, allow duplicate items in LIST by wrapping each |
| 195 | item in a cons (id . item). The root's id is 1. | 195 | item in a cons (id . item). The root's id is 1. |
| 196 | 196 | ||
| 197 | CHILDRENFN is a function (defaults to `cdr') taking LIST as a | 197 | CHILDRENFN is a function (defaults to `cdr') taking LIST as a |
diff --git a/lisp/emacs-lisp/rmc.el b/lisp/emacs-lisp/rmc.el index dae6590b9bc..1083a6868ba 100644 --- a/lisp/emacs-lisp/rmc.el +++ b/lisp/emacs-lisp/rmc.el | |||
| @@ -125,7 +125,7 @@ | |||
| 125 | ;;;###autoload | 125 | ;;;###autoload |
| 126 | (defun read-multiple-choice (prompt choices &optional help-string show-help | 126 | (defun read-multiple-choice (prompt choices &optional help-string show-help |
| 127 | long-form) | 127 | long-form) |
| 128 | "Ask user to select an entry from CHOICES, promting with PROMPT. | 128 | "Ask user to select an entry from CHOICES, prompting with PROMPT. |
| 129 | This function allows to ask the user a multiple-choice question. | 129 | This function allows to ask the user a multiple-choice question. |
| 130 | 130 | ||
| 131 | CHOICES should be a list of the form (KEY NAME [DESCRIPTION]). | 131 | CHOICES should be a list of the form (KEY NAME [DESCRIPTION]). |
diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el index 2b1672ffd64..645b1a328f0 100644 --- a/lisp/emacs-lisp/tcover-ses.el +++ b/lisp/emacs-lisp/tcover-ses.el | |||
| @@ -569,7 +569,7 @@ spreadsheet files with invalid formatting." | |||
| 569 | (signal 'singularity-error nil)) ;Shouldn't get here | 569 | (signal 'singularity-error nil)) ;Shouldn't get here |
| 570 | (singularity-error (error "No error from %s?" x)) | 570 | (singularity-error (error "No error from %s?" x)) |
| 571 | (error nil))) | 571 | (error nil))) |
| 572 | ;;Test quit-handling in ses-update-cells. Cant' use `eval' here. | 572 | ;; Test quit-handling in ses-update-cells. Can't use `eval' here. |
| 573 | (let ((inhibit-quit t)) | 573 | (let ((inhibit-quit t)) |
| 574 | (setq quit-flag t) | 574 | (setq quit-flag t) |
| 575 | (condition-case nil | 575 | (condition-case nil |
diff --git a/lisp/files.el b/lisp/files.el index a2825322580..b947451369c 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -7294,7 +7294,7 @@ by `sh' are supported." | |||
| 7294 | (setq i (1+ i)) | 7294 | (setq i (1+ i)) |
| 7295 | "[]")) | 7295 | "[]")) |
| 7296 | (t "[")) | 7296 | (t "[")) |
| 7297 | (prog1 ; copy everything upto next `]'. | 7297 | (prog1 ; copy everything up to next `]'. |
| 7298 | (substring wildcard | 7298 | (substring wildcard |
| 7299 | i | 7299 | i |
| 7300 | (setq j (string-search | 7300 | (setq j (string-search |
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index 8087021a7c8..c55d6225e3f 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 | |||
| @@ -4243,7 +4243,7 @@ | |||
| 4243 | * gnus-msg.el (gnus-inews-do-gcc): | 4243 | * gnus-msg.el (gnus-inews-do-gcc): |
| 4244 | * message.el (message-send-mail): | 4244 | * message.el (message-send-mail): |
| 4245 | * mml.el (mml-generate-mime): Share the value of the buffer-local | 4245 | * mml.el (mml-generate-mime): Share the value of the buffer-local |
| 4246 | `message-options' variable between a draft buffer and temprary working | 4246 | `message-options' variable between a draft buffer and temporary working |
| 4247 | buffers. | 4247 | buffers. |
| 4248 | 4248 | ||
| 4249 | 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca> | 4249 | 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -10876,7 +10876,7 @@ | |||
| 10876 | 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | 10876 | 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 10877 | 10877 | ||
| 10878 | * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen) | 10878 | * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen) |
| 10879 | spec inser "*" if the group isn't active instead of 0. | 10879 | spec insert "*" if the group isn't active instead of 0. |
| 10880 | 10880 | ||
| 10881 | * nnimap.el (nnimap-request-group): Don't select the imap buffer before | 10881 | * nnimap.el (nnimap-request-group): Don't select the imap buffer before |
| 10882 | opening the server. | 10882 | opening the server. |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 4963fd083f7..a4962f9d5f0 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -173,7 +173,7 @@ properly with all servers." | |||
| 173 | 173 | ||
| 174 | Groups with levels less than `gnus-level-subscribed', which | 174 | Groups with levels less than `gnus-level-subscribed', which |
| 175 | should be less than this variable, are subscribed. Groups with | 175 | should be less than this variable, are subscribed. Groups with |
| 176 | levels from `gnus-level-subscribed' (exclusive) upto this | 176 | levels from `gnus-level-subscribed' (exclusive) up to this |
| 177 | variable (inclusive) are unsubscribed. See also | 177 | variable (inclusive) are unsubscribed. See also |
| 178 | `gnus-level-zombie', `gnus-level-killed' and the Info node `(gnus)Group | 178 | `gnus-level-zombie', `gnus-level-killed' and the Info node `(gnus)Group |
| 179 | Levels' for details.") | 179 | Levels' for details.") |
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 34092b1417e..df4c6ab079c 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -1937,7 +1937,7 @@ Otherwise, the link should be to the index file. | |||
| 1937 | We are not yet concerned with the file extensions/tag line number and so on at | 1937 | We are not yet concerned with the file extensions/tag line number and so on at |
| 1938 | this point. | 1938 | this point. |
| 1939 | 1939 | ||
| 1940 | If `hfy-split-index' is set, and the href wil be to an index file rather than | 1940 | If `hfy-split-index' is set, and the href will be to an index file rather than |
| 1941 | a source file, append a .X to `hfy-index-file', where X is the uppercased | 1941 | a source file, append a .X to `hfy-index-file', where X is the uppercased |
| 1942 | first character of TAG. | 1942 | first character of TAG. |
| 1943 | 1943 | ||
diff --git a/lisp/info.el b/lisp/info.el index 02dde50dd6a..8860a664bd7 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -2666,7 +2666,7 @@ new buffer." | |||
| 2666 | (defconst Info-menu-entry-name-re "\\(?:[^:]\\|:[^:,.;() \t\n]\\)*" | 2666 | (defconst Info-menu-entry-name-re "\\(?:[^:]\\|:[^:,.;() \t\n]\\)*" |
| 2667 | ;; We allow newline because this is also used in Info-follow-reference, | 2667 | ;; We allow newline because this is also used in Info-follow-reference, |
| 2668 | ;; where the xref name might be wrapped over two lines. | 2668 | ;; where the xref name might be wrapped over two lines. |
| 2669 | "Regexp that matches a menu entry name upto but not including the colon. | 2669 | "Regexp that matches a menu entry name up to but not including the colon. |
| 2670 | Because of ambiguities, this should be concatenated with something like | 2670 | Because of ambiguities, this should be concatenated with something like |
| 2671 | `:' and `Info-following-node-name-re'.") | 2671 | `:' and `Info-following-node-name-re'.") |
| 2672 | 2672 | ||
diff --git a/lisp/man.el b/lisp/man.el index 6c50f017e39..9dd247cc31e 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -1077,13 +1077,13 @@ to auto-complete your input based on the installed manual pages." | |||
| 1077 | ;; unless COLUMNS or MANWIDTH is set. This isn't a problem on | 1077 | ;; unless COLUMNS or MANWIDTH is set. This isn't a problem on |
| 1078 | ;; a tty. man(1) says: | 1078 | ;; a tty. man(1) says: |
| 1079 | ;; MANWIDTH | 1079 | ;; MANWIDTH |
| 1080 | ;; If $MANWIDTH is set, its value is used as the line | 1080 | ;; If $MANWIDTH is set, its value is used as the line |
| 1081 | ;; length for which manual pages should be formatted. | 1081 | ;; length for which manual pages should be formatted. |
| 1082 | ;; If it is not set, manual pages will be formatted | 1082 | ;; If it is not set, manual pages will be formatted |
| 1083 | ;; with a line length appropriate to the current ter- | 1083 | ;; with a line length appropriate to the current |
| 1084 | ;; minal (using an ioctl(2) if available, the value of | 1084 | ;; terminal (using an ioctl(2) if available, the value |
| 1085 | ;; $COLUMNS, or falling back to 80 characters if nei- | 1085 | ;; of $COLUMNS, or falling back to 80 characters if |
| 1086 | ;; ther is available). | 1086 | ;; neither is available). |
| 1087 | (when (or window-system | 1087 | (when (or window-system |
| 1088 | (not (or (getenv "MANWIDTH") (getenv "COLUMNS")))) | 1088 | (not (or (getenv "MANWIDTH") (getenv "COLUMNS")))) |
| 1089 | ;; Since the page buffer is displayed beforehand, | 1089 | ;; Since the page buffer is displayed beforehand, |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index c7f55861408..d6893fb9ec4 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -2944,7 +2944,7 @@ | |||
| 2944 | change fixes that. | 2944 | change fixes that. |
| 2945 | 2945 | ||
| 2946 | * mh-utils.el (mh-show-mode): Setup mh-show-mode to display | 2946 | * mh-utils.el (mh-show-mode): Setup mh-show-mode to display |
| 2947 | elipsis for truncated header fields and to skip over them quickly. | 2947 | ellipsis for truncated header fields and to skip over them quickly. |
| 2948 | (mh-clean-msg-header): Make another pass over the message header | 2948 | (mh-clean-msg-header): Make another pass over the message header |
| 2949 | fields truncating long headers. | 2949 | fields truncating long headers. |
| 2950 | 2950 | ||
diff --git a/lisp/mpc.el b/lisp/mpc.el index 1775e7d5e72..f878c6ca291 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el | |||
| @@ -447,7 +447,7 @@ which will be concatenated with proper quoting before passing them to MPD." | |||
| 447 | ;;; Support for regularly updated current status information ;;;;;;;;;;;;;;; | 447 | ;;; Support for regularly updated current status information ;;;;;;;;;;;;;;; |
| 448 | 448 | ||
| 449 | ;; Exported elements: | 449 | ;; Exported elements: |
| 450 | ;; `mpc-status' holds the uptodate data. | 450 | ;; `mpc-status' holds the up-to-date data. |
| 451 | ;; `mpc-status-callbacks' holds the registered callback functions. | 451 | ;; `mpc-status-callbacks' holds the registered callback functions. |
| 452 | ;; `mpc-status-refresh' forces a refresh of the data. | 452 | ;; `mpc-status-refresh' forces a refresh of the data. |
| 453 | ;; `mpc-status-stop' stops the automatic updating. | 453 | ;; `mpc-status-stop' stops the automatic updating. |
diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el index 16c4049a687..09732581574 100644 --- a/lisp/net/tramp-crypt.el +++ b/lisp/net/tramp-crypt.el | |||
| @@ -455,7 +455,7 @@ Otherwise, return NAME." | |||
| 455 | (defun tramp-crypt-do-encrypt-or-decrypt-file (op root infile outfile) | 455 | (defun tramp-crypt-do-encrypt-or-decrypt-file (op root infile outfile) |
| 456 | "Encrypt / decrypt file INFILE to OUTFILE according to encrypted directory ROOT. | 456 | "Encrypt / decrypt file INFILE to OUTFILE according to encrypted directory ROOT. |
| 457 | Both files must be local files. OP must be `encrypt' or `decrypt'. | 457 | Both files must be local files. OP must be `encrypt' or `decrypt'. |
| 458 | If OP ist `decrypt', the basename of INFILE must be an encrypted file name. | 458 | If OP is `decrypt', the basename of INFILE must be an encrypted file name. |
| 459 | Raise an error if this fails." | 459 | Raise an error if this fails." |
| 460 | (when-let ((tramp-crypt-enabled t) | 460 | (when-let ((tramp-crypt-enabled t) |
| 461 | (dir (tramp-crypt-file-name-p root)) | 461 | (dir (tramp-crypt-file-name-p root)) |
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 9cbab295042..fb8d5322c07 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el | |||
| @@ -195,7 +195,7 @@ This is not used directly, but only via inheritance by other faces." | |||
| 195 | (defface nxml-char-ref-number | 195 | (defface nxml-char-ref-number |
| 196 | '((t (:inherit nxml-ref))) | 196 | '((t (:inherit nxml-ref))) |
| 197 | "Face used for the number in character references. | 197 | "Face used for the number in character references. |
| 198 | This includes ths `x' in hex references." | 198 | This includes the `x' in hex references." |
| 199 | :group 'nxml-faces) | 199 | :group 'nxml-faces) |
| 200 | 200 | ||
| 201 | (defface nxml-char-ref-delimiter | 201 | (defface nxml-char-ref-delimiter |
diff --git a/lisp/obsolete/vi.el b/lisp/obsolete/vi.el index 91baa4d28ef..afc6284b348 100644 --- a/lisp/obsolete/vi.el +++ b/lisp/obsolete/vi.el | |||
| @@ -927,13 +927,13 @@ it is used instead of the saved one." | |||
| 927 | (vi-repeat-last-find-char count)) | 927 | (vi-repeat-last-find-char count)) |
| 928 | 928 | ||
| 929 | (defun vi-backward-upto-char (count char) | 929 | (defun vi-backward-upto-char (count char) |
| 930 | "Find upto the COUNT'th CHAR backward on current line." | 930 | "Find up to the COUNT'th CHAR backward on current line." |
| 931 | (interactive "p\nc") | 931 | (interactive "p\nc") |
| 932 | (setq vi-last-find-char (cons -1 (cons char t))) | 932 | (setq vi-last-find-char (cons -1 (cons char t))) |
| 933 | (vi-repeat-last-find-char count)) | 933 | (vi-repeat-last-find-char count)) |
| 934 | 934 | ||
| 935 | (defun vi-forward-upto-char (count char) | 935 | (defun vi-forward-upto-char (count char) |
| 936 | "Find upto the COUNT'th CHAR forward on current line." | 936 | "Find up to the COUNT'th CHAR forward on current line." |
| 937 | (interactive "p\nc") | 937 | (interactive "p\nc") |
| 938 | (setq vi-last-find-char (cons 1 (cons char t))) | 938 | (setq vi-last-find-char (cons 1 (cons char t))) |
| 939 | (vi-repeat-last-find-char count)) | 939 | (vi-repeat-last-find-char count)) |
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index bcc109583cd..6cc76db8df1 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 | |||
| @@ -13798,7 +13798,7 @@ | |||
| 13798 | 2012-01-03 Dave Abrahams <dave@boostpro.com> | 13798 | 2012-01-03 Dave Abrahams <dave@boostpro.com> |
| 13799 | 13799 | ||
| 13800 | * org-agenda.el (org-agenda-follow-indirect): New option. | 13800 | * org-agenda.el (org-agenda-follow-indirect): New option. |
| 13801 | (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro | 13801 | (org-agenda-follow-mode): Call `org-agenda-do-context-action' from |
| 13802 | follow mode. | 13802 | follow mode. |
| 13803 | (org-agenda-do-context-action): Also do indirect follow mode | 13803 | (org-agenda-do-context-action): Also do indirect follow mode |
| 13804 | action. | 13804 | action. |
| @@ -17948,7 +17948,7 @@ | |||
| 17948 | 17948 | ||
| 17949 | * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading' | 17949 | * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading' |
| 17950 | will move point to a real heading and not an inline task by | 17950 | will move point to a real heading and not an inline task by |
| 17951 | wraping function into a `org-with-limited-levels' macro. | 17951 | wrapping function into a `org-with-limited-levels' macro. |
| 17952 | 17952 | ||
| 17953 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 17953 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 17954 | 17954 | ||
| @@ -28477,7 +28477,7 @@ | |||
| 28477 | (outline-end-of-subtree): Make `outline-end-of-subtree' use the | 28477 | (outline-end-of-subtree): Make `outline-end-of-subtree' use the |
| 28478 | org-version of this function in Org-mode. We use advice to | 28478 | org-version of this function in Org-mode. We use advice to |
| 28479 | implement this change, so that future changes to this function in | 28479 | implement this change, so that future changes to this function in |
| 28480 | outline.el wil be handled properly. | 28480 | outline.el will be handled properly. |
| 28481 | (org-forward-same-level, org-backward-same-level): New commands. | 28481 | (org-forward-same-level, org-backward-same-level): New commands. |
| 28482 | 28482 | ||
| 28483 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 28483 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -28769,7 +28769,7 @@ | |||
| 28769 | attachments. | 28769 | attachments. |
| 28770 | 28770 | ||
| 28771 | * org-latex.el (org-export-latex-quotation-marks): Fix export of | 28771 | * org-latex.el (org-export-latex-quotation-marks): Fix export of |
| 28772 | quotation makrs in parenthesis. | 28772 | quotation marks in parenthesis. |
| 28773 | (org-remove-initial-hash): New function. | 28773 | (org-remove-initial-hash): New function. |
| 28774 | (org-export-latex-preprocess): Fix bug with infinite loop if | 28774 | (org-export-latex-preprocess): Fix bug with infinite loop if |
| 28775 | environment is not properly closed. | 28775 | environment is not properly closed. |
| @@ -30559,7 +30559,7 @@ | |||
| 30559 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> | 30559 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> |
| 30560 | 30560 | ||
| 30561 | * org-archive.el (org-extract-archive-heading): Allow %s for file | 30561 | * org-archive.el (org-extract-archive-heading): Allow %s for file |
| 30562 | name also in achive location heading. | 30562 | name also in archive location heading. |
| 30563 | 30563 | ||
| 30564 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> | 30564 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> |
| 30565 | 30565 | ||
diff --git a/lisp/org/ob-tangle.el b/lisp/org/ob-tangle.el index 525d27bc070..d9814a7aa64 100644 --- a/lisp/org/ob-tangle.el +++ b/lisp/org/ob-tangle.el | |||
| @@ -433,7 +433,7 @@ non-nil, return the full association list to be used by | |||
| 433 | ;; The created link is transient. Using ID is | 433 | ;; The created link is transient. Using ID is |
| 434 | ;; not necessary, but could have side-effects if | 434 | ;; not necessary, but could have side-effects if |
| 435 | ;; used. An ID property may be added to | 435 | ;; used. An ID property may be added to |
| 436 | ;; existing entries thus creatin unexpected file | 436 | ;; existing entries thus creating unexpected file |
| 437 | ;; modifications. | 437 | ;; modifications. |
| 438 | (org-id-link-to-org-use-id nil) | 438 | (org-id-link-to-org-use-id nil) |
| 439 | (l (org-no-properties (org-store-link nil)))) | 439 | (l (org-no-properties (org-store-link nil)))) |
| @@ -525,7 +525,7 @@ by `org-babel-get-src-block-info'." | |||
| 525 | ("link" . ,(let (;; The created link is transient. Using ID is | 525 | ("link" . ,(let (;; The created link is transient. Using ID is |
| 526 | ;; not necessary, but could have side-effects if | 526 | ;; not necessary, but could have side-effects if |
| 527 | ;; used. An ID property may be added to | 527 | ;; used. An ID property may be added to |
| 528 | ;; existing entries thus creatin unexpected file | 528 | ;; existing entries thus creating unexpected file |
| 529 | ;; modifications. | 529 | ;; modifications. |
| 530 | (org-id-link-to-org-use-id nil)) | 530 | (org-id-link-to-org-use-id nil)) |
| 531 | (org-no-properties (org-store-link nil)))) | 531 | (org-no-properties (org-store-link nil)))) |
diff --git a/lisp/outline.el b/lisp/outline.el index a646f71db8b..92135f8b483 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -454,7 +454,7 @@ bindings, per the current major mode." | |||
| 454 | 454 | ||
| 455 | (defcustom outline-minor-mode-highlight nil | 455 | (defcustom outline-minor-mode-highlight nil |
| 456 | "Whether to highlight headings in `outline-minor-mode' using font-lock keywords. | 456 | "Whether to highlight headings in `outline-minor-mode' using font-lock keywords. |
| 457 | This option controles whether `outline-minor-mode' will use its font-lock | 457 | This option controls whether `outline-minor-mode' will use its font-lock |
| 458 | keywords to highlight headings, which could potentially conflict with | 458 | keywords to highlight headings, which could potentially conflict with |
| 459 | font-lock faces defined by the major mode. Thus, a non-nil value will | 459 | font-lock faces defined by the major mode. Thus, a non-nil value will |
| 460 | work well only when there's no such conflict. | 460 | work well only when there's no such conflict. |
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 38e9d6011df..7bfd6bdbd91 100644 --- a/lisp/progmodes/cc-cmds.el +++ b/lisp/progmodes/cc-cmds.el | |||
| @@ -1456,7 +1456,7 @@ keyword on the line, the keyword is not inserted inside a literal, and | |||
| 1456 | 1456 | ||
| 1457 | (defun c-align-cpp-indent-to-body () | 1457 | (defun c-align-cpp-indent-to-body () |
| 1458 | "Align a \"#pragma\" line under the previous line. | 1458 | "Align a \"#pragma\" line under the previous line. |
| 1459 | This function is intented for use as a member of `c-special-indent-hook'." | 1459 | This function is intended for use as a member of `c-special-indent-hook'." |
| 1460 | (when (assq 'cpp-macro c-syntactic-context) | 1460 | (when (assq 'cpp-macro c-syntactic-context) |
| 1461 | (when | 1461 | (when |
| 1462 | (save-excursion | 1462 | (save-excursion |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 94c84a6a702..561aa0f7e5b 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -2713,7 +2713,7 @@ before the type, so such things are not necessary to mention here. | |||
| 2713 | Mentioning them here is necessary only if they can occur in other | 2713 | Mentioning them here is necessary only if they can occur in other |
| 2714 | places, or if they are followed by a construct that must be skipped | 2714 | places, or if they are followed by a construct that must be skipped |
| 2715 | over (like the parens in the \"__attribute__\" and \"__declspec\" | 2715 | over (like the parens in the \"__attribute__\" and \"__declspec\" |
| 2716 | examples above). In the last case, they alse need to be present on | 2716 | examples above). In the last case, they also need to be present on |
| 2717 | one of `c-type-list-kwds', `c-ref-list-kwds', | 2717 | one of `c-type-list-kwds', `c-ref-list-kwds', |
| 2718 | `c-colon-type-list-kwds', `c-paren-nontype-kwds', `c-paren-type-kwds', | 2718 | `c-colon-type-list-kwds', `c-paren-nontype-kwds', `c-paren-type-kwds', |
| 2719 | `c-<>-type-kwds', or `c-<>-arglist-kwds'." | 2719 | `c-<>-type-kwds', or `c-<>-arglist-kwds'." |
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index fb5ef694138..5a610253e01 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el | |||
| @@ -1235,7 +1235,7 @@ Note that the style variables are always made local to the buffer." | |||
| 1235 | 1235 | ||
| 1236 | (defun c-multiline-string-check-final-quote () | 1236 | (defun c-multiline-string-check-final-quote () |
| 1237 | ;; Check that the final quote in the buffer is correctly marked or not with | 1237 | ;; Check that the final quote in the buffer is correctly marked or not with |
| 1238 | ;; a string-fence syntax-table text propery. The return value has no | 1238 | ;; a string-fence syntax-table text property. The return value has no |
| 1239 | ;; significance. | 1239 | ;; significance. |
| 1240 | (let (pos-ll pos-lt) | 1240 | (let (pos-ll pos-lt) |
| 1241 | (save-excursion | 1241 | (save-excursion |
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 1894826fe4e..36849492be4 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -4282,7 +4282,7 @@ end | |||
| 4282 | (ebnf-eps-header-footer ebnf-eps-footer)) | 4282 | (ebnf-eps-header-footer ebnf-eps-footer)) |
| 4283 | 4283 | ||
| 4284 | 4284 | ||
| 4285 | ;; hacked fom `ps-output-string-prim' (ps-print.el) | 4285 | ;; hacked from `ps-output-string-prim' (ps-print.el) |
| 4286 | (defun ebnf-eps-string (string) | 4286 | (defun ebnf-eps-string (string) |
| 4287 | (let* ((str string) | 4287 | (let* ((str string) |
| 4288 | (len (length str)) | 4288 | (len (length str)) |
| @@ -4403,9 +4403,9 @@ end | |||
| 4403 | (defvar ebnf-nprod 0) | 4403 | (defvar ebnf-nprod 0) |
| 4404 | 4404 | ||
| 4405 | 4405 | ||
| 4406 | (defsubst ebnf-message-info (messag) | 4406 | (defsubst ebnf-message-info (msg) |
| 4407 | (message "%s...%3d%%" | 4407 | (message "%s...%3d%%" |
| 4408 | messag | 4408 | msg |
| 4409 | (round (/ (* (setq ebnf-nprod (1+ ebnf-nprod)) 100.0) ebnf-total)))) | 4409 | (round (/ (* (setq ebnf-nprod (1+ ebnf-nprod)) 100.0) ebnf-total)))) |
| 4410 | 4410 | ||
| 4411 | 4411 | ||
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 6bdaa7a37aa..44c8ca7cb9d 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el | |||
| @@ -1699,7 +1699,7 @@ the value of the variable `edebug-all-defs'. | |||
| 1699 | 1699 | ||
| 1700 | If point isn't in a top-level form, evaluate the first top-level | 1700 | If point isn't in a top-level form, evaluate the first top-level |
| 1701 | form after point. If there is no top-level form after point, | 1701 | form after point. If there is no top-level form after point, |
| 1702 | evaluate the first preceeding top-level form. | 1702 | evaluate the first preceding top-level form. |
| 1703 | 1703 | ||
| 1704 | If the current defun is actually a call to `defvar' or `defcustom', | 1704 | If the current defun is actually a call to `defvar' or `defcustom', |
| 1705 | evaluating it this way resets the variable using its initial value | 1705 | evaluating it this way resets the variable using its initial value |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 558b62b20ae..4deb06bde4b 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -522,7 +522,7 @@ This is buffer-local in every such buffer.") | |||
| 522 | (rc . "\\<\\([[:alnum:]_*]+\\)[ \t]*=") | 522 | (rc . "\\<\\([[:alnum:]_*]+\\)[ \t]*=") |
| 523 | (sh . "\\<\\([[:alnum:]_]+\\)=")) | 523 | (sh . "\\<\\([[:alnum:]_]+\\)=")) |
| 524 | "Regexp for the variable name and what may follow in an assignment. | 524 | "Regexp for the variable name and what may follow in an assignment. |
| 525 | First grouping matches the variable name. This is upto and including the `=' | 525 | First grouping matches the variable name. This is up to and including the `=' |
| 526 | sign. See `sh-feature'." | 526 | sign. See `sh-feature'." |
| 527 | :type '(repeat (cons (symbol :tag "Shell") | 527 | :type '(repeat (cons (symbol :tag "Shell") |
| 528 | (choice regexp | 528 | (choice regexp |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index a1c0aa76de5..e585799dc63 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -781,7 +781,7 @@ host key." | |||
| 781 | ;; Perform search | 781 | ;; Perform search |
| 782 | (dolist (s (auth-source-search :max 1000)) | 782 | (dolist (s (auth-source-search :max 1000)) |
| 783 | (when (and | 783 | (when (and |
| 784 | ;; Is PRODUCT specified, in the enty, and they are equal | 784 | ;; Is PRODUCT specified, in the entry, and they are equal |
| 785 | (if product | 785 | (if product |
| 786 | (if (plist-member s :product) | 786 | (if (plist-member s :product) |
| 787 | (equal (plist-get s :product) product) | 787 | (equal (plist-get s :product) product) |
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 5786a21e88e..dbe2b6241ff 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -390,7 +390,7 @@ EVENT should be a scroll bar click." | |||
| 390 | (setq point-before-scroll before-scroll))))) | 390 | (setq point-before-scroll before-scroll))))) |
| 391 | 391 | ||
| 392 | 392 | ||
| 393 | ;;; Tookit scroll bars. | 393 | ;;; Toolkit scroll bars. |
| 394 | 394 | ||
| 395 | (defun scroll-bar-toolkit-scroll (event) | 395 | (defun scroll-bar-toolkit-scroll (event) |
| 396 | "Handle event EVENT on vertical scroll bar." | 396 | "Handle event EVENT on vertical scroll bar." |
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index f3f95627af1..41a5b52f993 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el | |||
| @@ -96,7 +96,7 @@ Find the bof of the current file." | |||
| 96 | "Return list of bibfiles for current document. | 96 | "Return list of bibfiles for current document. |
| 97 | When using the chapterbib or bibunits package you should either | 97 | When using the chapterbib or bibunits package you should either |
| 98 | use the same database files everywhere, or separate parts using | 98 | use the same database files everywhere, or separate parts using |
| 99 | different databases into different files (included into the mater file). | 99 | different databases into different files (included into the master file). |
| 100 | Then this function will return the applicable database files." | 100 | Then this function will return the applicable database files." |
| 101 | 101 | ||
| 102 | ;; Ensure access to scanning info | 102 | ;; Ensure access to scanning info |
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index 075ad666b3d..38d6ebe7e6f 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el | |||
| @@ -1807,7 +1807,7 @@ With optional arg ALLOW-NEWLINE, allow single newline between words." | |||
| 1807 | (defun reftex-index-phrases-find-dup-re (phrase &optional sub) | 1807 | (defun reftex-index-phrases-find-dup-re (phrase &optional sub) |
| 1808 | "Return a regexp which matches variations of PHRASE (with additional space). | 1808 | "Return a regexp which matches variations of PHRASE (with additional space). |
| 1809 | When SUB ins non-nil, the regexp will also match when PHRASE is a subphrase | 1809 | When SUB ins non-nil, the regexp will also match when PHRASE is a subphrase |
| 1810 | of another phrase. The regexp works lonly in the phrase buffer." | 1810 | of another phrase. The regexp works only in the phrase buffer." |
| 1811 | (concat (if sub "^\\S-?\t\\([^\t\n]*" "^\\S-?\t") | 1811 | (concat (if sub "^\\S-?\t\\([^\t\n]*" "^\\S-?\t") |
| 1812 | (mapconcat #'regexp-quote (split-string phrase) " +") | 1812 | (mapconcat #'regexp-quote (split-string phrase) " +") |
| 1813 | (if sub "[^\t\n]*\\)\\([\t\n]\\|$\\)" " *\\([\t\n]\\|$\\)"))) | 1813 | (if sub "[^\t\n]*\\)\\([\t\n]\\|$\\)" " *\\([\t\n]\\|$\\)"))) |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index ca0312d8fb0..a1914a8cc82 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -2238,7 +2238,7 @@ of the current buffer." | |||
| 2238 | "&"))) | 2238 | "&"))) |
| 2239 | 2239 | ||
| 2240 | (defun tex-uptodate-p (file) | 2240 | (defun tex-uptodate-p (file) |
| 2241 | "Return non-nil if FILE is not uptodate w.r.t the document source files. | 2241 | "Return non-nil if FILE is not up-to-date w.r.t the document source files. |
| 2242 | FILE is typically the output DVI or PDF file." | 2242 | FILE is typically the output DVI or PDF file." |
| 2243 | ;; We should check all the files included !!! | 2243 | ;; We should check all the files included !!! |
| 2244 | (and | 2244 | (and |
| @@ -2375,7 +2375,7 @@ Only applies the FSPEC to the args part of FORMAT." | |||
| 2375 | (push cmd tmp))) | 2375 | (push cmd tmp))) |
| 2376 | ;; Only remove if there's something left. | 2376 | ;; Only remove if there's something left. |
| 2377 | (if tmp (setq cmds (nreverse tmp)))) | 2377 | (if tmp (setq cmds (nreverse tmp)))) |
| 2378 | ;; Remove commands whose input is not uptodate either. | 2378 | ;; Remove commands whose input is not up-to-date either. |
| 2379 | (let ((outs (delq nil (mapcar (lambda (x) (nth 2 x)) cmds))) | 2379 | (let ((outs (delq nil (mapcar (lambda (x) (nth 2 x)) cmds))) |
| 2380 | (tmp nil)) | 2380 | (tmp nil)) |
| 2381 | (dolist (cmd cmds) | 2381 | (dolist (cmd cmds) |
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index e3c0e2ca06d..a1d6152ee21 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el | |||
| @@ -1188,7 +1188,7 @@ file were isearch was started." | |||
| 1188 | ((and wrap (null file)) | 1188 | ((and wrap (null file)) |
| 1189 | (current-buffer)) | 1189 | (current-buffer)) |
| 1190 | ;; When there is no next file, file-exists-p raises the error to be | 1190 | ;; When there is no next file, file-exists-p raises the error to be |
| 1191 | ;; catched by the search function that displays the error message. | 1191 | ;; caught by the search function that displays the error message. |
| 1192 | ((file-exists-p file) | 1192 | ((file-exists-p file) |
| 1193 | (find-file-noselect file)) | 1193 | (find-file-noselect file)) |
| 1194 | (t | 1194 | (t |
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index 0d96a195ade..f4068832215 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el | |||
| @@ -1748,7 +1748,7 @@ With a prefix argument ARG, go back that many differences." | |||
| 1748 | regexp-skip | 1748 | regexp-skip |
| 1749 | ;; skip clashes, if necessary | 1749 | ;; skip clashes, if necessary |
| 1750 | non-clash-skip | 1750 | non-clash-skip |
| 1751 | ;; skipp changed regions | 1751 | ;; skip changed regions |
| 1752 | skip-changed | 1752 | skip-changed |
| 1753 | ;; skip difference regions that differ in white space | 1753 | ;; skip difference regions that differ in white space |
| 1754 | (and ediff-ignore-similar-regions | 1754 | (and ediff-ignore-similar-regions |
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el index 94621599e4a..1cd91c9f543 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/vc/vc-dav.el | |||
| @@ -93,7 +93,7 @@ If EDITABLE is non-nil URL should be writable by the user and if | |||
| 93 | locking is used for URL, a lock should also be set. | 93 | locking is used for URL, a lock should also be set. |
| 94 | 94 | ||
| 95 | If REV is non-nil, that is the revision to check out. If REV is the | 95 | If REV is non-nil, that is the revision to check out. If REV is the |
| 96 | empty string, that means to check ou tht ehead of the trunk. | 96 | empty string, that means to check out the head of the trunk. |
| 97 | 97 | ||
| 98 | If optional arg DESTFILE is given, it is an alternate filename to | 98 | If optional arg DESTFILE is given, it is an alternate filename to |
| 99 | write the contents to." | 99 | write the contents to." |
diff --git a/lisp/window.el b/lisp/window.el index d466f2975d6..dd23ab1d394 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -9172,7 +9172,7 @@ present. See also `fit-frame-to-buffer-sizes'." | |||
| 9172 | This list specifies the total maximum and minimum numbers of | 9172 | This list specifies the total maximum and minimum numbers of |
| 9173 | lines and the maximum and minimum numbers of columns of the body | 9173 | lines and the maximum and minimum numbers of columns of the body |
| 9174 | of the root window of any frame that shall be fit to its buffer. | 9174 | of the root window of any frame that shall be fit to its buffer. |
| 9175 | Any value specified by ths variable will be overridden by the | 9175 | Any value specified by this variable will be overridden by the |
| 9176 | corresponding argument of `fit-frame-to-buffer', if non-nil. | 9176 | corresponding argument of `fit-frame-to-buffer', if non-nil. |
| 9177 | 9177 | ||
| 9178 | On window systems where the menubar can wrap, fitting a frame to | 9178 | On window systems where the menubar can wrap, fitting a frame to |
diff --git a/msdos/autogen/config.in b/msdos/autogen/config.in index 14782ab4bfe..4b1cfb96e86 100644 --- a/msdos/autogen/config.in +++ b/msdos/autogen/config.in | |||
| @@ -217,7 +217,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 217 | whether the gnulib module scanf shall be considered present. */ | 217 | whether the gnulib module scanf shall be considered present. */ |
| 218 | #undef GNULIB_SCANF | 218 | #undef GNULIB_SCANF |
| 219 | 219 | ||
| 220 | /* Define if ths system is compatible with GNU/Linux. */ | 220 | /* Define if this system is compatible with GNU/Linux. */ |
| 221 | #undef GNU_LINUX | 221 | #undef GNU_LINUX |
| 222 | 222 | ||
| 223 | /* Define to 1 if you want to use the GNU memory allocator. */ | 223 | /* Define to 1 if you want to use the GNU memory allocator. */ |
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 15ab2271718..1ec09d0a818 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -7503,7 +7503,7 @@ | |||
| 7503 | 2010-05-28 Kenichi Handa <handa@m17n.org> | 7503 | 2010-05-28 Kenichi Handa <handa@m17n.org> |
| 7504 | 7504 | ||
| 7505 | * font.c (font_delete_unmatched): Check Vface_ignored_fonts. | 7505 | * font.c (font_delete_unmatched): Check Vface_ignored_fonts. |
| 7506 | Don't sheck SPEC if it is nil. | 7506 | Don't check SPEC if it is nil. |
| 7507 | (font_list_entities): Call font_delete_unmatched if | 7507 | (font_list_entities): Call font_delete_unmatched if |
| 7508 | Vface_ignored_fonts is non-nil. (Bug#6287) | 7508 | Vface_ignored_fonts is non-nil. (Bug#6287) |
| 7509 | 7509 | ||
| @@ -8639,7 +8639,7 @@ | |||
| 8639 | 8639 | ||
| 8640 | * keyboard.c: QClabel is new. | 8640 | * keyboard.c: QClabel is new. |
| 8641 | (parse_tool_bar_item): Take out QClabel from tool bar items. | 8641 | (parse_tool_bar_item): Take out QClabel from tool bar items. |
| 8642 | Try to construct a label if ther is no QClabel. | 8642 | Try to construct a label if there is no QClabel. |
| 8643 | (syms_of_keyboard): Intern :label as QClabel. | 8643 | (syms_of_keyboard): Intern :label as QClabel. |
| 8644 | 8644 | ||
| 8645 | * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new. | 8645 | * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new. |
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 18618bbfb25..cb373803a05 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -73,7 +73,7 @@ | |||
| 73 | 73 | ||
| 74 | * lisp.h (adjust_after_replace): Extern it. | 74 | * lisp.h (adjust_after_replace): Extern it. |
| 75 | 75 | ||
| 76 | * coding.c (detect_coding): Cound the heading ASCII bytes in the | 76 | * coding.c (detect_coding): Count the heading ASCII bytes in the |
| 77 | case of detection for coding_category_utf_8_auto. | 77 | case of detection for coding_category_utf_8_auto. |
| 78 | (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: | 78 | (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: |
| 79 | Skip decoding if all bytes are ASCII. | 79 | Skip decoding if all bytes are ASCII. |
| @@ -1809,7 +1809,7 @@ | |||
| 1809 | 1809 | ||
| 1810 | * nsfns.m (Fns_do_applescript): Run event loop until script has | 1810 | * nsfns.m (Fns_do_applescript): Run event loop until script has |
| 1811 | been executed (Bug#12969). | 1811 | been executed (Bug#12969). |
| 1812 | (ns_run_ascript): Chech as_script for nil, set to nil after | 1812 | (ns_run_ascript): Check as_script for nil, set to nil after |
| 1813 | executing script. | 1813 | executing script. |
| 1814 | 1814 | ||
| 1815 | 2012-12-22 Martin Rudalics <rudalics@gmx.at> | 1815 | 2012-12-22 Martin Rudalics <rudalics@gmx.at> |
| @@ -19967,7 +19967,7 @@ | |||
| 19967 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> | 19967 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> |
| 19968 | 19968 | ||
| 19969 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: | 19969 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: |
| 19970 | New version that can reserve upto 2GB of heap space. | 19970 | New version that can reserve up to 2GB of heap space. |
| 19971 | 19971 | ||
| 19972 | 2011-05-05 Chong Yidong <cyd@stupidchicken.com> | 19972 | 2011-05-05 Chong Yidong <cyd@stupidchicken.com> |
| 19973 | 19973 | ||
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index d832ab9112c..91f8005ac51 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -7498,7 +7498,7 @@ | |||
| 7498 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> | 7498 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> |
| 7499 | 7499 | ||
| 7500 | * insdel.c (invalidate_buffer_caches): When deleting or replacing | 7500 | * insdel.c (invalidate_buffer_caches): When deleting or replacing |
| 7501 | text, invalidate the bidi_paragraph_cache upto and including the | 7501 | text, invalidate the bidi_paragraph_cache up to and including the |
| 7502 | preceding newline. | 7502 | preceding newline. |
| 7503 | 7503 | ||
| 7504 | 2014-04-16 Paul Eggert <eggert@cs.ucla.edu> | 7504 | 2014-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -10868,7 +10868,7 @@ | |||
| 10868 | 10868 | ||
| 10869 | * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | 10869 | * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and |
| 10870 | redisplay--mode-lines-cause. | 10870 | redisplay--mode-lines-cause. |
| 10871 | (redisplay_internal): Keep them uptodate. Remove redundant check of | 10871 | (redisplay_internal): Keep them up-to-date. Remove redundant check of |
| 10872 | buffer_shared_and_changed. | 10872 | buffer_shared_and_changed. |
| 10873 | * *.[chm]: Number every assignment to update_mode_lines so we | 10873 | * *.[chm]: Number every assignment to update_mode_lines so we |
| 10874 | can track why it is set. | 10874 | can track why it is set. |
| @@ -12566,7 +12566,7 @@ | |||
| 12566 | 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru> | 12566 | 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru> |
| 12567 | 12567 | ||
| 12568 | Do not copy X event in handle_one_xevent except KeyPress case. | 12568 | Do not copy X event in handle_one_xevent except KeyPress case. |
| 12569 | Wnen XEvent is processed, it is unlikely to be changed except | 12569 | When XEvent is processed, it is unlikely to be changed except |
| 12570 | KeyPress case, so we can avoid copying and use const pointer to | 12570 | KeyPress case, so we can avoid copying and use const pointer to |
| 12571 | const data to make sure that an event is not changed elsewhere. | 12571 | const data to make sure that an event is not changed elsewhere. |
| 12572 | * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent * | 12572 | * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent * |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index fc7cc5e4d48..f5653efd91e 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -2225,7 +2225,7 @@ | |||
| 2225 | 2225 | ||
| 2226 | 1996-02-08 Eli Zaretskii <eliz@is.elta.co.il> | 2226 | 1996-02-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 2227 | 2227 | ||
| 2228 | * fileio.c (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in | 2228 | * fileio.c (Fmake_temp_name) [MS-DOS]: Allow up to 8 characters in |
| 2229 | the prefix of the temporary file name. | 2229 | the prefix of the temporary file name. |
| 2230 | 2230 | ||
| 2231 | 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 2231 | 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 2594ced5f62..effdf8a7acf 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -5704,7 +5704,7 @@ | |||
| 5704 | (x_scroll_bar_expose): Make no-op for toolkit scroll bars. | 5704 | (x_scroll_bar_expose): Make no-op for toolkit scroll bars. |
| 5705 | (x_scroll_bar_create): Create and show a scroll bar widget | 5705 | (x_scroll_bar_create): Create and show a scroll bar widget |
| 5706 | if using toolkit scroll bars. | 5706 | if using toolkit scroll bars. |
| 5707 | (x_scroll_bar_move): Handle tookit scroll bars. | 5707 | (x_scroll_bar_move): Handle toolkit scroll bars. |
| 5708 | 5708 | ||
| 5709 | * Makefile.in (LIBW): Use Xaw3d if present. | 5709 | * Makefile.in (LIBW): Use Xaw3d if present. |
| 5710 | 5710 | ||
diff --git a/src/comp.c b/src/comp.c index d2a2252cf2b..b6072a866e6 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -947,7 +947,7 @@ obj_to_reloc (Lisp_Object obj) | |||
| 947 | } | 947 | } |
| 948 | 948 | ||
| 949 | xsignal1 (Qnative_ice, | 949 | xsignal1 (Qnative_ice, |
| 950 | build_string ("cant't find data in relocation containers")); | 950 | build_string ("can't find data in relocation containers")); |
| 951 | assume (false); | 951 | assume (false); |
| 952 | 952 | ||
| 953 | found: | 953 | found: |
diff --git a/src/haiku_support.h b/src/haiku_support.h index e940e69bf11..2605a75b400 100644 --- a/src/haiku_support.h +++ b/src/haiku_support.h | |||
| @@ -383,7 +383,7 @@ struct haiku_font_pattern | |||
| 383 | /* The number of characters in `wanted_chars'. */ | 383 | /* The number of characters in `wanted_chars'. */ |
| 384 | int want_chars_len; | 384 | int want_chars_len; |
| 385 | 385 | ||
| 386 | /* List of characters. The font must fullfill at least one of | 386 | /* List of characters. The font must fulfill at least one of |
| 387 | them for the match to succeed. */ | 387 | them for the match to succeed. */ |
| 388 | int *need_one_of; | 388 | int *need_one_of; |
| 389 | 389 | ||
diff --git a/src/w32inevt.c b/src/w32inevt.c index 6a1d9afacf7..d13b0521c9a 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -648,7 +648,7 @@ handle_file_notifications (struct input_event *hold_quit) | |||
| 648 | ns = NULL; | 648 | ns = NULL; |
| 649 | 649 | ||
| 650 | /* Find out if there is a record available in the linked list of | 650 | /* Find out if there is a record available in the linked list of |
| 651 | notifications sets. If so, unlink te set from the linked list. | 651 | notifications sets. If so, unlink the set from the linked list. |
| 652 | Use the critical section. */ | 652 | Use the critical section. */ |
| 653 | enter_crit (); | 653 | enter_crit (); |
| 654 | if (notifications_set_head->next != notifications_set_head) | 654 | if (notifications_set_head->next != notifications_set_head) |
diff --git a/src/xterm.c b/src/xterm.c index deedc595cb2..20bccc165f6 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -14490,7 +14490,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window, | |||
| 14490 | break; | 14490 | break; |
| 14491 | } | 14491 | } |
| 14492 | #ifdef USE_GTK | 14492 | #ifdef USE_GTK |
| 14493 | /* We don't wan't to know the innermost window. We | 14493 | /* We don't want to know the innermost window. We |
| 14494 | want the edit window. For non-Gtk+ the innermost | 14494 | want the edit window. For non-Gtk+ the innermost |
| 14495 | window is the edit window. For Gtk+ it might not | 14495 | window is the edit window. For Gtk+ it might not |
| 14496 | be. It might be the tool bar for example. */ | 14496 | be. It might be the tool bar for example. */ |
| @@ -14521,7 +14521,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window, | |||
| 14521 | never use them in that case.) */ | 14521 | never use them in that case.) */ |
| 14522 | 14522 | ||
| 14523 | #ifdef USE_GTK | 14523 | #ifdef USE_GTK |
| 14524 | /* We don't wan't to know the innermost window. We | 14524 | /* We don't want to know the innermost window. We |
| 14525 | want the edit window. */ | 14525 | want the edit window. */ |
| 14526 | f1 = x_window_to_frame (dpyinfo, win); | 14526 | f1 = x_window_to_frame (dpyinfo, win); |
| 14527 | #else | 14527 | #else |
diff --git a/test/lisp/erc/erc-tests.el b/test/lisp/erc/erc-tests.el index a5100ec1556..ff5d8026973 100644 --- a/test/lisp/erc/erc-tests.el +++ b/test/lisp/erc/erc-tests.el | |||
| @@ -1010,7 +1010,7 @@ | |||
| 1010 | :nick "nick" | 1010 | :nick "nick" |
| 1011 | :password nil)))) | 1011 | :password nil)))) |
| 1012 | 1012 | ||
| 1013 | (ert-info ("Addresss includes nick and password") | 1013 | (ert-info ("Address includes nick and password") |
| 1014 | (should (equal (ert-simulate-keys "nick:sesame@localhost:6667\r" | 1014 | (should (equal (ert-simulate-keys "nick:sesame@localhost:6667\r" |
| 1015 | (erc-select-read-args)) | 1015 | (erc-select-read-args)) |
| 1016 | (list :server "localhost" | 1016 | (list :server "localhost" |
diff --git a/test/lisp/gnus/gnus-icalendar-tests.el b/test/lisp/gnus/gnus-icalendar-tests.el index 348ddf9f056..1b69267bee7 100644 --- a/test/lisp/gnus/gnus-icalendar-tests.el +++ b/test/lisp/gnus/gnus-icalendar-tests.el | |||
| @@ -75,7 +75,7 @@ UID:iipdt88slddpeu7hheuu09sfmd@google.com | |||
| 75 | X-MICROSOFT-CDO-OWNERAPPTID:-362490173 | 75 | X-MICROSOFT-CDO-OWNERAPPTID:-362490173 |
| 76 | RECURRENCE-ID;TZID=America/New_York:20201208T091500 | 76 | RECURRENCE-ID;TZID=America/New_York:20201208T091500 |
| 77 | CREATED:20200309T134939Z | 77 | CREATED:20200309T134939Z |
| 78 | DESCRIPTION:In this meeting\\, we will cover topics from product and enginee | 78 | DESCRIPTION:In this meeting\\, we will cover topics from product and engine |
| 79 | ring presentations and demos to new hire announcements to watching the late | 79 | ring presentations and demos to new hire announcements to watching the late |
| 80 | LAST-MODIFIED:20200728T182852Z | 80 | LAST-MODIFIED:20200728T182852Z |
| 81 | LOCATION:New York-22-Town Hall Space (250) [Chrome Box] | 81 | LOCATION:New York-22-Town Hall Space (250) [Chrome Box] |
diff --git a/test/lisp/net/mailcap-tests.el b/test/lisp/net/mailcap-tests.el index 9e60a243b3d..04462dbc8ba 100644 --- a/test/lisp/net/mailcap-tests.el +++ b/test/lisp/net/mailcap-tests.el | |||
| @@ -125,7 +125,7 @@ | |||
| 125 | 125 | ||
| 126 | (ert-deftest mailcap-view-file () | 126 | (ert-deftest mailcap-view-file () |
| 127 | (with-pristine-mailcap | 127 | (with-pristine-mailcap |
| 128 | ;; Try using a lambda as viewer and check wether | 128 | ;; Try using a lambda as viewer and check whether |
| 129 | ;; `mailcap-view-file' works correctly. | 129 | ;; `mailcap-view-file' works correctly. |
| 130 | (let* ((mailcap-mime-extensions '((".test" . "test/test")))) | 130 | (let* ((mailcap-mime-extensions '((".test" . "test/test")))) |
| 131 | (mailcap-add "test/test" 'mailcap--test-viewer) | 131 | (mailcap-add "test/test" 'mailcap--test-viewer) |
diff --git a/test/manual/noverlay/overlay-perf.el b/test/manual/noverlay/overlay-perf.el index e84941c08f9..4d79254a538 100644 --- a/test/manual/noverlay/overlay-perf.el +++ b/test/manual/noverlay/overlay-perf.el | |||
| @@ -157,7 +157,7 @@ Return test-total elapsed time." | |||
| 157 | (cond ((string-match-p "\\`-[cn]\\'" (car args)) | 157 | (cond ((string-match-p "\\`-[cn]\\'" (car args)) |
| 158 | (unless (and (cdr args) | 158 | (unless (and (cdr args) |
| 159 | (string-match-p "\\`[0-9]+\\'" (cadr args))) | 159 | (string-match-p "\\`[0-9]+\\'" (cadr args))) |
| 160 | (error "%s expectes a natnum argument" (car args))) | 160 | (error "%s expects a natnum argument" (car args))) |
| 161 | (if (equal (car args) "-c") | 161 | (if (equal (car args) "-c") |
| 162 | (setq k (string-to-number (cadr args))) | 162 | (setq k (string-to-number (cadr args))) |
| 163 | (setq n (string-to-number (cadr args)))) | 163 | (setq n (string-to-number (cadr args)))) |
diff --git a/test/src/font-tests.el b/test/src/font-tests.el index 7e9669c6513..683d331d753 100644 --- a/test/src/font-tests.el +++ b/test/src/font-tests.el | |||
| @@ -115,7 +115,7 @@ expected font properties from parsing NAME.") | |||
| 115 | (defun test-font-parse () | 115 | (defun test-font-parse () |
| 116 | "Test font name parsing." | 116 | "Test font name parsing." |
| 117 | (interactive) | 117 | (interactive) |
| 118 | (switch-to-buffer (generate-new-buffer "*Font Pase Test*")) | 118 | (switch-to-buffer (generate-new-buffer "*Font Parse Test*")) |
| 119 | (setq show-trailing-whitespace nil) | 119 | (setq show-trailing-whitespace nil) |
| 120 | (let ((pass-face '((t :foreground "green"))) | 120 | (let ((pass-face '((t :foreground "green"))) |
| 121 | (fail-face '((t :foreground "red")))) | 121 | (fail-face '((t :foreground "red")))) |
diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el index 75d67140a90..731fa893c1f 100644 --- a/test/src/thread-tests.el +++ b/test/src/thread-tests.el | |||
| @@ -217,7 +217,7 @@ | |||
| 217 | (while (not threads-mutex-key) | 217 | (while (not threads-mutex-key) |
| 218 | (thread-yield)) | 218 | (thread-yield)) |
| 219 | (thread-signal thr 'quit nil) | 219 | (thread-signal thr 'quit nil) |
| 220 | ;; `quit' is not catched by `should-error'. We must indicate it. | 220 | ;; `quit' is not caught by `should-error'. We must indicate it. |
| 221 | (condition-case nil | 221 | (condition-case nil |
| 222 | (thread-join thr) | 222 | (thread-join thr) |
| 223 | (quit (signal 'error nil))))))) | 223 | (quit (signal 'error nil))))))) |