diff options
| author | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
| commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
| tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb | |
| parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
| download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip | |
Fix typos.
46 files changed, 133 insertions, 90 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index 8c97261debd..004f0b5f30f 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by | |||
| @@ -566,7 +566,7 @@ template-type | |||
| 566 | (TYPE-TAG $2 "class" nil nil ) | 566 | (TYPE-TAG $2 "class" nil nil ) |
| 567 | | STRUCT symbol | 567 | | STRUCT symbol |
| 568 | (TYPE-TAG $2 "struct" nil nil ) | 568 | (TYPE-TAG $2 "struct" nil nil ) |
| 569 | ;; TODO: Klaus Berndl: For the moment is is ok, that we parse the C++ | 569 | ;; TODO: Klaus Berndl: For the moment it is ok, that we parse the C++ |
| 570 | ;; keyword typename as a class.... | 570 | ;; keyword typename as a class.... |
| 571 | | TYPENAME symbol | 571 | | TYPENAME symbol |
| 572 | (TYPE-TAG $2 "class" nil nil) | 572 | (TYPE-TAG $2 "class" nil nil) |
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 84bb7cf30df..85e4d80d01d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * killing.texi (Rectangles): | ||
| 4 | * regs.texi (Rectangle Registers): | ||
| 5 | * search.texi (Isearch Yank): Fix typos. | ||
| 6 | |||
| 1 | 2011-11-06 Chong Yidong <cyd@gnu.org> | 7 | 2011-11-06 Chong Yidong <cyd@gnu.org> |
| 2 | 8 | ||
| 3 | * windows.texi (Basic Window): Add xref to Cursor Display. | 9 | * windows.texi (Basic Window): Add xref to Cursor Display. |
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 6237b00c2ee..1443ad019bb 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi | |||
| @@ -733,7 +733,7 @@ insert rectangles, and commands to make blank rectangles. | |||
| 733 | @findex delete-rectangle | 733 | @findex delete-rectangle |
| 734 | There are two ways to erase the text in a rectangle: @kbd{C-x r d} | 734 | There are two ways to erase the text in a rectangle: @kbd{C-x r d} |
| 735 | (@code{delete-rectangle}) to delete the text outright, or @kbd{C-x r | 735 | (@code{delete-rectangle}) to delete the text outright, or @kbd{C-x r |
| 736 | k} (@code{kill-rectangle}) to remove the text and and save it as the | 736 | k} (@code{kill-rectangle}) to remove the text and save it as the |
| 737 | @dfn{last killed rectangle}. In both cases, erasing the | 737 | @dfn{last killed rectangle}. In both cases, erasing the |
| 738 | region-rectangle is like erasing the specified text on each line of | 738 | region-rectangle is like erasing the specified text on each line of |
| 739 | the rectangle; if there is any following text on the line, it moves | 739 | the rectangle; if there is any following text on the line, it moves |
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index 41a807375a9..7e5b07221a0 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi | |||
| @@ -145,7 +145,7 @@ rectangle) (@code{insert-register}). | |||
| 145 | 145 | ||
| 146 | The @kbd{C-x r i @var{r}} (@code{insert-register}) command, | 146 | The @kbd{C-x r i @var{r}} (@code{insert-register}) command, |
| 147 | previously documented in @ref{Text Registers}, inserts a rectangle | 147 | previously documented in @ref{Text Registers}, inserts a rectangle |
| 148 | rather than a a text string, if the register contains a rectangle. | 148 | rather than a text string, if the register contains a rectangle. |
| 149 | 149 | ||
| 150 | @node Configuration Registers | 150 | @node Configuration Registers |
| 151 | @section Saving Window Configurations in Registers | 151 | @section Saving Window Configurations in Registers |
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 0b68373d47c..c6747042df5 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -309,7 +309,7 @@ search remains case-insensitive. | |||
| 309 | @findex isearch-yank-char | 309 | @findex isearch-yank-char |
| 310 | @kbd{C-M-w} (@code{isearch-del-char}) deletes the last character | 310 | @kbd{C-M-w} (@code{isearch-del-char}) deletes the last character |
| 311 | from the search string, and @kbd{C-M-y} (@code{isearch-yank-char}) | 311 | from the search string, and @kbd{C-M-y} (@code{isearch-yank-char}) |
| 312 | appends the character after point to the the search string. An | 312 | appends the character after point to the search string. An |
| 313 | alternative method to add the character after point is to enter the | 313 | alternative method to add the character after point is to enter the |
| 314 | minibuffer with @kbd{M-e} (@pxref{Repeat Isearch}) and type @kbd{C-f} | 314 | minibuffer with @kbd{M-e} (@pxref{Repeat Isearch}) and type @kbd{C-f} |
| 315 | at the end of the search string in the minibuffer. | 315 | at the end of the search string in the minibuffer. |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 84333be4a5b..9f5e9fe7ce6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -73,7 +73,7 @@ | |||
| 73 | 73 | ||
| 74 | Release MH-E manual version 8.3. | 74 | Release MH-E manual version 8.3. |
| 75 | 75 | ||
| 76 | * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for | 76 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
| 77 | release 8.3. | 77 | release 8.3. |
| 78 | (Preface): Updated support information. | 78 | (Preface): Updated support information. |
| 79 | (From Bill Wohler): Reset text to original version. As a | 79 | (From Bill Wohler): Reset text to original version. As a |
diff --git a/leim/ChangeLog b/leim/ChangeLog index ed6546554f0..75dde2bcd18 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-09-27 Jambunathan K <kjambunathan@gmail.com> | 1 | 2011-09-27 Jambunathan K <kjambunathan@gmail.com> |
| 2 | 2 | ||
| 3 | * quail/indian.el (quail-tamil-itrans-misc-table): Delete it. | 3 | * quail/indian.el (quail-tamil-itrans-misc-table): Delete it. |
| 4 | (quail-tamil-itrans-numerics-and-symbols-table) | 4 | (quail-tamil-itrans-numerics-and-symbols-table) |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c2669bdd445..e1afec18bd7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -5134,7 +5134,7 @@ | |||
| 5134 | 5134 | ||
| 5135 | 1996-03-15 Anders Lindgren <andersl@csd.uu.se> | 5135 | 1996-03-15 Anders Lindgren <andersl@csd.uu.se> |
| 5136 | 5136 | ||
| 5137 | * etags.c: Prolog language totaly rewritten. | 5137 | * etags.c: Prolog language totally rewritten. |
| 5138 | (Prolog_functions): Rewritten from scratch. | 5138 | (Prolog_functions): Rewritten from scratch. |
| 5139 | (skip_comment, prolog_getit): Removed. | 5139 | (skip_comment, prolog_getit): Removed. |
| 5140 | (prolog_skip_comment): New function, like old skip_comment. | 5140 | (prolog_skip_comment): New function, like old skip_comment. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df356fbbfc0..e17c25a17db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * expand.el (expand-pos, expand-index, expand-point): | ||
| 4 | Remove redundant info from docstring. | ||
| 5 | (expand-add-abbrevs): Doc fix. | ||
| 6 | (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list) | ||
| 7 | (expand-sample-perl-mode-expand-list): Fix typos. | ||
| 8 | |||
| 9 | * net/dbus.el (dbus-event-member-name): | ||
| 10 | * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output): | ||
| 11 | * term/pc-win.el (msdos-create-frame-with-faces): | ||
| 12 | * textmodes/texinfmt.el (texinfo-format-image): Fix typos. | ||
| 13 | |||
| 1 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> | 14 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 15 | ||
| 3 | * window.el (split-window, window-state-get-1) | 16 | * window.el (split-window, window-state-get-1) |
| @@ -464,11 +477,10 @@ | |||
| 464 | * progmodes/cc-defs.el: Update "virtual semicolon" comments. | 477 | * progmodes/cc-defs.el: Update "virtual semicolon" comments. |
| 465 | 478 | ||
| 466 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): | 479 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): |
| 467 | Recode to scan one line at at time rather than having \n and \r | 480 | Recode to scan one line at time rather than having \n and \r |
| 468 | explicitly in c-stmt-delim-chars | 481 | explicitly in c-stmt-delim-chars (for some modes, e.g. AWK). |
| 469 | (for some modes, e.g. AWK). | ||
| 470 | (c-forward-label): Amend for virtual semicolons. | 482 | (c-forward-label): Amend for virtual semicolons. |
| 471 | (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions | 483 | (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions. |
| 472 | 484 | ||
| 473 | * progmodes/cc-fonts.el (c-font-lock-declarations): Take account | 485 | * progmodes/cc-fonts.el (c-font-lock-declarations): Take account |
| 474 | of the new C macros. | 486 | of the new C macros. |
| @@ -485,7 +497,7 @@ | |||
| 485 | 497 | ||
| 486 | * progmodes/cc-vars.el (c-macro-with-semi-re): | 498 | * progmodes/cc-vars.el (c-macro-with-semi-re): |
| 487 | (c-macro-names-with-semicolon): New variables. | 499 | (c-macro-names-with-semicolon): New variables. |
| 488 | (c-make-macro-with-semi-re): New function | 500 | (c-make-macro-with-semi-re): New function. |
| 489 | 501 | ||
| 490 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | 502 | 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 491 | 503 | ||
| @@ -2558,13 +2570,13 @@ | |||
| 2558 | 2570 | ||
| 2559 | 2011-08-20 Alan Mackenzie <acm@muc.de> | 2571 | 2011-08-20 Alan Mackenzie <acm@muc.de> |
| 2560 | 2572 | ||
| 2561 | * Fontify CPP expressions correctly when starting in the middle of | 2573 | Fontify CPP expressions correctly when starting in the middle of |
| 2562 | such a construct. Mainly for when jit-lock etc. starts a chunk | 2574 | such a construct. Mainly for when jit-lock etc. starts a chunk |
| 2563 | here. | 2575 | here. |
| 2564 | 2576 | ||
| 2565 | * progmodes/cc-fonts.el (c-font-lock-context): new buffer local | 2577 | * progmodes/cc-fonts.el (c-font-lock-context): New buffer local |
| 2566 | variable. | 2578 | variable. |
| 2567 | (c-make-font-lock-search-form): new function, extracted from | 2579 | (c-make-font-lock-search-form): New function, extracted from |
| 2568 | c-make-font-lock-search-function. | 2580 | c-make-font-lock-search-function. |
| 2569 | (c-make-font-lock-search-function): Use the above function. | 2581 | (c-make-font-lock-search-function): Use the above function. |
| 2570 | (c-make-font-lock-context-search-function): New function. | 2582 | (c-make-font-lock-context-search-function): New function. |
| @@ -2895,7 +2907,7 @@ | |||
| 2895 | 2907 | ||
| 2896 | * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the | 2908 | * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the |
| 2897 | QT keyword "more" to prevent "more slots: ...." being spuriously | 2909 | QT keyword "more" to prevent "more slots: ...." being spuriously |
| 2898 | parsed as a bitfield declaraion. | 2910 | parsed as a bitfield declaration. |
| 2899 | 2911 | ||
| 2900 | * progmodes/cc-engine.el (c-beginning-of-statement-1): | 2912 | * progmodes/cc-engine.el (c-beginning-of-statement-1): |
| 2901 | Refactor and enhance to handle bitfield declarations. | 2913 | Refactor and enhance to handle bitfield declarations. |
| @@ -5640,7 +5652,7 @@ | |||
| 5640 | 5652 | ||
| 5641 | * image-mode.el (image-toggle-display-image): Ensure that the | 5653 | * image-mode.el (image-toggle-display-image): Ensure that the |
| 5642 | image spec passed to the animate timer is the same object as in | 5654 | image spec passed to the animate timer is the same object as in |
| 5643 | the the buffer's display property (Bug#6981). | 5655 | the buffer's display property (Bug#6981). |
| 5644 | (image-transform-properties): Doc fix. | 5656 | (image-transform-properties): Doc fix. |
| 5645 | 5657 | ||
| 5646 | * image.el (image-animate-max-time): Default to nil. | 5658 | * image.el (image-animate-max-time): Default to nil. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 36c3d68e96f..5320b5ee872 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -4332,7 +4332,7 @@ | |||
| 4332 | 4332 | ||
| 4333 | 2003-04-01 Stefan Monnier <monnier@cs.yale.edu> | 4333 | 2003-04-01 Stefan Monnier <monnier@cs.yale.edu> |
| 4334 | 4334 | ||
| 4335 | * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries | 4335 | * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries |
| 4336 | that do not depend on asm-comment-char. | 4336 | that do not depend on asm-comment-char. |
| 4337 | (asm-mode-map): Declare and init at the same time. | 4337 | (asm-mode-map): Declare and init at the same time. |
| 4338 | (asm-code-level-empty-comment-pattern) | 4338 | (asm-code-level-empty-comment-pattern) |
| @@ -9632,7 +9632,7 @@ | |||
| 9632 | named ucs-translation-table-for-decode vacant. If FOR-ENCODE is | 9632 | named ucs-translation-table-for-decode vacant. If FOR-ENCODE is |
| 9633 | non-nil, make a proper char-table populates the translation table | 9633 | non-nil, make a proper char-table populates the translation table |
| 9634 | name utf-translation-table-for-encode. Call register-char-codings | 9634 | name utf-translation-table-for-encode. Call register-char-codings |
| 9635 | for all mule-utf-* to to reset their status to the original. | 9635 | for all mule-utf-* to reset their status to the original. |
| 9636 | (unify-8859-on-encoding-mode): Call ucs-unify-8859 and | 9636 | (unify-8859-on-encoding-mode): Call ucs-unify-8859 and |
| 9637 | ucs-fragment-8859 with fixed arguments. Set the version to 21.3. | 9637 | ucs-fragment-8859 with fixed arguments. Set the version to 21.3. |
| 9638 | (unify-8859-on-decoding-mode): Likewise. Remove dependency. | 9638 | (unify-8859-on-decoding-mode): Likewise. Remove dependency. |
| @@ -10545,7 +10545,7 @@ | |||
| 10545 | 10545 | ||
| 10546 | 2002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 10546 | 2002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
| 10547 | 10547 | ||
| 10548 | * dired.el (dired-insert-directory): Always add "--dired" to to | 10548 | * dired.el (dired-insert-directory): Always add "--dired" to |
| 10549 | SWITCHES for remote files. | 10549 | SWITCHES for remote files. |
| 10550 | * files.el (insert-directory): Comment saying that "--dired" | 10550 | * files.el (insert-directory): Comment saying that "--dired" |
| 10551 | might be in the SWITCHES. | 10551 | might be in the SWITCHES. |
| @@ -11617,7 +11617,7 @@ | |||
| 11617 | * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): | 11617 | * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): |
| 11618 | Decide here whether to print which form we're compiling. | 11618 | Decide here whether to print which form we're compiling. |
| 11619 | If we do that, still print file and line. Make file name | 11619 | If we do that, still print file and line. Make file name |
| 11620 | relative to default-directory. Print fewer newlines. | 11620 | relative to default-directory. Print fewer newlines. |
| 11621 | (byte-compile-log-file): Print something even if no file. | 11621 | (byte-compile-log-file): Print something even if no file. |
| 11622 | Print messages for entering and leaving directories, | 11622 | Print messages for entering and leaving directories, |
| 11623 | and set default-directory. | 11623 | and set default-directory. |
| @@ -12899,7 +12899,7 @@ | |||
| 12899 | * timer.el (timer-inc-time): Doc fix. | 12899 | * timer.el (timer-inc-time): Doc fix. |
| 12900 | 12900 | ||
| 12901 | * replace.el (keep-lines, flush-lines): Interactively report | 12901 | * replace.el (keep-lines, flush-lines): Interactively report |
| 12902 | read-only error before reading regexp argument. | 12902 | read-only error before reading regexp argument. |
| 12903 | 12903 | ||
| 12904 | * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks. | 12904 | * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks. |
| 12905 | 12905 | ||
| @@ -21105,12 +21105,12 @@ | |||
| 21105 | so that the next undo after an error will not begin redoing. | 21105 | so that the next undo after an error will not begin redoing. |
| 21106 | 21106 | ||
| 21107 | * simple.el (shell-command): Doc fix. | 21107 | * simple.el (shell-command): Doc fix. |
| 21108 | (shell-command-on-region): If there is output an an error, | 21108 | (shell-command-on-region): If there is output and an error, |
| 21109 | add "...Shell command failed" to the output. | 21109 | add "...Shell command failed" to the output. |
| 21110 | 21110 | ||
| 21111 | 2001-12-13 David Ponce <david@dponce.com> | 21111 | 2001-12-13 David Ponce <david@dponce.com> |
| 21112 | 21112 | ||
| 21113 | * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed. | 21113 | * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed. |
| 21114 | (ruler-mode-left-fringe-cols): Function replaced by more efficient | 21114 | (ruler-mode-left-fringe-cols): Function replaced by more efficient |
| 21115 | implementation `ruler-mode-extra-left-cols'. | 21115 | implementation `ruler-mode-extra-left-cols'. |
| 21116 | (ruler-mode-ruler): Use above new function. Take into account | 21116 | (ruler-mode-ruler): Use above new function. Take into account |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index ab7d25632d8..7782fa10e4e 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -8855,7 +8855,7 @@ | |||
| 8855 | (org-get-indentation): New optional argument LINE. | 8855 | (org-get-indentation): New optional argument LINE. |
| 8856 | (org-fix-indentation, org-remove-tabs): New functions. | 8856 | (org-fix-indentation, org-remove-tabs): New functions. |
| 8857 | (org-export-as-ascii, org-ascii-level-start): Determine and apply | 8857 | (org-export-as-ascii, org-ascii-level-start): Determine and apply |
| 8858 | correct indentation for headlines that are converted it items. | 8858 | correct indentation for headlines that are converted to items. |
| 8859 | (org-skip-comments): Remove table lines that contain narrowing | 8859 | (org-skip-comments): Remove table lines that contain narrowing |
| 8860 | cookies but no other non-empty fields. | 8860 | cookies but no other non-empty fields. |
| 8861 | (org-set-tags): Allow groups of mutually exclusive tags. | 8861 | (org-set-tags): Allow groups of mutually exclusive tags. |
| @@ -16884,7 +16884,7 @@ | |||
| 16884 | * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare) | 16884 | * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare) |
| 16885 | (c-font-lock-declarators, c-font-lock-declarations) | 16885 | (c-font-lock-declarators, c-font-lock-declarations) |
| 16886 | (c-complex-decl-matchers, c-basic-matchers-after): Use a text | 16886 | (c-complex-decl-matchers, c-basic-matchers-after): Use a text |
| 16887 | property to mark the items in in declarator lists to handle | 16887 | property to mark the items in declarator lists to handle |
| 16888 | refontification inside multiline declarations better. | 16888 | refontification inside multiline declarations better. |
| 16889 | 16889 | ||
| 16890 | * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a | 16890 | * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a |
diff --git a/lisp/button.el b/lisp/button.el index 6ef79532ae7..262a19c1806 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | ;; button face may not be visible. Using overlays avoids this. | 42 | ;; button face may not be visible. Using overlays avoids this. |
| 43 | ;; | 43 | ;; |
| 44 | ;; Using `define-button-type' to define default properties for buttons | 44 | ;; Using `define-button-type' to define default properties for buttons |
| 45 | ;; is not necessary, but it is is encouraged, since doing so makes the | 45 | ;; is not necessary, but it is encouraged, since doing so makes the |
| 46 | ;; resulting code clearer and more efficient. | 46 | ;; resulting code clearer and more efficient. |
| 47 | ;; | 47 | ;; |
| 48 | 48 | ||
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 7d70e83200d..e5969a3c291 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * semantic/lex.el (semantic-lex-tokens): | ||
| 4 | * semantic/tag-ls.el (semantic-tag-protected-p): | ||
| 5 | * srecode/mode.el (srecode-prefix-map): Fix typos. | ||
| 6 | |||
| 1 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * ede/project-am.el (project-compile-target-command): Fix typo. | 9 | * ede/project-am.el (project-compile-target-command): Fix typo. |
diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el index 87a436fbc3d..4da3be98f37 100644 --- a/lisp/cedet/semantic/lex.el +++ b/lisp/cedet/semantic/lex.el | |||
| @@ -491,7 +491,7 @@ For compatibility with Semantic 1.x it defaults to `semantic-flex'.") | |||
| 491 | (symbol) | 491 | (symbol) |
| 492 | (whitespace) | 492 | (whitespace) |
| 493 | ) | 493 | ) |
| 494 | "An alist of of semantic token types. | 494 | "An alist of semantic token types. |
| 495 | As of December 2001 (semantic 1.4beta13), this variable is not used in | 495 | As of December 2001 (semantic 1.4beta13), this variable is not used in |
| 496 | any code. The only use is to refer to the doc-string from elsewhere. | 496 | any code. The only use is to refer to the doc-string from elsewhere. |
| 497 | 497 | ||
| @@ -1758,7 +1758,7 @@ If there is no error, then the last value of FORMS is returned." | |||
| 1758 | (semantic-alias-obsolete 'semantic-flex-map-keywords 'semantic-lex-map-keywords "23.2") | 1758 | (semantic-alias-obsolete 'semantic-flex-map-keywords 'semantic-lex-map-keywords "23.2") |
| 1759 | (semantic-alias-obsolete 'semantic-flex-keywords 'semantic-lex-keywords "23.2") | 1759 | (semantic-alias-obsolete 'semantic-flex-keywords 'semantic-lex-keywords "23.2") |
| 1760 | (semantic-alias-obsolete 'semantic-flex-buffer 'semantic-lex-buffer "23.2") | 1760 | (semantic-alias-obsolete 'semantic-flex-buffer 'semantic-lex-buffer "23.2") |
| 1761 | (semantic-alias-obsolete 'semantic-flex-list 'semantic-lex-list "23.2") | 1761 | (semantic-alias-obsolete 'semantic-flex-list 'semantic-lex-list "23.2") |
| 1762 | 1762 | ||
| 1763 | ;; This simple scanner uses the syntax table to generate a stream of | 1763 | ;; This simple scanner uses the syntax table to generate a stream of |
| 1764 | ;; simple tokens of the form: | 1764 | ;; simple tokens of the form: |
| @@ -1769,7 +1769,7 @@ If there is no error, then the last value of FORMS is returned." | |||
| 1769 | ;; objects boundary. | 1769 | ;; objects boundary. |
| 1770 | 1770 | ||
| 1771 | (defvar semantic-flex-tokens semantic-lex-tokens | 1771 | (defvar semantic-flex-tokens semantic-lex-tokens |
| 1772 | "An alist of of semantic token types. | 1772 | "An alist of semantic token types. |
| 1773 | See variable `semantic-lex-tokens'.") | 1773 | See variable `semantic-lex-tokens'.") |
| 1774 | 1774 | ||
| 1775 | (defvar semantic-flex-unterminated-syntax-end-function | 1775 | (defvar semantic-flex-unterminated-syntax-end-function |
diff --git a/lisp/cedet/semantic/tag-ls.el b/lisp/cedet/semantic/tag-ls.el index 3d8ed2c5b80..4d001322108 100644 --- a/lisp/cedet/semantic/tag-ls.el +++ b/lisp/cedet/semantic/tag-ls.el | |||
| @@ -98,7 +98,7 @@ See `semantic-tag-protection'." | |||
| 98 | prot)) | 98 | prot)) |
| 99 | 99 | ||
| 100 | (defun semantic-tag-protected-p (tag protection &optional parent) | 100 | (defun semantic-tag-protected-p (tag protection &optional parent) |
| 101 | "Non-nil if TAG is is protected. | 101 | "Non-nil if TAG is protected. |
| 102 | PROTECTION is a symbol which can be returned by the method | 102 | PROTECTION is a symbol which can be returned by the method |
| 103 | `semantic-tag-protection'. | 103 | `semantic-tag-protection'. |
| 104 | PARENT is the parent data type which contains TAG. | 104 | PARENT is the parent data type which contains TAG. |
| @@ -106,7 +106,7 @@ PARENT is the parent data type which contains TAG. | |||
| 106 | For these PROTECTIONs, true is returned if TAG is: | 106 | For these PROTECTIONs, true is returned if TAG is: |
| 107 | @table @asis | 107 | @table @asis |
| 108 | @item nil | 108 | @item nil |
| 109 | Always true | 109 | Always true. |
| 110 | @item private | 110 | @item private |
| 111 | True if nil. | 111 | True if nil. |
| 112 | @item protected | 112 | @item protected |
diff --git a/lisp/cedet/srecode/mode.el b/lisp/cedet/srecode/mode.el index bb2db79acc6..23d09bc9a4b 100644 --- a/lisp/cedet/srecode/mode.el +++ b/lisp/cedet/srecode/mode.el | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | (define-key km (format "%c" k) 'srecode-bind-insert) | 61 | (define-key km (format "%c" k) 'srecode-bind-insert) |
| 62 | (setq k (1+ k)))) | 62 | (setq k (1+ k)))) |
| 63 | km) | 63 | km) |
| 64 | "Keymap used behind the srecode prefix key in in srecode minor mode.") | 64 | "Keymap used behind the srecode prefix key in srecode minor mode.") |
| 65 | 65 | ||
| 66 | (defvar srecode-menu-bar | 66 | (defvar srecode-menu-bar |
| 67 | (list | 67 | (list |
diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el index 95d93eb113d..8257c6aebea 100644 --- a/lisp/emacs-lisp/smie.el +++ b/lisp/emacs-lisp/smie.el | |||
| @@ -130,7 +130,7 @@ | |||
| 130 | ;; - a 2 dimensional precedence table (key word "prec2"), is a 2D | 130 | ;; - a 2 dimensional precedence table (key word "prec2"), is a 2D |
| 131 | ;; table recording the precedence relation (can be `<', `=', `>', or | 131 | ;; table recording the precedence relation (can be `<', `=', `>', or |
| 132 | ;; nil) between each pair of tokens. | 132 | ;; nil) between each pair of tokens. |
| 133 | ;; - a precedence-level table (key word "grammar"), which is a alist | 133 | ;; - a precedence-level table (key word "grammar"), which is an alist |
| 134 | ;; giving for each token its left and right precedence level (a | 134 | ;; giving for each token its left and right precedence level (a |
| 135 | ;; number or nil). This is used in `smie-grammar'. | 135 | ;; number or nil). This is used in `smie-grammar'. |
| 136 | ;; The prec2 tables are only intermediate data structures: the source | 136 | ;; The prec2 tables are only intermediate data structures: the source |
diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el index cc3e633f098..7144138445c 100644 --- a/lisp/emacs-lisp/tcover-unsafep.el +++ b/lisp/emacs-lisp/tcover-unsafep.el | |||
| @@ -100,7 +100,7 @@ | |||
| 100 | . (risky-local-variable format-alist)) | 100 | . (risky-local-variable format-alist)) |
| 101 | ( (setq buffer-display-count (delete-file "x")) | 101 | ( (setq buffer-display-count (delete-file "x")) |
| 102 | . (function delete-file)) | 102 | . (function delete-file)) |
| 103 | ;;These are actualy safe (they signal errors) | 103 | ;;These are actually safe (they signal errors) |
| 104 | ( (apply '(x) '(1 2 3)) | 104 | ( (apply '(x) '(1 2 3)) |
| 105 | . (function (x))) | 105 | . (function (x))) |
| 106 | ( (let (((x))) 1) | 106 | ( (let (((x))) 1) |
diff --git a/lisp/expand.el b/lisp/expand.el index 544d0b1cb17..beb76321781 100644 --- a/lisp/expand.el +++ b/lisp/expand.el | |||
| @@ -111,7 +111,7 @@ | |||
| 111 | ("while" "while () {\n\n}" (8 12)) | 111 | ("while" "while () {\n\n}" (8 12)) |
| 112 | ("default" "default:\n\nbreak;" 10) | 112 | ("default" "default:\n\nbreak;" 10) |
| 113 | ("main" "int\nmain(int argc, char * argv[])\n{\n\n}\n" 37)) | 113 | ("main" "int\nmain(int argc, char * argv[])\n{\n\n}\n" 37)) |
| 114 | "Expansions for C mode. See `expand-add-abbrevs'.") | 114 | "Expansions for C mode. See `expand-add-abbrevs'.") |
| 115 | 115 | ||
| 116 | ;; lisp example from Jari Aalto <jaalto@tre.tele.nokia.fi> | 116 | ;; lisp example from Jari Aalto <jaalto@tre.tele.nokia.fi> |
| 117 | (defconst expand-sample-lisp-mode-expand-list | 117 | (defconst expand-sample-lisp-mode-expand-list |
| @@ -181,7 +181,7 @@ | |||
| 181 | (list 12 14)) | 181 | (list 12 14)) |
| 182 | 182 | ||
| 183 | ) | 183 | ) |
| 184 | "Expansions for Lisp mode. See `expand-add-abbrevs'.") | 184 | "Expansions for Lisp mode. See `expand-add-abbrevs'.") |
| 185 | 185 | ||
| 186 | ;; perl example from Jari Aalto <jaalto@tre.tele.nokia.fi> | 186 | ;; perl example from Jari Aalto <jaalto@tre.tele.nokia.fi> |
| 187 | (defconst expand-sample-perl-mode-expand-list | 187 | (defconst expand-sample-perl-mode-expand-list |
| @@ -257,20 +257,20 @@ | |||
| 257 | (list "rtu" "return ;" (list 8)) | 257 | (list "rtu" "return ;" (list 8)) |
| 258 | 258 | ||
| 259 | ) | 259 | ) |
| 260 | "Expansions for Perl mode. See `expand-add-abbrevs'.") | 260 | "Expansions for Perl mode. See `expand-add-abbrevs'.") |
| 261 | 261 | ||
| 262 | ;;; Code: | 262 | ;;; Code: |
| 263 | 263 | ||
| 264 | ;;;###autoload | 264 | ;;;###autoload |
| 265 | (defun expand-add-abbrevs (table abbrevs) | 265 | (defun expand-add-abbrevs (table abbrevs) |
| 266 | "Add a list of abbrev to abbrev table TABLE. | 266 | "Add a list of abbreviations to abbrev table TABLE. |
| 267 | ABBREVS is a list of abbrev definitions; each abbrev description entry | 267 | ABBREVS is a list of abbrev definitions; each abbrev description entry |
| 268 | has the form (ABBREV EXPANSION ARG). | 268 | has the form (ABBREV EXPANSION ARG). |
| 269 | 269 | ||
| 270 | ABBREV is the abbreviation to replace. | 270 | ABBREV is the abbreviation to replace. |
| 271 | 271 | ||
| 272 | EXPANSION is the replacement string or a function which will make the | 272 | EXPANSION is the replacement string or a function which will make the |
| 273 | expansion. For example you, could use the DMacros or skeleton packages | 273 | expansion. For example, you could use the DMacros or skeleton packages |
| 274 | to generate such functions. | 274 | to generate such functions. |
| 275 | 275 | ||
| 276 | ARG is an optional argument which can be a number or a list of | 276 | ARG is an optional argument which can be a number or a list of |
| @@ -279,7 +279,7 @@ beginning of the expanded text. | |||
| 279 | 279 | ||
| 280 | If ARG is a list of numbers, point is placed according to the first | 280 | If ARG is a list of numbers, point is placed according to the first |
| 281 | member of the list, but you can visit the other specified positions | 281 | member of the list, but you can visit the other specified positions |
| 282 | cyclicaly with the functions `expand-jump-to-previous-slot' and | 282 | cyclically with the functions `expand-jump-to-previous-slot' and |
| 283 | `expand-jump-to-next-slot'. | 283 | `expand-jump-to-next-slot'. |
| 284 | 284 | ||
| 285 | If ARG is omitted, point is placed at the end of the expanded text." | 285 | If ARG is omitted, point is placed at the end of the expanded text." |
| @@ -293,18 +293,15 @@ If ARG is omitted, point is placed at the end of the expanded text." | |||
| 293 | (defvar expand-list nil "Temporary variable used by the Expand package.") | 293 | (defvar expand-list nil "Temporary variable used by the Expand package.") |
| 294 | 294 | ||
| 295 | (defvar expand-pos nil | 295 | (defvar expand-pos nil |
| 296 | "If non-nil, stores a vector containing markers to positions defined by the last expansion. | 296 | "If non-nil, stores a vector containing markers to positions defined by the last expansion.") |
| 297 | This variable is local to a buffer.") | ||
| 298 | (make-variable-buffer-local 'expand-pos) | 297 | (make-variable-buffer-local 'expand-pos) |
| 299 | 298 | ||
| 300 | (defvar expand-index 0 | 299 | (defvar expand-index 0 |
| 301 | "Index of the last marker used in `expand-pos'. | 300 | "Index of the last marker used in `expand-pos'.") |
| 302 | This variable is local to a buffer.") | ||
| 303 | (make-variable-buffer-local 'expand-index) | 301 | (make-variable-buffer-local 'expand-index) |
| 304 | 302 | ||
| 305 | (defvar expand-point nil | 303 | (defvar expand-point nil |
| 306 | "End of the expanded region. | 304 | "End of the expanded region.") |
| 307 | This variable is local to a buffer.") | ||
| 308 | (make-variable-buffer-local 'expand-point) | 305 | (make-variable-buffer-local 'expand-point) |
| 309 | 306 | ||
| 310 | (defun expand-add-abbrev (table abbrev expansion arg) | 307 | (defun expand-add-abbrev (table abbrev expansion arg) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4c31bbb52e4..a28213a6b26 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind): | ||
| 4 | Fix typos. | ||
| 5 | |||
| 1 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * gnus-art.el (gnus-article-part-wrapper): | 8 | * gnus-art.el (gnus-article-part-wrapper): |
| @@ -4429,7 +4434,7 @@ | |||
| 4429 | gnus-original-article-buffer is alive. | 4434 | gnus-original-article-buffer is alive. |
| 4430 | 4435 | ||
| 4431 | * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to | 4436 | * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to |
| 4432 | reflect the order they're in in the digest. | 4437 | reflect the order they are in the digest. |
| 4433 | 4438 | ||
| 4434 | * gnus.el (gnus-group-startup-message): Move point to the start of the | 4439 | * gnus.el (gnus-group-startup-message): Move point to the start of the |
| 4435 | buffer. | 4440 | buffer. |
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index c4f563adbb6..86c4eea59ab 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 | |||
| @@ -1336,7 +1336,7 @@ | |||
| 1336 | 1336 | ||
| 1337 | 1998-05-07 Hrvoje Niksic <hniksic@srce.hr> | 1337 | 1998-05-07 Hrvoje Niksic <hniksic@srce.hr> |
| 1338 | 1338 | ||
| 1339 | * nnmail.el: (nnmail-get-split-group): Use `regexp-quote' | 1339 | * nnmail.el (nnmail-get-split-group): Use `regexp-quote' |
| 1340 | when file name is a part of pattern. | 1340 | when file name is a part of pattern. |
| 1341 | 1341 | ||
| 1342 | * nnmail.el (nnmail-crosspost-link-function): Ditto. | 1342 | * nnmail.el (nnmail-crosspost-link-function): Ditto. |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 669f9675536..32e40f68fc2 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -3613,7 +3613,7 @@ articles in every agentized group? ")) | |||
| 3613 | (setq r d | 3613 | (setq r d |
| 3614 | d (directory-file-name d))) | 3614 | d (directory-file-name d))) |
| 3615 | ;; if ANY ancestor was NOT in keep hash and | 3615 | ;; if ANY ancestor was NOT in keep hash and |
| 3616 | ;; it it's already in to-remove, add it to | 3616 | ;; it's already in to-remove, add it to |
| 3617 | ;; to-remove. | 3617 | ;; to-remove. |
| 3618 | (if (and r | 3618 | (if (and r |
| 3619 | (not (member r to-remove))) | 3619 | (not (member r to-remove))) |
diff --git a/lisp/gnus/registry.el b/lisp/gnus/registry.el index 8e158f7ca0f..5fd309a5c7d 100644 --- a/lisp/gnus/registry.el +++ b/lisp/gnus/registry.el | |||
| @@ -149,7 +149,7 @@ | |||
| 149 | 149 | ||
| 150 | (defmethod registry-lookup ((db registry-db) keys) | 150 | (defmethod registry-lookup ((db registry-db) keys) |
| 151 | "Search for KEYS in the registry-db THIS. | 151 | "Search for KEYS in the registry-db THIS. |
| 152 | Returns a alist of the key followed by the entry in a list, not a cons cell." | 152 | Returns an alist of the key followed by the entry in a list, not a cons cell." |
| 153 | (let ((data (oref db :data))) | 153 | (let ((data (oref db :data))) |
| 154 | (delq nil | 154 | (delq nil |
| 155 | (mapcar | 155 | (mapcar |
| @@ -160,7 +160,7 @@ Returns a alist of the key followed by the entry in a list, not a cons cell." | |||
| 160 | 160 | ||
| 161 | (defmethod registry-lookup-breaks-before-lexbind ((db registry-db) keys) | 161 | (defmethod registry-lookup-breaks-before-lexbind ((db registry-db) keys) |
| 162 | "Search for KEYS in the registry-db THIS. | 162 | "Search for KEYS in the registry-db THIS. |
| 163 | Returns a alist of the key followed by the entry in a list, not a cons cell." | 163 | Returns an alist of the key followed by the entry in a list, not a cons cell." |
| 164 | (let ((data (oref db :data))) | 164 | (let ((data (oref db :data))) |
| 165 | (delq nil | 165 | (delq nil |
| 166 | (loop for key in keys | 166 | (loop for key in keys |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ee9c9fca2b5..ca179a78b61 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mh-search.el (mh-pick-parse-search-buffer): Fix typo. | ||
| 4 | |||
| 1 | 2011-09-20 Bill Wohler <wohler@newt.com> | 5 | 2011-09-20 Bill Wohler <wohler@newt.com> |
| 2 | 6 | ||
| 3 | Release MH-E version 8.3. | 7 | Release MH-E version 8.3. |
| @@ -40,7 +44,7 @@ | |||
| 40 | switch-to-buffer. The previous change which used pop-to-buffer | 44 | switch-to-buffer. The previous change which used pop-to-buffer |
| 41 | produced the wrong behavior. | 45 | produced the wrong behavior. |
| 42 | 46 | ||
| 43 | 2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change) | 47 | 2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change) |
| 44 | 48 | ||
| 45 | * mh-xface.el (mh-picon-get-image): Remove quote from block | 49 | * mh-xface.el (mh-picon-get-image): Remove quote from block |
| 46 | argument. | 50 | argument. |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 4ba5e847981..5a3f57720f4 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -1484,7 +1484,7 @@ | |||
| 1484 | * mh-alias.el (Commentary): Removed as it is now in the manual. | 1484 | * mh-alias.el (Commentary): Removed as it is now in the manual. |
| 1485 | (mh-alias-system-aliases): Moved here from mh-customize.el. By | 1485 | (mh-alias-system-aliases): Moved here from mh-customize.el. By |
| 1486 | definition, "system" definitions are not user-visible, and user | 1486 | definition, "system" definitions are not user-visible, and user |
| 1487 | filenames are in the the Aliasfile: profile component, so this | 1487 | filenames are in the Aliasfile: profile component, so this |
| 1488 | variable really shouldn't be a defcustom. | 1488 | variable really shouldn't be a defcustom. |
| 1489 | (mh-alias-tstamp, mh-alias-filenames, mh-alias-reload) | 1489 | (mh-alias-tstamp, mh-alias-filenames, mh-alias-reload) |
| 1490 | (mh-alias-add-alias, mh-alias-grab-from-field) | 1490 | (mh-alias-add-alias, mh-alias-grab-from-field) |
| @@ -4533,7 +4533,7 @@ | |||
| 4533 | 4533 | ||
| 4534 | * mh-xemacs-toolbar.el: Remove the code since that gets generated | 4534 | * mh-xemacs-toolbar.el: Remove the code since that gets generated |
| 4535 | when mh-tool-bar-define is expanded. | 4535 | when mh-tool-bar-define is expanded. |
| 4536 | (mh-xemacs-icon-map): A alist to map GNU Emacs icon names to the | 4536 | (mh-xemacs-icon-map): An alist to map GNU Emacs icon names to the |
| 4537 | actual icons to be used in XEmacs. This is used in | 4537 | actual icons to be used in XEmacs. This is used in |
| 4538 | mh-tool-bar-define. | 4538 | mh-tool-bar-define. |
| 4539 | 4539 | ||
| @@ -5022,7 +5022,7 @@ | |||
| 5022 | * mh-utils.el (mh-truncate-log-buffer): Modify the function to | 5022 | * mh-utils.el (mh-truncate-log-buffer): Modify the function to |
| 5023 | return the current size of mh-log-buffer. Also we are now a bit | 5023 | return the current size of mh-log-buffer. Also we are now a bit |
| 5024 | more careful in adding separators between consecutive messages. | 5024 | more careful in adding separators between consecutive messages. |
| 5025 | (mh-exec-cmd): Fix a bug where the the log buffer would be | 5025 | (mh-exec-cmd): Fix a bug where the log buffer would be |
| 5026 | displayed even if no error happened in the current command but | 5026 | displayed even if no error happened in the current command but |
| 5027 | the log buffer had messages from a previous error. | 5027 | the log buffer had messages from a previous error. |
| 5028 | 5028 | ||
| @@ -8594,7 +8594,7 @@ | |||
| 8594 | mail-header-separator. | 8594 | mail-header-separator. |
| 8595 | (mh-send-letter): The default BCC encapsulation will make a MIME | 8595 | (mh-send-letter): The default BCC encapsulation will make a MIME |
| 8596 | message unreadable. If we are running nmh and the letter contains | 8596 | message unreadable. If we are running nmh and the letter contains |
| 8597 | a Bcc: and a Content-Type: field, add the -mime switch to to the | 8597 | a Bcc: and a Content-Type: field, add the -mime switch to the |
| 8598 | arguments to send. | 8598 | arguments to send. |
| 8599 | 8599 | ||
| 8600 | 2002-10-21 Peter S Galbraith <psg@debian.org> | 8600 | 2002-10-21 Peter S Galbraith <psg@debian.org> |
| @@ -9610,7 +9610,7 @@ | |||
| 9610 | 2002-06-27 Satyaki Das <satyaki@theforce.stanford.edu> | 9610 | 2002-06-27 Satyaki Das <satyaki@theforce.stanford.edu> |
| 9611 | 9611 | ||
| 9612 | * mh-e.el (mh-next-undeleted-msg): Get rid of optional arg | 9612 | * mh-e.el (mh-next-undeleted-msg): Get rid of optional arg |
| 9613 | reverse-p. If there are no more undeleted messages the the point | 9613 | reverse-p. If there are no more undeleted messages the point |
| 9614 | remains at its original position and a message is produced (closes | 9614 | remains at its original position and a message is produced (closes |
| 9615 | SF #494304). | 9615 | SF #494304). |
| 9616 | (mh-previous-undeleted-msg): Change similar to | 9616 | (mh-previous-undeleted-msg): Change similar to |
| @@ -11049,7 +11049,7 @@ | |||
| 11049 | line, starting with Re: | 11049 | line, starting with Re: |
| 11050 | (mh-scan-body-regexp): | 11050 | (mh-scan-body-regexp): |
| 11051 | Regexp matching the message body beginning displayed in scan lines. | 11051 | Regexp matching the message body beginning displayed in scan lines. |
| 11052 | (mh-scan.font-lock-regexp): Regexp matching output of the the | 11052 | (mh-scan.font-lock-regexp): Regexp matching output of the |
| 11053 | optional scan.font-lock format file. | 11053 | optional scan.font-lock format file. |
| 11054 | (mh-folder-font-lock-keywords): New font-lock for folder-mode that | 11054 | (mh-folder-font-lock-keywords): New font-lock for folder-mode that |
| 11055 | uses the above regexps. | 11055 | uses the above regexps. |
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index c8f2440e276..c06bc6649a5 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -646,7 +646,7 @@ Uses the pick method described in `mh-pick-execute-search'." | |||
| 646 | 646 | ||
| 647 | (defun mh-pick-parse-search-buffer () | 647 | (defun mh-pick-parse-search-buffer () |
| 648 | "Parse the search buffer contents. | 648 | "Parse the search buffer contents. |
| 649 | The function returns a alist. The car of each element is either | 649 | The function returns an alist. The car of each element is either |
| 650 | the header name to search in or nil to search the whole message. | 650 | the header name to search in or nil to search the whole message. |
| 651 | The cdr of the element is the pattern to search." | 651 | The cdr of the element is the pattern to search." |
| 652 | (save-excursion | 652 | (save-excursion |
diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index e5eb2015418..03b84a45ea3 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el | |||
| @@ -505,7 +505,7 @@ not well formed." | |||
| 505 | 505 | ||
| 506 | (defun dbus-event-member-name (event) | 506 | (defun dbus-event-member-name (event) |
| 507 | "Return the member name the event is coming from. | 507 | "Return the member name the event is coming from. |
| 508 | It is either a signal name or a method name. The result is is a | 508 | It is either a signal name or a method name. The result is a |
| 509 | string. EVENT is a D-Bus event, see `dbus-check-event'. This | 509 | string. EVENT is a D-Bus event, see `dbus-check-event'. This |
| 510 | function raises a `dbus-error' signal in case the event is not | 510 | function raises a `dbus-error' signal in case the event is not |
| 511 | well formed." | 511 | well formed." |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 5fca1018095..a47e7fa8f6f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -3851,7 +3851,7 @@ Only works for Bourne-like shells." | |||
| 3851 | ;; expects English? Or just to set LC_MESSAGES to "C" if Tramp | 3851 | ;; expects English? Or just to set LC_MESSAGES to "C" if Tramp |
| 3852 | ;; expects only English messages? (Juri Linkov) | 3852 | ;; expects only English messages? (Juri Linkov) |
| 3853 | ;; * Make shadowfile.el grok Tramp filenames. (Bug#4526, Bug#4846) | 3853 | ;; * Make shadowfile.el grok Tramp filenames. (Bug#4526, Bug#4846) |
| 3854 | ;; * I was wondering it it would be possible to use tramp even if I'm | 3854 | ;; * I was wondering if it would be possible to use tramp even if I'm |
| 3855 | ;; actually using sshfs. But when I launch a command I would like | 3855 | ;; actually using sshfs. But when I launch a command I would like |
| 3856 | ;; to get it executed on the remote machine where the files really | 3856 | ;; to get it executed on the remote machine where the files really |
| 3857 | ;; are. (Andrea Crotti) | 3857 | ;; are. (Andrea Crotti) |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 9d7b7c658c1..1f1c3abfdc2 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org-agenda.el (org-create-marker-find-array): | ||
| 4 | * org-bibtex.el (org-bibtex-fields): | ||
| 5 | * org-list.el (org-list-insert-item): Fix typos. | ||
| 6 | |||
| 1 | 2011-11-11 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-11-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring. | 9 | * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring. |
| @@ -3499,7 +3505,7 @@ | |||
| 3499 | * org.el (org-set-autofill-regexps): Use `org-item-re' in | 3505 | * org.el (org-set-autofill-regexps): Use `org-item-re' in |
| 3500 | `paragraph-start' to recognize alphabetical lists. | 3506 | `paragraph-start' to recognize alphabetical lists. |
| 3501 | (org-fill-paragraph): Enforce a pre-computed fill-prefix before | 3507 | (org-fill-paragraph): Enforce a pre-computed fill-prefix before |
| 3502 | calling `fill-paragraph' when point in in an item. Also prevent | 3508 | calling `fill-paragraph' when point is in an item. Also prevent |
| 3503 | paragraphs getting merged into an adjacent list upon filling. | 3509 | paragraphs getting merged into an adjacent list upon filling. |
| 3504 | (org-adaptive-fill-function): Make sure to determine real | 3510 | (org-adaptive-fill-function): Make sure to determine real |
| 3505 | fill-prefix for auto-fill. | 3511 | fill-prefix for auto-fill. |
| @@ -11440,7 +11446,7 @@ | |||
| 11440 | package. | 11446 | package. |
| 11441 | 11447 | ||
| 11442 | * org-latex.el (org-export-latex-tables): Only add a caption when | 11448 | * org-latex.el (org-export-latex-tables): Only add a caption when |
| 11443 | macro in in longtable environments if one has been defined. | 11449 | macro is in longtable environments if one has been defined. |
| 11444 | 11450 | ||
| 11445 | * org-html.el (org-export-as-html): Only take title from buffer if | 11451 | * org-html.el (org-export-as-html): Only take title from buffer if |
| 11446 | not exporting body-only. | 11452 | not exporting body-only. |
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 1d0802dcda5..6ba62544f4b 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -2972,7 +2972,7 @@ removed from the entry content. Currently only `planning' is allowed here." | |||
| 2972 | (nreverse markers))) | 2972 | (nreverse markers))) |
| 2973 | 2973 | ||
| 2974 | (defun org-create-marker-find-array (marker-list) | 2974 | (defun org-create-marker-find-array (marker-list) |
| 2975 | "Create a alist of files names with all marker positions in that file." | 2975 | "Create an alist of files names with all marker positions in that file." |
| 2976 | (let (f tbl m a p) | 2976 | (let (f tbl m a p) |
| 2977 | (while (setq m (pop marker-list)) | 2977 | (while (setq m (pop marker-list)) |
| 2978 | (setq p (marker-position m) | 2978 | (setq p (marker-position m) |
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el index 5c9b37b2341..bd2b168f2bc 100644 --- a/lisp/org/org-bibtex.el +++ b/lisp/org/org-bibtex.el | |||
| @@ -204,7 +204,7 @@ | |||
| 204 | (:pages . "One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the ‘+’ in this last example indicates pages following that don’t form simple range). BibTEX requires double dashes for page ranges (--).") | 204 | (:pages . "One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the ‘+’ in this last example indicates pages following that don’t form simple range). BibTEX requires double dashes for page ranges (--).") |
| 205 | (:publisher . "The publisher’s name.") | 205 | (:publisher . "The publisher’s name.") |
| 206 | (:school . "The name of the school where a thesis was written.") | 206 | (:school . "The name of the school where a thesis was written.") |
| 207 | (:series . "The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.") | 207 | (:series . "The name of a series or set of books. When citing an entire book, the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.") |
| 208 | (:title . "The work’s title, typed as explained in the LaTeX book.") | 208 | (:title . "The work’s title, typed as explained in the LaTeX book.") |
| 209 | (:type . "The type of a technical report for example, 'Research Note'.") | 209 | (:type . "The type of a technical report for example, 'Research Note'.") |
| 210 | (:volume . "The volume of a journal or multi-volume book.") | 210 | (:volume . "The volume of a journal or multi-volume book.") |
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index 2fe512329ca..14b3e12c888 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -1207,7 +1207,7 @@ some heuristics to guess the result." | |||
| 1207 | If POS is before first character after bullet of the item, the | 1207 | If POS is before first character after bullet of the item, the |
| 1208 | new item will be created before the current one. | 1208 | new item will be created before the current one. |
| 1209 | 1209 | ||
| 1210 | STRUCT is the list structure. PREVS is the the alist of previous | 1210 | STRUCT is the list structure. PREVS is the alist of previous |
| 1211 | items, as returned by `org-list-prevs-alist'. | 1211 | items, as returned by `org-list-prevs-alist'. |
| 1212 | 1212 | ||
| 1213 | Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET | 1213 | Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET |
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index 1ea8df36cd6..a7a332d97f2 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -151,7 +151,7 @@ | |||
| 151 | "Local keymap for the 5x5 game.") | 151 | "Local keymap for the 5x5 game.") |
| 152 | 152 | ||
| 153 | (5x5-defvar-local 5x5-solver-output nil | 153 | (5x5-defvar-local 5x5-solver-output nil |
| 154 | "List that is is the output of an arithmetic solver. | 154 | "List that is the output of an arithmetic solver. |
| 155 | 155 | ||
| 156 | This list L is such that | 156 | This list L is such that |
| 157 | 157 | ||
| @@ -816,9 +816,8 @@ solution that is presented is the one that needs least number of | |||
| 816 | strokes --- other solutions can be viewed by rotating through the | 816 | strokes --- other solutions can be viewed by rotating through the |
| 817 | list. The list of solution is ordered by number of strokes, so | 817 | list. The list of solution is ordered by number of strokes, so |
| 818 | rotating left just after calling `5x5-solve-suggest' will show | 818 | rotating left just after calling `5x5-solve-suggest' will show |
| 819 | the the solution with second least number of strokes, while | 819 | the solution with second least number of strokes, while rotating |
| 820 | rotating right will show the solution with greatest number of | 820 | right will show the solution with greatest number of strokes." |
| 821 | strokes." | ||
| 822 | (interactive "P") | 821 | (interactive "P") |
| 823 | (let ((len (length 5x5-solver-output))) | 822 | (let ((len (length 5x5-solver-output))) |
| 824 | (when (>= len 3) | 823 | (when (>= len 3) |
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 89a37307506..9d2aad7741b 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -105,8 +105,8 @@ | |||
| 105 | ;; should be loaded before the ada-mode, which will then setup some variables | 105 | ;; should be loaded before the ada-mode, which will then setup some variables |
| 106 | ;; to improve the support for Ada code. | 106 | ;; to improve the support for Ada code. |
| 107 | ;; Here is the list of these modes: | 107 | ;; Here is the list of these modes: |
| 108 | ;; `which-function-mode': Display the name of the subprogram the cursor is | 108 | ;; `which-function-mode': Display in the modeline the name of the subprogram |
| 109 | ;; in in the mode line. | 109 | ;; the cursor is in. |
| 110 | ;; `outline-mode': Provides the capability to collapse or expand the code | 110 | ;; `outline-mode': Provides the capability to collapse or expand the code |
| 111 | ;; for specific language constructs, for instance if you want to hide the | 111 | ;; for specific language constructs, for instance if you want to hide the |
| 112 | ;; code corresponding to a subprogram | 112 | ;; code corresponding to a subprogram |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index d56d5ae7c1a..31a58e48f50 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -8832,7 +8832,7 @@ comment at the start of cc-engine.el for more info." | |||
| 8832 | ;; CASE B.4: Continued statement with block open. The most | 8832 | ;; CASE B.4: Continued statement with block open. The most |
| 8833 | ;; accurate analysis is perhaps `statement-cont' together with | 8833 | ;; accurate analysis is perhaps `statement-cont' together with |
| 8834 | ;; `block-open' but we play DWIM and use `substatement-open' | 8834 | ;; `block-open' but we play DWIM and use `substatement-open' |
| 8835 | ;; instead. The rationaly is that this typically is a macro | 8835 | ;; instead. The rationale is that this typically is a macro |
| 8836 | ;; followed by a block which makes it very similar to a | 8836 | ;; followed by a block which makes it very similar to a |
| 8837 | ;; statement with a substatement block. | 8837 | ;; statement with a substatement block. |
| 8838 | (t | 8838 | (t |
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index f18ec5abe81..d0e2c5abe7d 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el | |||
| @@ -861,7 +861,7 @@ Returns nil if line starts inside a string, t if in a comment." | |||
| 861 | expr-p) | 861 | expr-p) |
| 862 | (progn | 862 | (progn |
| 863 | ;; Line is continuation line, or the sexp opener | 863 | ;; Line is continuation line, or the sexp opener |
| 864 | ;; is not a curly brace, or we are are looking at | 864 | ;; is not a curly brace, or we are looking at |
| 865 | ;; an `expr' expression (which must be split | 865 | ;; an `expr' expression (which must be split |
| 866 | ;; specially). So indentation is column of first | 866 | ;; specially). So indentation is column of first |
| 867 | ;; good spot after sexp opener (with some added | 867 | ;; good spot after sexp opener (with some added |
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 4cb88f6bd23..284c164150d 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -134,7 +134,7 @@ | |||
| 134 | ;; terminal-initialization function. Also, our handling of reverse | 134 | ;; terminal-initialization function. Also, our handling of reverse |
| 135 | ;; video is slightly different. | 135 | ;; video is slightly different. |
| 136 | (defun msdos-create-frame-with-faces (&optional parameters) | 136 | (defun msdos-create-frame-with-faces (&optional parameters) |
| 137 | "Create an frame on MS-DOS display. | 137 | "Create a frame on MS-DOS display. |
| 138 | Optional frame parameters PARAMETERS specify the frame parameters. | 138 | Optional frame parameters PARAMETERS specify the frame parameters. |
| 139 | Parameters not specified by PARAMETERS are taken from | 139 | Parameters not specified by PARAMETERS are taken from |
| 140 | `default-frame-alist'. If either PARAMETERS or `default-frame-alist' | 140 | `default-frame-alist'. If either PARAMETERS or `default-frame-alist' |
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 6e73fda662b..91f6624e7a3 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -435,7 +435,7 @@ REVERSE (non-nil means reverse order), BEG and END (region to sort)." | |||
| 435 | (skip-chars-forward " \t\n") | 435 | (skip-chars-forward " \t\n") |
| 436 | )) | 436 | )) |
| 437 | 437 | ||
| 438 | ;; ENDRECFUN is is called with point within the record. | 438 | ;; ENDRECFUN is called with point within the record. |
| 439 | ;; It should move point to the end of the record. | 439 | ;; It should move point to the end of the record. |
| 440 | (function (lambda () | 440 | (function (lambda () |
| 441 | (if (re-search-forward | 441 | (if (re-search-forward |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index d33cbb97dd8..1194742a24c 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -2194,7 +2194,7 @@ This command is executed when texinfmt sees @item inside @multitable." | |||
| 2194 | 2194 | ||
| 2195 | (put 'image 'texinfo-format 'texinfo-format-image) | 2195 | (put 'image 'texinfo-format 'texinfo-format-image) |
| 2196 | (defun texinfo-format-image () | 2196 | (defun texinfo-format-image () |
| 2197 | "Insert an image from an an file ending in .txt. | 2197 | "Insert an image from a file ending in .txt. |
| 2198 | Use only the FILENAME arg; for Info, ignore the other arguments to @image." | 2198 | Use only the FILENAME arg; for Info, ignore the other arguments to @image." |
| 2199 | (let ((args (texinfo-format-parse-args)) | 2199 | (let ((args (texinfo-format-parse-args)) |
| 2200 | filename) | 2200 | filename) |
| @@ -3909,11 +3909,11 @@ Default is to leave paragraph indentation as is." | |||
| 3909 | ;;; @set, @clear, @ifset, @ifclear | 3909 | ;;; @set, @clear, @ifset, @ifclear |
| 3910 | 3910 | ||
| 3911 | ;; If a flag is set with @set FLAG, then text between @ifset and @end | 3911 | ;; If a flag is set with @set FLAG, then text between @ifset and @end |
| 3912 | ;; ifset is formatted normally, but if the flag is is cleared with | 3912 | ;; ifset is formatted normally, but if the flag is cleared with |
| 3913 | ;; @clear FLAG, then the text is not formatted; it is ignored. | 3913 | ;; @clear FLAG, then the text is not formatted; it is ignored. |
| 3914 | 3914 | ||
| 3915 | ;; If a flag is cleared with @clear FLAG, then text between @ifclear | 3915 | ;; If a flag is cleared with @clear FLAG, then text between @ifclear |
| 3916 | ;; and @end ifclear is formatted normally, but if the flag is is set with | 3916 | ;; and @end ifclear is formatted normally, but if the flag is set with |
| 3917 | ;; @set FLAG, then the text is not formatted; it is ignored. @ifclear | 3917 | ;; @set FLAG, then the text is not formatted; it is ignored. @ifclear |
| 3918 | ;; is the opposite of @ifset. | 3918 | ;; is the opposite of @ifset. |
| 3919 | 3919 | ||
diff --git a/nt/ChangeLog b/nt/ChangeLog index 7fca6271052..8de94033196 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN) | 13 | (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN) |
| 14 | (intmax_t, INT64_MAX): Add for MSVC. | 14 | (intmax_t, INT64_MAX): Add for MSVC. |
| 15 | 15 | ||
| 16 | * config.nt: (mode_t) [!__GNUC__]: Define mode_t for MSVC. | 16 | * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC. |
| 17 | 17 | ||
| 18 | 2011-11-05 Eli Zaretskii <eliz@gnu.org> | 18 | 2011-11-05 Eli Zaretskii <eliz@gnu.org> |
| 19 | 19 | ||
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | * INSTALL: Update for newer versions of MSVC. | 29 | * INSTALL: Update for newer versions of MSVC. |
| 30 | 30 | ||
| 31 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) | 31 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) |
| 32 | 32 | ||
| 33 | Support MSVC build with newer versions of Visual Studio. | 33 | Support MSVC build with newer versions of Visual Studio. |
| 34 | * nmake.defs (USE_CRT_DLL): Define to 1. | 34 | * nmake.defs (USE_CRT_DLL): Define to 1. |
diff --git a/src/ChangeLog b/src/ChangeLog index 0cbf2274ff9..0a3758d6bfd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * window.c (syms_of_window) <window-combination-limit>: Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.h (window): Rename slot "nest" to "combination_limit". | 7 | * window.h (window): Rename slot "nest" to "combination_limit". |
| @@ -259,7 +263,7 @@ | |||
| 259 | 263 | ||
| 260 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. | 264 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. |
| 261 | 265 | ||
| 262 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) | 266 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) |
| 263 | 267 | ||
| 264 | Support MSVC build with newer versions of Visual Studio. | 268 | Support MSVC build with newer versions of Visual Studio. |
| 265 | * w32.c: Don't include w32api.h for MSVC. | 269 | * w32.c: Don't include w32api.h for MSVC. |
| @@ -321,7 +325,7 @@ | |||
| 321 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | 325 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented |
| 322 | past the beginning of the current glyph matrix. | 326 | past the beginning of the current glyph matrix. |
| 323 | 327 | ||
| 324 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | 328 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) |
| 325 | 329 | ||
| 326 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | 330 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. |
| 327 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | 331 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for |
| @@ -3049,7 +3053,7 @@ | |||
| 3049 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods | 3053 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods |
| 3050 | cString and lossyCString on OSX >= 10.4 | 3054 | cString and lossyCString on OSX >= 10.4 |
| 3051 | 3055 | ||
| 3052 | * nsmenu.m (fillWithWidgetValue): Don't use depercated method | 3056 | * nsmenu.m (fillWithWidgetValue): Don't use deprecated method |
| 3053 | sizeToFit on OSX >= 10.2. | 3057 | sizeToFit on OSX >= 10.2. |
| 3054 | 3058 | ||
| 3055 | * nsimage.m (allocInitFromFile): Don't use deprecated method | 3059 | * nsimage.m (allocInitFromFile): Don't use deprecated method |
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index 830905cd0b5..efe77648458 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -405,7 +405,7 @@ | |||
| 405 | Copy their own header field a_scovfrl from ohdr. | 405 | Copy their own header field a_scovfrl from ohdr. |
| 406 | 406 | ||
| 407 | * unexec.c [COFF]: | 407 | * unexec.c [COFF]: |
| 408 | Round positions of text and and data sections in output file | 408 | Round positions of text and data sections in output file |
| 409 | to page boundaries. | 409 | to page boundaries. |
| 410 | 410 | ||
| 411 | * crt0.c: Install version for Encore machines. | 411 | * crt0.c: Install version for Encore machines. |
diff --git a/src/frame.c b/src/frame.c index d56a2efb17f..ab60fd5b808 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1237,7 +1237,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force) | |||
| 1237 | else | 1237 | else |
| 1238 | { | 1238 | { |
| 1239 | #ifdef HAVE_X_WINDOWS | 1239 | #ifdef HAVE_X_WINDOWS |
| 1240 | /* Also, save clipboard to the the clipboard manager. */ | 1240 | /* Also, save clipboard to the clipboard manager. */ |
| 1241 | x_clipboard_manager_save_frame (frame); | 1241 | x_clipboard_manager_save_frame (frame); |
| 1242 | #endif | 1242 | #endif |
| 1243 | 1243 | ||
diff --git a/src/window.c b/src/window.c index 1b344773b1a..b34101c2f91 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6506,7 +6506,7 @@ This variable takes no effect if `window-combination-limit' is non-nil. */); | |||
| 6506 | doc: /* Non-nil means splitting a window makes a new parent window. | 6506 | doc: /* Non-nil means splitting a window makes a new parent window. |
| 6507 | If this variable is nil, splitting a window will create a new parent | 6507 | If this variable is nil, splitting a window will create a new parent |
| 6508 | window only if the window has no parent window or the window shall | 6508 | window only if the window has no parent window or the window shall |
| 6509 | become a combination orthogonal to the one it it is part of. | 6509 | become a combination orthogonal to the one it is part of. |
| 6510 | 6510 | ||
| 6511 | If this variable is t, splitting a window always creates a new parent | 6511 | If this variable is t, splitting a window always creates a new parent |
| 6512 | window. If all splits behave this way, each frame's window tree is a | 6512 | window. If all splits behave this way, each frame's window tree is a |
| @@ -6515,7 +6515,7 @@ sibling. | |||
| 6515 | 6515 | ||
| 6516 | Other values are reserved for future use. | 6516 | Other values are reserved for future use. |
| 6517 | 6517 | ||
| 6518 | The value of this variable is also assigned to the combination_limit | 6518 | The value of this variable is also assigned to the combination-limit |
| 6519 | status of the new parent window. The combination-limit status of a | 6519 | status of the new parent window. The combination-limit status of a |
| 6520 | window can be retrieved via the function `window-combination-limit' and | 6520 | window can be retrieved via the function `window-combination-limit' and |
| 6521 | altered by the function `set-window-combination-limit'. */); | 6521 | altered by the function `set-window-combination-limit'. */); |
diff --git a/test/ChangeLog b/test/ChangeLog index de4fb270440..5265f4175a7 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo. | ||
| 4 | |||
| 1 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> | 5 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 6 | ||
| 3 | * automated/newsticker-tests.el | 7 | * automated/newsticker-tests.el |
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el index 10b06f5cd01..a1b8f60b2ec 100644 --- a/test/cedet/srecode-tests.el +++ b/test/cedet/srecode-tests.el | |||
| @@ -177,7 +177,7 @@ It is filled with some text." | |||
| 177 | 177 | ||
| 178 | (mapc (lambda (T) | 178 | (mapc (lambda (T) |
| 179 | (when (slot-boundp T 'overlay) | 179 | (when (slot-boundp T 'overlay) |
| 180 | (error "Overlay did not clear off of of field %s" | 180 | (error "Overlay did not clear off of field %s" |
| 181 | (object-name T)))) | 181 | (object-name T)))) |
| 182 | fields) | 182 | fields) |
| 183 | 183 | ||