]> code.delx.au - gnu-emacs-elpa/blob - 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
1 NEWS for ascii-art-to-unicode.el
2 See the end for copying conditions.
3
4
5 - 1.6 | 2014-05-09
6 - fix regression for interactive invocation w/o active region
7
8 - 1.5 | 2014-04-03
9 - ‘aa2u’ takes args BEG and END
10
11 - 1.4 | 2014-01-14
12 - move to ELPA (from <http://www.gnuvola.org/software/j/aa2u/>)
13 - change copyright to FSF
14 - require 'cl-lib instead of 'cl
15 - use ‘cl-flet’ and ‘cl-labels’
16 - comment munging
17 - add ‘lexical-binding: t’
18 - remove huge list at EOF
19 - add Author and News headers
20
21 - 1.3 | 2013-09-21
22 - bug fixed: ‘?+’ neighbor valuation polarity flipped
23 - new support for BOX DRAWINGS LIGHT {UP,DOWN,LEFT,RIGHT} (singleton)
24
25 - 1.2 | 2012-11-05
26 - refer to Unicode characters by name, not number
27
28 - 1.1 | 2012-04-17
29 - TAB agnostic
30 - ‘aa2u’ operates on active region if ‘use-region-p’
31 - example use case also demonstrates transformation
32
33 - 1.0 | 2012-04-07
34 - initial release
35
36 \f
37 Local Variables:
38 mode: outline
39 outline-regexp: "\\([ ][ ]\\)*- "
40 End:
41
42 _____________________________________________________________________
43 Copyright (C) 2014 Free Software Foundation, Inc.
44
45 Copying and distribution of this file, with or without modification,
46 are permitted provided the copyright notice and this notice are preserved.