~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to libpurple/protocols/qq/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-09 23:25:48 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309232548-f40pm5ooqwd64t0e
Tags: 1:2.5.5-1ubuntu1
* Merge from debian, remaining changes: (LP: #316636, #336647)
  - debian/control:
    + Add Build-Deps on liblaunchpad-integration-dev, intltool,
    network-manager-dev
    + Add epoch in dependencies
    + Drop the libpurple0 dependency on libpurple-bin
  - debian/libpurple0.symbols: add epoch to symbol
  - debian/pidgin-dbg.preinst, debian/pidgin-dev.preinst,
    debian/pidgin.preinst: add epoch
  - Update debian/prefs.xml to set the notify plugin prefs
    /plugins/gtk/X11/notify/*, set /pidgin/plugins/loaded to load
    the notify plugin and enable the standard logging options by default
  - debian/rules:
    + remove --disable-nm as nm has been fixed in Ubuntu
    + Add X-Ubuntu-Gettext-Domain to the desktop file and update the
      translation templates in common-install-impl::
  - debian/patches:
    + 02_lpi.patch for LP integration
    + 04_let_crasher_for_apport.patch to stop catching the SIGSEGV signal
      and let apport handle it
    + 05_default_to_irc_ubuntu_com.patch to set the default IRC
      server to irc.ubuntu.com
    + 70_autoconf.patch
    + 60_1024x600_gtk*.c.patch: Add scrolled bars into account dialog,
      pounce windows and preference window when screen height is less than 600.
* Adapt debian/patches/02_lpi.patch
* Re-generate debian/patches/70_autoconf.patch
* Remove debian/patches/fix-icons-backport-from-2.5.5mtn.diff as taken
  upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009.02.25 - flos <lonicerae(at)gmail.com>
 
2
        * Changed text 'ZipCode' to 'Postal Code'
 
3
 
 
4
2009.02.24 - flos <lonicerae(at)gmail.com>
 
5
        * NEVER forget our COPYRIGHT, ;)
 
6
 
 
7
2009.02.24 - flos <lonicerae(at)gmail.com>
 
8
        * Changed update_class type from gint to guint32
 
9
        * Fixed a bug of displaying of memo when memo is nothing
 
10
 
 
11
2009.02.21 - flos <lonicerae(at)gmail.com>
 
12
        * Added 'qq_strlen' and 'qq_strcmp' funtions in qq.h
 
13
        * Fixed compiling problems with lower version of GTK+
 
14
 
 
15
2009.02.21 - flos <lonicerae(at)gmail.com>
 
16
        * Rewrite whole buddy memo part
 
17
        * Remove 'qq_to_utf8_len' and 'utf8_to_qq_len' functions in char_conv.c
 
18
        * Update ChangeLog, AUTHORS
 
19
 
 
20
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>
 
21
        * Rewrite buddy_memo using qq_put/qq_get series functions
 
22
 
 
23
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>
 
24
        * Added buddy 'get memo', 'remove memo', 'upload memo' functions
 
25
 
 
26
2009.02.08 - flos <lonicerae(at)gmail.com>
 
27
        * Fixed showing message of chat room when message comes in
 
28
 
1
29
2008.12.28 - flos <lonicerae(at)gmail.com>
2
30
        * Fixes #7908
3
31