lp://staging/~timchen119/+junk/xchat
- Get this branch:
- bzr branch lp://staging/~timchen119/+junk/xchat
Branch information
- Owner:
- Tim Chen
- Status:
- Development
Recent revisions
- 61. By Tim Chen
-
* Merge from Debian unstable. Remaining changes:
- debian/control:
+ Build-depend on libgtk2.0-dev (>= 2.10.0).
+ Bump Standards-Version to 3.9.6.
+ Drop xchat-gnome from Replaces/Conflicts. (Closes: #505662)
+ Recommends xchat-indicator.
- debian/{control, rules, patches/automake- foreign. patch}
+ Use dh-autoreconf to update libtool for ppc64el port.
+ Specify foreign automake option.
- debian/xchat.install, debian/xchat.svg:
+ Include svg icon. (Closes: #781964)
- debian/patches/ 01_serverlist. patch:
+ Numerous changes to default serverlist.
- debian/patches/ 02_ubuntu_ default_ server. patch:
+ Select "Ubuntu servers" by default.
- debian/patches/ 45_brand_ ctcp_version. patch:
+ Add Ubuntu brand to CTCP version response.
- debian/patches/ 70_notification _strings_ shorten. patch:
+ Shorten notification strings.
- debian/patches/ 71_fix_ nick_not_ to_highlight. patch:
+ Fix "nicks not to hightlight" for privmsg.
- debian/patches/ 72_fix_ accelerator_ menubar_ toggle. patch:
+ Correctly show F9 as shortcut to toggle the menubar. (Closes: #400890)
- debian/patches/ 75_apturl. patch:
+ Add support for linkifying apturls.
- debian/patches/ 76_fix_ gfvs_mime_ handler. patch:
+ Make it possible to open irc:// URI's via gvfs. (Closes: #682141)
- debian/patches/ power-user- settings. patch:
+ Optimise default settings for efficient chatting.
- debian/rules:
+ Make build independent of the python version.
* Drop following changes, fixed in Debian:
- fix-ftbfs-missing- gmodule. patch -> 67_configure_ with_gmodule. patch
- dont_force_sslv3.patch -> 68_dont_ force_sslv3. patch
* Non-maintainer upload.
* Add debian/patches/ 68_dont_ force_sslv3. patch.
Provided via LP: #1381484. (Closes: #766005)
* Non-maintainer upload.
* Don't strip -lgmodule-2.0 from RDYNAMIC_LIBS. Patch from
Svante Signell <email address hidden>
(Closes: #726132, #763855)
* Don't force the use of SSLv3 (LP: #1381484)
- debian/patches/ dont_force_ sslv3.patch: use SSLv23_ client_ method( )
so the best method gets automatically negotiated in
src/common/ ssl.c.
* Rebuild for Perl 5.20.0.
* Update config.guess/config. sub with dh_atotools.
* Use dh-autoreconf to update libtool for ppc64el port.
* Specify foreign automake option.
* Rebuild for Perl 5.18.
* Correctly select the Ubuntu Servers by default. - 59. By oussama
-
* Merge from Debian, remaining changes:
- Optimise default settings for efficient chatting
+ Make tab completion by default use last-used order, not alphabetical.
This way for example if one is chatting with cjwatson, typing
"cj<tab>" will complete to cjwatson and not cjohnston.
Manual migration: ~/.xchat/xchat.conf: completion_sort = 1
+ Do not focus channel upon entering, as that clears highlights when using a znc proxy.
To be honest, there should be a distinction between manually joining
new channels & auto-joining. (LP: #189222)
Manual migration: ~/.xchat/xchat.conf: tab_new_to_front = 0
+ Do not clear buffer with Ctrl-L shortcut. (LP: #304477)
That shortcut is dominated by web-browsers changing URLs and causes
context loss if the focus was accidently left on xchat.
- Fix ftbfs, should link against gmodule.
- Add xchat-indicator to recommends. (LP: #1048335)
- Include svg icon (LP: #840673)
- debian/patches:
+ 01_serverlist.patch: Numerous changes to default serverlist.
+ 02_ubuntu_default_ server. patch: select "Ubuntu servers" by
default.
+ 45_brand_ctcp_version. patch: Add Ubuntu brand to CTCP version
response.
+ 70_notification_strings_ shorten. patch: Shorten notification
strings.
+ 71_fix_nick_not_ to_highlight. patch: Fix "nicks not to hightlight"
for privmsg
+ 72_fix_accelerator_ menubar_ toggle. patch: correctly show F9 as
shortcut to toggle the menubar.
+ 75_apturl-support. dpatch: Add support for linkifying apturls.
+ 76_fix_gfvs_mime_ handler. patch: Make it possible to open
irc:// URI's via gvfs.
- debian/control:
+ Build-depend on libgtk2.0-dev (>= 2.10.0).
+ Remove conflict/replaces on xchat-gnome.
+ Drop NBS "libnotify1" dependency, just keep libnotify-bin alternative.
+ Use standards version 3.9.3
- debian/rules: Make build independent of the python version.
- Added description to patch 76_fix_gfvs_mime_ handler. patch.
* debian/patches:
- deleted 73_libnotify07.patch: excess notifications from xchat under Gnome Shell
is fixed by the new patch 66_load_libnotify4. patch. - 58. By Dimitri John Ledkov
-
* Optimise default settings for efficient chatting
+ Make tab completion by default use last-used order, not alphabetical.
This way for example if one is chatting with cjwatson, typing
"cj<tab>" will complete to cjwatson and not cjohnston.
Manual migration: ~/.xchat/xchat.conf: completion_sort = 1
+ Do not focus channel upon entering, as that clears highlights when using a znc proxy.
To be honest, there should be a distinction between manually joining
new channels & auto-joining. (LP: #189222)
Manual migration: ~/.xchat/xchat.conf: tab_new_to_front = 0
+ Do not clear buffer with Ctrl-L shortcut. (LP: #304477)
That shortcut is dominated by web-browsers changing URLs and causes
context loss if the focus was accidently left on xchat.
* Fix ftbfs, should link against gmodule.
* Add xchat-indicator to recommends. (LP: #1048335)
* Include svg icon (LP: #840673) - 57. By Lorenzo De Liso
-
* Merge from debian unstable, remaining changes:
- debian/patches:
+ 01_serverlist.patch: Numerous changes to default serverlist.
+ 02_ubuntu_default_ server. patch: select "Ubuntu servers" by
default.
+ 45_brand_ctcp_version. patch: Add Ubuntu brand to CTCP version
response.
+ 70_notification_strings_ shorten. patch: Shorten notification
strings.
+ 71_fix_nick_not_ to_highlight. patch: Fix "nicks not to hightlight"
for privmsg
+ 72_fix_accelerator_ menubar_ toggle. patch: correctly show F9 as
shortcut to toggle the menubar.
+ 73_libnotify07.patch: Cherrypick patch from upstream to quell excess
notifications from xchat under Gnome Shell.
+ 75_apturl-support. dpatch: Add support for linkifying apturls.
+ 76_fix_gfvs_mime_ handler. patch: Make it possible to open
irc:// URI's via gvfs.
- debian/control:
+ Build-depend on libgtk2.0-dev (>= 2.10.0).
+ Remove conflict/replaces on xchat-gnome.
+ Drop NBS "libnotify1" dependency, just keep libnotify-bin alternative.
+ Use standards version 3.9.3
- debian/rules: Make build independent of the python version.
* Added description to patch 76_fix_gfvs_mime_ handler. patch. - 56. By Oliver Grawert
-
debian/
patches/ 76_fix_ gfvs_mime_ handler. patch: make it possible to open
irc:// URI's via gvfs (LP: 933822), thanks to
Daniel Gimpelevich <email address hidden> and
Shawn Landden <email address hidden> for the patch - 55. By Robert Ancell
-
* debian/
patches/ 38_autoconf. patch:
- Drop patch that adds Launchpad integration linker command - 54. By Robert Ancell
-
* debian/control:
- Use standards version 3.9.3
- Drop dependency on liblaunchpad-integration- dev
* debian/patches/ 37_lpi. patch:
- Dropped, we no longer do Launchpad integration - 53. By Artem Popov
-
* debian/
patches/ 75_apturl- support. dpatch:
- Add support for linkifying apturls (LP: #217611)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)