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

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

[elpa] 01/01: [aa2u maint] Extract NEWS and HACKING to separate files; n


From: Thien-Thi Nguyen
Subject: [elpa] 01/01: [aa2u maint] Extract NEWS and HACKING to separate files; nfc.
Date: Fri, 09 May 2014 10:46:15 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 21d42b9b4d728ebb316f8aa77415060684b7ebaa
Author: Thien-Thi Nguyen <address@hidden>
Date:   Fri May 9 12:50:16 2014 +0200

    [aa2u maint] Extract NEWS and HACKING to separate files; nfc.
---
 packages/ascii-art-to-unicode/HACKING              |   17 +++++++
 packages/ascii-art-to-unicode/NEWS                 |   46 ++++++++++++++++++++
 .../ascii-art-to-unicode/ascii-art-to-unicode.el   |   36 +--------------
 3 files changed, 66 insertions(+), 33 deletions(-)

diff --git a/packages/ascii-art-to-unicode/HACKING 
b/packages/ascii-art-to-unicode/HACKING
new file mode 100644
index 0000000..1ce373d
--- /dev/null
+++ b/packages/ascii-art-to-unicode/HACKING
@@ -0,0 +1,17 @@
+HACKING ascii-art-to-unicode.el                            -*- org -*-
+
+This file is both a guide for newcomers and a todo list for oldstayers.
+
+* ideas / wishlist
+*** add phase 0, to grok and lock label (as opposed to line) text
+*** add interactive mode, to choose per-line light vs heavy
+*** improve neighbor-determining heuristic
+*** choose plus-replacement by composing "VERTICAL", "LEFT", etc.
+* etc
+#+odd
+
+
+Copyright (C) 2014  Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted provided the copyright notice and this notice are preserved.
diff --git a/packages/ascii-art-to-unicode/NEWS 
b/packages/ascii-art-to-unicode/NEWS
new file mode 100644
index 0000000..cefd797
--- /dev/null
+++ b/packages/ascii-art-to-unicode/NEWS
@@ -0,0 +1,46 @@
+NEWS for ascii-art-to-unicode.el
+See the end for copying conditions.
+
+
+- 1.6 | 2014-05-09
+  - fix regression for interactive invocation w/o active region
+
+- 1.5 | 2014-04-03
+  - ‘aa2u’ takes args BEG and END
+
+- 1.4 | 2014-01-14
+  - move to ELPA (from <http://www.gnuvola.org/software/j/aa2u/>)
+  - change copyright to FSF
+  - require 'cl-lib instead of 'cl
+  - use ‘cl-flet’ and ‘cl-labels’
+  - comment munging
+    - add ‘lexical-binding: t’
+    - remove huge list at EOF
+    - add Author and News headers
+
+- 1.3 | 2013-09-21
+  - bug fixed: ‘?+’ neighbor valuation polarity flipped
+  - new support for BOX DRAWINGS LIGHT {UP,DOWN,LEFT,RIGHT} (singleton)
+
+- 1.2 | 2012-11-05
+  - refer to Unicode characters by name, not number
+
+- 1.1 | 2012-04-17
+  - TAB agnostic
+  - ‘aa2u’ operates on active region if ‘use-region-p’
+  - example use case also demonstrates transformation
+
+- 1.0 | 2012-04-07
+  - initial release
+
+
+  Local Variables:
+  mode: outline
+  outline-regexp: "\\([ ][ ]\\)*- "
+  End:
+
+_____________________________________________________________________
+Copyright (C) 2014  Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted provided the copyright notice and this notice are preserved.
diff --git a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el 
b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
index bfce32e..c93f84f 100644
--- a/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
+++ b/packages/ascii-art-to-unicode/ascii-art-to-unicode.el
@@ -56,41 +56,11 @@
 ;;           │          │
 ;;           └──────────┘
 ;;
-;; TODO:
-;; - Add phase 0, to grok and lock label (as opposed to line) text.
-;; - Add interactive mode, to choose per-line light vs heavy.
-;; - Improve neighbor-determining heuristic.
-;; - Choose plus-replacement by composing "VERTICAL", "LEFT", etc.
-
-;;; News:
-
-;; - 1.5 | 2014-04-03
-;;   - ‘aa2u’ takes args BEG and END
-;;
-;; - 1.4 | 2014-01-14
-;;   - move to ELPA (from <http://www.gnuvola.org/software/j/aa2u/>)
-;;   - change copyright to FSF
-;;   - require 'cl-lib instead of 'cl
-;;   - use ‘cl-flet’ and ‘cl-labels’
-;;   - comment munging
-;;     - add ‘lexical-binding: t’
-;;     - remove huge list at EOF
-;;     - add Author and News headers
-;;
-;; - 1.3 | 2013-09-21
-;;   - bug fixed: ‘?+’ neighbor valuation polarity flipped
-;;   - new support for BOX DRAWINGS LIGHT {UP,DOWN,LEFT,RIGHT} (singleton)
-;;
-;; - 1.2 | 2012-11-05
-;;   - refer to Unicode characters by name, not number
+;; Much easier on the eyes now!
 ;;
-;; - 1.1 | 2012-04-17
-;;   - TAB agnostic
-;;   - ‘aa2u’ operates on active region if ‘use-region-p’
-;;   - example use case also demonstrates transformation
 ;;
-;; - 1.0 | 2012-04-07
-;;   - initial release
+;; See Also
+;; - HACKING: 
<http://git.sv.gnu.org/cgit/emacs/elpa.git/tree/packages/ascii-art-to-unicode/HACKING>
 
 ;;; Code:
 



reply via email to

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