diff options
| author | Juanma Barranquero | 2010-10-13 01:25:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-13 01:25:19 +0200 |
| commit | c0943d3db2b2737d5092e887fd22d7088c3ca43d (patch) | |
| tree | ee909e2f48e5315a883802b75866b7df861c60f5 /lisp | |
| parent | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff) | |
| download | emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.zip | |
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.
* lisp/org/org-agenda.el (org-prefix-category-length)
(org-prefix-category-max-length): Fix typos in docstrings.
* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog.1 | 18 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.14 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 34 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/cedet/ede/base.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/symref/list.el | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/erc/erc-xdcc.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 22 | ||||
| -rw-r--r-- | lisp/gnus/nnmail.el | 2 | ||||
| -rw-r--r-- | lisp/international/mule.el | 2 | ||||
| -rw-r--r-- | lisp/international/titdic-cnv.el | 2 | ||||
| -rw-r--r-- | lisp/ls-lisp.el | 2 | ||||
| -rw-r--r-- | lisp/man.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 32 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/org/org-agenda.el | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
24 files changed, 96 insertions, 75 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e922bcacd4..1084d601706 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * international/mule.el (define-coding-system): | ||
| 4 | * international/titdic-cnv.el (quail-cxterm-package-ext-info): | ||
| 3 | * composite.el (compose-region): Fix typo in docstring. | 5 | * composite.el (compose-region): Fix typo in docstring. |
| 4 | 6 | ||
| 5 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2010-10-10 Jan Djärv <jan.h.d@swipnet.se> |
| @@ -22,7 +24,7 @@ | |||
| 22 | 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change) | 24 | 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change) |
| 23 | 25 | ||
| 24 | * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin) | 26 | * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin) |
| 25 | (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to | 27 | (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to |
| 26 | work when breakpoint number exceeds nine. | 28 | work when breakpoint number exceeds nine. |
| 27 | 29 | ||
| 28 | 2010-10-05 David Koppelman <koppel@ece.lsu.edu> | 30 | 2010-10-05 David Koppelman <koppel@ece.lsu.edu> |
| @@ -1065,7 +1067,7 @@ | |||
| 1065 | 1067 | ||
| 1066 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> | 1068 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> |
| 1067 | 1069 | ||
| 1068 | * international/mule.el (auto-coding-alist): Only purecopy | 1070 | * international/mule.el (auto-coding-alist): Only purecopy |
| 1069 | car of each item, not the whole list (Bug#6083). | 1071 | car of each item, not the whole list (Bug#6083). |
| 1070 | 1072 | ||
| 1071 | 2010-05-02 Chong Yidong <cyd@stupidchicken.com> | 1073 | 2010-05-02 Chong Yidong <cyd@stupidchicken.com> |
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index dd96ee162f1..f5be5b6f1f8 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 | |||
| @@ -570,11 +570,11 @@ | |||
| 570 | 570 | ||
| 571 | 1986-01-18 Richard M. Stallman (rms@prep) | 571 | 1986-01-18 Richard M. Stallman (rms@prep) |
| 572 | 572 | ||
| 573 | * doctor.el: Fix typo "symtoms". | 573 | * doctor.el: Fix typo "symtoms". |
| 574 | 574 | ||
| 575 | 1986-01-10 Richard Mlynarik (mly@prep) | 575 | 1986-01-10 Richard Mlynarik (mly@prep) |
| 576 | 576 | ||
| 577 | * mail-utils.el (mail-fetch-field) | 577 | * mail-utils.el (mail-fetch-field): |
| 578 | regexp-quote the argument. | 578 | regexp-quote the argument. |
| 579 | 579 | ||
| 580 | 1986-01-10 Richard M. Stallman (rms@prep) | 580 | 1986-01-10 Richard M. Stallman (rms@prep) |
| @@ -917,7 +917,7 @@ | |||
| 917 | * files.el (normal-mode): | 917 | * files.el (normal-mode): |
| 918 | New command to choose major mode automatically. | 918 | New command to choose major mode automatically. |
| 919 | 919 | ||
| 920 | * inc-vers.el: Renamed from inc-version.el | 920 | * inc-vers.el: Renamed from inc-version.el |
| 921 | for file name length reasons. | 921 | for file name length reasons. |
| 922 | 922 | ||
| 923 | * term/*.el: terminal-specific files found here now. | 923 | * term/*.el: terminal-specific files found here now. |
| @@ -2523,10 +2523,10 @@ | |||
| 2523 | No, this directory is added automatically to the path | 2523 | No, this directory is added automatically to the path |
| 2524 | used by call-process. It should have worked before. - RMS | 2524 | used by call-process. It should have worked before. - RMS |
| 2525 | 2525 | ||
| 2526 | * loaddefs.el: C-z -> C-c in documentation for mail. | 2526 | * loaddefs.el: C-z -> C-c in documentation for mail. |
| 2527 | autoload report-emacs-bug from emacsbug.el. | 2527 | autoload report-emacs-bug from emacsbug.el. |
| 2528 | 2528 | ||
| 2529 | * emacsbug.el: New file. Reports bugs with version info. | 2529 | * emacsbug.el: New file. Reports bugs with version info. |
| 2530 | 2530 | ||
| 2531 | * helper.el (Helper-describe-bindings): | 2531 | * helper.el (Helper-describe-bindings): |
| 2532 | Make it describe local bindings faster by binding global map to | 2532 | Make it describe local bindings faster by binding global map to |
| @@ -2587,7 +2587,7 @@ | |||
| 2587 | 2587 | ||
| 2588 | 1985-06-11 K. Shane Hartman (shane@mit-prep) | 2588 | 1985-06-11 K. Shane Hartman (shane@mit-prep) |
| 2589 | 2589 | ||
| 2590 | * ebuff-menu.el: Make M-C-v scroll-other-window instead of | 2590 | * ebuff-menu.el: Make M-C-v scroll-other-window instead of |
| 2591 | scroll-down. Make M-v scroll-down. | 2591 | scroll-down. Make M-v scroll-down. |
| 2592 | 2592 | ||
| 2593 | * ebuff-menu.el, echistory.el: Made them use electric. | 2593 | * ebuff-menu.el, echistory.el: Made them use electric. |
| @@ -2602,7 +2602,7 @@ | |||
| 2602 | Made it use helper.el. Remove kill-ring-save stuff pending use of | 2602 | Made it use helper.el. Remove kill-ring-save stuff pending use of |
| 2603 | new winning prin1-to-string for minibuffer hacking. | 2603 | new winning prin1-to-string for minibuffer hacking. |
| 2604 | 2604 | ||
| 2605 | * view.el: Made it use helper.el. | 2605 | * view.el: Made it use helper.el. |
| 2606 | 2606 | ||
| 2607 | * helper.el: | 2607 | * helper.el: |
| 2608 | New module for packages which want to do help without giving up | 2608 | New module for packages which want to do help without giving up |
| @@ -2804,7 +2804,7 @@ | |||
| 2804 | 2804 | ||
| 2805 | 1985-06-01 K. Shane Hartman (shane@mit-prep) | 2805 | 1985-06-01 K. Shane Hartman (shane@mit-prep) |
| 2806 | 2806 | ||
| 2807 | * loaddefs.el: Update documentation for rmail. | 2807 | * loaddefs.el: Update documentation for rmail. |
| 2808 | 2808 | ||
| 2809 | * lisp-mode.el (calculate-lisp-indent): | 2809 | * lisp-mode.el (calculate-lisp-indent): |
| 2810 | Asked (fboundp 'lisp-indent-hook). Right question is boundp. | 2810 | Asked (fboundp 'lisp-indent-hook). Right question is boundp. |
| @@ -2858,7 +2858,7 @@ | |||
| 2858 | Skip strings, comments, char constants. | 2858 | Skip strings, comments, char constants. |
| 2859 | Find symbols even if they have no letters in them. | 2859 | Find symbols even if they have no letters in them. |
| 2860 | 2860 | ||
| 2861 | * mlsupport.el: Insert symbol-value call in use-local-map. | 2861 | * mlsupport.el: Insert symbol-value call in use-local-map. |
| 2862 | Handle key codes > 127 in local-bind-to-key. | 2862 | Handle key codes > 127 in local-bind-to-key. |
| 2863 | Write ml-modify-syntax-entry. | 2863 | Write ml-modify-syntax-entry. |
| 2864 | 2864 | ||
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 95f59243cb1..270fe8d6aeb 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -1140,7 +1140,7 @@ | |||
| 1140 | (rcirc-keepalive-seconds): Remove variable. | 1140 | (rcirc-keepalive-seconds): Remove variable. |
| 1141 | (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) | 1141 | (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) |
| 1142 | (rcirc-process, rcirc-user-disconnect): New variables. | 1142 | (rcirc-process, rcirc-user-disconnect): New variables. |
| 1143 | (rcirc-connect): Initalize new variables. | 1143 | (rcirc-connect): Initialize new variables. |
| 1144 | (rcirc-keepalive): Don't send keepalive pings before connection | 1144 | (rcirc-keepalive): Don't send keepalive pings before connection |
| 1145 | is completed. | 1145 | is completed. |
| 1146 | (rcirc-sentinel): Do mark all channels with activity when | 1146 | (rcirc-sentinel): Do mark all channels with activity when |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 12ea1f45e17..c5a51f813a7 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -7567,7 +7567,7 @@ | |||
| 7567 | (ediff-setup-windows-plain-merge) | 7567 | (ediff-setup-windows-plain-merge) |
| 7568 | (ediff-setup-windows-plain-compare, ediff-setup-control-frame) | 7568 | (ediff-setup-windows-plain-compare, ediff-setup-control-frame) |
| 7569 | (ediff-refresh-control-frame, ediff-get-visible-buffer-window): | 7569 | (ediff-refresh-control-frame, ediff-get-visible-buffer-window): |
| 7570 | * ediff-util.el (ediff-setup-keymap, ) | 7570 | * ediff-util.el (ediff-setup-keymap) |
| 7571 | (ediff-toggle-wide-display, ediff-toggle-multiframe) | 7571 | (ediff-toggle-wide-display, ediff-toggle-multiframe) |
| 7572 | (ediff-toggle-use-toolbar, ediff-really-quit) | 7572 | (ediff-toggle-use-toolbar, ediff-really-quit) |
| 7573 | (ediff-good-frame-under-mouse) | 7573 | (ediff-good-frame-under-mouse) |
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 1edfd9081d0..1a22e27a816 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -640,7 +640,7 @@ | |||
| 640 | 640 | ||
| 641 | 2009-04-11 Chong Yidong <cyd@stupidchicken.com> | 641 | 2009-04-11 Chong Yidong <cyd@stupidchicken.com> |
| 642 | 642 | ||
| 643 | * files.el (dir-locals-directory-cache): Rename from | 643 | * files.el (dir-locals-directory-cache): Rename from |
| 644 | dir-locals-directory-alist. Change format to include | 644 | dir-locals-directory-alist. Change format to include |
| 645 | the mtime of the directory-local variables file (Bug#2833). | 645 | the mtime of the directory-local variables file (Bug#2833). |
| 646 | (dir-locals-set-directory-class): New arg mtime. Store it in | 646 | (dir-locals-set-directory-class): New arg mtime. Store it in |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index fadec1174c8..d14bf04a56b 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -1172,7 +1172,7 @@ | |||
| 1172 | 1172 | ||
| 1173 | 1999-12-03 Kenichi Handa <handa@mule.m17n.org> | 1173 | 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
| 1174 | 1174 | ||
| 1175 | * international/mule-util.el (truncate-string-to-width): Docsting | 1175 | * international/mule-util.el (truncate-string-to-width): Docstring |
| 1176 | fixed. | 1176 | fixed. |
| 1177 | 1177 | ||
| 1178 | 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> | 1178 | 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 6250bd0917a..a6112f97825 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -1667,7 +1667,7 @@ | |||
| 1667 | * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. | 1667 | * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. |
| 1668 | Don't include term/. | 1668 | Don't include term/. |
| 1669 | 1669 | ||
| 1670 | * mail/sc.el: Moved to obsolete/. | 1670 | * mail/sc.el: Moved to obsolete/. |
| 1671 | 1671 | ||
| 1672 | 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1672 | 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1673 | 1673 | ||
| @@ -5547,7 +5547,7 @@ | |||
| 5547 | 5547 | ||
| 5548 | 2001-02-12 Dave Love <d.love@dl.ac.uk> | 5548 | 2001-02-12 Dave Love <d.love@dl.ac.uk> |
| 5549 | 5549 | ||
| 5550 | * international/latin1-disp.el: Doc fixes. | 5550 | * international/latin1-disp.el: Doc fixes. |
| 5551 | (latin1-display) <defgroup>: Add :link. | 5551 | (latin1-display) <defgroup>: Add :link. |
| 5552 | (latin1-display) <function>: Set variable latin1-display. | 5552 | (latin1-display) <function>: Set variable latin1-display. |
| 5553 | 5553 | ||
| @@ -5773,7 +5773,7 @@ | |||
| 5773 | 2001-02-05 Kenichi Handa <handa@etl.go.jp> | 5773 | 2001-02-05 Kenichi Handa <handa@etl.go.jp> |
| 5774 | 5774 | ||
| 5775 | * isearch.el (isearch-forward): Add description about input method | 5775 | * isearch.el (isearch-forward): Add description about input method |
| 5776 | in the docsting. | 5776 | in the docstring. |
| 5777 | 5777 | ||
| 5778 | 2001-02-04 Stefan Monnier <monnier@cs.yale.edu> | 5778 | 2001-02-04 Stefan Monnier <monnier@cs.yale.edu> |
| 5779 | 5779 | ||
| @@ -8121,7 +8121,7 @@ | |||
| 8121 | * dired.el (dired-get-filename): Return filename verbatim if | 8121 | * dired.el (dired-get-filename): Return filename verbatim if |
| 8122 | LOCALP is `verbatim'. | 8122 | LOCALP is `verbatim'. |
| 8123 | * dired-aux.el (dired-add-entry): Call `dired-get-filename' with | 8123 | * dired-aux.el (dired-add-entry): Call `dired-get-filename' with |
| 8124 | `verbatim' so that we don't inadvertently delete a non-existant | 8124 | `verbatim' so that we don't inadvertently delete a non-existent |
| 8125 | directory name. | 8125 | directory name. |
| 8126 | 8126 | ||
| 8127 | 2000-11-27 Kenichi Handa <handa@etl.go.jp> | 8127 | 2000-11-27 Kenichi Handa <handa@etl.go.jp> |
| @@ -8747,7 +8747,7 @@ | |||
| 8747 | 2000-11-13 Miles Bader <miles@gnu.org> | 8747 | 2000-11-13 Miles Bader <miles@gnu.org> |
| 8748 | 8748 | ||
| 8749 | * textmodes/fill.el (skip-line-prefix): New function. | 8749 | * textmodes/fill.el (skip-line-prefix): New function. |
| 8750 | (fill-region-as-paragraph, fill-region): Return the fill-prefix. | 8750 | (fill-region-as-paragraph, fill-region): Return the fill-prefix. |
| 8751 | (fill-paragraph): Don't leave point inside the fill-prefix. | 8751 | (fill-paragraph): Don't leave point inside the fill-prefix. |
| 8752 | * textmodes/refill.el (refill-fill-paragraph-at): Don't leave | 8752 | * textmodes/refill.el (refill-fill-paragraph-at): Don't leave |
| 8753 | point inside the fill-prefix. | 8753 | point inside the fill-prefix. |
| @@ -10795,7 +10795,7 @@ | |||
| 10795 | 2000-10-06 Dave Love <fx@gnu.org> | 10795 | 2000-10-06 Dave Love <fx@gnu.org> |
| 10796 | 10796 | ||
| 10797 | * textmodes/fill.el (sentence-end-double-space) | 10797 | * textmodes/fill.el (sentence-end-double-space) |
| 10798 | (sentence-end-without-period): Doc fix. | 10798 | (sentence-end-without-period): Doc fix. |
| 10799 | (adaptive-fill-regexp): Purecopy. | 10799 | (adaptive-fill-regexp): Purecopy. |
| 10800 | (unjustify-current-line): Use line-end-position. | 10800 | (unjustify-current-line): Use line-end-position. |
| 10801 | (fill-individual-paragraphs-prefix): Use line-beginning-position. | 10801 | (fill-individual-paragraphs-prefix): Use line-beginning-position. |
| @@ -11871,7 +11871,7 @@ | |||
| 11871 | 11871 | ||
| 11872 | * strokes.el: Sync with maintainer's current version with changes | 11872 | * strokes.el: Sync with maintainer's current version with changes |
| 11873 | for Emacs, but avoid runtime cl and levents. | 11873 | for Emacs, but avoid runtime cl and levents. |
| 11874 | (toplevel): Change autoloads and compilation requires. | 11874 | (toplevel): Change autoloads and compilation requires. |
| 11875 | (strokes-version, strokes-bug-address, strokes-lift): Values | 11875 | (strokes-version, strokes-bug-address, strokes-lift): Values |
| 11876 | changed. | 11876 | changed. |
| 11877 | (strokes-xpm-header, strokes-insinuated): New variable. | 11877 | (strokes-xpm-header, strokes-insinuated): New variable. |
| @@ -11934,12 +11934,12 @@ | |||
| 11934 | 2000-09-14 Dave Love <fx@gnu.org> | 11934 | 2000-09-14 Dave Love <fx@gnu.org> |
| 11935 | 11935 | ||
| 11936 | * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm, | 11936 | * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm, |
| 11937 | toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm, | 11937 | * toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm, |
| 11938 | toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm, | 11938 | * toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm, |
| 11939 | toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm, | 11939 | * toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm, |
| 11940 | toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm, | 11940 | * toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm, |
| 11941 | toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm, | 11941 | * toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm, |
| 11942 | toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New. | 11942 | * toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New. |
| 11943 | From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched | 11943 | From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched |
| 11944 | from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.) | 11944 | from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.) |
| 11945 | 11945 | ||
| @@ -14832,7 +14832,7 @@ | |||
| 14832 | (comint-replace-by-expanded-history) | 14832 | (comint-replace-by-expanded-history) |
| 14833 | (comint-get-old-input-default, comint-show-output) | 14833 | (comint-get-old-input-default, comint-show-output) |
| 14834 | (comint-backward-matching-input, comint-forward-matching-input) | 14834 | (comint-backward-matching-input, comint-forward-matching-input) |
| 14835 | (comint-next-prompt, comint-previous-prompt): Use field | 14835 | (comint-next-prompt, comint-previous-prompt): Use field |
| 14836 | properties if comint-use-prompt-regexp-instead-of-fields is nil. | 14836 | properties if comint-use-prompt-regexp-instead-of-fields is nil. |
| 14837 | (comint-line-beginning-position): New function. | 14837 | (comint-line-beginning-position): New function. |
| 14838 | (comint-bol): Use comint-line-beginning-position. Make ARG optional. | 14838 | (comint-bol): Use comint-line-beginning-position. Make ARG optional. |
| @@ -18040,7 +18040,7 @@ | |||
| 18040 | (help-xref-interned): Maybe insert face doc too. Separate | 18040 | (help-xref-interned): Maybe insert face doc too. Separate |
| 18041 | sections with a line of hyphens. | 18041 | sections with a line of hyphens. |
| 18042 | 18042 | ||
| 18043 | * faces.el: Some doc fixes. Declare some functions obsolete. | 18043 | * faces.el: Some doc fixes. Declare some functions obsolete. |
| 18044 | (describe-face): Add customize button. Return the help | 18044 | (describe-face): Add customize button. Return the help |
| 18045 | text. Fix prompt. | 18045 | text. Fix prompt. |
| 18046 | 18046 | ||
| @@ -19040,7 +19040,7 @@ | |||
| 19040 | (fontset-default-styles): Likewise. | 19040 | (fontset-default-styles): Likewise. |
| 19041 | (x-modify-font-name): Function removed. | 19041 | (x-modify-font-name): Function removed. |
| 19042 | (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT. | 19042 | (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT. |
| 19043 | (create-fontset-from-ascii-font): Docsting adjusted for the above | 19043 | (create-fontset-from-ascii-font): Docstring adjusted for the above |
| 19044 | change. | 19044 | change. |
| 19045 | (instantiate-fontset, resolve-fontset-name): Functions removed. | 19045 | (instantiate-fontset, resolve-fontset-name): Functions removed. |
| 19046 | (fontset-list): Now implemented by C code. | 19046 | (fontset-list): Now implemented by C code. |
| @@ -20406,7 +20406,7 @@ | |||
| 20406 | 20406 | ||
| 20407 | 2000-01-10 Ken Stevens <k.stevens@ieee.org> | 20407 | 2000-01-10 Ken Stevens <k.stevens@ieee.org> |
| 20408 | 20408 | ||
| 20409 | * ispell.el: Only define dictionaries in menus when they exist. | 20409 | * ispell.el: Only define dictionaries in menus when they exist. |
| 20410 | (version18p): New variable. | 20410 | (version18p): New variable. |
| 20411 | (version20p): New variable. | 20411 | (version20p): New variable. |
| 20412 | (xemacsp): New variable. | 20412 | (xemacsp): New variable. |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index c0d96e795cc..a9eaf9ded1e 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * semantic/symref/list.el (semantic-symref-list-rename-open-hits): | ||
| 4 | Fix typo in message. | ||
| 5 | (semantic-symref-list-map-open-hits): Fix typo in docstring. | ||
| 6 | |||
| 1 | 2010-09-30 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-09-30 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * semantic/bovine/el.el: | 9 | * semantic/bovine/el.el: |
| @@ -11,8 +17,8 @@ | |||
| 11 | * semantic/db-typecache.el (semanticdb-typecache-find-default): | 17 | * semantic/db-typecache.el (semanticdb-typecache-find-default): |
| 12 | * semantic/imenu.el (semantic-create-imenu-index): | 18 | * semantic/imenu.el (semantic-create-imenu-index): |
| 13 | * semantic/grammar.el (semantic--grammar-macro-function-tag): | 19 | * semantic/grammar.el (semantic--grammar-macro-function-tag): |
| 14 | * semantic/fw.el (semanticdb-without-unloaded-file-searches): Fix | 20 | * semantic/fw.el (semanticdb-without-unloaded-file-searches): |
| 15 | require. Suggested by David Engster. | 21 | Fix require. Suggested by David Engster. |
| 16 | 22 | ||
| 17 | * semantic/bovine/c-by.el: Regenerate. | 23 | * semantic/bovine/c-by.el: Regenerate. |
| 18 | 24 | ||
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el index f1f24ed339f..4da210682f8 100644 --- a/lisp/cedet/ede/base.el +++ b/lisp/cedet/ede/base.el | |||
| @@ -452,7 +452,7 @@ Do this by extracting the lowest directory name." | |||
| 452 | ;; Targets and projects are often associated with other files, such as | 452 | ;; Targets and projects are often associated with other files, such as |
| 453 | ;; header files, documentation files and the like. Have strong | 453 | ;; header files, documentation files and the like. Have strong |
| 454 | ;; associations can make useful user commands to quickly navigate | 454 | ;; associations can make useful user commands to quickly navigate |
| 455 | ;; between the files base on their assocaitions. | 455 | ;; between the files based on their associations. |
| 456 | ;; | 456 | ;; |
| 457 | (defun ede-header-file () | 457 | (defun ede-header-file () |
| 458 | "Return the header file for the current buffer. | 458 | "Return the header file for the current buffer. |
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el index 9e0ee2a1b5b..53044e278ac 100644 --- a/lisp/cedet/semantic/symref/list.el +++ b/lisp/cedet/semantic/symref/list.el | |||
| @@ -492,7 +492,7 @@ Closed items will be skipped." | |||
| 492 | (let ((count (semantic-symref-list-map-open-hits | 492 | (let ((count (semantic-symref-list-map-open-hits |
| 493 | (lambda () (replace-match newname nil t))))) | 493 | (lambda () (replace-match newname nil t))))) |
| 494 | (semantic-symref-list-update-open-hits) | 494 | (semantic-symref-list-update-open-hits) |
| 495 | (message "Renamed %d occurances." count))) | 495 | (message "Renamed %d occurrences." count))) |
| 496 | 496 | ||
| 497 | ;;; REFACTORING UTILITIES | 497 | ;;; REFACTORING UTILITIES |
| 498 | ;; | 498 | ;; |
| @@ -501,7 +501,7 @@ Closed items will be skipped." | |||
| 501 | (defun semantic-symref-list-map-open-hits (function) | 501 | (defun semantic-symref-list-map-open-hits (function) |
| 502 | "For every open hit in the symref buffer, perform FUNCTION. | 502 | "For every open hit in the symref buffer, perform FUNCTION. |
| 503 | The `match-data' will be set to a successful hit of the searched for symbol. | 503 | The `match-data' will be set to a successful hit of the searched for symbol. |
| 504 | Return the number of occurances FUNCTION was operated upon." | 504 | Return the number of occurrences FUNCTION was operated upon." |
| 505 | 505 | ||
| 506 | ;; First Pass in this function - a straight rename. | 506 | ;; First Pass in this function - a straight rename. |
| 507 | ;; Second Pass - Allow context specification based on | 507 | ;; Second Pass - Allow context specification based on |
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 4950511ebe2..7605f457316 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -383,7 +383,7 @@ | |||
| 383 | (eq 'lambda (car-safe fn))) | 383 | (eq 'lambda (car-safe fn))) |
| 384 | (let ((newform (byte-compile-unfold-lambda form))) | 384 | (let ((newform (byte-compile-unfold-lambda form))) |
| 385 | (if (eq newform form) | 385 | (if (eq newform form) |
| 386 | ;; Some error occured, avoid infinite recursion | 386 | ;; Some error occurred, avoid infinite recursion |
| 387 | form | 387 | form |
| 388 | (byte-optimize-form-code-walker newform for-effect)))) | 388 | (byte-optimize-form-code-walker newform for-effect)))) |
| 389 | ((memq fn '(let let*)) | 389 | ((memq fn '(let let*)) |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 3dea16b6dbf..4568b598a3b 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Version 23.2 released. | 7 | * Version 23.2 released. |
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el index 403be5f720e..8d900e8291e 100644 --- a/lisp/erc/erc-xdcc.el +++ b/lisp/erc/erc-xdcc.el | |||
| @@ -56,7 +56,7 @@ Your friends should issue \"/ctcp yournick XDCC list\" to see this." | |||
| 56 | (erc-current-nick) " XDCC send #\" to get a particular file number.")) | 56 | (erc-current-nick) " XDCC send #\" to get a particular file number.")) |
| 57 | "*Help text sent in response to XDCC help command. | 57 | "*Help text sent in response to XDCC help command. |
| 58 | A list of messages, each consisting of strings and expressions, expressions | 58 | A list of messages, each consisting of strings and expressions, expressions |
| 59 | being evaluated and should return stings." | 59 | being evaluated and should return strings." |
| 60 | :group 'erc-dcc | 60 | :group 'erc-dcc |
| 61 | :type '(repeat (repeat :tag "Message" (choice string sexp)))) | 61 | :type '(repeat (repeat :tag "Message" (choice string sexp)))) |
| 62 | 62 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 931ce7182c6..e6024b3e95e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-09-21 Glenn Morris <rgm@gnu.org> | 5 | 2010-09-21 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * message.el (message-output): Use gnus-output-to-rmail if a buffer is | 7 | * message.el (message-output): Use gnus-output-to-rmail if a buffer is |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index cd7f3b56aad..cdfc53c979c 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -2603,7 +2603,7 @@ | |||
| 2603 | 2603 | ||
| 2604 | * message.el (message-use-idna): Use mm-coding-system-p. | 2604 | * message.el (message-use-idna): Use mm-coding-system-p. |
| 2605 | (message-tokenize-header, message-make-organization) | 2605 | (message-tokenize-header, message-make-organization) |
| 2606 | (message-make-from): Use with-temp-buffer. | 2606 | (message-make-from): Use with-temp-buffer. |
| 2607 | (message-set-work-buffer): Deleted. | 2607 | (message-set-work-buffer): Deleted. |
| 2608 | (message-fill-paragraph): Use `if' not `and' for compiler warning. | 2608 | (message-fill-paragraph): Use `if' not `and' for compiler warning. |
| 2609 | (message-check-news-header-syntax): Remove useless lambda. | 2609 | (message-check-news-header-syntax): Remove useless lambda. |
| @@ -5550,7 +5550,7 @@ | |||
| 5550 | 5550 | ||
| 5551 | * gnus-audio.el (gnus-audio-au-player): Use executable-find. | 5551 | * gnus-audio.el (gnus-audio-au-player): Use executable-find. |
| 5552 | 5552 | ||
| 5553 | 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net> | 5553 | 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@gmx.net> |
| 5554 | 5554 | ||
| 5555 | * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use | 5555 | * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use |
| 5556 | /usr/bin/play as default player. | 5556 | /usr/bin/play as default player. |
| @@ -5643,7 +5643,7 @@ | |||
| 5643 | 5643 | ||
| 5644 | 2003-01-12 Raymond Scholz <ray-2003@zonix.de> | 5644 | 2003-01-12 Raymond Scholz <ray-2003@zonix.de> |
| 5645 | 5645 | ||
| 5646 | * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a | 5646 | * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a |
| 5647 | regexp or a function too. | 5647 | regexp or a function too. |
| 5648 | (gnus-confirm-treat-mail-like-news): New variable. Ask for | 5648 | (gnus-confirm-treat-mail-like-news): New variable. Ask for |
| 5649 | confirmation even if the original article is mail. | 5649 | confirmation even if the original article is mail. |
| @@ -12167,7 +12167,7 @@ | |||
| 12167 | 2001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12167 | 2001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 12168 | 12168 | ||
| 12169 | * gnus-group.el (gnus-group-find-new-groups): Fix doc. | 12169 | * gnus-group.el (gnus-group-find-new-groups): Fix doc. |
| 12170 | From: Stefan Monnier <monnier@cs.yale.edu> | 12170 | From: Stefan Monnier <monnier@cs.yale.edu> |
| 12171 | 12171 | ||
| 12172 | 2001-12-05 Katsumi Yamaoka <yamaoka@jpl.org> | 12172 | 2001-12-05 Katsumi Yamaoka <yamaoka@jpl.org> |
| 12173 | 12173 | ||
| @@ -14682,7 +14682,7 @@ | |||
| 14682 | * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. | 14682 | * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. |
| 14683 | 14683 | ||
| 14684 | 2001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14684 | 2001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 14685 | From: Stefan Monnier <monnier@cs.yale.edu> | 14685 | From: Stefan Monnier <monnier@cs.yale.edu> |
| 14686 | 14686 | ||
| 14687 | * message.el (message-mode): Use define-derived-mode. | 14687 | * message.el (message-mode): Use define-derived-mode. |
| 14688 | (message-tab): message-completion-alist. | 14688 | (message-tab): message-completion-alist. |
| @@ -16855,7 +16855,7 @@ | |||
| 16855 | 16855 | ||
| 16856 | * gnus-msg.el (gnus-summary-mail-forward): ??? | 16856 | * gnus-msg.el (gnus-summary-mail-forward): ??? |
| 16857 | 16857 | ||
| 16858 | * message.el (message-forward): Move mime-to-mml here. | 16858 | * message.el (message-forward): Move mime-to-mml here. |
| 16859 | 16859 | ||
| 16860 | 2000-12-20 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 16860 | 2000-12-20 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 16861 | 16861 | ||
| @@ -17157,7 +17157,7 @@ | |||
| 17157 | 17157 | ||
| 17158 | * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. | 17158 | * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. |
| 17159 | Put some defvars in eval-when-compile. | 17159 | Put some defvars in eval-when-compile. |
| 17160 | (gnus-intersection, gnus-sorted-complement): Autoload. | 17160 | (gnus-intersection, gnus-sorted-complement): Autoload. |
| 17161 | 17161 | ||
| 17162 | * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. | 17162 | * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. |
| 17163 | 17163 | ||
| @@ -17329,7 +17329,7 @@ | |||
| 17329 | 17329 | ||
| 17330 | * qp.el (mm-decode-coding-region, mm-encode-coding-region): | 17330 | * qp.el (mm-decode-coding-region, mm-encode-coding-region): |
| 17331 | Autoload. | 17331 | Autoload. |
| 17332 | (quoted-printable-decode-region): Rename arg which confused | 17332 | (quoted-printable-decode-region): Rename arg which confused |
| 17333 | charset with coding-system. Don't use nonascii-insert-offset. | 17333 | charset with coding-system. Don't use nonascii-insert-offset. |
| 17334 | Coding-system encode the region initially. Don't recognize `==' | 17334 | Coding-system encode the region initially. Don't recognize `==' |
| 17335 | as valid QP. Coding-system decode the region finally. | 17335 | as valid QP. Coding-system decode the region finally. |
| @@ -17384,7 +17384,7 @@ | |||
| 17384 | 17384 | ||
| 17385 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> | 17385 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 17386 | 17386 | ||
| 17387 | * smiley-ems.el (smiley-update-cache): Use `:ascent center'. | 17387 | * smiley-ems.el (smiley-update-cache): Use `:ascent center'. |
| 17388 | 17388 | ||
| 17389 | 2000-09-21 Dave Love <fx@gnu.org> | 17389 | 2000-09-21 Dave Love <fx@gnu.org> |
| 17390 | 17390 | ||
| @@ -18036,7 +18036,7 @@ | |||
| 18036 | * gnus-art.el (gnus-mime-display-part): Show MIME security button. | 18036 | * gnus-art.el (gnus-mime-display-part): Show MIME security button. |
| 18037 | (gnus-insert-mime-security-button): New function. | 18037 | (gnus-insert-mime-security-button): New function. |
| 18038 | * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info. | 18038 | * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info. |
| 18039 | * mml2015.el: Add security info when verify or decrypt. | 18039 | * mml2015.el: Add security info when verify or decrypt. |
| 18040 | * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart. | 18040 | * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart. |
| 18041 | (mm-uu-pgp-encrypted-extract): Ditto. | 18041 | (mm-uu-pgp-encrypted-extract): Ditto. |
| 18042 | 18042 | ||
| @@ -18433,7 +18433,7 @@ | |||
| 18433 | (mm-dissect-multipart): Use it. | 18433 | (mm-dissect-multipart): Use it. |
| 18434 | * mml2015.el (mml2015-fix-micalg): New function. | 18434 | * mml2015.el (mml2015-fix-micalg): New function. |
| 18435 | (mml2015-decrypt): Use new interface. | 18435 | (mml2015-decrypt): Use new interface. |
| 18436 | (mml2015-verify): Use new interface. | 18436 | (mml2015-verify): Use new interface. |
| 18437 | (mml2015-setup): Make it bogus. | 18437 | (mml2015-setup): Make it bogus. |
| 18438 | 18438 | ||
| 18439 | 2000-10-28 16:54:45 ShengHuo ZHU <zsh@cs.rochester.edu> | 18439 | 2000-10-28 16:54:45 ShengHuo ZHU <zsh@cs.rochester.edu> |
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 8bf0cbf5de1..58c69b8cc35 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el | |||
| @@ -225,7 +225,7 @@ Example: | |||
| 225 | 225 | ||
| 226 | In this case, articles containing the string \"boss\" in the To or the | 226 | In this case, articles containing the string \"boss\" in the To or the |
| 227 | From header will be expired to the group \"nnfolder:Work\"; | 227 | From header will be expired to the group \"nnfolder:Work\"; |
| 228 | articles containing the sting \"IMPORTANT\" in the Subject header will | 228 | articles containing the string \"IMPORTANT\" in the Subject header will |
| 229 | be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and | 229 | be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and |
| 230 | everything else will be expired to \"nnfolder:Archive-YYYY\"." | 230 | everything else will be expired to \"nnfolder:Archive-YYYY\"." |
| 231 | :version "22.1" | 231 | :version "22.1" |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 992c6bd16bb..6e1be8b4465 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -653,7 +653,7 @@ VALUE must be a function to call after all functions in | |||
| 653 | `write-region-annotate-functions' and `buffer-file-format' are | 653 | `write-region-annotate-functions' and `buffer-file-format' are |
| 654 | called, and before the text is encoded by the coding system | 654 | called, and before the text is encoded by the coding system |
| 655 | itself. This function should convert the whole text in the | 655 | itself. This function should convert the whole text in the |
| 656 | current buffer. For backward compatibility, this funciton is | 656 | current buffer. For backward compatibility, this function is |
| 657 | passed two arguments which can be ignored. | 657 | passed two arguments which can be ignored. |
| 658 | 658 | ||
| 659 | `:default-char' | 659 | `:default-char' |
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index afe5dda1f57..92b4251b49c 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el | |||
| @@ -108,7 +108,7 @@ For double-width GB2312 characters correponding to ASCII, use the | |||
| 108 | input method `chinese-qj'.") | 108 | input method `chinese-qj'.") |
| 109 | 109 | ||
| 110 | ("chinese-ecdict" "$(05CKH(B" | 110 | ("chinese-ecdict" "$(05CKH(B" |
| 111 | "In this input method, you enter a Chinese (Big5) charactere or word | 111 | "In this input method, you enter a Chinese (Big5) character or word |
| 112 | by typing the corresponding English word. For example, if you type | 112 | by typing the corresponding English word. For example, if you type |
| 113 | \"computer\", \"$(0IZH+(B\" is input. | 113 | \"computer\", \"$(0IZH+(B\" is input. |
| 114 | 114 | ||
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 2e061558466..4435ec9bd1e 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -621,7 +621,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data." | |||
| 621 | ;; They tend to be bogus on non-UNIX platforms anyway so | 621 | ;; They tend to be bogus on non-UNIX platforms anyway so |
| 622 | ;; optionally hide them. | 622 | ;; optionally hide them. |
| 623 | (if (memq 'uid ls-lisp-verbosity) | 623 | (if (memq 'uid ls-lisp-verbosity) |
| 624 | ;; uid can be a sting or an integer | 624 | ;; uid can be a string or an integer |
| 625 | (let ((uid (nth 2 file-attr))) | 625 | (let ((uid (nth 2 file-attr))) |
| 626 | (format (if (stringp uid) | 626 | (format (if (stringp uid) |
| 627 | ls-lisp-uid-s-fmt | 627 | ls-lisp-uid-s-fmt |
diff --git a/lisp/man.el b/lisp/man.el index 658c1ebbcef..6dde5d7c178 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -309,7 +309,7 @@ This regexp should not start with a `^' character.") | |||
| 309 | "Regular expression describing references to normal files.") | 309 | "Regular expression describing references to normal files.") |
| 310 | 310 | ||
| 311 | ;; This includes the section as an optional part to catch hyphenated | 311 | ;; This includes the section as an optional part to catch hyphenated |
| 312 | ;; refernces to manpages. | 312 | ;; references to manpages. |
| 313 | (defvar Man-hyphenated-reference-regexp | 313 | (defvar Man-hyphenated-reference-regexp |
| 314 | (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?") | 314 | (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?") |
| 315 | "Regular expression describing a reference in the SEE ALSO section.") | 315 | "Regular expression describing a reference in the SEE ALSO section.") |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index a51bd2872c3..c2c9a2df181 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -794,7 +794,7 @@ | |||
| 794 | 794 | ||
| 795 | Merged in 7.4.4 changes, described below. | 795 | Merged in 7.4.4 changes, described below. |
| 796 | 796 | ||
| 797 | * mh-e.el (Version, mh-version): Set to 7.4.4+cvs. | 797 | * mh-e.el (Version, mh-version): Set to 7.4.4+cvs. |
| 798 | 798 | ||
| 799 | 2004-07-10 Bill Wohler <wohler@newt.com> | 799 | 2004-07-10 Bill Wohler <wohler@newt.com> |
| 800 | 800 | ||
| @@ -2197,7 +2197,7 @@ | |||
| 2197 | * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message): | 2197 | * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message): |
| 2198 | Ditto. | 2198 | Ditto. |
| 2199 | 2199 | ||
| 2200 | * mh-e.el (mh-refile-a-msg): Ditto. | 2200 | * mh-e.el (mh-refile-a-msg): Ditto. |
| 2201 | 2201 | ||
| 2202 | * mh-funcs.el (mh-undo-folder): Ditto. | 2202 | * mh-funcs.el (mh-undo-folder): Ditto. |
| 2203 | 2203 | ||
| @@ -2509,7 +2509,7 @@ | |||
| 2509 | 2509 | ||
| 2510 | 2003-07-28 Peter S Galbraith <psg@debian.org> | 2510 | 2003-07-28 Peter S Galbraith <psg@debian.org> |
| 2511 | 2511 | ||
| 2512 | * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers' | 2512 | * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers' |
| 2513 | operation. | 2513 | operation. |
| 2514 | 2514 | ||
| 2515 | * mh-mime.el (mh-mm-inline-message): Same. | 2515 | * mh-mime.el (mh-mm-inline-message): Same. |
| @@ -2697,7 +2697,7 @@ | |||
| 2697 | 2697 | ||
| 2698 | 2003-06-24 Bill Wohler <wohler@newt.com> | 2698 | 2003-06-24 Bill Wohler <wohler@newt.com> |
| 2699 | 2699 | ||
| 2700 | * mh-e.el (Version, mh-version): Set to 7.4.1+cvs. | 2700 | * mh-e.el (Version, mh-version): Set to 7.4.1+cvs. |
| 2701 | 2701 | ||
| 2702 | 2003-06-25 Bill Wohler <wohler@newt.com> | 2702 | 2003-06-25 Bill Wohler <wohler@newt.com> |
| 2703 | 2703 | ||
| @@ -2719,7 +2719,7 @@ | |||
| 2719 | 2719 | ||
| 2720 | 2003-06-24 Bill Wohler <wohler@newt.com> | 2720 | 2003-06-24 Bill Wohler <wohler@newt.com> |
| 2721 | 2721 | ||
| 2722 | * mh-e.el (Version, mh-version): Set to 7.4+cvs. | 2722 | * mh-e.el (Version, mh-version): Set to 7.4+cvs. |
| 2723 | 2723 | ||
| 2724 | 2003-06-24 Bill Wohler <wohler@newt.com> | 2724 | 2003-06-24 Bill Wohler <wohler@newt.com> |
| 2725 | 2725 | ||
| @@ -4106,7 +4106,7 @@ | |||
| 4106 | 4106 | ||
| 4107 | 2003-04-06 Bill Wohler <wohler@newt.com> | 4107 | 2003-04-06 Bill Wohler <wohler@newt.com> |
| 4108 | 4108 | ||
| 4109 | * mh-comp.el (mh-forward): Updated docstrings to indicate that a | 4109 | * mh-comp.el (mh-forward): Updated docstrings to indicate that a |
| 4110 | list of messages is acceptable as well. | 4110 | list of messages is acceptable as well. |
| 4111 | 4111 | ||
| 4112 | * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg) | 4112 | * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg) |
| @@ -4198,7 +4198,7 @@ | |||
| 4198 | 4198 | ||
| 4199 | 2003-04-04 Peter S Galbraith <psg@debian.org> | 4199 | 2003-04-04 Peter S Galbraith <psg@debian.org> |
| 4200 | 4200 | ||
| 4201 | * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of | 4201 | * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of |
| 4202 | `when' block. | 4202 | `when' block. |
| 4203 | 4203 | ||
| 4204 | 2003-04-04 Satyaki Das <satyaki@theforce.stanford.edu> | 4204 | 2003-04-04 Satyaki Das <satyaki@theforce.stanford.edu> |
| @@ -7248,7 +7248,7 @@ | |||
| 7248 | 7248 | ||
| 7249 | 2002-11-13 Mark D. Baushke <mdb@gnu.org> | 7249 | 2002-11-13 Mark D. Baushke <mdb@gnu.org> |
| 7250 | 7250 | ||
| 7251 | * mh-identity.el (mh-insert-identity): A value of either nil or | 7251 | * mh-identity.el (mh-insert-identity): A value of either nil or |
| 7252 | "" should cause the field to be removed. | 7252 | "" should cause the field to be removed. |
| 7253 | (mh-identity-list): Update the docstring. | 7253 | (mh-identity-list): Update the docstring. |
| 7254 | 7254 | ||
| @@ -7913,7 +7913,7 @@ | |||
| 7913 | (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp. | 7913 | (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp. |
| 7914 | * mh-seq.el (mh-subject-to-sequence): Ditto. | 7914 | * mh-seq.el (mh-subject-to-sequence): Ditto. |
| 7915 | 7915 | ||
| 7916 | * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject | 7916 | * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject |
| 7917 | Thread" from menu. mh-toggle-threads is in the Folder menu. | 7917 | Thread" from menu. mh-toggle-threads is in the Folder menu. |
| 7918 | 7918 | ||
| 7919 | * mh-e.el (mh-folder-sequence-menu): Minor menu text edits. | 7919 | * mh-e.el (mh-folder-sequence-menu): Minor menu text edits. |
| @@ -8252,7 +8252,7 @@ | |||
| 8252 | (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag. | 8252 | (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag. |
| 8253 | This addresses part of SF #627015. | 8253 | This addresses part of SF #627015. |
| 8254 | 8254 | ||
| 8255 | * mh-index.el (mh-index-advance): Renamed backward-p | 8255 | * mh-index.el (mh-index-advance): Renamed backward-p |
| 8256 | local variable as backward-flag. | 8256 | local variable as backward-flag. |
| 8257 | (mh-index-next-button): Renamed backward-p | 8257 | (mh-index-next-button): Renamed backward-p |
| 8258 | argument as backward-flag. | 8258 | argument as backward-flag. |
| @@ -9220,7 +9220,7 @@ | |||
| 9220 | decide how many buttons to use for replying. | 9220 | decide how many buttons to use for replying. |
| 9221 | 9221 | ||
| 9222 | * mh-mime.el (mh-file-mime-type-substitutions) | 9222 | * mh-mime.el (mh-file-mime-type-substitutions) |
| 9223 | (mh-file-mime-type-substitute): Fix typos and doc strings. | 9223 | (mh-file-mime-type-substitute): Fix typos and doc strings. |
| 9224 | 9224 | ||
| 9225 | 2002-09-30 Peter S Galbraith <psg@debian.org> | 9225 | 2002-09-30 Peter S Galbraith <psg@debian.org> |
| 9226 | 9226 | ||
| @@ -9325,7 +9325,7 @@ | |||
| 9325 | 2002-08-19 Peter S Galbraith <psg@debian.org> | 9325 | 2002-08-19 Peter S Galbraith <psg@debian.org> |
| 9326 | 9326 | ||
| 9327 | * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, | 9327 | * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, |
| 9328 | * reply-all.xpm, reply-all.pbm: New icons for various reply methods. | 9328 | * reply-all.xpm, reply-all.pbm: New icons for various reply methods. |
| 9329 | * mh-e.el (mh-folder-tool-bar-map): Split reply button into three | 9329 | * mh-e.el (mh-folder-tool-bar-map): Split reply button into three |
| 9330 | that won't prompt for "from", "to" and "all". | 9330 | that won't prompt for "from", "to" and "all". |
| 9331 | * mh-comp.el (mh-reply): Put variable reply-to in the interactive | 9331 | * mh-comp.el (mh-reply): Put variable reply-to in the interactive |
| @@ -9764,13 +9764,13 @@ | |||
| 9764 | to `mh-mml-to-mime' in `mh-send-letter'. | 9764 | to `mh-mml-to-mime' in `mh-send-letter'. |
| 9765 | (mh-mml-secure-message-sign-pgpmime): New function. | 9765 | (mh-mml-secure-message-sign-pgpmime): New function. |
| 9766 | Front end to mml-secure-message-sign-pgpmime. | 9766 | Front end to mml-secure-message-sign-pgpmime. |
| 9767 | (mh-mml-secure-message-encrypt-pgpmime): New function. | 9767 | (mh-mml-secure-message-encrypt-pgpmime): New function. |
| 9768 | Front end to mml-secure-message-encrypt-pgpmime. | 9768 | Front end to mml-secure-message-encrypt-pgpmime. |
| 9769 | 9769 | ||
| 9770 | * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime' | 9770 | * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime' |
| 9771 | if mh-mml-compose-insert-p is set. | 9771 | if mh-mml-compose-insert-p is set. |
| 9772 | (mh-letter-mode-map): Add keys for new mh-mime functions above. | 9772 | (mh-letter-mode-map): Add keys for new mh-mime functions above. |
| 9773 | * mh-comp.el: Added autoloads for new mh-mime functions above. | 9773 | * mh-comp.el: Added autoloads for new mh-mime functions above. |
| 9774 | 9774 | ||
| 9775 | 2002-06-17 Peter S Galbraith <psg@debian.org> | 9775 | 2002-06-17 Peter S Galbraith <psg@debian.org> |
| 9776 | 9776 | ||
| @@ -11010,8 +11010,8 @@ | |||
| 11010 | 2001-11-20 Peter S Galbraith <psg@debian.org> | 11010 | 2001-11-20 Peter S Galbraith <psg@debian.org> |
| 11011 | 11011 | ||
| 11012 | * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable | 11012 | * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable |
| 11013 | * mh-e.el (mh-folder-mode): Same. | 11013 | * mh-e.el (mh-folder-mode): Same. |
| 11014 | * mh-utils.el (mh-show-mode): Same. | 11014 | * mh-utils.el (mh-show-mode): Same. |
| 11015 | 11015 | ||
| 11016 | * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace | 11016 | * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace |
| 11017 | with mh-good-msg-regexp. | 11017 | with mh-good-msg-regexp. |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 405232742a3..05da19ee0a4 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-10-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org-agenda.el (org-prefix-category-length) | ||
| 4 | (org-prefix-category-max-length): Fix typos in docstrings. | ||
| 5 | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * Version 23.2 released. | 8 | * Version 23.2 released. |
| @@ -5,7 +10,7 @@ | |||
| 5 | 2010-02-15 Chong Yidong <cyd@stupidchicken.com> | 10 | 2010-02-15 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 11 | ||
| 7 | * org-freemind.el (org-freemind-from-org-mode-node) | 12 | * org-freemind.el (org-freemind-from-org-mode-node) |
| 8 | (org-freemind-from-org-mode, ) | 13 | (org-freemind-from-org-mode) |
| 9 | (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): | 14 | (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): |
| 10 | Pass arg to called-interactively-p. | 15 | Pass arg to called-interactively-p. |
| 11 | 16 | ||
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 22399e9a8a3..856e7f34e32 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -4501,9 +4501,9 @@ The flag is set if the currently compiled format contains a `%T'.") | |||
| 4501 | "A flag, set by `org-compile-prefix-format'. | 4501 | "A flag, set by `org-compile-prefix-format'. |
| 4502 | The flag is set if the currently compiled format contains a `%e'.") | 4502 | The flag is set if the currently compiled format contains a `%e'.") |
| 4503 | (defvar org-prefix-category-length nil | 4503 | (defvar org-prefix-category-length nil |
| 4504 | "Used by `org-compile-prefix-format' to remember the category field widh.") | 4504 | "Used by `org-compile-prefix-format' to remember the category field width.") |
| 4505 | (defvar org-prefix-category-max-length nil | 4505 | (defvar org-prefix-category-max-length nil |
| 4506 | "Used by `org-compile-prefix-format' to remember the category field widh.") | 4506 | "Used by `org-compile-prefix-format' to remember the category field width.") |
| 4507 | 4507 | ||
| 4508 | (defun org-format-agenda-item (extra txt &optional category tags dotime | 4508 | (defun org-format-agenda-item (extra txt &optional category tags dotime |
| 4509 | noprefix remove-re habitp) | 4509 | noprefix remove-re habitp) |
diff --git a/lisp/simple.el b/lisp/simple.el index 28b60cc1cf5..ba7788ead2d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4260,7 +4260,7 @@ into account variable-width characters and line continuation." | |||
| 4260 | (goto-char (next-char-property-change (point)))) | 4260 | (goto-char (next-char-property-change (point)))) |
| 4261 | ;; Move a line. | 4261 | ;; Move a line. |
| 4262 | ;; We don't use `end-of-line', since we want to escape | 4262 | ;; We don't use `end-of-line', since we want to escape |
| 4263 | ;; from field boundaries ocurring exactly at point. | 4263 | ;; from field boundaries occurring exactly at point. |
| 4264 | (goto-char (constrain-to-field | 4264 | (goto-char (constrain-to-field |
| 4265 | (let ((inhibit-field-text-motion t)) | 4265 | (let ((inhibit-field-text-motion t)) |
| 4266 | (line-end-position)) | 4266 | (line-end-position)) |