diff options
| author | Juanma Barranquero | 2008-07-18 15:42:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-07-18 15:42:14 +0000 |
| commit | ba60bd44c7d909fa471f82d3f0477fec6d991751 (patch) | |
| tree | 3f640d99c73add753df2e1789f042be040f8476e /lisp | |
| parent | 555b0992fdbb6435ad74a22c9f894f9c3f405fda (diff) | |
| download | emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.tar.gz emacs-ba60bd44c7d909fa471f82d3f0477fec6d991751.zip | |
Fix typos.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 41 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
4 files changed, 31 insertions, 34 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a201e637d3..ac10d0ee1cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -98,7 +98,7 @@ | |||
| 98 | * frame.el (ns-initialize-window-system): Declare for compiler. | 98 | * frame.el (ns-initialize-window-system): Declare for compiler. |
| 99 | 99 | ||
| 100 | * term/ns-win.el: Add numerous declarations for compiler. | 100 | * term/ns-win.el: Add numerous declarations for compiler. |
| 101 | (ns-pop-up-frames): Move definition before use. Doc fix. | 101 | (ns-pop-up-frames): Move definition before use. Doc fix. |
| 102 | 102 | ||
| 103 | * emacs-lisp/check-declare.el (check-declare-locate) | 103 | * emacs-lisp/check-declare.el (check-declare-locate) |
| 104 | (check-declare-verify): Handle .m files. | 104 | (check-declare-verify): Handle .m files. |
| @@ -110,13 +110,13 @@ | |||
| 110 | * ns-grabenv.el: New file: functionality useful on OS X platform to | 110 | * ns-grabenv.el: New file: functionality useful on OS X platform to |
| 111 | expose environment variables inside Emacs started from icon. | 111 | expose environment variables inside Emacs started from icon. |
| 112 | * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win. | 112 | * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win. |
| 113 | * cus-edit.el | 113 | * cus-edit.el: |
| 114 | * cus-face.el | 114 | * cus-face.el: |
| 115 | * disp-table.el | 115 | * disp-table.el: |
| 116 | * faces.el | 116 | * faces.el: |
| 117 | * info.el | 117 | * info.el: |
| 118 | * mouse.el | 118 | * mouse.el: |
| 119 | * mwheel.el | 119 | * mwheel.el: |
| 120 | * simple.el: Add ns to window systems treated as GUIs. | 120 | * simple.el: Add ns to window systems treated as GUIs. |
| 121 | * facemenu.el (facemenu-read-color): Don't require a name match under | 121 | * facemenu.el (facemenu-read-color): Don't require a name match under |
| 122 | NS, to allow numeric color entry. | 122 | NS, to allow numeric color entry. |
| @@ -145,11 +145,11 @@ | |||
| 145 | 145 | ||
| 146 | 2008-07-14 Jason Rumney <jasonr@gnu.org> | 146 | 2008-07-14 Jason Rumney <jasonr@gnu.org> |
| 147 | 147 | ||
| 148 | * term/w32-win.el (x-handle-switch, x-handle-name-switch) | 148 | * term/w32-win.el (x-handle-switch, x-handle-name-switch) |
| 149 | (x-handle-numeric-switch, x-handle-initial-switch) | 149 | (x-handle-numeric-switch, x-handle-initial-switch) |
| 150 | (x-handle-xrm-switch, x-handle-args, x-handle-display) | 150 | (x-handle-xrm-switch, x-handle-args, x-handle-display) |
| 151 | (xw-defined-colors, w32-initialize-window-system): | 151 | (xw-defined-colors, w32-initialize-window-system): |
| 152 | Avoid use of cl pop and push macros. | 152 | Avoid use of cl pop and push macros. |
| 153 | 153 | ||
| 154 | 2008-07-14 Martin Rudalics <rudalics@gmx.at> | 154 | 2008-07-14 Martin Rudalics <rudalics@gmx.at> |
| 155 | 155 | ||
| @@ -158,7 +158,8 @@ | |||
| 158 | 158 | ||
| 159 | 2008-07-13 Martin Rudalics <rudalics@gmx.at> | 159 | 2008-07-13 Martin Rudalics <rudalics@gmx.at> |
| 160 | 160 | ||
| 161 | * add-log.el (change-log-search-file-name): Use match-string-no-properties. | 161 | * add-log.el (change-log-search-file-name): |
| 162 | Use match-string-no-properties. | ||
| 162 | (change-log-search-tag-name-1, change-log-search-tag-name) | 163 | (change-log-search-tag-name-1, change-log-search-tag-name) |
| 163 | (change-log-goto-source-1, change-log-goto-source): New functions. | 164 | (change-log-goto-source-1, change-log-goto-source): New functions. |
| 164 | (change-log-tag-re, change-log-find-head, change-log-find-tail): | 165 | (change-log-tag-re, change-log-find-head, change-log-find-tail): |
| @@ -177,13 +178,12 @@ | |||
| 177 | 178 | ||
| 178 | 2008-07-12 Chong Yidong <cyd@stupidchicken.com> | 179 | 2008-07-12 Chong Yidong <cyd@stupidchicken.com> |
| 179 | 180 | ||
| 180 | * simple.el (line-move-visual): Handle null pixel position | 181 | * simple.el (line-move-visual): Handle null pixel position gracefully. |
| 181 | gracefully. | ||
| 182 | 182 | ||
| 183 | 2008-07-11 Jason Rumney <jasonr@gnu.org> | 183 | 2008-07-11 Jason Rumney <jasonr@gnu.org> |
| 184 | 184 | ||
| 185 | * files.el (file-truename): Get truename of ancestors if file does | 185 | * files.el (file-truename): Get truename of ancestors if file does |
| 186 | not exist on Windows. | 186 | not exist on Windows. |
| 187 | 187 | ||
| 188 | 2008-07-11 Chong Yidong <cyd@stupidchicken.com> | 188 | 2008-07-11 Chong Yidong <cyd@stupidchicken.com> |
| 189 | 189 | ||
| @@ -208,8 +208,7 @@ | |||
| 208 | 208 | ||
| 209 | * window.el (truncated-partial-width-window-p): New function. | 209 | * window.el (truncated-partial-width-window-p): New function. |
| 210 | 210 | ||
| 211 | * menu-bar.el: Remove Longlines mode from menu. Add word-wrap | 211 | * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option. |
| 212 | option. | ||
| 213 | 212 | ||
| 214 | * faces.el (x-create-frame-with-faces): Don't pass parameters that | 213 | * faces.el (x-create-frame-with-faces): Don't pass parameters that |
| 215 | are set later to x-create-frame. | 214 | are set later to x-create-frame. |
| @@ -234,7 +233,7 @@ | |||
| 234 | 233 | ||
| 235 | * net/newst-backend.el (newsticker--get-news-by-url): Catch errors | 234 | * net/newst-backend.el (newsticker--get-news-by-url): Catch errors |
| 236 | from url-retrieve. | 235 | from url-retrieve. |
| 237 | (newsticker--sentinel-work): Fixed xerror typo. | 236 | (newsticker--sentinel-work): Fix xerror typo. |
| 238 | 237 | ||
| 239 | 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu> | 238 | 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 240 | 239 | ||
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 9905e7fda2c..f49748da008 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -7,11 +7,11 @@ | |||
| 7 | 7 | ||
| 8 | * erc-backend.el (328): New response handler. | 8 | * erc-backend.el (328): New response handler. |
| 9 | 9 | ||
| 10 | * erc.el (english): Added 328 to catalog. | 10 | * erc.el (english): Add 328 to catalog. |
| 11 | 11 | ||
| 12 | 2008-05-29 Diane Murray <disumu@x3y2z1.net> | 12 | 2008-05-29 Diane Murray <disumu@x3y2z1.net> |
| 13 | 13 | ||
| 14 | * erc-services.el (erc-nickserv-alist): Updated REGEXP and | 14 | * erc-services.el (erc-nickserv-alist): Update REGEXP and |
| 15 | SUCCESS-REGEXP for freenode. | 15 | SUCCESS-REGEXP for freenode. |
| 16 | 16 | ||
| 17 | 2008-05-05 Juanma Barranquero <lekktu@gmail.com> | 17 | 2008-05-05 Juanma Barranquero <lekktu@gmail.com> |
| @@ -87,8 +87,7 @@ | |||
| 87 | * erc-pkg.el: Make the version string a template. | 87 | * erc-pkg.el: Make the version string a template. |
| 88 | 88 | ||
| 89 | * erc.texi (Obtaining ERC): Update extras URLs for 5.3. | 89 | * erc.texi (Obtaining ERC): Update extras URLs for 5.3. |
| 90 | (Development): Write instructions for git, and remove those for | 90 | (Development): Write instructions for git, and remove those for Arch. |
| 91 | Arch. | ||
| 92 | (History): Mention the switch to git. | 91 | (History): Mention the switch to git. |
| 93 | 92 | ||
| 94 | 2008-01-25 Michael Olson <mwolson@gnu.org> | 93 | 2008-01-25 Michael Olson <mwolson@gnu.org> |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ff4e7abfd99..d7840e30c72 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program | 24 | (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program |
| 25 | instead of gnus-last-shell-command. | 25 | instead of gnus-last-shell-command. |
| 26 | 26 | ||
| 27 | * gnus-sum.el (gnus-summary-pipe-output-default-command): New user | 27 | * gnus-sum.el (gnus-summary-pipe-output-default-command): |
| 28 | option. | 28 | New user option. |
| 29 | (gnus-summary-muttprint-program): Mention the value will be changed. | 29 | (gnus-summary-muttprint-program): Mention the value will be changed. |
| 30 | (gnus-summary-save-article): Force showing of all headers. | 30 | (gnus-summary-save-article): Force showing of all headers. |
| 31 | (gnus-summary-pipe-output): Work with the 2nd argument HEADERS. | 31 | (gnus-summary-pipe-output): Work with the 2nd argument HEADERS. |
| @@ -95,9 +95,9 @@ | |||
| 95 | (nnmairix-determine-original-group-from-registry) | 95 | (nnmairix-determine-original-group-from-registry) |
| 96 | (nnmairix-determine-original-group-from-path) | 96 | (nnmairix-determine-original-group-from-path) |
| 97 | (nnmairix-get-group-from-file-path, nnmairix-map-range) | 97 | (nnmairix-get-group-from-file-path, nnmairix-map-range) |
| 98 | (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New | 98 | (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): |
| 99 | helper functions. | 99 | New helper functions. |
| 100 | (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new | 100 | (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new |
| 101 | keystrokes for new commands. | 101 | keystrokes for new commands. |
| 102 | (nnmairix-delete-and-create-on-change): Doc string cleanup. | 102 | (nnmairix-delete-and-create-on-change): Doc string cleanup. |
| 103 | (nnmairix-request-group): Check allow-fast group parameter. | 103 | (nnmairix-request-group): Check allow-fast group parameter. |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d093d44631e..214c7a2bd28 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -52,8 +52,7 @@ | |||
| 52 | 52 | ||
| 53 | 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com> | 53 | 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com> |
| 54 | 54 | ||
| 55 | * url-auth.el: Add autoload cookie for | 55 | * url-auth.el: Add autoload cookie for `auth-source-user-or-password'. |
| 56 | `auth-source-user-or-password'. | ||
| 57 | (url-basic-auth, url-digest-auth): Use it with any realm, | 56 | (url-basic-auth, url-digest-auth): Use it with any realm, |
| 58 | overriding the user name and password before the prompt. | 57 | overriding the user name and password before the prompt. |
| 59 | 58 | ||
| @@ -72,8 +71,8 @@ | |||
| 72 | 71 | ||
| 73 | 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com> | 72 | 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com> |
| 74 | 73 | ||
| 75 | * url-util.el (url-get-normalized-date): Simplify | 74 | * url-util.el (url-get-normalized-date): Simplify to use |
| 76 | to use `format-time-string'. Always generate date in UTC, but | 75 | `format-time-string'. Always generate date in UTC, but |
| 77 | call it GMT for full compatibility with the RFCs. | 76 | call it GMT for full compatibility with the RFCs. |
| 78 | 77 | ||
| 79 | 2008-02-06 Michael Albinus <michael.albinus@gmx.de> | 78 | 2008-02-06 Michael Albinus <michael.albinus@gmx.de> |