"Fossies" - the Fresh Open Source Software Archive 
Member "serendipity/plugins/serendipity_event_emoticate/ChangeLog" (20 Nov 2022, 1103 Bytes) of package /linux/www/serendipity-2.4.0.zip:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 1.11:
2 ----
3 * Add smiley images to plugin
4
5 1.9:
6 ----
7 * changed fetching path in emoticons.inc.php file.
8 Theme emoticons do not need a fallback into another theme.
9
10
11 1.8:
12 -----
13
14 * Fix fetching custom theme based emoticons
15 for 2.0 backend views
16 * Extends the plugins example description
17 * Add custom copy emoticons.inc.php file example
18
19 UPGRADE NOTES:
20 Due to a changed fallback behaviour in Serendipity 2.0+
21 for frontend and backend templates you need to this:
22
23 If you already have you own emoticons.inc.php file, living
24 in /templates/yourTemplate/*, you need to change all occurrences
25 of
26 serendipity_getTemplateFile('img/emoticons/yoursmiley.png')
27 to
28 serendipity_getTemplateFile('img/emoticons/yoursmiley.png', 'serendipityHTTPPath', true)
29
30 The distinction of Backend and Frontend themes in Serendipity 2.0 will try
31 to search for a file in the backend-directory of a theme,
32 or use the default template (which currently is 2k11),
33 because backend screens live normally in a themes /admin directory,
34 not in other frontends.