]> code.delx.au - gnu-emacs/commitdiff
Fix typos in ChangeLogs.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 19 Jun 2013 20:10:57 +0000 (22:10 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 19 Jun 2013 20:10:57 +0000 (22:10 +0200)
16 files changed:
ChangeLog
admin/ChangeLog
doc/lispintro/ChangeLog
doc/misc/ChangeLog
etc/ChangeLog
leim/ChangeLog
lib-src/ChangeLog
lisp/ChangeLog
lisp/cedet/ChangeLog
lisp/erc/ChangeLog
lisp/gnus/ChangeLog
lisp/mh-e/ChangeLog
lisp/org/ChangeLog
lwlib/ChangeLog
src/ChangeLog
test/ChangeLog

index 1622cbda221c4ab3c33d69334ec3f7a424c25da1..f73ab05e910ea2f9abf8fde2cc50d23fd862838b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
 
 2013-06-17  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Use functions, not macros, for XINT etc. (Bug#11935).
+       Use functions, not macros, for XINT etc.  (Bug#11935).
        * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
        as it generates bogus warnings about reasonable casts of calls.
 
 
 2013-01-23  Giorgos Keramidas  <gkeramidas@gmail.com>  (tiny change)
 
-       * .bzrignore: add lib-src/blessmail.
+       * .bzrignore: Add lib-src/blessmail.
 
 2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2012-12-10  Daniel Colascione  <dancol@dancol.org>
 
-       * .bzrignore: add src/emacs.res.
+       * .bzrignore: Add src/emacs.res.
 
        * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
        build how to compile Windows resource files; use these variables
index b612edf84246677a473f66fa755731a6d4bbe815..07c824ab5e26566276fba502aa0c9dc7d4fb75e2 100644 (file)
@@ -6,7 +6,7 @@
 
        * admin.el (manual-style-string): Use new file manual.css.
 
-2013-06-02  Eric Ludlam <zappo@gnu.org>
+2013-06-02  Eric Ludlam  <zappo@gnu.org>
 
        * grammars/srecode-template.wy (variable): Accept a single number
        as a variable value.  Allows the 'priority' to be set to a number.
 
 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * CPP-DEFINES (BSD4_2): Remove.
 
 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
        was copied to grammar.el.  New %provide token to generate prefix
-       which conforms with Emacs conventions.  Remove lexer definition,
+       which conforms with Emacs conventions.  Remove lexer definition,
        which is now in grammar.el.
 
 2012-09-27  Glenn Morris  <rgm@gnu.org>
index 8905fb32f2c7d532194844d1493b6523fae20a7a..a1fd9303866ad672f92f72d09932b64575e51722 100644 (file)
@@ -33,7 +33,7 @@
        * emacs-lisp-intro.texi (defcustom, defun)
        (simplified-beginning-of-buffer, defvar, Building Robots, Review)
        (save-excursion): `defun' and `defcustom' are now macros rather
-       than special forms. (Bug#13853)
+       than special forms.  (Bug#13853)
 
 2013-03-16  Glenn Morris  <rgm@gnu.org>
 
@@ -53,7 +53,7 @@
 
 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * emacs-lisp-intro.texi (Files List):
        directory-files-and-attributes now outputs t for attribute that's
        now a placeholder.
index e5ecbd467c64b64296ba85424726636cf1ad059e..2368c351ab1d8837f33b3b320611cee3b1397146 100644 (file)
@@ -16,7 +16,7 @@
 
 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
 
-       * sieve.texi: (Managing Sieve): Fix port in example, fix documentation
+       * sieve.texi (Managing Sieve): Fix port in example, fix documentation
        for keys q and Q.
        (Standards): Reference RFC5804 as the defining document of the
        managesieve protocol.
@@ -62,7 +62,7 @@
 
 2013-03-31  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc.texi: (Basic Operations on Units): Streamline some
+       * calc.texi (Basic Operations on Units): Streamline some
        descriptions.
 
 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
 
        Release MH-E manual version 8.4.
 
-       * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
+       * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
        Update for release 8.4.
 
        * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
        * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
        In all file place SES into @acronym{...}.
        (Advanced Features): Add key index and function index for
-       ses-set-header-row. Add description for function
-       ses-rename-cell. Add description for function
+       ses-set-header-row.  Add description for function
+       ses-rename-cell.  Add description for function
        ses-repair-cell-reference-all.
        (Ranges in formulas): Add description for ses-range flags.
 
 
        * org.texi: The sections in the Exporting section of the manual
        left out articles in the description of the org-export-as-*
-       commands, among other places. This patch adds them, adds a few
+       commands, among other places.  This patch adds them, adds a few
        missing prepositions, and switches instances of "an HTML" to "a
        html" for internal consistency.
 
 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org.texi (Literal examples): Remove reference to unknown
-       `org-export-latex-minted' variable. Also simplify footnote since
+       `org-export-latex-minted' variable.  Also simplify footnote since
        `org-export-latex-listings' documentation is exhaustive already.
 
        * org.texi (Plain lists): Remove reference to now hard-coded
        simplifications.
        (Basic Simplifications): Rename from "Limited Simplifications"
        Replace "limited" by "basic" throughout.
-       (Algebraic Simplifications):  Indicate that the algebraic
+       (Algebraic Simplifications): Indicate that the algebraic
        simplifications are done by default.
-       (Unsafe Simplifications):  Mention `m E'.
+       (Unsafe Simplifications): Mention `m E'.
        (Simplification of Units): Mention `m U'.
        (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
-       (Kinds of Declarations, Functions for Declarations):  Mention
+       (Kinds of Declarations, Functions for Declarations): Mention
        "algebraic simplifications" instead of `a s'.
        (Algebraic Entry): Remove mention of default simplifications.
 
index 676e67860ccc00a97b299e44026f5690dedf641c..afaf1d71676d248c3524874ea8b503d8b35f4d29 100644 (file)
 
        * NEWS: Document eshell visual subcommands and options.
 
-2013-06-02  Eric Ludlam <zappo@gnu.org>
+2013-06-02  Eric Ludlam  <zappo@gnu.org>
 
        * srecode/c.srt (header_guard): Add :c parameter so it works
-       standalone
+       standalone.
 
 2013-06-01  Alex Ott  <alexott@gmail.com>
 
@@ -35,7 +35,7 @@
 
        * refcards/refcard.tex: Refine some entries.  (Bug#14087)
 
-       * refcards/dired-ref.tex: Refine some entries. (Bug#14072)
+       * refcards/dired-ref.tex: Refine some entries.  (Bug#14072)
 
 2013-05-24  Fabrice Niessen  <fni@missioncriticalit.com>
 
@@ -51,7 +51,7 @@
 
 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * NEWS: Emacs is no longer limited to POSIX ACLs.  --disable-acl,
        not --without-acl, since we're now using Gnulib's implementation.
 
 
        * srecode/c.srt (header_guard): Upcase the filename symbol.
 
-2013-03-21  Vladimir Kazanov <vkazanov@inbox.ru>
+2013-03-21  Vladimir Kazanov  <vkazanov@inbox.ru>
 
        * srecode/java.srt (empty-main): New.
        (class-tag): Decapitalize class.
 
 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * NEWS: Document changes to file-attributes,
        file-ownership-preserved-p.
        Mention new functions group-gid, group-real-gid.
 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
 
        * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
-       New section styles. These sections are indented to the same
+       New section styles.  These sections are indented to the same
        level as the corresponding list entries.  These sections hold
        tables that occur within a list.  (OrgTable):
        Increased relative width from 90% to 96% for aesthetic reasons.
 
 2011-08-24  Steve Chapel  <schapel@laptop.stevechapel.com>  (tiny change)
 
-       * refcards/refcard.tex: Add a few more commands. (Bug#9343)
+       * refcards/refcard.tex: Add a few more commands.  (Bug#9343)
 
 2011-08-22  Juri Linkov  <juri@jurta.org>
 
 
 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * NEWS: -nb => -nbi
+       * NEWS: -nb => -nbi.
 
 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
 
index a9b9bfd1bc4e2bfbf25313b120c03b1053ee6774..02936972c46cfd9c674c7e2c004044219277f4e8 100644 (file)
@@ -1,7 +1,7 @@
 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
 
-       * Makefile.in (leim-list.el, check-declare): Replace
-       reveal-filename with unmsys--file-name.
+       * Makefile.in (leim-list.el, check-declare):
+       Replace reveal-filename with unmsys--file-name.
 
 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
 
 
        * quail/cyrillic.el: For each package, pass t for the SIMPLE
        argument to quail-define-package.
-       * quail/cyril-jis.el: Likewise
+       * quail/cyril-jis.el: Likewise.
        * quail/greek.el: Likewise.
        * quail/ipa.el: Likewise.
        * quail/lao.el: Likewise.
index e1025fc5f6b081f9e458df58148752c778e98120..0e4cf0b283353715301c9ddb7503b0727179fdfd 100644 (file)
        to avoid potential buffer overflow issues on typical 64-bit hosts.
        (whatlen_max): New static var.
        (main): Avoid buffer overflow if subsidiary command length is
-       greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its
+       greater than BUFSIZ or 2*BUFSIZ + 20.  Do not use sprintf when its
        result might not fit in 'int'.
 
        * movemail.c (main): Do not use sprintf when its result might not fit
 
 1988-12-31  Richard Mlynarik  (mly@rice-chex.ai.mit.edu)
 
-       * env.c: Add decl for my-index
+       * env.c: Add decl for my-index.
        * etags.c (file-entries): .oak => scheme.
 
 1988-12-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
index 680796cee7042a044d0f8abe4a4a37f0bfc6437c..2eba6ef68c784969cea8286680de21490f80d60f 100644 (file)
        (eieiomt-optimizing-obarray, eieiomt-install)
        (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
        (eieio-generic-form, eieio-defmethod, make-obsolete)
-       (eieio-defgeneric, make-obsolete): Move to eieio-core.el
+       (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
        (defclass): Remove `eval-and-compile' from macro.
        (call-next-method, shared-initialize): Instead of using
        `scoped-class' variable, use new eieio--scoped-class, and
 
        * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
        eieio.el.
-       (eieio--scoped-class-stack): New variable
-       (eieio--scoped-class): New fcn
+       (eieio--scoped-class-stack): New variable.
+       (eieio--scoped-class): New fcn.
        (eieio--with-scoped-class): New scoping macro.
        (eieio-defclass): Use pushnew instead of add-to-list.
        (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
        * progmodes/octave.el (octave-auto-fill): Remove.
        (octave-indent-new-comment-line): Improve.
        (octave-mode): Use auto fill mode through
-       comment-line-break-function and fill-nobreak-predicate
+       comment-line-break-function and fill-nobreak-predicate.
        (octave-goto-function-definition): Support DEFUN_DLD.
-       (octave-beginning-of-defun): Small Tweak
+       (octave-beginning-of-defun): Small tweak.
        (octave-help): Show parent directory.
 
 2013-05-21  Glenn Morris  <rgm@gnu.org>
        Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
 
        * net/tramp-compat.el (tramp-compat-call-process): Move function ...
-       * net/tramp.el (tramp-call-process): ... here
+       * net/tramp.el (tramp-call-process): ... here.
        (tramp-set-completion-function, tramp-parse-putty):
        * net/tramp-adb.el (tramp-adb-execute-adb-command):
        * net/tramp-gvfs.el (tramp-gvfs-send-command):
index ec5c5840aba235a95058eba095416bc580090852..dca0aa9cb9f4ca0095650a1a57799fb137eef792 100644 (file)
@@ -10,7 +10,7 @@
        * semantic/ctxt.el (semantic-ctxt-end-of-symbol-default):
        Remove unused free variable `symlist'.
 
-2013-06-02  Eric Ludlam <zappo@gnu.org>
+2013-06-02  Eric Ludlam  <zappo@gnu.org>
 
        * semantic/edit.el (semantic-change-function):
        Use `save-match-data' around running hooks.
@@ -59,7 +59,7 @@
        of code tags.
 
        * srecode/compile.el (srecode-compile-templates): Fix warning
-       punctuation.  Remove status messages to clean up testing output
+       punctuation.  Remove status messages to clean up testing output.
 
        * ede/base.el (ede-project-placeholder-cache-file): Update doc to
        mention 'nil' value.
@@ -77,7 +77,7 @@
        custom symbols representing a compiler or linker instead of
        restricting things to only the predefined compilers and linkers.
 
-2013-06-02  David Engster <dengste@eml.cc>
+2013-06-02  David Engster  <dengste@eml.cc>
 
        * semantic.el (semantic-mode-map): To avoid showing showing
        Development menu twice, only disable menu item if menu-bar is
        (semantic-analyze-dereference-metatype-stack): Use
        `semantic-tag-similar-p' instead of 'eq' when comparing two tags
        during metatype evaluation in case they are the same, but not the
-       same node. (Tweaked patch from Tomasz Gajewski) (Tiny change)
+       same node.  (Tweaked patch from Tomasz Gajewski) (Tiny change)
 
        * semantic/db-find.el (semanticdb-partial-synchronize): Fix
        require to semantic/db-typecache to be correct.
        no spp symbols from it, say so.
 
        * srecode/args.el (srecode-semantic-handle-:project): New argument
-       handler. Provide variable values if not in an EDE project.
+       handler.  Provide variable values if not in an EDE project.
 
        * srecode/srt-mode.el (srecode-template-mode): Fix typo on srecode
        name.
 
        * srecode/srt.el: Add local variables for setting the autoload
        file name.
-       (srecode-semantic-handle-:srt): New autoload cookie
+       (srecode-semantic-handle-:srt): New autoload cookie.
 
        * ede.el (ede-apply-preprocessor-map): Apply map to
        `semantic-lex-spp-project-macro-symbol-obarray' instead of the
-       system one. Add require for semantic.
+       system one.  Add require for semantic.
 
        * ede/proj-elisp.el (ede-update-version-in-source): In case a file
        has both a version variable and a Version: comment, always use
        `class-parents' to `eieio-class-parents', `class-children' to
        `eieio-class-children', `object-name-string' to
        `eieio-object-name-string', `object-class-fast' to
-       `eieio--object-class'. Also replace direct access with new
+       `eieio--object-class'.  Also replace direct access with new
        accessor functions.
 
-2013-03-21  Tomasz Gajewski <tomga@wp.pl> (tiny change)
+2013-03-21  Tomasz Gajewski  <tomga@wp.pl>  (tiny change)
 
        * ede/cpp-root.el (ede-project-autoload, initialize-instance): Fix
        EDE file symbol to match rename.  Fix ede-cpp-root symbol to
        include -project in name.
 
-2013-03-21  Alex Ott <alexott@gmail.com>
+2013-03-21  Alex Ott  <alexott@gmail.com>
 
        * cedet-files.el (cedet-files-list-recursively): New.  Recursively
-       find files whose names are matching to given regex
+       find files whose names are matching to given regex.
 
        * ede.el (ede-current-project): Rewrite to avoid imperative style.
 
        Value of slot or local variable could be string or function that
        receives project and should return string that will be invoked as
        command.
-       (project-compile-target): Invokes compilation of whole project
+       (project-compile-target): Invokes compilation of whole project.
 
        * ede/files.el (ede-find-project-root): New function to
        find root of project that contains specific file.
        * semantic/db-el.el:
        * semantic/chart.el: Fix requires.
 
-       * ede/locate.el: Remove useless requires. Declare functions
+       * ede/locate.el: Remove useless requires.  Declare functions
        instead and require in functions when needed.
 
 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
        (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.
-       (srecode-make-mode-table): Init :modetables
+       (srecode-make-mode-table): Init :modetables.
        (srecode-mode-table-find): Search in modetables.
        (srecode-mode-table-new): Merge the differet files into the
        modetables slot.
        regular expression parsing.
         (semantic-cpp-lexer): Add semantic-lex-c-ifdef.
        (semantic-expand-c-tag): Check if tag is non-nil before adding it
-       to return list
+       to return list.
        (semantic-expand-c-extern-C, semantic-expand-c-complex-type):
        New functions, copied from semantic-expand-c-tag.
        (semantic-find-tags-included): New override which also searches
 2010-09-29  Eric Ludlam  <zappo@gnu.org>
 
        * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
-       (semantic-lex-spp-enable-debug-symbol): New command
+       (semantic-lex-spp-enable-debug-symbol): New command.
        (semantic-lex-spp-value-valid-p)
-       (semantic-lex-spp-validate-value): New functions
+       (semantic-lex-spp-validate-value): New functions.
        (semantic-lex-spp-symbol-set)
        (semantic-lex-spp-symbol-push): Add call to validate value.
        (semantic-lex-spp-table-write-slot-value): Instead of erroring on
        (project-am-expand-subdirlist): New function.
        (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
        and DIST_SUBDIRS.
-       (project-am-meta-type-alist): A list to scan better Makefile.am
+       (project-am-meta-type-alist): A list to scan better Makefile.am.
        (project-am-scan-for-targets): Scan also over
        project-am-meta-type-alist.
        (ede-system-include-path): Simple implementation.
index 76766144c1826ad77ab0a87f03392888b2b68590..a23fa508c460be4077ae0efdf382a2a3ac5b7595 100644 (file)
        * erc-page.el (erc-page-function):
        * erc-stamp.el (erc-stamp): Doc fix.
 
-2012-08-21  Josh Feinstein <jlf@foxtail.org>
+2012-08-21  Josh Feinstein  <jlf@foxtail.org>
 
        * erc-join.el (erc-autojoin-timing): Fix defcustom type.
 
        Use `erc-match-exclude-server-buffer' not
        `erc-track-exclude-server-buffer'.
 
-2012-08-20  Josh Feinstein <jlf@foxtail.org>
+2012-08-20  Josh Feinstein  <jlf@foxtail.org>
 
        * erc.el (erc-display-message): Abstract message hiding decision
        to new function erc-hide-current-message-p.
index d0fcacab1ebb4bc5c930241690eb96d7cbec9475..6cee72ee12ffd67d95ef8d47d6f7d529db3e763c 100644 (file)
        (eww-update-header-line-format): New function.
        (eww-tag-title): New function.
 
-       * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
+       * shr.el (shr-dom-to-xml): New function.
        (shr-tag-svg): Add support for the SVG tag.
        (shr-bullet): New custom variable.
        (shr-tag-li): Support custom bullet in unordered lists.
 
        * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
        stream managing functions by using open-protocol-stream to do most of
-       the work. Has the nice benefit of enabling STARTTLS.
+       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
 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
 
        * 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
-       sieve-manage-quit close the connection and process buffer. Also, remove
+       (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
+       sieve-manage-quit close the connection and process buffer.  Also, remove
        duplicate keybinding for 'q'.
 
 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
        (nnir-request-update-info): Improve marks updating.
        (nnir-request-scan): Don't duplicate marks updating.
        (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
-       Use 'assq rather than 'assoc. Quote anonymous function.
+       Use 'assq rather than 'assoc.  Quote anonymous function.
        (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
        Use 'gnus-group-prefixed-p.
        (gnus-summary-create-nnir-group): Make sure server for method is open.
        buffer use the posting-style and gcc of the original article group.
        (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
 
-       * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
+       * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
        after other deffoos.
 
 2013-03-26  Andrew Cohen  <cohen@bu.edu>
 
-       * nnir.el: Major rewrite. Cleaner separation between searches and group
-       management. Marks are now shown in nnir summary buffers. Rudimentary
+       * nnir.el: Major rewrite.  Cleaner separation between searches and group
+       management.  Marks are now shown in nnir summary buffers.  Rudimentary
        support for real (i.e. not ephemeral) nnir groups.
        (gnus-summary-make-nnir-group): New function for initiating searches
        from a summary buffer.
 
 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
 
-       * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
-       temporary file to get PGP key image. Pass no-show-photos when extracting
-       image to avoid having it pop up twice.
+       * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
+       temporary file to get PGP key image.  Pass no-show-photos when
+       extracting image to avoid having it pop up twice.
 
 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
 
 
 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
 
-       * auth-source.el: (auth-source-plstore-search)
+       * auth-source.el (auth-source-plstore-search)
        (auth-source-secrets-search): Ignore :require and :type in search spec.
 
 2012-08-06  Julien Danjou  <julien@danjou.info>
 
 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-html.el: require mm-url.
+       * gnus-html.el: Require mm-url.
        (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
        with the url to `url'.
        (gnus-html-wash-tags): Support cid: URLs/images.
index d326132c92e872b28e7ac5c2c976e004d145b474..5e94265f67d30e1dd299119b270d2e3d66f59cc7 100644 (file)
 
 2012-11-25  Ted Phelps  <phelps@gnusto.com>
 
-       Postpone junk processing (closes SF #2945712). Patch submitted by
+       Postpone junk processing (closes SF #2945712).  Patch submitted by
        Ted Phelps and refined by Bill Wohler.
 
        * mh-e.el (mh-blacklist, mh-whitelist): New variables.
        (mh-before-commands-processed-hook): Update documentation.
        (mh-blacklist-msg-hook, mh-whitelist-msg-hook): New hooks.
        (mh-folder-blacklisted, mh-folder-whitelisted): New faces.
-       * mh-folder.el (mh-folder-message-menu):  Add "Junk" to "Undo."
+       * mh-folder.el (mh-folder-message-menu): Add "Junk" to "Undo."
        (mh-folder-font-lock-keywords): Add regexps for blacklisted and
        whitelisted messages.
        (mh-folder-mode): Add mh-blacklist and mh-whitelist variables.
        X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-,
        X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:,
        X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:,
-       X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated
-       the comment. (addresses SF #1916032).
+       X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-.  Updated
+       the comment.  (addresses SF #1916032).
 
 2012-11-25  Bill Wohler  <wohler@newt.com>
 
        X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook,
        X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE,
        X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash,
-       X-Notification-, X-Notifications, X-Oracle-Calendar. Replace
+       X-Notification-, X-Notifications, X-Oracle-Calendar.  Replace
        X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
 
 2012-11-25  Jeffrey C Honig  <jch@honig.net>
index 7ea780f2aa621648480c4f3214e2eb894233e98b..16097c1c0b22664cfea65a538837cedc5082f856 100644 (file)
 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
 
        * ob-R.el (org-babel-R-initiate-session): Protect against use of
-       unbound variable `ess-ask-for-ess-directory´. The default for this
+       unbound variable `ess-ask-for-ess-directory´.  The default for this
        variable is true, so act accordingly if it is found unbound.
 
        * ob-R.el: Remove initialization with `nil´ from
        * org-version.el: New file.
 
        * org-compat.el (org-check-version): New macro.  Check if
-       org-version.el exists and provide autoloads to that. Otherwise
+       org-version.el exists and provide autoloads to that.  Otherwise
        check if org-fixup.el exists and use it to provide definitions.
        Finally if nothing worked, complain about a botched installation
        and provide fallback definitions.
        org-footnote-unique-label if org-footnote-auto-label is set to
        random.
 
-       * org-gnus.el: (org-gnus-follow-link): Fix argument to
+       * org-gnus.el (org-gnus-follow-link): Fix argument to
        gnus-group-read-group so that following a link does not result in
        unread article being selected.
 
        * org-clock.el (org-clock-idle-time): Org-mode assumed that
        x11idle was an available command, and returned an idle time of 0
        if it was not
-       (never idle). Added checks so that org-idle-time will come from
+       (never idle): Added checks so that org-idle-time will come from
        emacs' own current-idle-time if x11idle cannot be found or if it
        cannot retrieve the idle time from X11
 
        (org-comment-or-uncomment-region): Rewrite function.  Now comment
        region at a fixed column: the minimal indentation of the region.
        (org-fill-context-prefix): Rename function into
-       `org-adaptive-fill-function'. Also, In a paragraph, choose the
+       `org-adaptive-fill-function'.  Also, In a paragraph, choose the
        same prefix as the current line.
 
        * org-exp.el (org-export-handle-comments): Also remove comments at
        point on an inlinetask.  Refactor code.
 
        * org.el (org-mark-subtree): Do not make a special case for
-       inlinetasks when marking a subtree. These are handled by
+       inlinetasks when marking a subtree.  These are handled by
        `org-element-mark-element'.
 
        * org-element.el (org-element-comment-parser): Consider first "+"
 
        * org-clock.el (org-in-clocktable-p): Move to org.el.
 
-       * org.el (org-in-clocktable-p): New function. Moved from
+       * org.el (org-in-clocktable-p): New function.  Moved from
        org-clock.el.
 
 2012-04-01  David Maus  <dmaus@ictsoc.de>
index 54f7c6088cfb90f51d72857fab97371838e5faea..02cc00639367ad6265f4e45b4d15e6492613b6b8 100644 (file)
        (xaw_update_one_widget): Reformat and remove dead code.
        (xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar)
        (xaw_update_scrollbar): Remove (not used).
-       (make_dialog): Change from K&R to prototype. Remove dead code.
+       (make_dialog): Change from K&R to prototype.  Remove dead code.
        (xaw_creation_table): Remove scrollbar entry.
 
 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
        (display_menu_item): Replace ws->window with ws->pixmap, remove
        call to XftDrawRect.
        (display_menu): Remove this and that argument.
-       Remove just_compute_this_one_p. Fill pixmap at start and copy it to
+       Remove just_compute_this_one_p.  Fill pixmap at start and copy it to
        window at end.
        (expose_cb): New function.
        (make_windows_if_needed): Replace XCreateWindow with XtCreatePopup.
        (make_windows_if_needed): Set max_rest_width and xft_draw
        in windows[i].
        (openXftFont): New.
-       (XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font
+       (XlwMenuInitialize): Call openXftFont if HAVE_XFT.  If mw->menu.font
        is not set, load font fixed and save it in xlwmenu_default_font.
        (XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0].
        (XlwMenuClassInitialize): Initialize xlwmenu_default_font.
        windows[0].xft_draw if xft_font is set.
        (XlwMenuDestroy): Destroy all xft_draw and close xft_font.
        (facename_changed): New.
-       (XlwMenuSetValues): Call facename_changed. If face name did change,
+       (XlwMenuSetValues): Call facename_changed.  If face name did change,
        close old fonts and destroy xft_draw:s.  Then create new ones.
 
        * xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace,
index 530c4d6f0eb4f767f792348ae81adee19e1108e2..68138e46b6b0e2f1c28961c88940b475112cde53 100644 (file)
        (update_frame_tool_bar): Update code for GNUStep.
        (clearAll): New method.
        (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
-       argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
+       argument.  Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
        Move identifierToItem setObject and activeIdentifiers addObject before
        call to insertItemWithItemIdentifier.
        (validateVisibleItems): Fix indentation.
index 2e8364e1d2a33be905d04cf0454591667af52388..90ea593a012dbab7ffa1feac0eb29702c0137e3f 100644 (file)
@@ -1,7 +1,6 @@
 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
 
-       * automated/reftex-tests.el (reftex-parse-from-file-test): Fix
-       test.
+       * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
 
 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>