From ed9265fc7dc83341b2a807f114dcdd4d170d7e0e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 14 Jul 2012 04:08:32 +0200 Subject: [PATCH 1/1] Fix typos in ChangeLogs. --- ChangeLog | 10 ++-- admin/ChangeLog | 2 +- doc/emacs/ChangeLog | 5 +- doc/lispintro/ChangeLog | 2 +- doc/lispref/ChangeLog | 6 +-- doc/misc/ChangeLog | 6 +-- etc/ChangeLog | 14 ++--- lisp/ChangeLog | 4 +- lisp/cedet/ChangeLog | 1 + lisp/gnus/ChangeLog | 12 ++--- lisp/org/ChangeLog | 115 ++++++++++++++++++++-------------------- lisp/url/ChangeLog | 2 +- lwlib/ChangeLog | 2 +- msdos/ChangeLog | 2 +- nt/ChangeLog | 2 +- oldXMenu/ChangeLog | 2 +- src/ChangeLog | 8 +-- 17 files changed, 97 insertions(+), 98 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb7d197c8d..9b33b445ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -291,7 +291,7 @@ * lib/stat-time.h: * lib/timespec.h: - * lib/utimens.h: Include sys/time.h + * lib/utimens.h: Include sys/time.h. 2012-06-23 Andreas Schwab @@ -5156,7 +5156,7 @@ 2004-10-08 Steven Tamm - * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h + * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h. 2004-10-06 Jan Djärv @@ -8003,7 +8003,7 @@ 1995-09-30 Richard Stallman - * configure.in (powerpc-*-solaris2): New alternative.x + * configure.in (powerpc-*-solaris2): New alternative. 1995-09-12 Karl Heuer @@ -8521,7 +8521,7 @@ 1994-09-20 Richard Stallman - * Makefile.in (paths-force): Depend on src/paths.h + * Makefile.in (paths-force): Depend on src/paths.h. 1994-09-19 Karl Heuer @@ -9362,7 +9362,7 @@ 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu) - * make-dist: Dist vpath.sed + * make-dist: Dist vpath.sed. * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Depend on vpath.sed. diff --git a/admin/ChangeLog b/admin/ChangeLog index a09e067620..1aa086cd52 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -631,7 +631,7 @@ 2009-02-23 Jason Rumney - * nt/README-ftp-server: Update for 23.0.91 + * nt/README-ftp-server: Update for 23.0.91. * nt/README.W32: Remove ever expanding versions of Windows. Shorten FAQ URL. Remove mention of obsolete lock directory. diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c4e431257d..72244c6dfa 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1308,7 +1308,6 @@ * custom.texi (Mouse Buttons): * rmail.texi (Rmail Scrolling): * search.texi (Isearch Scroll): - * display.texi (Scrolling): Replace scroll-up/down with scroll-up/down-command. Fix scroll-preserve-screen-position description. Document scroll-error-top-bottom. @@ -3127,9 +3126,9 @@ * ack.texi (Acknowledgments): General update based on AUTHORS, including removal of some stuff no longer distributed. -2008-12-19 Agustin Martin +2008-12-19 Agustín Martín - * fixit.texi: Mention hunspell + * fixit.texi: Mention hunspell. 2008-12-19 Glenn Morris diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 0ec9cb6d72..11eacf25c9 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -389,7 +389,7 @@ `named' to `selected'. (lengths-list-file): Remove extraneous parenthesis from reference. (lengths-list-many-files): Explain `expand-file-name' better. - (Files List): Rephrase sentence regarding Lisp sources directory + (Files List): Rephrase sentence regarding Lisp sources directory. 2006-11-04 Robert J. Chassell diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d7875a7de9..0c55018189 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -10916,8 +10916,8 @@ (Recording Input): Document that clear-this-command-keys clears the vector to be returned by recent-keys. - * keymaps.texi (Scanning Keymaps) : The - argument keymap can be a list. + * keymaps.texi (Scanning Keymaps) : + The argument keymap can be a list. * nonascii.texi (User-Chosen Coding Systems) : Document the new argument @@ -11162,7 +11162,7 @@ * Makefile (dist): Don't bother excluding autosave files; they'll never make it into the temp directory anyway, and the hash marks in the name are problematic for make and the Bourne shell. - (srcs): + (srcs): ??? 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d9ddc3c972..87a8fcb0e8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -832,7 +832,7 @@ 2011-08-15 Eric Schulte * org.texi (Structure of code blocks): Explicitly state that the - behavior of multiple blocks of the same name is undefined + behavior of multiple blocks of the same name is undefined. 2011-08-15 Christian Egli @@ -1199,7 +1199,7 @@ 2011-03-19 Antoine Levitt - * gnus.texi (Listing Groups): Document gnus-group-list-ticked + * gnus.texi (Listing Groups): Document gnus-group-list-ticked. 2011-03-17 Jay Belanger @@ -3124,7 +3124,7 @@ 2009-07-29 Jay Belanger * calc.texi (Stack Manipulation Commands): Add documentation for - `calc-transpose-lines' + `calc-transpose-lines'. 2009-07-27 Michael Albinus diff --git a/etc/ChangeLog b/etc/ChangeLog index 0a7c059679..f184cbfa46 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -993,7 +993,7 @@ 2009-09-27 Teodor Zlatanov - * NEWS: Mention new library imap-hash.el + * NEWS: Mention new library imap-hash.el. 2009-09-22 Juanma Barranquero @@ -1037,7 +1037,7 @@ 2009-08-08 Dmitry Dzhus * images/gud/all.xpm, images/gud/thread.xpm: New icons for - gdb-mi.el + gdb-mi.el. 2009-08-07 Dan Nicolaescu @@ -2073,7 +2073,7 @@ 2007-07-02 Carsten Dominik - * orgcard.tex: Version 5.01 + * orgcard.tex: Version 5.01. 2007-06-27 Michael Albinus @@ -2641,7 +2641,7 @@ 2006-09-15 Richard Stallman * THE-GNU-PROJECT: Update with the latest footnotes - from www.gnu.org/gnu/the-gnu-project.html + from www.gnu.org/gnu/the-gnu-project.html. 2006-09-15 David Kastrup @@ -3267,7 +3267,7 @@ 2005-11-18 Carsten Dominik - * orgcard.tex: Version 3.20 + * orgcard.tex: Version 3.20. 2005-11-16 Nick Roberts @@ -5018,7 +5018,7 @@ 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) - * sex.6: Added 900-line support + * sex.6: Added 900-line support. * NEWS: Added news about the package finder. @@ -5557,7 +5557,7 @@ 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) * env.c: Add decl for my-index. - * etags.c (file-entries): .oak => scheme + * etags.c (file-entries): .oak => scheme. 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f44136f83..dd510bbcf5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1738,7 +1738,7 @@ 2012-06-05 Sam Steingold - * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28 + * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28 patch (Bug#11140). 2012-06-05 Stefan Monnier @@ -3603,7 +3603,7 @@ * textmodes/ispell.el (ispell-buffer-session-localwords): New buffer-local variable to hold buffer session localwords. - (ispell-kill-ispell): add option 'clear to delete session + (ispell-kill-ispell): Add option 'clear to delete session localwords. (ispell-command-loop, ispell-change-dictionary) (ispell-buffer-local-words): Preserve session localwords when diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index d949f36f45..d98ef42438 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -946,6 +946,7 @@ (srecode-template-inserter-ask, srecode-template-inserter-width) (srecode-template-inserter-section-start) (srecode-template-inserter-section-end, srecode-insert-method): + Fix typos in docstrings. 2010-01-12 Juanma Barranquero diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4d40050aca..4196649760 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -4731,7 +4731,7 @@ 2010-11-29 Binjo (tiny change) * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't - seem to accept strings-with-numbers as port numbers, + seem to accept strings-with-numbers as port numbers. 2010-11-29 Andrew Cohen @@ -4930,7 +4930,7 @@ 2010-11-25 Julien Danjou - * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex + * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex. * color.el: Rename from color-lab.el (color-rgb->hex): Add. @@ -20992,8 +20992,8 @@ 2004-05-20 Danny Siu - * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto - centered even when gnus-auto-center-summary is t + * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto + centered even when gnus-auto-center-summary is t. 2004-05-22 Lars Magne Ingebrigtsen @@ -22215,7 +22215,7 @@ * gnus.el (gnus-method-to-server): Move defsubst before first use. - * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr + * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr. * gnus-art.el (gnus-article-edit-mode): Define before first reference. @@ -22447,7 +22447,7 @@ * gnus-sum.el (gnus-select-newgroup): Replace inline code with gnus-agent-possibly-alter-active. - (gnus-adjust-marked-articles): Faster handling of simple lists + (gnus-adjust-marked-articles): Faster handling of simple lists. 2004-01-21 Jesper Harder diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index f6db37667e..eae83f044a 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -4,7 +4,7 @@ (org-clock-modeline-total, org-clock-task-overrun-text) (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line". -2012-05-27 Mark Shoulson (tiny change) +2012-05-27 Mark Shoulson (tiny change) * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and \there4 were not "prettified" when org-pretty-entities was enabled. @@ -362,7 +362,7 @@ 2012-04-01 Ilya Shlyakhter (tiny change) * org-colview.el (org-columns-cleanup-item): Handle case of empty - headline + headline. 2012-04-01 Nicolas Goaziou @@ -400,7 +400,7 @@ 2012-04-01 Ilya Shlyakhter - * org-clock.el: (org-clock-get-table-data): Make sure todo-only + * org-clock.el (org-clock-get-table-data): Make sure todo-only does not leak when it is set by make-org-tags-macher. 2012-04-01 Bastien Guerry @@ -688,7 +688,7 @@ 2012-04-01 Bernt Hansen * org.el (org-clone-subtree-with-time-shift): Fix task cloning for - repeating tasks using .+n and ++n syntax + repeating tasks using .+n and ++n syntax. 2012-04-01 Karl Fogel (tiny change) @@ -863,7 +863,7 @@ 2012-04-01 Toby S. Cubitt (tiny change) - * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE + * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE argument set, otherwise not only are headlines in the current subtree excluded, but it throws an error if point happens not to be within a subtree (e.g. at start of buffer). @@ -877,7 +877,7 @@ * org-clock.el (org-in-clocktable-p): Moved to org.el. * org.el (org-in-clocktable-p): New function. Moved from - org-clock.el + org-clock.el. 2012-04-01 David Maus @@ -1011,7 +1011,7 @@ 2012-04-01 Toby S. Cubitt (tiny change) - * org.el (org-goto): call org-refile-get-location with NO-EXCLUDE + * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE argument set, otherwise not only are headlines in the current subtree excluded, but it throws an error if point happens not to be within a subtree (e.g. at start of buffer). @@ -1031,7 +1031,7 @@ 2012-04-01 Bernt Hansen * org-clock.el (org-clock-out): Do not delete the current clocking - task when org-clock-out-hook clocks in another task + task when org-clock-out-hook clocks in another task. 2012-04-01 David Maus @@ -1052,7 +1052,7 @@ * org-clock.el (org-in-clocktable-p): Moved to org.el. - * org.el (org-in-clocktable-p): New function. Moved from org-clock.el + * org.el (org-in-clocktable-p): New function. Moved from org-clock.el. 2012-04-01 David Maus @@ -1389,7 +1389,7 @@ 2012-04-01 Jambunathan K * org-odt.el (org-odt-label-styles): Add a new style. - (org-odt-category-map-alist): Use it. + (org-odt-category-map-alist): Use it. 2012-04-01 Jambunathan K @@ -1573,16 +1573,17 @@ 2012-04-01 Bernt Hansen - * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point is - outside the current restriction + * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point + is outside the current restriction. 2012-04-01 Bernt Hansen - * org-agenda.el (org-agenda-clock-in): Save restriction when clocking in from the agenda + * org-agenda.el (org-agenda-clock-in): Save restriction when clocking + in from the agenda. 2012-04-01 Bernt Hansen - * org.el: Honour existing restrictions when regenerating the agenda + * org.el: Honour existing restrictions when regenerating the agenda. 2012-04-01 Bastien Guerry @@ -1611,8 +1612,8 @@ 2012-04-01 Martyn Jago * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp - code block would cause an error when the block is was executed. This - fix cures this behaviour. + code block would cause an error when the block is was executed. + This fix cures this behaviour. 2012-04-01 Eric Schulte @@ -2018,7 +2019,7 @@ 2012-01-03 Litvinov Sergey - * ob-octave.el: add graphical output to png file + * ob-octave.el: Add graphical output to png file. 2012-01-03 Eric Schulte @@ -2107,7 +2108,7 @@ 2012-01-03 Michael Brand - * org.el (Key bindings): remap the Outline functions from + * org.el (Key bindings): Remap the Outline functions from `outline-mode-prefix-map' where possible. 2012-01-03 Christian Moe (tiny change) @@ -2186,7 +2187,7 @@ * org-special-blocks.el (org-special-blocks-convert-html-special-cookies): Close paragraph before opening or closing the
, and open - paragraph after. Also changed newline placement to be the same + paragraph after. Also changed newline placement to be the same as for other blocks. 2012-01-03 Roberto Huelga @@ -3344,9 +3345,9 @@ * ob-asymptote.el (org-babel-asymptote-table-to-array): Require a new argument TYPE specifying the detected type of array. If it's a string array, make sure every element is - returned as a string. Also improve doc-string. - (org-babel-asymptote-var-to-asymptote): Fill new argument. Small - refactoring. + returned as a string. Also improve doc-string. + (org-babel-asymptote-var-to-asymptote): Fill new argument. + Small refactoring. (org-babel-asymptote-define-type): Rewrite to avoid stopping search at first float found, as strings have precedence over floats. @@ -3376,7 +3377,7 @@ * org-footnote.el (org-footnote-get-definition): The function has to widen buffer if definition has not been found in the current - narrowed part. Be sure to restore that restriction once the + narrowed part. Be sure to restore that restriction once the definition is found. 2012-01-03 Michal Sojka (tiny change) @@ -3419,7 +3420,7 @@ 2012-01-03 Suvayu Ali (tiny change) * org-inlinetask.el (org-inlinetask): New customizable face - for inlinetasks + for inlinetasks. 2012-01-03 Bastien Guerry @@ -3518,7 +3519,7 @@ (org-indent-agent-resume-delay): Change value. (org-indent-initialize-buffer): Change argument name. (org-indent-add-properties): Change argument name and type - expected. It must be a time value now. + expected. It must be a time value now. 2012-01-03 Bastien Guerry @@ -3573,8 +3574,8 @@ (org-indent-initialize-agent): New function. (org-indent-initialize-buffer): Now requires a mandatory buffer argument. - (org-indent-add-properties): Reflect changes to variables. The resume - timer is now global. + (org-indent-add-properties): Reflect changes to variables. + The resume timer is now global. 2012-01-03 Nicolas Goaziou @@ -3620,7 +3621,7 @@ * org-indent.el (org-indent-modified-headline-flag): Renamed from `org-indent-deleted-headline-flag' (org-indent-notify-modified-headline): Renamed from - `org-indent-notify-deleted-headline'. Handle situations when + `org-indent-notify-deleted-headline'. Handle situations when the stars of an headline are modified. (org-indent-refresh-maybe): Remove case now handled by previous function. @@ -3643,7 +3644,7 @@ (org-indent-initial-timer, org-indent-initial-lock): New variables. (org-indent-mode): At initialization, start an idle timer to indent - the whole buffer. When the user is asking for control, interrupt the + the whole buffer. When the user is asking for control, interrupt the process, and resume at the same point when idle again. (org-indent-initialize-buffer): New function. (org-indent-add-properties): Throw an interrupt when indentation of @@ -3690,7 +3691,7 @@ 2012-01-03 Nicolas Goaziou * org-indent.el (org-indent-mode): Completely refresh buffer - before starting org-indent-mode. Also set idle timer to refresh + before starting org-indent-mode. Also set idle timer to refresh only visible portion of buffer, and refresh the subtree instead of section when promoting or demoting it. (org-indent-add-properties): Rewrite function to proceed line by @@ -3797,7 +3798,7 @@ template for html so that the exported file is valid xhtml. Added template for odt. (org-inlinetask-export-handler): Fix typo in the regexp that - trims content. Make sure that the content is flanked by + trims content. Make sure that the content is flanked by paragraph boundaries on either side. 2012-01-03 Bastien Guerry @@ -4065,7 +4066,7 @@ 2012-01-03 Nicolas Goaziou * org.el (org-in-regexps-block-p): Return an useful value when - point is between START-RE and END-RE. No incomplete block is + point is between START-RE and END-RE. No incomplete block is allowed anymore. Add another optional argument to bound the bottom part of the search. (org-narrow-to-block, org-in-block-p): Apply modifications. @@ -4451,7 +4452,7 @@ 2011-07-28 Matt Lundin * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change - argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t, + argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t, have no effect). 2011-07-28 Eric Schulte @@ -4835,7 +4836,7 @@ * ob-haskell.el (org-babel-haskell-export-to-lhs): Call `kill-buffer' with argument indiciating to kill current - buffer. Emacs 22 compatibility. + buffer. Emacs 22 compatibility. 2011-07-28 David Maus @@ -5027,7 +5028,7 @@ * org-exp.el (org-export-preprocess-string): If the last subtree is commented, footnotes inserted during normalizing at the end of - the buffer may get deleted. This patch ensures deletion comes + the buffer may get deleted. This patch ensures deletion comes first, normalization second. 2011-07-28 Nicolas Goaziou @@ -5108,7 +5109,7 @@ * org-footnote.el (org-footnote-goto-definition): Now, determining if point is at a footnote reference is entirely determined by - `org-footnote-at-reference-p'. No need to check if pattern isn't + `org-footnote-at-reference-p'. No need to check if pattern isn't at beginning of the line elsewhere. 2011-07-28 Nicolas Goaziou @@ -5360,7 +5361,7 @@ * org-exp.el (org-export-backends): New variable. (org-export-select-backend-specific-text): Use above - variable. Also mark text between #+BACKEND and + variable. Also mark text between #+BACKEND and #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property. This text property is currently used only by the new line-oriented generic exporter (which is not yet part of the repo). @@ -5787,7 +5788,7 @@ * org-exp.el (org-export): Use new compatibility function `org-activate-mark'. - * org-compat.el (org-activate-mark): New function. Provide + * org-compat.el (org-activate-mark): New function. Provide `activate-mark' if not present (e.g. Emacs 22). 2011-07-28 David Maus @@ -5957,14 +5958,14 @@ * org-html.el (org-export-as-html): Don't expand non-data lines of table.el tables. (org-html-expand): Removed the (buggy) test for non-data lines - in table.el tables. The test is now done as part of + in table.el tables. The test is now done as part of org-export-as-html. (org-format-table-table-html-using-table-generate-source): Added test for spanning of cells in table.el tables using - table.el's own library routine. Optionlly Suppress export of + table.el's own library routine. Optionally suppress export of simple table.el tables. (org-format-table-html): Removed the (buggy) test for spanned - table.el tables. The test is now done as part of + table.el tables. The test is now done as part of org-format-table-table-html-using-table-generate-source. 2011-07-28 Carsten Dominik @@ -6338,7 +6339,7 @@ function would not pay attention to drawers or blocks indentation. Thus, such constructs couldn't consistently end an item or a list. This patch ensures line indentation is stored (if applicable) - before skipping them. Also fixed doc-string and comments. + before skipping them. Also fixed doc-string and comments. 2011-07-28 Carsten Dominik @@ -6676,7 +6677,7 @@ 2011-07-28 Julien Danjou * org-latex.el (org-export-latex-date-format): Change default date - format to \today. This has the same result but respects the + format to \today. This has the same result but respects the language set in the document by default. 2011-07-28 Nicolas Goaziou @@ -6892,7 +6893,7 @@ (org-agenda-change-all-lines): Stop using prefix-length. * org-colview.el (org-columns-display-here): Stop using - prefix-length. Always return claned items. + prefix-length. Always return claned items. * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using prefix-length. @@ -6996,7 +6997,7 @@ 2011-07-28 Bastien Guerry - * org-html.el (org-export-as-html): bugfix: insert email + * org-html.el (org-export-as-html): Bugfix: insert email correctly. 2011-07-28 Bastien Guerry @@ -7437,7 +7438,7 @@ 2011-07-28 Julien Danjou * org-macs.el (org-with-point-at): Store evaluated version of - pom. This fixes a potential bug when using (org-with-point-at + pom. This fixes a potential bug when using (org-with-point-at (func) …), where (func) would be evaluated multiple times, therefore might return different results if a marker was returned and different each time. @@ -7706,7 +7707,7 @@ 2011-07-28 Nicolas Goaziou - * org.el (org-toggle-item): Now accepts a prefix argument. When + * org.el (org-toggle-item): Now accepts a prefix argument. When used without argument on normal text, it will make the whole region one item. With an argument, it defaults to old behavior: change each line in region into an item. @@ -7865,7 +7866,7 @@ * org-inlinetask.el (org-inlinetask-export-templates): Slightly modify templates so environment boundaries don't interfere with content of task. Unprotect content of task so it might benefit - from further transformations. Set original-indentation property to + from further transformations. Set original-indentation property to a high value to ensure that task is always in the last item of the list. Also, apply templates later in export process. @@ -7896,7 +7897,7 @@ * org-exp.el (org-export-preprocess-string): Mark list endings before babel blocks preprocessing starts, so blank lines that may be inserted do not break list's structure. Then, mark list with - special properties required by exporters. Thus output from babel + special properties required by exporters. Thus output from babel can easily be included in lists. (org-export-mark-list-end): New function. (org-export-mark-list-properties): New function. @@ -8001,7 +8002,7 @@ helper function is not optional anymore. (org-list-get-all-items): Shorten code with the help of cl.el. (org-list-get-children): Now returns all children of item, even if - they do not belong to the same list. Renamed from + they do not belong to the same list. Renamed from `org-list-get-all-children'. (org-list-get-list-begin): Function wasn't return value when item was already the first item of the list at point. @@ -10143,10 +10144,9 @@ 2010-11-11 Carsten Dominik * org-capture.el (org-capture-templates): New capture property - `:kill-buffer'. (org-capture-finalize): Kill target buffer if that - is desired. - (org-capture-target-buffer): Remember if we have to make the - buffer. + `:kill-buffer'. + (org-capture-finalize): Kill target buffer if that is desired. + (org-capture-target-buffer): Remember if we have to make the buffer. 2010-11-11 Carsten Dominik @@ -12235,7 +12235,7 @@ * org-list.el (org-insert-item-internal): New function to handle positioning and contents of an item being inserted at a specific - pos. It is not possible anymore to split a term in a description + pos. It is not possible anymore to split a term in a description list or a checkbox when inserting a new item. * org-list.el (org-insert-item): Refactored by using the new @@ -16332,9 +16332,8 @@ 2009-11-13 John Wiegley - * org-clock.el - (org-clock-auto-clock-resolution): Now takes three values: nil, t - and `when-no-clock-is-running'. + * org-clock.el (org-clock-auto-clock-resolution): Now takes three + values: nil, t and `when-no-clock-is-running'. (org-clock-in): Use `org-clock-auto-clock-resolution' to determine whether or not to resolve Org buffers on clock in. diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index c753a1d2e6..0fc48907f4 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -185,7 +185,7 @@ * url-queue.el (url-queue-retrieve): Take an optional `inhibit-cookies' parameter. - * url.el (url-retrieve): Ditto + * url.el (url-retrieve): Ditto. * url-http.el (url-http-create-request): Don't send cookies unless requested. diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index ab1212441b..0c0a88a840 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -607,7 +607,7 @@ * xlwmenuP.h (_XlwMenu_part): Add top_depth. - * xlwmenu.h: Removed declaration of pop_up_menu + * xlwmenu.h: Removed declaration of pop_up_menu. * xlwmenu.c (Start): Get correct time if time in event is CurrentTime. (find_first_selectable, find_next_selectable) diff --git a/msdos/ChangeLog b/msdos/ChangeLog index f0c3703f36..a9cbc50ba8 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -7,7 +7,7 @@ * sedleim.inp (MKDIR_P): Edit to DOS "md" command. - * sed1v2.inp: (LIB_CLOCK_GETTIME): Edit to empty. + * sed1v2.inp (LIB_CLOCK_GETTIME): Edit to empty. Remove lines that invoke PAXCTL. (clean): Fix recipe not to run Unixy shell commands. diff --git a/nt/ChangeLog b/nt/ChangeLog index 44b90144d4..4d1ecbb30e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -6,7 +6,7 @@ (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS) (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS) (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT) - (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION + (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION) (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP) (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE) (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros. diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 2047573eca..09859d0d63 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -612,7 +612,7 @@ * copyright.h: New file (copied from X11R4 distribution) * All files: Replaced occurrences of #include - with #include "copyright.h" + with #include "copyright.h". 1991-10-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) diff --git a/src/ChangeLog b/src/ChangeLog index 6571030039..5f363b2bff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -88,7 +88,7 @@ * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to memcpy (Bug#11907). -2012-07-13 Kalle Kankare (tiny change) +2012-07-13 Kalle Kankare (tiny change) * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo and free it with DestroyExceptionInfo (Bug#11558). @@ -361,7 +361,7 @@ not functions. All uses rewritten to use the following, respectively: (emacs_secs_addr, invalid_emacs_time, get_emacs_time) (add_emacs_time, sub_emacs_time): New functions. - * atimer.c: Don't include , as "systime.h" does this. + * atimer.c: Don't include , as "systime.h" does this. * fileio.c (Fcopy_file): * xterm.c (XTflash): Get the current time closer to when it's used. * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies. @@ -682,7 +682,7 @@ X Windows version. Doc fix. * xfns.c (Fx_window_property): Doc fix. (Bug#11870) -2012-07-06 Juanma Barranquero +2012-07-06 Juanma Barranquero Eli Zaretskii * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt. @@ -921,7 +921,7 @@ * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';' that causes compilation to fail on pre-C99 compilers. -2012-07-04 Juanma Barranquero +2012-07-04 Juanma Barranquero * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY) (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete. -- 2.20.1