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

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

[elpa] master defbc56 1/2: Fixed bug with printing dictionaries


From: Ian Dunn
Subject: [elpa] master defbc56 1/2: Fixed bug with printing dictionaries
Date: Tue, 6 Feb 2018 20:53:19 -0500 (EST)

branch: master
commit defbc56377a80acdd7f284ec368f20cfb5116887
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Fixed bug with printing dictionaries
    
    * paced.el (paced-print-current-dictionary): Use the dictionary as an 
argument.
      (paced-print-named-dictionary): Use the dictionary instead of the name as 
an
      argument.
    
    * paced.org: Document change in Changelog
---
 paced.el   |  4 ++--
 paced.info | 81 +++++++++++++++++++++++++++++++++++---------------------------
 paced.org  |  3 ++-
 3 files changed, 50 insertions(+), 38 deletions(-)

diff --git a/paced.el b/paced.el
index 5fd81ba..2a23077 100644
--- a/paced.el
+++ b/paced.el
@@ -1309,14 +1309,14 @@ For how the current dictionary is determined, see
   "Print the contents of the current dictionary in a dedicated buffer."
   (interactive)
   (paced-operate-on-current-dictionary
-   (paced-dictionary-print)))
+   (paced-dictionary-print dict)))
 
 (defun paced-print-named-dictionary (name)
   "Print the contents of the dictionary with name NAME."
   (declare (interactive-only paced-dictionary-print))
   (interactive (list (paced-read-dictionary)))
   (paced-operate-on-named-dictionary name
-    (paced-dictionary-print name)))
+    (paced-dictionary-print dict)))
 
 
 
diff --git a/paced.info b/paced.info
index 7f05c01..c06565a 100644
--- a/paced.info
+++ b/paced.info
@@ -67,6 +67,7 @@ Contributing
 
 Changelog
 
+* 1.1.2: 112.
 * 1.1.1: 111.
 * 1.1: 11.
 * 1.0.1: 101.
@@ -884,13 +885,22 @@ Changelog
 
 * Menu:
 
+* 1.1.2: 112.
 * 1.1.1: 111.
 * 1.1: 11.
 * 1.0.1: 101.
 * 1.0: 10.
 
 
-File: paced.info,  Node: 111,  Next: 11,  Up: Changelog
+File: paced.info,  Node: 112,  Next: 111,  Up: Changelog
+
+1.1.2
+=====
+
+   • Fixed bug with printing dictionaries
+
+
+File: paced.info,  Node: 111,  Next: 11,  Prev: 112,  Up: Changelog
 
 1.1.1
 =====
@@ -942,40 +952,41 @@ Initial release.
 
 Tag Table:
 Node: Top228
-Node: Copying1985
-Node: Introduction2804
-Node: Similar Packages3924
-Node: pabbrev4210
-Node: predictive5353
-Node: Installation6401
-Node: Basic Setup7063
-Node: Dictionaries7678
-Node: Creating a Dictionary8151
-Node: Editing a Dictionary9191
-Node: Selective Dictionaries9667
-Node: Dictionary Files11405
-Node: Printing a Dictionary12526
-Node: Population Commands13048
-Node: Built-in Commands13984
-Node: Properties14781
-Node: Custom Commands15779
-Node: Asynchronous Population18506
-Node: Example Setups19955
-Node: Org Agenda Files20256
-Node: Project Files22016
-Node: Markdown Files23152
-Node: Repopulating Dictionary After Saving24777
-Node: Repopulating Dictionary After Spellchecking the Buffer25705
-Node: Contributing26450
-Node: Bugs27224
-Node: Development27613
-Node: Documentation29374
-Node: Working with EDE29841
-Node: Changelog30884
-Node: 11131034
-Node: 1131261
-Node: 10131868
-Node: 1032076
+Node: Copying1999
+Node: Introduction2818
+Node: Similar Packages3938
+Node: pabbrev4224
+Node: predictive5367
+Node: Installation6415
+Node: Basic Setup7077
+Node: Dictionaries7692
+Node: Creating a Dictionary8165
+Node: Editing a Dictionary9205
+Node: Selective Dictionaries9681
+Node: Dictionary Files11419
+Node: Printing a Dictionary12540
+Node: Population Commands13062
+Node: Built-in Commands13998
+Node: Properties14795
+Node: Custom Commands15793
+Node: Asynchronous Population18520
+Node: Example Setups19969
+Node: Org Agenda Files20270
+Node: Project Files22030
+Node: Markdown Files23166
+Node: Repopulating Dictionary After Saving24791
+Node: Repopulating Dictionary After Spellchecking the Buffer25719
+Node: Contributing26464
+Node: Bugs27238
+Node: Development27627
+Node: Documentation29388
+Node: Working with EDE29855
+Node: Changelog30898
+Node: 11231062
+Node: 11131180
+Node: 1131419
+Node: 10132026
+Node: 1032234
 
 End Tag Table
 
diff --git a/paced.org b/paced.org
index 678651a..fae0379 100644
--- a/paced.org
+++ b/paced.org
@@ -734,11 +734,12 @@ and letting one of us handle it is a good way to go.
 :PROPERTIES:
 :DESCRIPTION: List of changes by version
 :END:
+** 1.1.2
+- Fixed bug with printing dictionaries
 ** 1.1.1
 - Fixed bug with asynchronous population throwing an error on no dictionary
 
 - Set ~paced-throw-error-on-no-current~ to nil by default
-
 ** 1.1
 - Cleaned up the code to reflect the "operation triad"
   - -OP, OP-on-named, OP-on-current



reply via email to

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