diff options
| author | Juanma Barranquero | 2012-01-31 17:15:03 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-01-31 17:15:03 +0100 |
| commit | 6df6ae42fedb347936ce4c68e11f5d3e8b1d0040 (patch) | |
| tree | be1fdc72811d475e0aa9e853cb88aa6a922b2489 | |
| parent | fd3e94ece865d8cb85d13e98c1594bcabe3fd8db (diff) | |
| download | emacs-6df6ae42fedb347936ce4c68e11f5d3e8b1d0040.tar.gz emacs-6df6ae42fedb347936ce4c68e11f5d3e8b1d0040.zip | |
Fix typos in ChangeLogs.
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 24 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 21 | ||||
| -rw-r--r-- | msdos/ChangeLog | 6 | ||||
| -rw-r--r-- | nextstep/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | test/ChangeLog | 26 |
12 files changed, 59 insertions, 61 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4a26f901e60..d834aded164 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | * buffers.texi (Select Buffer): Clarify explanation of switching | 14 | * buffers.texi (Select Buffer): Clarify explanation of switching |
| 15 | to new buffers. Fix description of next-buffer and | 15 | to new buffers. Fix description of next-buffer and |
| 16 | previous-buffer (Bug#10334). | 16 | previous-buffer (Bug#10334). |
| 17 | (Misc Buffer): Add xref to View Mode. | 17 | (Misc Buffer): Add xref to View Mode. |
| 18 | 18 | ||
| 19 | * text.texi (Fill Commands): Fix description of | 19 | * text.texi (Fill Commands): Fix description of |
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 66f9d3cace4..bf08571f6fb 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2012-01-28 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2012-01-28 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside | 3 | * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside |
| 4 | of @menu. (Bug#10628) | 4 | of @menu. (Bug#10628) |
| 5 | 5 | ||
| 6 | 2012-01-19 Juanma Barranquero <lekktu@gmail.com> | 6 | 2012-01-19 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 7 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad25d537f2b..0146dd8652f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -69,8 +69,8 @@ | |||
| 69 | 69 | ||
| 70 | * progmodes/python.el: Require ansi-color at top-level. | 70 | * progmodes/python.el: Require ansi-color at top-level. |
| 71 | 71 | ||
| 72 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define | 72 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): |
| 73 | and use in Emacs Lisp mode (Bug#9360). | 73 | Define and use in Emacs Lisp mode (Bug#9360). |
| 74 | (lisp-mode-abbrev-table): Add doc. | 74 | (lisp-mode-abbrev-table): Add doc. |
| 75 | (lisp-mode-variables): Don't set local-abbrev-table. | 75 | (lisp-mode-variables): Don't set local-abbrev-table. |
| 76 | (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. | 76 | (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. |
| @@ -184,8 +184,8 @@ | |||
| 184 | 184 | ||
| 185 | 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com> | 185 | 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com> |
| 186 | 186 | ||
| 187 | * window.el (window--state-get-1, window--state-put-2): Don't | 187 | * window.el (window--state-get-1, window--state-put-2): |
| 188 | save and restore the mark. | 188 | Don't save and restore the mark. |
| 189 | 189 | ||
| 190 | 2012-01-25 Chong Yidong <cyd@gnu.org> | 190 | 2012-01-25 Chong Yidong <cyd@gnu.org> |
| 191 | 191 | ||
| @@ -532,7 +532,7 @@ | |||
| 532 | first prompt in `sql-interacive-mode'. | 532 | first prompt in `sql-interacive-mode'. |
| 533 | (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin | 533 | (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin |
| 534 | keywords. | 534 | keywords. |
| 535 | (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. | 535 | (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. |
| 536 | (sql-product-interactive): Bug fix: Set `sql-buffer' in | 536 | (sql-product-interactive): Bug fix: Set `sql-buffer' in |
| 537 | context of original buffer. Invoke `sql-login-hook'. | 537 | context of original buffer. Invoke `sql-login-hook'. |
| 538 | 538 | ||
| @@ -4046,7 +4046,7 @@ | |||
| 4046 | 4046 | ||
| 4047 | * cus-start.el (all): Add entry for bidi-paragraph-direction. | 4047 | * cus-start.el (all): Add entry for bidi-paragraph-direction. |
| 4048 | 4048 | ||
| 4049 | * international/uni-bidi.el: Regenerated. | 4049 | * international/uni-bidi.el: Regenerate. |
| 4050 | 4050 | ||
| 4051 | 2011-08-23 Kenichi Handa <handa@m17n.org> | 4051 | 2011-08-23 Kenichi Handa <handa@m17n.org> |
| 4052 | 4052 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1d99418ed21..f5e49f70872 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -7153,7 +7153,7 @@ | |||
| 7153 | "failed" all the time. | 7153 | "failed" all the time. |
| 7154 | 7154 | ||
| 7155 | * gnus.el: Throughout all files, replace (save-excursion (set-buffer | 7155 | * gnus.el: Throughout all files, replace (save-excursion (set-buffer |
| 7156 | ...)) with (with-current-buffer ... ). | 7156 | ...)) with (with-current-buffer ...). |
| 7157 | 7157 | ||
| 7158 | * nntp.el (nntp-open-server): Return whether the open was successful or | 7158 | * nntp.el (nntp-open-server): Return whether the open was successful or |
| 7159 | not. | 7159 | not. |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 5ae9f8ecccc..2c3d0dc3803 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | pop-to-buffer-same-window. | 52 | pop-to-buffer-same-window. |
| 53 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) | 53 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) |
| 54 | (mh-make-folder): Call mh-pop-to-buffer-same-window instead of | 54 | (mh-make-folder): Call mh-pop-to-buffer-same-window instead of |
| 55 | switch-to-buffer. The previous change which used pop-to-buffer | 55 | switch-to-buffer. The previous change which used pop-to-buffer |
| 56 | produced the wrong behavior. | 56 | produced the wrong behavior. |
| 57 | 57 | ||
| 58 | 2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change) | 58 | 2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change) |
| @@ -73,8 +73,8 @@ | |||
| 73 | 73 | ||
| 74 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) | 74 | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) |
| 75 | (mh-make-folder): Replace calls to switch-to-buffer with of | 75 | (mh-make-folder): Replace calls to switch-to-buffer with of |
| 76 | pop-to-buffer. The former is intended for interactive use only and | 76 | pop-to-buffer. The former is intended for interactive use only |
| 77 | generates warnings in Emacs 24. | 77 | and generates warnings in Emacs 24. |
| 78 | 78 | ||
| 79 | 2011-07-09 Bill Wohler <wohler@newt.com> | 79 | 2011-07-09 Bill Wohler <wohler@newt.com> |
| 80 | 80 | ||
| @@ -96,7 +96,7 @@ | |||
| 96 | * mh-e.el: Just require mh-loaddefs since loading it in an | 96 | * mh-e.el: Just require mh-loaddefs since loading it in an |
| 97 | eval-and-compile block causes compilation errors in XEmacs. | 97 | eval-and-compile block causes compilation errors in XEmacs. |
| 98 | 98 | ||
| 99 | * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el: | 99 | * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el: |
| 100 | * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in | 100 | * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in |
| 101 | mh-do-in-xemacs block. | 101 | mh-do-in-xemacs block. |
| 102 | 102 | ||
| @@ -107,7 +107,7 @@ | |||
| 107 | 107 | ||
| 108 | * mh-letter.el (mh-letter-mode-map, mh-letter-complete) | 108 | * mh-letter.el (mh-letter-mode-map, mh-letter-complete) |
| 109 | (mh-complete-word): Remove FIXME comments since these functions | 109 | (mh-complete-word): Remove FIXME comments since these functions |
| 110 | are still needed in other Emacsen. However, they can probably | 110 | are still needed in other Emacsen. However, they can probably |
| 111 | stand to be generalized like completion-at-point. | 111 | stand to be generalized like completion-at-point. |
| 112 | (mh-letter-complete-or-space): Remove unused variable. | 112 | (mh-letter-complete-or-space): Remove unused variable. |
| 113 | 113 | ||
| @@ -173,7 +173,7 @@ | |||
| 173 | 2010-05-14 Peter S Galbraith <psg@debian.org> | 173 | 2010-05-14 Peter S Galbraith <psg@debian.org> |
| 174 | 174 | ||
| 175 | * mh-mime.el (mh-decode-message-subject): New function to decode | 175 | * mh-mime.el (mh-decode-message-subject): New function to decode |
| 176 | RFC2047 encoded Subject lines. Used for reply drafts. | 176 | RFC2047 encoded Subject lines. Used for reply drafts. |
| 177 | * mh-comp.el (mh-compose-and-send-mail): Call | 177 | * mh-comp.el (mh-compose-and-send-mail): Call |
| 178 | `mh-decode-message-subject' on (reply or forward) message drafts. | 178 | `mh-decode-message-subject' on (reply or forward) message drafts. |
| 179 | 179 | ||
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 7bee98d8110..2a188c5a736 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -924,8 +924,8 @@ | |||
| 924 | 924 | ||
| 925 | 2012-01-03 Matt Lundin <mdl@imapmail.org> | 925 | 2012-01-03 Matt Lundin <mdl@imapmail.org> |
| 926 | 926 | ||
| 927 | * org-agenda.el: (org-class): Fix holidays symbol in | 927 | * org-agenda.el (org-class): Fix holidays symbol in org-class. |
| 928 | org-class. This was resulting in an "Bad sexp..." warning. | 928 | This was resulting in an "Bad sexp..." warning. |
| 929 | 929 | ||
| 930 | 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> | 930 | 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> |
| 931 | 931 | ||
| @@ -968,13 +968,13 @@ | |||
| 968 | 968 | ||
| 969 | 2012-01-03 Eric Schulte <schulte.eric@gmail.com> | 969 | 2012-01-03 Eric Schulte <schulte.eric@gmail.com> |
| 970 | 970 | ||
| 971 | * ob-sql.el (org-babel-header-arg-names:sql): Sql specific header | 971 | * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header |
| 972 | argument names which should be inherited. | 972 | argument names which should be inherited. |
| 973 | 973 | ||
| 974 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> | 974 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> |
| 975 | 975 | ||
| 976 | * org.el (org-in-block-p): Return matched name of block, if | 976 | * org.el (org-in-block-p): Return matched name of block, if any. |
| 977 | any. It can be useful when a list of block names is provided as | 977 | It can be useful when a list of block names is provided as |
| 978 | an argument. | 978 | an argument. |
| 979 | 979 | ||
| 980 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> | 980 | 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> |
| @@ -1038,10 +1038,10 @@ | |||
| 1038 | * org-exp.el (org-export-protect-quoted-subtrees): More accurate | 1038 | * org-exp.el (org-export-protect-quoted-subtrees): More accurate |
| 1039 | regexp. Also use new regexp to match generic headlines. | 1039 | regexp. Also use new regexp to match generic headlines. |
| 1040 | 1040 | ||
| 1041 | * org-html.el (org-export-as-html): More accurate regexp. Also | 1041 | * org-html.el (org-export-as-html): More accurate regexp. |
| 1042 | use new regexp to match generic headlines. | 1042 | Also use new regexp to match generic headlines. |
| 1043 | 1043 | ||
| 1044 | * org-mouse.el (org-mouse-match-todo-keyword): Removed unused | 1044 | * org-mouse.el (org-mouse-match-todo-keyword): Remove unused |
| 1045 | and now erroneous function. | 1045 | and now erroneous function. |
| 1046 | 1046 | ||
| 1047 | * org.el (org-heading-regexp, org-heading-keyword-regexp-format): | 1047 | * org.el (org-heading-regexp, org-heading-keyword-regexp-format): |
| @@ -1071,8 +1071,8 @@ | |||
| 1071 | 1071 | ||
| 1072 | 2012-01-03 David Maus <dmaus@ictsoc.de> | 1072 | 2012-01-03 David Maus <dmaus@ictsoc.de> |
| 1073 | 1073 | ||
| 1074 | * org.el (org-loop-over-headlines-in-active-region): New | 1074 | * org.el (org-loop-over-headlines-in-active-region): |
| 1075 | customization variable. Loop over headlines in active region. | 1075 | New customization variable. Loop over headlines in active region. |
| 1076 | (org-schedule, org-deadline): Apply to headlines in region depending | 1076 | (org-schedule, org-deadline): Apply to headlines in region depending |
| 1077 | on new customization variable. | 1077 | on new customization variable. |
| 1078 | 1078 | ||
| @@ -1092,8 +1092,8 @@ | |||
| 1092 | 1092 | ||
| 1093 | 2012-01-03 Bastien Guerry <bzg@gnu.org> | 1093 | 2012-01-03 Bastien Guerry <bzg@gnu.org> |
| 1094 | 1094 | ||
| 1095 | * org.el (org-format-agenda-item, org-scan-tags): Rename | 1095 | * org.el (org-format-agenda-item, org-scan-tags): |
| 1096 | `org-format-agenda-item' to `org-agenda-format-item'. | 1096 | Rename `org-format-agenda-item' to `org-agenda-format-item'. |
| 1097 | 1097 | ||
| 1098 | 2012-01-03 Bastien Guerry <bzg@gnu.org> | 1098 | 2012-01-03 Bastien Guerry <bzg@gnu.org> |
| 1099 | 1099 | ||
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index f011a8d1dc0..7c92fc33490 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -86,16 +86,15 @@ | |||
| 86 | 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | 86 | 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 87 | 87 | ||
| 88 | * url-queue.el: New file. | 88 | * url-queue.el: New file. |
| 89 | (url-queue-run-queue): Pick the first waiting job, and not the | 89 | (url-queue-run-queue): Pick the first waiting job, and not the last. |
| 90 | last. | ||
| 91 | (url-queue-parallel-processes): Lower the concurrency level, since | 90 | (url-queue-parallel-processes): Lower the concurrency level, since |
| 92 | Emacs doesn't seem to like too many async processes. | 91 | Emacs doesn't seem to like too many async processes. |
| 93 | (url-queue-prune-old-entries): Fix up the pruning code. | 92 | (url-queue-prune-old-entries): Fix up the pruning code. |
| 94 | 93 | ||
| 95 | 2011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 94 | 2011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 96 | 95 | ||
| 97 | * url-http.el (url-http-wait-for-headers-change-function): Protect | 96 | * url-http.el (url-http-wait-for-headers-change-function): |
| 98 | against malformed headerless responses from servers. | 97 | Protect against malformed headerless responses from servers. |
| 99 | 98 | ||
| 100 | 2011-04-02 Chong Yidong <cyd@stupidchicken.com> | 99 | 2011-04-02 Chong Yidong <cyd@stupidchicken.com> |
| 101 | 100 | ||
| @@ -123,9 +122,9 @@ | |||
| 123 | 122 | ||
| 124 | 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org> | 123 | 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org> |
| 125 | 124 | ||
| 126 | * url-http.el (url-http-wait-for-headers-change-function): Don't | 125 | * url-http.el (url-http-wait-for-headers-change-function): |
| 127 | move point if the callback function has moved changed/killed the | 126 | Don't move point if the callback function has moved/changed/killed |
| 128 | process buffer. | 127 | the process buffer. |
| 129 | 128 | ||
| 130 | 2010-12-16 Miles Bader <miles@gnu.org> | 129 | 2010-12-16 Miles Bader <miles@gnu.org> |
| 131 | 130 | ||
| @@ -198,8 +197,8 @@ | |||
| 198 | 197 | ||
| 199 | 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 198 | 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 200 | 199 | ||
| 201 | * url-cookie.el (url-cookie-handle-set-cookie): Use | 200 | * url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message |
| 202 | url-lazy-message for the cookie warning, which isn't very interesting. | 201 | for the cookie warning, which isn't very interesting. |
| 203 | 202 | ||
| 204 | * url-http.el (url-http-async-sentinel): Check that the buffer is | 203 | * url-http.el (url-http-async-sentinel): Check that the buffer is |
| 205 | still alive before switching to it. | 204 | still alive before switching to it. |
| @@ -265,13 +264,13 @@ | |||
| 265 | 2010-07-01 Mark A. Hershberger <mah@everybody.org> | 264 | 2010-07-01 Mark A. Hershberger <mah@everybody.org> |
| 266 | 265 | ||
| 267 | * url-http.el (url-http-create-request): Add a CRLF on the end so | 266 | * url-http.el (url-http-create-request): Add a CRLF on the end so |
| 268 | that POSTs with content to https urls work. | 267 | that POSTs with content to https URLs work. |
| 269 | See <https://bugs.launchpad.net/mediawiki-el/+bug/540759> | 268 | See <https://bugs.launchpad.net/mediawiki-el/+bug/540759> |
| 270 | 269 | ||
| 271 | 2010-06-22 Mark A. Hershberger <mah@everybody.org> | 270 | 2010-06-22 Mark A. Hershberger <mah@everybody.org> |
| 272 | 271 | ||
| 273 | * url-parse.el (url-user-for-url, url-password-for-url): | 272 | * url-parse.el (url-user-for-url, url-password-for-url): |
| 274 | Convenience functions that get usernames and passwords for urls | 273 | Convenience functions that get usernames and passwords for URLs |
| 275 | from auth-source functions. | 274 | from auth-source functions. |
| 276 | 275 | ||
| 277 | 2010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change) | 276 | 2010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change) |
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 060970151ef..34f7b802de0 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -642,7 +642,7 @@ | |||
| 642 | b-emacs.exe to 3072K. | 642 | b-emacs.exe to 3072K. |
| 643 | 643 | ||
| 644 | * mainmake.v2 (emacs lispref lispintro): Chdir under doc/. | 644 | * mainmake.v2 (emacs lispref lispintro): Chdir under doc/. |
| 645 | (emacs): Renamed from `man', to reflect changes in doc directory | 645 | (emacs): Rename from `man', to reflect changes in doc directory |
| 646 | structure. All callers changed. | 646 | structure. All callers changed. |
| 647 | (clean mostlyclean distclean maintainer-clean extraclean): Chdir | 647 | (clean mostlyclean distclean maintainer-clean extraclean): Chdir |
| 648 | into doc/ for manuals. Add misc subdirectory. | 648 | into doc/ for manuals. Add misc subdirectory. |
| @@ -1097,7 +1097,7 @@ | |||
| 1097 | 1097 | ||
| 1098 | 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 1098 | 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 1099 | 1099 | ||
| 1100 | * is_exec.c: Renamed from is-exec.c. | 1100 | * is_exec.c: Rename from is-exec.c. |
| 1101 | 1101 | ||
| 1102 | 1996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 1102 | 1996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 1103 | 1103 | ||
| @@ -1132,7 +1132,7 @@ | |||
| 1132 | 1132 | ||
| 1133 | * mainmake.v2 (src): Create a file with sed commands instead of using | 1133 | * mainmake.v2 (src): Create a file with sed commands instead of using |
| 1134 | a long sed command line (some versions of Sed don't handle that). | 1134 | a long sed command line (some versions of Sed don't handle that). |
| 1135 | (gdb): Merged back into src, undoing April 13 change. | 1135 | (gdb): Merge back into src, undoing April 13 change. |
| 1136 | (install): Do use if statements, but not a loop. | 1136 | (install): Do use if statements, but not a loop. |
| 1137 | 1137 | ||
| 1138 | 1996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 1138 | 1996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 9df5fcd61ed..6a080ac2e31 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog | |||
| @@ -99,8 +99,8 @@ | |||
| 99 | 99 | ||
| 100 | 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com> | 100 | 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 101 | 101 | ||
| 102 | * Cocoa/Emacs.base/Contents/Resources/preferences.nib: Remove | 102 | * Cocoa/Emacs.base/Contents/Resources/preferences.nib: |
| 103 | cursor blink slider, add confirm quit checkbox. | 103 | Remove cursor blink slider, add confirm quit checkbox. |
| 104 | 104 | ||
| 105 | 2009-01-05 Glenn Morris <rgm@gnu.org> | 105 | 2009-01-05 Glenn Morris <rgm@gnu.org> |
| 106 | 106 | ||
diff --git a/nt/ChangeLog b/nt/ChangeLog index 0211f9d792d..675e85c7945 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | (UINT64_MAX) [_WIN64]: Fix definition. | 4 | (UINT64_MAX) [_WIN64]: Fix definition. |
| 5 | (uintmax_t, intmax_t): Fix definitions. | 5 | (uintmax_t, intmax_t): Fix definitions. |
| 6 | 6 | ||
| 7 | * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]: Provide | 7 | * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]: |
| 8 | correct definitions. | 8 | Provide correct definitions. |
| 9 | 9 | ||
| 10 | * config.nt (HAVE_DECL_STRTOLL): Define. | 10 | * config.nt (HAVE_DECL_STRTOLL): Define. |
| 11 | (va_copy) [_WIN64]: Provide a better definition. | 11 | (va_copy) [_WIN64]: Provide a better definition. |
diff --git a/src/ChangeLog b/src/ChangeLog index d114f0897eb..81b5295a0c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | 2012-01-28 Chong Yidong <cyd@gnu.org> | 15 | 2012-01-28 Chong Yidong <cyd@gnu.org> |
| 16 | 16 | ||
| 17 | |||
| 18 | * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). | 17 | * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). |
| 19 | 18 | ||
| 20 | 2012-01-26 Chong Yidong <cyd@gnu.org> | 19 | 2012-01-26 Chong Yidong <cyd@gnu.org> |
| @@ -2369,7 +2368,7 @@ | |||
| 2369 | Remove unreachable code. | 2368 | Remove unreachable code. |
| 2370 | (read_hex, load_charset_map_from_file): Check for integer overflow. | 2369 | (read_hex, load_charset_map_from_file): Check for integer overflow. |
| 2371 | 2370 | ||
| 2372 | * xterm.c: don't go over XClientMessageEvent limit | 2371 | * xterm.c: Don't go over XClientMessageEvent limit. |
| 2373 | (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed. | 2372 | (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed. |
| 2374 | (x_send_scroll_bar_event): Likewise. Check that the size does not | 2373 | (x_send_scroll_bar_event): Likewise. Check that the size does not |
| 2375 | exceed limits imposed by XClientMessageEvent, as well as the usual | 2374 | exceed limits imposed by XClientMessageEvent, as well as the usual |
| @@ -5660,7 +5659,7 @@ | |||
| 5660 | 5659 | ||
| 5661 | * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. | 5660 | * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'. |
| 5662 | 5661 | ||
| 5663 | ccl: add integer overflow checks | 5662 | ccl: Add integer overflow checks. |
| 5664 | * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT): | 5663 | * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT): |
| 5665 | (IN_INT_RANGE): New macros. | 5664 | (IN_INT_RANGE): New macros. |
| 5666 | (ccl_driver): Use them to check for integer overflow when | 5665 | (ccl_driver): Use them to check for integer overflow when |
diff --git a/test/ChangeLog b/test/ChangeLog index 12c9acd9219..56b7ece59e5 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | * automated/compile-tests.el (compile-tests--test-regexps-data): | 8 | * automated/compile-tests.el (compile-tests--test-regexps-data): |
| 9 | Increase column numbers by one to reflect change in how | 9 | Increase column numbers by one to reflect change in how |
| 10 | compilation-message is recorded (Bug#10172). | 10 | compilation-message is recorded (Bug#10172). |
| 11 | 11 | ||
| 12 | 2011-11-22 Glenn Morris <rgm@gnu.org> | 12 | 2011-11-22 Glenn Morris <rgm@gnu.org> |
| 13 | 13 | ||
| @@ -26,7 +26,7 @@ | |||
| 26 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> | 26 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> |
| 27 | 27 | ||
| 28 | * automated/newsticker-tests.el | 28 | * automated/newsticker-tests.el |
| 29 | (newsticker--group-manage-orphan-feeds): Removed fsetting of | 29 | (newsticker--group-manage-orphan-feeds): Remove fsetting of |
| 30 | newsticker--treeview-tree-update. | 30 | newsticker--treeview-tree-update. |
| 31 | 31 | ||
| 32 | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> | 32 | 2011-10-29 Ulf Jasper <ulf.jasper@web.de> |
| @@ -63,7 +63,7 @@ | |||
| 63 | (icalendar--format-ical-event) | 63 | (icalendar--format-ical-event) |
| 64 | (icalendar--parse-summary-and-rest) | 64 | (icalendar--parse-summary-and-rest) |
| 65 | (icalendar-tests--do-test-import) | 65 | (icalendar-tests--do-test-import) |
| 66 | (icalendar-tests--do-test-cycle) : Changed argument order of | 66 | (icalendar-tests--do-test-cycle): Change argument order of |
| 67 | string= to EXPECTED ACTUAL. | 67 | string= to EXPECTED ACTUAL. |
| 68 | (icalendar--import-format-sample) | 68 | (icalendar--import-format-sample) |
| 69 | (icalendar--format-ical-event) | 69 | (icalendar--format-ical-event) |
| @@ -71,7 +71,7 @@ | |||
| 71 | (icalendar-import-rrule) | 71 | (icalendar-import-rrule) |
| 72 | (icalendar-import-duration) | 72 | (icalendar-import-duration) |
| 73 | (icalendar-import-bug-6766) | 73 | (icalendar-import-bug-6766) |
| 74 | (icalendar-real-world): Adjusted to string= instead of | 74 | (icalendar-real-world): Adjust to string= instead of |
| 75 | icalendar-tests--compare-strings. | 75 | icalendar-tests--compare-strings. |
| 76 | (icalendar-import-multiple-vcalendars): New. | 76 | (icalendar-import-multiple-vcalendars): New. |
| 77 | 77 | ||
| @@ -258,8 +258,8 @@ | |||
| 258 | 2010-02-19 Ulf Jasper <ulf.jasper@web.de> | 258 | 2010-02-19 Ulf Jasper <ulf.jasper@web.de> |
| 259 | 259 | ||
| 260 | * icalendar-testsuite.el | 260 | * icalendar-testsuite.el |
| 261 | (icalendar-testsuite--run-function-tests): Added new tests. | 261 | (icalendar-testsuite--run-function-tests): Add new tests. |
| 262 | (icalendar-testsuite--test-diarytime-to-isotime): Added another | 262 | (icalendar-testsuite--test-diarytime-to-isotime): Add another |
| 263 | testcase. | 263 | testcase. |
| 264 | (icalendar-testsuite--test-convert-ordinary-to-ical): New. | 264 | (icalendar-testsuite--test-convert-ordinary-to-ical): New. |
| 265 | (icalendar-testsuite--test-convert-weekly-to-ical): New. | 265 | (icalendar-testsuite--test-convert-weekly-to-ical): New. |
| @@ -284,14 +284,14 @@ | |||
| 284 | 2009-12-18 Ulf Jasper <ulf.jasper@web.de> | 284 | 2009-12-18 Ulf Jasper <ulf.jasper@web.de> |
| 285 | 285 | ||
| 286 | * icalendar-testsuite.el | 286 | * icalendar-testsuite.el |
| 287 | (icalendar-testsuite--run-function-tests): Added | 287 | (icalendar-testsuite--run-function-tests): Add |
| 288 | icalendar-testsuite--test-parse-vtimezone. | 288 | icalendar-testsuite--test-parse-vtimezone. |
| 289 | (icalendar-testsuite--test-parse-vtimezone): New. | 289 | (icalendar-testsuite--test-parse-vtimezone): New. |
| 290 | (icalendar-testsuite--do-test-cycle): Doc changes. | 290 | (icalendar-testsuite--do-test-cycle): Doc changes. |
| 291 | (icalendar-testsuite--run-real-world-tests): Removed trailing | 291 | (icalendar-testsuite--run-real-world-tests): Remove trailing |
| 292 | whitespace -- see change of icalendar--add-diary-entry in | 292 | whitespace -- see change of icalendar--add-diary-entry in |
| 293 | icalendar.el. | 293 | icalendar.el. |
| 294 | (icalendar-testsuite--run-cycle-tests): Re-enabled all tests. | 294 | (icalendar-testsuite--run-cycle-tests): Re-enable all tests. |
| 295 | 295 | ||
| 296 | 2009-09-30 Glenn Morris <rgm@gnu.org> | 296 | 2009-09-30 Glenn Morris <rgm@gnu.org> |
| 297 | 297 | ||
| @@ -312,12 +312,12 @@ | |||
| 312 | 2009-01-25 Ulf Jasper <ulf.jasper@web.de> | 312 | 2009-01-25 Ulf Jasper <ulf.jasper@web.de> |
| 313 | 313 | ||
| 314 | * icalendar-testsuite.el | 314 | * icalendar-testsuite.el |
| 315 | (icalendar-testsuite--run-function-tests): Added | 315 | (icalendar-testsuite--run-function-tests): |
| 316 | icalendar-testsuite--test-diarytime-to-isotime. | 316 | Add icalendar-testsuite--test-diarytime-to-isotime. |
| 317 | (icalendar-testsuite--test-parse-summary-and-rest): Adjusted to | 317 | (icalendar-testsuite--test-parse-summary-and-rest): Adjust to |
| 318 | recent icalendar fixes. | 318 | recent icalendar fixes. |
| 319 | (icalendar-testsuite--test-diarytime-to-isotime): New. | 319 | (icalendar-testsuite--test-diarytime-to-isotime): New. |
| 320 | (icalendar-testsuite--test-create-uid): Adjusted to recent | 320 | (icalendar-testsuite--test-create-uid): Adjust to recent |
| 321 | icalendar changes. | 321 | icalendar changes. |
| 322 | 322 | ||
| 323 | 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com> | 323 | 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com> |