-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
33 lines (22 loc) · 1.42 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Version 0.3-alpha ------------------------------------------------- [2016-02-29]
* Added support for new Geany plugin API (1.26) (issue #3).
* [BUGFIX]: Added code to adjust selection boundary if there is a special
character on the boundary (issue #4).
Version 0.2.1-alpha ----------------------------------------------- [2016-01-26]
* [BUGFIX]: Fixed terminal autoreconf warning message about missing
AM_PROG_AR (issue #1).
* [BUGFIX]: Fixed compile warning message about calling g_free() with const
pointer (issue #2).
Version 0.2-alpha ------------------------------------------------- [2012-10-31]
* [BUGFIX]: Fixed problem in locale directory string; translations now load
correctly.
* When replacements are done, a message is now displayed in the status area
giving the number of replacements.
Version 0.1-alpha ------------------------------------------------- [2012-10-26]
* New Geany plugin that adds a command to convert XML special characters
("&", "<", ">", "'" and """) in a section, or the whole document, into
character entities. Requires [Geany](http://www.geany.org/).
* When installed and activated (in the Geany plugins manager), adds a new menu
item - when there is a document open - with a submenu with two options. One
option converts XML special characters in the current selection. The other
converts XML special characters in the whole document.