diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-08 21:38:42 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-08 21:38:42 +0800 |
commit | f4baf76f9afbd61833398e6f2465d54199e263f7 (patch) | |
tree | dfb369442e2a030aa733622f30ec033f44edf50c /libempathy-gtk/Makefile.am | |
parent | 3cfbb4bbf78f0fd67f136f0b8422a25694e36947 (diff) | |
download | gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.tar gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.tar.gz gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.tar.bz2 gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.tar.lz gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.tar.xz gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.tar.zst gsoc2013-empathy-f4baf76f9afbd61833398e6f2465d54199e263f7.zip |
More dynamic smiley managment and more efficient algorithm to detect
2007-09-08 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-chat-view.h:
* libempathy-gtk/empathy-ui-utils.c:
* libempathy-gtk/empathy-ui-utils.h:
* libempathy-gtk/empathy-chat.c:
* libempathy-gtk/empathy-smiley-manager.c:
* libempathy-gtk/empathy-smiley-manager.h:
* libempathy-gtk/Makefile.am:
* libempathy-gtk/empathy-chat-window.c:
* libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and
more efficient algorithm to detect smileys in messages.
* doc/: Updated
svn path=/trunk/; revision=285
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index f73966a3e..8e4790e3b 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -32,6 +32,7 @@ libempathy_gtk_la_SOURCES = \ empathy-contact-list-view.c \ empathy-preferences.c \ empathy-theme-manager.c \ + empathy-smiley-manager.c \ empathy-chat-window.c \ empathy-chat.c \ empathy-chat-view.c \ @@ -79,6 +80,7 @@ libempathy_gtk_headers = \ empathy-contact-list-view.h \ empathy-preferences.h \ empathy-theme-manager.h \ + empathy-smiley-manager.h \ empathy-chat-window.h \ empathy-chat.h \ empathy-chat-view.h \ |