]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ascii-art-to-unicode/NEWS
[aa2u maint] Extract NEWS and HACKING to separate files; nfc.
[gnu-emacs-elpa] / packages / ascii-art-to-unicode / NEWS
diff --git a/packages/ascii-art-to-unicode/NEWS b/packages/ascii-art-to-unicode/NEWS
new file mode 100644 (file)
index 0000000..cefd797
--- /dev/null
@@ -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
+
+\f
+  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.