From c295fc18e390940520d0cfd6427a77ff8c326d4e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 13 Feb 2014 03:19:48 +0100 Subject: [PATCH] Fix typos in Changelogs. --- admin/ChangeLog | 2 +- doc/lispintro/ChangeLog | 4 +-- doc/lispref/ChangeLog | 4 +-- doc/misc/ChangeLog | 8 ++--- lib-src/ChangeLog | 2 +- lisp/ChangeLog | 18 +++++------ lisp/cedet/ChangeLog | 30 +++++++++--------- lisp/gnus/ChangeLog | 36 +++++++++++----------- lisp/org/ChangeLog | 67 ++++++++++++++++++++--------------------- lisp/url/ChangeLog | 2 +- src/ChangeLog | 14 ++++----- test/ChangeLog | 8 ++--- 12 files changed, 97 insertions(+), 98 deletions(-) diff --git a/admin/ChangeLog b/admin/ChangeLog index 3695deff98..f27a03af77 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -367,7 +367,7 @@ 2013-05-07 Paul Eggert - Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) + Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) * merge-gnulib (GNULIB_MODULES): Add qacl. (GNULIB_TOOL_FLAGS): Do not avoid errno. diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 53fe1c8502..6646637c64 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -69,8 +69,8 @@ (emacs-lisp-intro.ps): Remove explicit rule. (emacs-lisp-intro.html): Use HTML_OPTS. (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS. - (.PHONY): install-dvi, install-html, install-pdf, install-ps - ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, + (.PHONY): install-dvi, install-html, install-pdf, install-ps, + install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, uninstall-ps, and uninstall-doc. (install-dvi, install-html, install-pdf, install-ps, install-doc) (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7de401889a..c304cac04b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -633,8 +633,8 @@ (dvi, html, pdf, ps): Use *_TARGETS variables. (elisp.html): Use HTML_OPTS. (elisp.ps): Remove explicit rule. - (.PHONY): install-dvi, install-html, install-pdf, install-ps - ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, + (.PHONY): install-dvi, install-html, install-pdf, install-ps, + install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, uninstall-ps, and uninstall-doc. (install-dvi, install-html, install-pdf, install-ps, install-doc) (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 97f69cd23e..a8eaa25a5e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -252,7 +252,7 @@ * org.texi (Creating one-off styles): Use new export snippet syntax. - * org.texi (Export settings): documentation describing how text + * org.texi (Export settings): Documentation describing how text above the first heading is ignored when an :export: tag is in a file. @@ -715,7 +715,7 @@ * org.texi: Document variable changes. - * org.texi (Export settings): Doument p: item in OPTIONS keyword. + * org.texi (Export settings): Document p: item in OPTIONS keyword. * org.texi (Exporting): Massive rewrite of the first sections. (Selective export): Delete. @@ -895,7 +895,7 @@ (INSTALL_DATA): New, set by configure. (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables. (.PHONY): Add html, ps, install-dvi, install-html, install-pdf, - install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, + install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, uninstall-ps, and uninstall-doc. (.SUFFIXES): Add .ps and .dvi. (.dvi.ps): New suffix rule. @@ -10642,7 +10642,7 @@ (Top): More description for the `Default Method' menu entry. (Default Method): Use @code, not @var, for Lisp variables. (Default Method): New subsection `Which method is the right one - for me?' Suggested by Christian Kirsch. + for me?'. Suggested by Christian Kirsch. (Configuration): Pointer to new subsection added. (Default Method): Too many "use" in one sentence. Rephrase. Reported by Christian Kirsch. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 88c30989c7..fcdde8003b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1265,7 +1265,7 @@ 2011-01-30 Jim Meyering - * make-docfile.c: don't corrupt heap for an invalid .elc file + * make-docfile.c: Don't corrupt heap for an invalid .elc file "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 one byte before just-malloc'd saved_string buffer. * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b184e9e92e..a05410f0f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -317,7 +317,7 @@ 2014-02-02 Daniel Colascione - * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): + * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display): Also try to display local help from just before point. 2014-02-02 Alan Mackenzie @@ -636,7 +636,7 @@ * progmodes/sh-script.el (sh--inside-noncommand-expression): Correctly detect when we're inside an arithmetic expansion form containing nested parenthesis. - (sh--maybe-here-document): Use `sh--inside-noncommand-expression` + (sh--maybe-here-document): Use `sh--inside-noncommand-expression' to detect cases where we shouldn't expand "<<" to a heredoc skeleton. @@ -929,7 +929,7 @@ * play/meese.el: It's 2014 and Ed Meese is justly forgotten. Goes with removal of the joke manpages from /etc. -2014-01-10 K. Handa +2014-01-10 Kenichi Handa * mail/rmail.el (rmail-get-coding-system): Check rmail-get-coding-function before "funcall"ing it. @@ -1074,7 +1074,7 @@ 2014-01-07 Martin Rudalics * window.el (balance-windows-2): While rounding don't give a - window more than the remainder. Bug#16351, Bug#16383. + window more than the remainder. Bug#16351, bug#16383. 2014-01-07 Glenn Morris @@ -1144,7 +1144,7 @@ * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave like `beginning-of-defun'. - (log-view-end-of-defun,log-view-end-of-defun-1): Rename old + (log-view-end-of-defun, log-view-end-of-defun-1): Rename old log-view-end-of-defun to log-view-end-of-defun-1. Replace log-view-end-of-defun with wrapper that behaves like `end-of-defun'. (log-view-extract-comment): Call `log-view-current-entry' directly @@ -1192,7 +1192,7 @@ 2014-01-05 Kenjiro NAKAYAMA * net/eww.el (eww): Support single/double quote for search. - * net/eww.el (eww-list-histories,eww-history-browse): Fixup. + * net/eww.el (eww-list-histories, eww-history-browse): Fixup. (eww-history-quit): Delete and use quit-window. (eww-history-kill): Delete, because it doesn't work well and not necessary. @@ -1275,7 +1275,7 @@ of printing a useless when we resume from sleep. * progmodes/sh-script.el - (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop + (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop in indentation code. (Bug#16233) 2013-12-28 João Távora @@ -2351,7 +2351,7 @@ `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT arg of isearch-forward to t. (multi-isearch-files-regexp): Set the value of - `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT + `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT arg of isearch-forward-regexp to t. (Bug#16035) * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT @@ -6957,7 +6957,7 @@ frameset--process-minibuffer-frames. All callers changed. (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION. Use new default constructor (again). Doc fix. - (frameset--find-frame-if): Rename from `frameset--find-frame. + (frameset--find-frame-if): Rename from `frameset--find-frame'. All callers changed. (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS. (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS. diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 61391d6b16..9a4d887156 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -468,7 +468,7 @@ 2013-03-21 Eric Ludlam - * semantic.el (navigate-menu): Yank Tag :enable. Make sure + * semantic.el (navigate-menu): Yank Tag :enable. Make sure `senator-tag-ring' is bound. (semantic-parse-region-default): Stop reversing the output of parse-whole-stream. @@ -818,9 +818,9 @@ * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project to allow use in more kinds of buffers. (ede-project-forms-menu): Add `Default configuration' menu item. - (ede-configuration-forms-menu): New, for use in above. - (ede-project-configurations-set): New command used from menu. - (ede-java-classpath): New conveninece for Java support. + (ede-configuration-forms-menu): New, for use in above. + (ede-project-configurations-set): New command used from menu. + (ede-java-classpath): New conveninece for Java support. (ede-apply-object-keymap): Combine keybindings from the project and the target, not just whatever is local to the buffer. (ede-apply-target-options): Call fcn to apply project local @@ -887,9 +887,9 @@ (-scheme, -makefile-misc, ede-proj-target-makefile-program) (-makefile-archive, -makefile-shared-object) (ede-proj-target-makefile-info, -grammar): New autoloads. - (ede-proj-project): Inherit from eieio-persistent-read. + (ede-proj-project): Inherit from eieio-persistent-read. Specify extension and header line. - (ede-proj-load, ede-proj-save): Replace with impl using + (ede-proj-load, ede-proj-save): Replace with impl using eieio-persistent-read. * ede/project-am.el (project-add-file): Use ede-target-parent @@ -933,7 +933,7 @@ * semantic/db-typecache.el (semanticdb-abstract-table::semanticdb-typecache-find-method): Allow proxied tags to be resolved during the search. - (semanticdb-typecache-complete-flush): Support missing or empty + (semanticdb-typecache-complete-flush): Support missing or empty pointmax slot, to allow for more database types. * semantic/db.el (semanticdb-abstract-table): Add db-refs slot. @@ -998,7 +998,7 @@ * srecode/compile.el (srecode-compile-templates): Add "framework" special variable support. - (srecode-compile-template-table): Support framework specifier. + (srecode-compile-template-table): Support framework specifier. * srecode/cpp.el (srecode-semantic-handle-:c) (srecode-semantic-handle-:cpp): New functions. @@ -1023,7 +1023,7 @@ * srecode/srt-mode.el (srecode-font-lock-keywords): Update. * srecode/table.el (srecode-template-table): Add :framework slot. - (srecode-dump): Dump it. + (srecode-dump): Dump it. (srecode-mode-table): Add new modetables slot. (srecode-get-mode-table): Find the mode, but also find all parent modes, and merge the tables together in :tables from :modetables. @@ -1059,7 +1059,7 @@ (ede-proj-makefile-insert-variables): Do not insert preload items. (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen. - * ede/util.el (ede-make-buffer-writable): + * ede/util.el (ede-make-buffer-writable): * semantic/debug.el (semantic-debug-mode): Set buffer-read-only instead of calling toggle-read-only. @@ -1081,9 +1081,9 @@ (semantic-c-convert-spp-value-to-hideif-value) (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup) (semantic-c-hideif-defined): Revive hideif code from CEDET trunk. - (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for + (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for regular expression parsing. - (semantic-cpp-lexer): Add semantic-lex-c-ifdef. + (semantic-cpp-lexer): Add semantic-lex-c-ifdef. (semantic-expand-c-tag): Check if tag is non-nil before adding it to return list. (semantic-expand-c-extern-C, semantic-expand-c-complex-type): @@ -1183,9 +1183,9 @@ (project-compile-project, project-compiler-target): New methods. * inversion.el (inversion-decoders): New regexps for SXEmacs. - (inversion-package-version): More verbose error message. - (inversion-<): Deal with new special cases. - (inversion-require-emacs): New argument sxemacs-ver; use it. + (inversion-package-version): More verbose error message. + (inversion-<): Deal with new special cases. + (inversion-require-emacs): New argument sxemacs-ver; use it. 2012-10-01 Nelson Ferreira diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 79ba8126c2..8b2f3abf84 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -156,7 +156,7 @@ (gnus-icalendar-event->org-entry) (gnus-icalendar--update-org-event) (gnus-icalendar-event->gnus-calendar): Distinguish between - required/optional/non-participant attendee status. Fix bug causing + required/optional/non-participant attendee status. Fix bug causing the first required event participant to be omitted. 2013-11-27 Katsumi Yamaoka @@ -644,7 +644,7 @@ * nnimap.el (nnimap-request-head): Remove to-buffer argument. * gnus-int.el (gnus-request-head): Remove to-buffer argument, only - supported by nnimap actually. Reverts previous change. + supported by nnimap actually. Reverts previous change. * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter to mimic `gnus-request-article' and enjoy backends the nn*-request-head @@ -1012,7 +1012,7 @@ the work. Has the nice benefit of enabling STARTTLS. Wait for capabilities after STARTTLS: following RFC5804, the server sends new capabilities after successfully establishing a TLS connection - with the client. The client should update the cached list of + with the client. The client should update the cached list of capabilities, but we just ignore the answer for now. (sieve-manage-network-p, sieve-manage-network-open) (sieve-manage-starttls-p, sieve-manage-starttls-open) @@ -1062,7 +1062,7 @@ * sieve.el: Put point at beginning of buffer when viewing a script. (sieve-open-server): Respect the PORT parameter. Show the correct port number in sieve-buffer's header. Fixed code to also work with a string - as port specifier. Properly close the connection on pressing 'q'. Make + as port specifier. Properly close the connection on pressing 'q'. Make sieve-manage-quit close the connection and process buffer. Also, remove duplicate keybinding for 'q'. @@ -5547,7 +5547,7 @@ 2011-02-22 Andrew Cohen - * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key): + * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key): Lower case names of search constraints. (nnir-run-query): Cache and reuse search constraints for all imap servers. @@ -6850,7 +6850,7 @@ customizable. (nnir-retrieve-headers): Remove obsolete subject-mangling code. - * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros + * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros from nnir.el. 2010-12-03 Julien Danjou @@ -6877,7 +6877,7 @@ * nnir.el (nnir-summary-line-format): New variable. (nnir-mode): Use it. - (nnir-artlist-*,nnir-aritem-*): Reimplement as macros. + (nnir-artlist-*, nnir-aritem-*): Reimplement as macros. (nnir-article-ids): Reimplement as defsubst. (nnir-retrieve-headers): Don't mangle the subject header. (nnir-run-imap): Use 100 as RSV score. @@ -6908,7 +6908,7 @@ (nnir-mode): Install nnir-specific hooks for updating the registry. * gnus-sum.el - (gnus-article-original-subject,gnus-newsgroup-original-name): + (gnus-article-original-subject, gnus-newsgroup-original-name): Remove obsolete variables. (gnus-summary-move-article): Remove use of obsolete variables. (gnus-summary-local-variables): Make move and delete hooks local to @@ -7704,7 +7704,7 @@ long-lines case by only filling the long lines. * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies - (bug #7311). + (bug#7311). 2010-11-01 Katsumi Yamaoka @@ -7784,7 +7784,7 @@ 2010-10-31 Andrew Cohen - * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching + * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching an entire server. (nnir-get-active): New function. (nnir-run-imap): Use it. @@ -7866,13 +7866,13 @@ * nnir.el: General clean up. Allow searching with multiple engines. Allow separate extra-parameters for each engine. Batch queries when possible. - (nnir-imap-default-search-key,nnir-method-default-engines): + (nnir-imap-default-search-key, nnir-method-default-engines): Add customize interface. (nnir-run-gmane): New engine. (nnir-engines): Use it. Qualify all prompts with engine name. (nnir-search-engine): Remove global variable. (nnir-run-hyrex): Restore for now. - (nnir-extra-parms,nnir-search-history): New variables. + (nnir-extra-parms, nnir-search-history): New variables. (gnus-group-make-nnir-group): Use them. (nnir-group-server): Remove in favor of gnus-group-server. (nnir-request-group): Avoid searching twice. @@ -8206,7 +8206,7 @@ * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode name in the mode line spec so that the mode line menu works - (bug #2431). + (bug#2431). * message.el (message-get-reply-headers): If we're fed `to-address', then always use that. @@ -8215,7 +8215,7 @@ aren't so wide as to need to switch off the edit menu. * gnus-delay.el (gnus-delay-article): Remove superfluous `group' - binding. Suggested by Leo (bug #6613). + binding. Suggested by Leo (bug#6613). * nnimap.el (nnimap-request-group): Don't SELECT the group twice on `M-g'. @@ -9061,7 +9061,7 @@ 2010-09-30 Lars Magne Ingebrigtsen - * nnir.el: Use the server names without suffixes (bug #7009). + * nnir.el: Use the server names without suffixes (bug#7009). * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from unencrypted to STARTTLS, if possible. @@ -11047,7 +11047,7 @@ 2010-07-13 Thierry Volpiatto - Allow bookmarks to be set from Gnus Article buffers (Bug #5975). + Allow bookmarks to be set from Gnus Article buffers (Bug#5975). Patch applied (with minor tweaks) by Karl Fogel. Note this leaves C-w still not working correctly from Article buffers; Thierry's patch to fix that will be applied after this. @@ -11271,7 +11271,7 @@ 2010-05-01 Andreas Seltenreich - * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml + * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml handles on recursive mml-to-mime translation and check them for boundary delimiter collisions. Reported by Greg Troxel. @@ -18682,7 +18682,7 @@ 2005-12-12 Reiner Steib * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for - message-marks (Debian bug #342521). + message-marks (Debian bug#342521). 2005-12-12 Simon Josefsson diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 0822dc42de..05549c7eb6 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -495,7 +495,7 @@ (define-obsolete-function-alias): Actually remove the third (and any following) argument from the argument list before calling the advised function. Extend eval-and-compile clause and add advices - for functions that have different parameter lists in XEmacs. Add + for functions that have different parameter lists in XEmacs. Add variable definitions that XEmacs lacks . * ob-fortran.el (org-every): Declare. @@ -2819,7 +2819,7 @@ * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'. - * org.el (org-beginning-of-line,org-end-of-line): Set + * org.el (org-beginning-of-line, org-end-of-line): Set disable-point-adjustment when the command ends next to invisible text. @@ -3663,7 +3663,7 @@ variables are available. Use correct :test. (org-export-table-cell-width): Modify key (now an element) and value structure (now a vector) of cache so it can use `eq' as - test. Elements are circular lists so `equal' cannot apply on them. + test. Elements are circular lists so `equal' cannot apply on them. * ox-publish.el (project-plist): Remove variable. @@ -3946,8 +3946,8 @@ * org-element.el (org-element--list-struct): Fix failing "plain-list-parser" test. - * ox-latex.el (org-latex-src-block): Handle :float attribute. Its - value can be set to "t", "multicolumn" or "nil". Also remove + * ox-latex.el (org-latex-src-block): Handle :float attribute. + Its value can be set to "t", "multicolumn" or "nil". Also remove :long-listing attribute, which is now replaced with :float nil. (org-latex--org-table): Replace :float table with :float t. (org-latex--inline-image): Replace :float figure with :float t. @@ -4463,7 +4463,7 @@ computing minimal headline level. * org.el (org-do-latex-and-related): Fix infloop when user - provides a wrong value for `org-highlight-latex-and-related'. In + provides a wrong value for `org-highlight-latex-and-related'. In this case, `org-latex-and-related-regexp' is the empty string and generates an infloop since matching it doesn't move point. @@ -5107,7 +5107,7 @@ Fix docstring. * org.el (org-adaptive-fill-function): Items do not have - a :post-affiliated property. Use :begin property instead. + a :post-affiliated property. Use :begin property instead. * org-element.el (org-element-headline-parser) (org-element-inlinetask-parser): Remove :clockedp property. @@ -5164,7 +5164,7 @@ (org-element--current-element): Tiny refactoring. * ob.el (org-babel-where-is-src-block-result): Insert new results - keyword in current narrowed part of buffer, if necessary. Small + keyword in current narrowed part of buffer, if necessary. Small refactoring. (org-babel-insert-result): Do not widen buffer when new results have to be inserted. Therefore, results inserted after the last block of @@ -5211,7 +5211,7 @@ stored in DATE keyword instead. * org-element.el (org-element-object-restrictions): Allow links in - caption. Also allow inline-src-blocks and inline-babel-calls. + caption. Also allow inline-src-blocks and inline-babel-calls. (org-element-map): Change signature. (org-element-parsed-keywords): Remove document properties from the value. @@ -5241,7 +5241,7 @@ (org-element-latex-environment-parser) (org-element-paragraph-parser, org-element-property-drawer-parser) (org-element-src-block-parser, org-element-table-parser) - (org-element-verse-block-parser): Change signature. Now use an + (org-element-verse-block-parser): Change signature. Now use an additional argument: affiliated. (org-element--current-element): Skip affiliated keywords and pass them as an argument to parsers. It prevents to walk through these @@ -5262,10 +5262,9 @@ * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation when results are before the block. (org-export-blocks-preprocess): Improve blank lines handling in - function. Add comments. Remove `org-export-blocks-postblock-hook' - since it's defined nowhere now - (and doesn't need to, there's `org-export-before-parsing-hook' - already). + function. Add comments. Remove `org-export-blocks-postblock-hook' + since it's defined nowhere now (and doesn't need to, there's + `org-export-before-parsing-hook' already). * org-exp-blocks.el: Delete. @@ -5334,8 +5333,8 @@ container. (org-html-divs): Extra character in doc string. (org-babel-execute:sql): Unquote cmdline argument in - format string, dbish requires three separate arguments. Add dbi to - the list of engines with automatically added header separator. + format string, dbish requires three separate arguments. Add dbi + to the list of engines with automatically added header separator. (org-html--build-pre/postamble): Add css class to wrapper div (defaults to `org-pre/postamble-class'). Move spec building to separate function (`org-html-format-spec'). @@ -5538,7 +5537,7 @@ needed, make sure the distance is incremented. In addition, the now obsolete mmin function was removed. -2013-11-12 Oleh Krehel +2013-11-12 Oleh Krehel * org-capture.el (org-capture-expand-embedded-elisp): Throw error if result is not a string and not nil. If the result is nil, @@ -5583,7 +5582,7 @@ and change the wording of the docstring. (org-latex-guess-babel-language): Replace AUTO with language if AUTO is the option of the LaTeX package Babel. - (org-latex-classes): updated documentation with respect + (org-latex-classes): Updated documentation with respect to `org-latex-guess-babel-language'. 2013-11-12 Дядов Васил Стоянов (tiny change) @@ -13264,10 +13263,10 @@ (org-indent-initialize): Remove timer. (org-indent-add-properties): Refactor code. (org-indent-refresh-subtree, org-indent-refresh-section) - (org-indent-refresh-buffer,org-indent-set-initial-properties): + (org-indent-refresh-buffer, org-indent-set-initial-properties): Remove functions. (org-indent-deleted-headline): New variable. - (org-indent-notify-deleted-headline,org-indent-refresh-maybe): + (org-indent-notify-deleted-headline, org-indent-refresh-maybe): New functions. (org-indent-mode): Insert new functions into a hook. @@ -13279,7 +13278,7 @@ section when promoting or demoting it. (org-indent-add-properties): Rewrite function to proceed line by line, as required by `wrap-prefix' specificity. - (org-indent-refresh-section,org-indent-refresh-subtree): Refactor. + (org-indent-refresh-section, org-indent-refresh-subtree): Refactor. (org-indent-refresh-view): New function. (org-indent-refresh-to, org-indent-refresh-section): Remove functions. @@ -16042,7 +16041,7 @@ * org-list.el (org-list-in-valid-context-p): Rename from `org-list-in-valid-block-p'. - (org-at-item-p,org-list-search-generic): Use renamed function. + (org-at-item-p, org-list-search-generic): Use renamed function. 2011-07-28 Nicolas Goaziou @@ -16239,7 +16238,7 @@ 2011-07-28 Nicolas Goaziou - * org-list.el (org-list-struct,org-in-item-p): Don't assume end of + * org-list.el (org-list-struct, org-in-item-p): Don't assume end of blocks or drawers necessarily start somewhere. It it isn't the case, treat them as normal text. @@ -16388,7 +16387,7 @@ * org-list.el (org-list-to-generic): Set a default term for ill-formed description lists. Do not insert newline characters unless told to. - (org-list-to-texinfo,org-list-to-html): Apply changes to + (org-list-to-texinfo, org-list-to-html): Apply changes to `org-list-parse-liste'. 2011-07-28 Bastien Guerry @@ -16612,7 +16611,7 @@ 2011-07-28 Nicolas Goaziou * org-list.el (org-list-in-valid-block-p): New function. - (org-at-item-p,org-list-search-generic): Use new function. + (org-at-item-p, org-list-search-generic): Use new function. 2011-07-28 Nicolas Goaziou @@ -16727,7 +16726,7 @@ 2011-07-28 Nicolas Goaziou - * org.el (org-demote-subtree,org-promote-subtree): + * org.el (org-demote-subtree, org-promote-subtree): Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids operating on inline tasks. @@ -17421,7 +17420,7 @@ function every at every line in a list. User will have to reload Org if he change value of either `org-list-end-regexp' or `org-empty-line-terminates-plain-lists'. - (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. + (org-in-item-p, org-list-struct, org-list-parse-list): Apply change. * org-exp.el (org-export-mark-list-end) (org-export-mark-list-properties): Apply change. @@ -17502,7 +17501,7 @@ `org-search-backward-unenclosed'. (org-list-search-forward): Rename from `org-search-forward-unenclosed'. - (org-toggle-checkbox,org-update-checkbox-count): Use new + (org-toggle-checkbox, org-update-checkbox-count): Use new functions. (org-sort-list): Using default regexp search functions as context is not required in this case. @@ -17529,7 +17528,7 @@ 2011-07-28 Nicolas Goaziou - * org.el (org-skip-over-state-notes,org-store-log-note): Use new + * org.el (org-skip-over-state-notes, org-store-log-note): Use new accessors. 2011-07-28 Nicolas Goaziou @@ -17537,8 +17536,8 @@ * org-list.el (org-list-indent-item-generic): Remove error messages happening before process. This belongs to interactive functions. - (org-indent-item,org-indent-item-tree) - (org-outdent-item,org-outdent-item-tree): Ensure point or region + (org-indent-item, org-indent-item-tree) + (org-outdent-item, org-outdent-item-tree): Ensure point or region is correct before computing list structure. Return an error message otherwise. @@ -17554,7 +17553,7 @@ text following a sub-list in the same item. See docstring for an example of output. (org-list-to-generic): Use new parsing function. - (org-list-to-latex,org-list-to-html): Minor change for clearer + (org-list-to-latex, org-list-to-html): Minor change for clearer export. 2011-07-28 Nicolas Goaziou @@ -17577,7 +17576,7 @@ was already the first item of the list at point. (org-list-get-list-end): Function wasn't return value when item was already the last item of the list at point. - (org-list-struct-fix-box,org-update-checkbox-count): Now uses + (org-list-struct-fix-box, org-update-checkbox-count): Now uses `org-list-get-children'. 2011-07-28 Nicolas Goaziou @@ -17602,7 +17601,7 @@ (org-list-exchange-items): Refactor and comment code. Now return new struct instead of modifying it, as list sorting would sometimes eat first item. - (org-move-item-down,org-move-item-up): Reflect changes to + (org-move-item-down, org-move-item-up): Reflect changes to `org-list-exchange-items'. (org-insert-item): As `org-in-item-p' also computes item beginning when applicable, reuse the result. diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index ac55bad13f..0cdcc13990 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -33,7 +33,7 @@ 2013-09-16 Glenn Morris * url-misc.el (url-data): Avoid match-data mix-up with base64 case. - Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285) + Use Content-Transfer-Encoding rather than Content-Encoding. (Bug#15285) 2013-09-13 Glenn Morris diff --git a/src/ChangeLog b/src/ChangeLog index bd498c59f1..a8bc522939 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,4 @@ -2014-02-12 Marcus Karlsson (tiny change) +2014-02-12 Marcus Karlsson (tiny change) * image.c (pbm_load): Set to NO_PIXMAP on error (Bug#16683). @@ -434,7 +434,7 @@ * gtkutil.h (xg_have_tear_offs): Add frame parameter * gtkutil.c (xg_have_tear_offs): Count the global menu as a tear-off. - (xg_update_menubar,xg_update_menu_item): Call g_object_notify when + (xg_update_menubar, xg_update_menu_item): Call g_object_notify when updating menus; explain why. (xg_update_frame_menubar): Remove the 23px hack: I can't repro the problem it's supposed to solve and it interferes with detecting @@ -966,7 +966,7 @@ 2013-12-16 Teodor Zlatanov * gnutls.c (Fgnutls_boot): Use `Flistp' instead of - `CHECK_LIST_CONS`. + `CHECK_LIST_CONS'. 2013-12-16 Martin Rudalics @@ -3447,7 +3447,7 @@ * msdos.c (x_set_menu_bar_lines): Delete unused function. - * menu.h (tty_menu_show, menu_item_width): provide prototypes. + * menu.h (tty_menu_show, menu_item_width): Provide prototypes. * menu.c (have_boxes): New function. (single_keymap_panes): Use it instead of a compile-time @@ -3745,9 +3745,9 @@ 2013-09-26 Barry O'Reilly Signal error when reading an empty byte-code object (Bug#15405) - * lread.c (read1): signal error - * alloc.c (make_byte_code): eassert header size - (sweep_vectors): change an int to size_t + * lread.c (read1): Signal error. + * alloc.c (make_byte_code): eassert header size. + (sweep_vectors): Change an int to size_t. 2013-09-24 Paul Eggert diff --git a/test/ChangeLog b/test/ChangeLog index 370545d436..a7bfa59ccf 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -201,7 +201,7 @@ * automated/Makefile.in (PATH_SEPARATOR): New, set by configure. (EMACSOPT): Use PATH_SEPARATOR. -2013-11-20 Bozhidar Batsov +2013-11-20 Bozhidar Batsov * automated/ruby-mode-tests.el (ruby-exit!-font-lock): Add a failing test for Bug#15874. @@ -895,7 +895,7 @@ 2013-04-09 Masatake YAMATO - * automated/add-log-tests.el: New file. (Bug#14112) + * automated/add-log-tests.el: New file. (Bug#14112) 2013-03-30 Fabián Ezequiel Gallina @@ -1234,7 +1234,7 @@ * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Prevent updating - newsticker treeview. Fixed bug#9763. + newsticker treeview. Fixed bug#9763. 2011-10-20 Glenn Morris @@ -1249,7 +1249,7 @@ 2011-09-27 Ulf Jasper * automated/newsticker-tests.el: Move newsticker-testsuite.el - to automated/newsticker-tests.el. Convert to ERT. + to automated/newsticker-tests.el. Convert to ERT. 2011-07-26 Ulf Jasper -- 2.20.1