Fix typos in ChangeLogs.

This commit is contained in:
Juanma Barranquero 2012-01-31 17:15:03 +01:00
parent fd3e94ece8
commit 6df6ae42fe
12 changed files with 59 additions and 61 deletions

View file

@ -13,7 +13,7 @@
* buffers.texi (Select Buffer): Clarify explanation of switching
to new buffers. Fix description of next-buffer and
previous-buffer (Bug#10334).
previous-buffer (Bug#10334).
(Misc Buffer): Add xref to View Mode.
* text.texi (Fill Commands): Fix description of

View file

@ -1,7 +1,7 @@
2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
of @menu. (Bug#10628)
of @menu. (Bug#10628)
2012-01-19 Juanma Barranquero <lekktu@gmail.com>

View file

@ -69,8 +69,8 @@
* progmodes/python.el: Require ansi-color at top-level.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
and use in Emacs Lisp mode (Bug#9360).
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
Define and use in Emacs Lisp mode (Bug#9360).
(lisp-mode-abbrev-table): Add doc.
(lisp-mode-variables): Don't set local-abbrev-table.
(lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
@ -184,8 +184,8 @@
2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
* window.el (window--state-get-1, window--state-put-2): Don't
save and restore the mark.
* window.el (window--state-get-1, window--state-put-2):
Don't save and restore the mark.
2012-01-25 Chong Yidong <cyd@gnu.org>
@ -532,7 +532,7 @@
first prompt in `sql-interacive-mode'.
(sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
keywords.
(sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
(sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
(sql-product-interactive): Bug fix: Set `sql-buffer' in
context of original buffer. Invoke `sql-login-hook'.
@ -4046,7 +4046,7 @@
* cus-start.el (all): Add entry for bidi-paragraph-direction.
* international/uni-bidi.el: Regenerated.
* international/uni-bidi.el: Regenerate.
2011-08-23 Kenichi Handa <handa@m17n.org>

View file

@ -7153,7 +7153,7 @@
"failed" all the time.
* gnus.el: Throughout all files, replace (save-excursion (set-buffer
...)) with (with-current-buffer ... ).
...)) with (with-current-buffer ...).
* nntp.el (nntp-open-server): Return whether the open was successful or
not.

View file

@ -52,7 +52,7 @@
pop-to-buffer-same-window.
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Call mh-pop-to-buffer-same-window instead of
switch-to-buffer. The previous change which used pop-to-buffer
switch-to-buffer. The previous change which used pop-to-buffer
produced the wrong behavior.
2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change)
@ -73,8 +73,8 @@
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Replace calls to switch-to-buffer with of
pop-to-buffer. The former is intended for interactive use only and
generates warnings in Emacs 24.
pop-to-buffer. The former is intended for interactive use only
and generates warnings in Emacs 24.
2011-07-09 Bill Wohler <wohler@newt.com>
@ -96,7 +96,7 @@
* mh-e.el: Just require mh-loaddefs since loading it in an
eval-and-compile block causes compilation errors in XEmacs.
* mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
* mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
* mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in
mh-do-in-xemacs block.
@ -107,7 +107,7 @@
* mh-letter.el (mh-letter-mode-map, mh-letter-complete)
(mh-complete-word): Remove FIXME comments since these functions
are still needed in other Emacsen. However, they can probably
are still needed in other Emacsen. However, they can probably
stand to be generalized like completion-at-point.
(mh-letter-complete-or-space): Remove unused variable.
@ -173,7 +173,7 @@
2010-05-14 Peter S Galbraith <psg@debian.org>
* mh-mime.el (mh-decode-message-subject): New function to decode
RFC2047 encoded Subject lines. Used for reply drafts.
RFC2047 encoded Subject lines. Used for reply drafts.
* mh-comp.el (mh-compose-and-send-mail): Call
`mh-decode-message-subject' on (reply or forward) message drafts.

View file

@ -924,8 +924,8 @@
2012-01-03 Matt Lundin <mdl@imapmail.org>
* org-agenda.el: (org-class): Fix holidays symbol in
org-class. This was resulting in an "Bad sexp..." warning.
* org-agenda.el (org-class): Fix holidays symbol in org-class.
This was resulting in an "Bad sexp..." warning.
2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
@ -968,13 +968,13 @@
2012-01-03 Eric Schulte <schulte.eric@gmail.com>
* ob-sql.el (org-babel-header-arg-names:sql): Sql specific header
* ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
argument names which should be inherited.
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
* org.el (org-in-block-p): Return matched name of block, if
any. It can be useful when a list of block names is provided as
* org.el (org-in-block-p): Return matched name of block, if any.
It can be useful when a list of block names is provided as
an argument.
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
@ -1038,10 +1038,10 @@
* org-exp.el (org-export-protect-quoted-subtrees): More accurate
regexp. Also use new regexp to match generic headlines.
* org-html.el (org-export-as-html): More accurate regexp. Also
use new regexp to match generic headlines.
* org-html.el (org-export-as-html): More accurate regexp.
Also use new regexp to match generic headlines.
* org-mouse.el (org-mouse-match-todo-keyword): Removed unused
* org-mouse.el (org-mouse-match-todo-keyword): Remove unused
and now erroneous function.
* org.el (org-heading-regexp, org-heading-keyword-regexp-format):
@ -1071,8 +1071,8 @@
2012-01-03 David Maus <dmaus@ictsoc.de>
* org.el (org-loop-over-headlines-in-active-region): New
customization variable. Loop over headlines in active region.
* org.el (org-loop-over-headlines-in-active-region):
New customization variable. Loop over headlines in active region.
(org-schedule, org-deadline): Apply to headlines in region depending
on new customization variable.
@ -1092,8 +1092,8 @@
2012-01-03 Bastien Guerry <bzg@gnu.org>
* org.el (org-format-agenda-item, org-scan-tags): Rename
`org-format-agenda-item' to `org-agenda-format-item'.
* org.el (org-format-agenda-item, org-scan-tags):
Rename `org-format-agenda-item' to `org-agenda-format-item'.
2012-01-03 Bastien Guerry <bzg@gnu.org>

View file

@ -86,16 +86,15 @@
2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* url-queue.el: New file.
(url-queue-run-queue): Pick the first waiting job, and not the
last.
(url-queue-run-queue): Pick the first waiting job, and not the last.
(url-queue-parallel-processes): Lower the concurrency level, since
Emacs doesn't seem to like too many async processes.
(url-queue-prune-old-entries): Fix up the pruning code.
2011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
* url-http.el (url-http-wait-for-headers-change-function): Protect
against malformed headerless responses from servers.
* url-http.el (url-http-wait-for-headers-change-function):
Protect against malformed headerless responses from servers.
2011-04-02 Chong Yidong <cyd@stupidchicken.com>
@ -123,9 +122,9 @@
2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
* url-http.el (url-http-wait-for-headers-change-function): Don't
move point if the callback function has moved changed/killed the
process buffer.
* url-http.el (url-http-wait-for-headers-change-function):
Don't move point if the callback function has moved/changed/killed
the process buffer.
2010-12-16 Miles Bader <miles@gnu.org>
@ -198,8 +197,8 @@
2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* url-cookie.el (url-cookie-handle-set-cookie): Use
url-lazy-message for the cookie warning, which isn't very interesting.
* url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message
for the cookie warning, which isn't very interesting.
* url-http.el (url-http-async-sentinel): Check that the buffer is
still alive before switching to it.
@ -265,13 +264,13 @@
2010-07-01 Mark A. Hershberger <mah@everybody.org>
* url-http.el (url-http-create-request): Add a CRLF on the end so
that POSTs with content to https urls work.
that POSTs with content to https URLs work.
See <https://bugs.launchpad.net/mediawiki-el/+bug/540759>
2010-06-22 Mark A. Hershberger <mah@everybody.org>
* url-parse.el (url-user-for-url, url-password-for-url):
Convenience functions that get usernames and passwords for urls
Convenience functions that get usernames and passwords for URLs
from auth-source functions.
2010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change)

View file

@ -642,7 +642,7 @@
b-emacs.exe to 3072K.
* mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
(emacs): Renamed from `man', to reflect changes in doc directory
(emacs): Rename from `man', to reflect changes in doc directory
structure. All callers changed.
(clean mostlyclean distclean maintainer-clean extraclean): Chdir
into doc/ for manuals. Add misc subdirectory.
@ -1097,7 +1097,7 @@
1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
* is_exec.c: Renamed from is-exec.c.
* is_exec.c: Rename from is-exec.c.
1996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
@ -1132,7 +1132,7 @@
* mainmake.v2 (src): Create a file with sed commands instead of using
a long sed command line (some versions of Sed don't handle that).
(gdb): Merged back into src, undoing April 13 change.
(gdb): Merge back into src, undoing April 13 change.
(install): Do use if statements, but not a loop.
1996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>

View file

@ -99,8 +99,8 @@
2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.base/Contents/Resources/preferences.nib: Remove
cursor blink slider, add confirm quit checkbox.
* Cocoa/Emacs.base/Contents/Resources/preferences.nib:
Remove cursor blink slider, add confirm quit checkbox.
2009-01-05 Glenn Morris <rgm@gnu.org>

View file

@ -4,8 +4,8 @@
(UINT64_MAX) [_WIN64]: Fix definition.
(uintmax_t, intmax_t): Fix definitions.
* inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]: Provide
correct definitions.
* inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
Provide correct definitions.
* config.nt (HAVE_DECL_STRTOLL): Define.
(va_copy) [_WIN64]: Provide a better definition.

View file

@ -14,7 +14,6 @@
2012-01-28 Chong Yidong <cyd@gnu.org>
* minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
2012-01-26 Chong Yidong <cyd@gnu.org>
@ -2369,7 +2368,7 @@
Remove unreachable code.
(read_hex, load_charset_map_from_file): Check for integer overflow.
* xterm.c: don't go over XClientMessageEvent limit
* xterm.c: Don't go over XClientMessageEvent limit.
(scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
(x_send_scroll_bar_event): Likewise. Check that the size does not
exceed limits imposed by XClientMessageEvent, as well as the usual
@ -5660,7 +5659,7 @@
* ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
ccl: add integer overflow checks
ccl: Add integer overflow checks.
* ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
(IN_INT_RANGE): New macros.
(ccl_driver): Use them to check for integer overflow when

View file

@ -7,7 +7,7 @@
* automated/compile-tests.el (compile-tests--test-regexps-data):
Increase column numbers by one to reflect change in how
compilation-message is recorded (Bug#10172).
compilation-message is recorded (Bug#10172).
2011-11-22 Glenn Morris <rgm@gnu.org>
@ -26,7 +26,7 @@
2011-10-30 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el
(newsticker--group-manage-orphan-feeds): Removed fsetting of
(newsticker--group-manage-orphan-feeds): Remove fsetting of
newsticker--treeview-tree-update.
2011-10-29 Ulf Jasper <ulf.jasper@web.de>
@ -63,7 +63,7 @@
(icalendar--format-ical-event)
(icalendar--parse-summary-and-rest)
(icalendar-tests--do-test-import)
(icalendar-tests--do-test-cycle) : Changed argument order of
(icalendar-tests--do-test-cycle): Change argument order of
string= to EXPECTED ACTUAL.
(icalendar--import-format-sample)
(icalendar--format-ical-event)
@ -71,7 +71,7 @@
(icalendar-import-rrule)
(icalendar-import-duration)
(icalendar-import-bug-6766)
(icalendar-real-world): Adjusted to string= instead of
(icalendar-real-world): Adjust to string= instead of
icalendar-tests--compare-strings.
(icalendar-import-multiple-vcalendars): New.
@ -258,8 +258,8 @@
2010-02-19 Ulf Jasper <ulf.jasper@web.de>
* icalendar-testsuite.el
(icalendar-testsuite--run-function-tests): Added new tests.
(icalendar-testsuite--test-diarytime-to-isotime): Added another
(icalendar-testsuite--run-function-tests): Add new tests.
(icalendar-testsuite--test-diarytime-to-isotime): Add another
testcase.
(icalendar-testsuite--test-convert-ordinary-to-ical): New.
(icalendar-testsuite--test-convert-weekly-to-ical): New.
@ -284,14 +284,14 @@
2009-12-18 Ulf Jasper <ulf.jasper@web.de>
* icalendar-testsuite.el
(icalendar-testsuite--run-function-tests): Added
(icalendar-testsuite--run-function-tests): Add
icalendar-testsuite--test-parse-vtimezone.
(icalendar-testsuite--test-parse-vtimezone): New.
(icalendar-testsuite--do-test-cycle): Doc changes.
(icalendar-testsuite--run-real-world-tests): Removed trailing
(icalendar-testsuite--run-real-world-tests): Remove trailing
whitespace -- see change of icalendar--add-diary-entry in
icalendar.el.
(icalendar-testsuite--run-cycle-tests): Re-enabled all tests.
(icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2009-09-30 Glenn Morris <rgm@gnu.org>
@ -312,12 +312,12 @@
2009-01-25 Ulf Jasper <ulf.jasper@web.de>
* icalendar-testsuite.el
(icalendar-testsuite--run-function-tests): Added
icalendar-testsuite--test-diarytime-to-isotime.
(icalendar-testsuite--test-parse-summary-and-rest): Adjusted to
(icalendar-testsuite--run-function-tests):
Add icalendar-testsuite--test-diarytime-to-isotime.
(icalendar-testsuite--test-parse-summary-and-rest): Adjust to
recent icalendar fixes.
(icalendar-testsuite--test-diarytime-to-isotime): New.
(icalendar-testsuite--test-create-uid): Adjusted to recent
(icalendar-testsuite--test-create-uid): Adjust to recent
icalendar changes.
2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>