blob: cec26520d35f8b05df8c772223b3a7985162d7ef (
plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
Emoticons
Changelog:
. 0.3.0.0
+ Allows to embed videos in history
* Some fixes for emoticons texts
. 0.0.2.11
* Fix for custom smileys
+ Don't show custom smileys on outgoing messages
. 0.0.2.10
* Better handling of text in input area
* Fixed handling of URLs
+ Added initial version of Tlen
. 0.0.2.9
* Fix for crash
. 0.0.2.8
* Fix for AIM smileys
+ Added support for IEView and Clist Modern
. 0.0.2.7
* Fix to copy emoticons from message log (closes issue 39)
. 0.0.2.6
* Fix for jabber transports
. 0.0.2.5
+ Support for SRMM (but no button)
. 0.0.2.4
* Handle metacontact change in the middle of chat
* Works with miranda 0.7
. 0.0.2.3
+ Send nudges throught nudge plugin (if possible)
* Better guess of number of columns in selection window
. 0.0.2.2
+ Support for accounts and jabber transports
* Fix for frame in selection window
. 0.0.2.1
* Fix for guessing fonts of Scriver
* Show less flags in options dialog
. 0.0.2.0
+ New selection window layout
+ Support for service calls in .emo
+ Added nudge
+ Added tZers (need ICQJ Plus mod)
. 0.0.1.6
+ Allow URLs in emoticon packs
+ Flash emoticons
+ Added Skype and Sametime emoticons
+ Option to select which frame to show in selection window (for animated gif and swf)
. 0.0.1.5
+ Added MySpace and AIM emoticons
* Fix for smileys after URL (closes issue 11)
. 0.0.1.4
* Fix for updater
. 0.0.1.3
* Fix for protocol emoticons (closes issue 22)
* Fix for URLs in input area
+ Support for borkra's version of custom smileys
+ Option to disable custom smileys
. 0.0.1.2
* Fix for wrong memory free
+ Support for custom smileys
. 0.0.1.1
* Fix for copy in input area
+ Added silly to de default pack
. 0.0.1.0
+ Allows loading emoticons from folder with proto name
+ Allows to write generic paths (inside pack folder) for an emoticon in .mep
+ Random emoticons in options page
. 0.0.0.9
+ Use AniSmiley if avaiable (recomended) or my control as fallback (more buggy)
* Updated AniSmiley to latest version (a lot of fixes)
* Fixes and other stuff
. 0.0.0.8
+ Created my own ole image control
. 0.0.0.7
+ Option to only replace emoticons surrounded by spaces
. 0.0.0.6
* Fix for URLs in history
* Fix for HOME key in input area
. 0.0.0.5
+ Added Yahoo emoticons
* Fix for emoticons like :(|) in input area
. 0.0.0.4
* Fix for emoticons in history
+ New emoticon pack selection control
. 0.0.0.3
* Protocol and pack names are case insensitive
+ Tooltips in selection window
+ Show smileys without images as text in selection window
+ Added default module
* Fix for transparent images
. 0.0.0.2
* Fix if not using metacontacts
* Fix for first message only with :)
+ Added jgmail emoticons (still missing one)
. 0.0.0.1
+ Initial version
|