emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb c298037 21/21: Bump version for 0.3.2


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb c298037 21/21: Bump version for 0.3.2
Date: Sun, 17 Sep 2017 15:32:49 -0400 (EDT)

branch: externals/ebdb
commit c2980373d65a86f27a0dae113137f632d24a9240
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Bump version for 0.3.2
    
    * ebdb.el: Bump.
    * ebdb.org: Note present version and date in subtitle.
    * ebdb.texi: Export.
    * ebdb.info: Oddly, the subtitle doesn't seem to make it to the
      exported Info manual itself.
---
 ebdb.el   |  2 +-
 ebdb.info | 30 +++++++++++++++---------------
 ebdb.org  |  2 +-
 ebdb.texi |  8 ++++----
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index 2f091f5..f32e436 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2016-2017  Free Software Foundation, Inc.
 
-;; Version: 0.3.1
+;; Version: 0.3.2
 ;; Package-Requires: ((emacs "25.1") (cl-lib "0.5") (seq "2.15"))
 
 ;; Maintainer: Eric Abrahamsen <address@hidden>
diff --git a/ebdb.info b/ebdb.info
index 3e601aa..7b5539a 100644
--- a/ebdb.info
+++ b/ebdb.info
@@ -1335,7 +1335,7 @@ radically changed by creating new classes, or overriding 
the existing
 methods of classes, without touching the original source code.  This
 manual won’t go into details about Emacs’ object-orientation support:
 see *note EIEIO: (eieio)Top. for information on defining classes, and
-*note Generic Functions: (elisp)Generic%20Functions. for information on
+*note Generic Functions: (elisp)Generic Functions. for information on
 writing generic functions and methods.
 
    The simplest customization involves changing the default classes used
@@ -1687,8 +1687,8 @@ File: ebdb.info,  Node: Writing Internationalization 
Libraries,  Next: Writing I
 ===========================================
 
 Writing new internationalization libraries involves using generic
-functions.  *note Generic Functions: (elisp)Generic%20Functions.  It
-will also require a bit of familiarity with EBDB’s internals.
+functions.  *note Generic Functions: (elisp)Generic Functions.  It will
+also require a bit of familiarity with EBDB’s internals.
 
    Internationalization affects three different field types: addresses,
 phone numbers, and names.  It works by providing “i18n” versions of
@@ -2224,18 +2224,18 @@ Node: vCard Support45695
 Node: Org Integration46194
 Node: Citing Records48092
 Node: Hacking EBDB48850
-Node: Field Classes51171
-Node: Init and Delete Methods54155
-Node: The Labeled Field Class55662
-Node: The Singleton Field Class56516
-Node: Actions56954
-Node: Custom Field Searching57626
-Node: Fast Lookups60430
-Node: Formatting in the EBDB Buffer62240
-Node: Writing Internationalization Libraries64253
-Node: Writing Integration For New MUAs68606
-Node: Article snarfing72025
-Node: Index72743
+Node: Field Classes51169
+Node: Init and Delete Methods54153
+Node: The Labeled Field Class55660
+Node: The Singleton Field Class56514
+Node: Actions56952
+Node: Custom Field Searching57624
+Node: Fast Lookups60428
+Node: Formatting in the EBDB Buffer62238
+Node: Writing Internationalization Libraries64251
+Node: Writing Integration For New MUAs68602
+Node: Article snarfing72021
+Node: Index72739
 
 End Tag Table
 
diff --git a/ebdb.org b/ebdb.org
index 7b62239..511dfcb 100644
--- a/ebdb.org
+++ b/ebdb.org
@@ -5,7 +5,7 @@
 #+TEXINFO_HEADER: @syncodeindex ky cp
 #+AUTHOR: Eric Abrahamsen <address@hidden>
 #+TITLE: EBDB Manual
-#+SUBTITLE: This manual is for version 0.2, updated 29 July, 2017
+#+SUBTITLE: This manual is for version 0.3.2, updated 17 September, 2017
 #+TEXINFO_DIR_CATEGORY: Emacs
 #+TEXINFO_DIR_TITLE: EBDB: (ebdb)
 #+TEXINFO_DIR_DESC: Contact management package
diff --git a/ebdb.texi b/ebdb.texi
index a28fca6..0a80438 100644
--- a/ebdb.texi
+++ b/ebdb.texi
@@ -1,6 +1,6 @@
 \input texinfo    @c -*- texinfo -*-
 @c %**start of header
address@hidden ./ebdb.info
address@hidden ebdb.info
 @settitle EBDB Manual
 @documentencoding UTF-8
 @documentlanguage en
@@ -33,7 +33,7 @@ modify this GNU manual.”
 @finalout
 @titlepage
 @title EBDB Manual
address@hidden This manual is for version 0.2, updated 29 July, 2017
address@hidden This manual is for version 0.3.2, updated 17 September, 2017
 @page
 @vskip 0pt plus 1filll
 @insertcopying
@@ -1449,7 +1449,7 @@ classes: database, record, and field.  The behavior of 
EBDB can be
 radically changed by creating new classes, or overriding the existing
 methods of classes, without touching the original source code.  This
 manual won't go into details about Emacs' object-orientation support:
-see @ref{Top,EIEIO,,eieio,} for information on defining classes, and 
@ref{Generic%20Functions,Generic Functions,,elisp,}
+see @ref{Top,EIEIO,,eieio,} for information on defining classes, and 
@ref{Generic Functions,Generic Functions,,elisp,}
 for information on writing generic functions and methods.
 
 The simplest customization involves changing the default classes used
@@ -1818,7 +1818,7 @@ used in the body of the method.
 @section Writing Internationalization Libraries
 
 Writing new internationalization libraries involves using generic
-functions. @ref{Generic%20Functions,Generic Functions,,elisp,}.  It will also 
require a bit of
+functions. @ref{Generic Functions,Generic Functions,,elisp,}.  It will also 
require a bit of
 familiarity with EBDB's internals.
 
 Internationalization affects three different field types: addresses,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]