~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002101854

« back to all changes in this revision

Viewing changes to debian/patches/features/xtitles

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg, Adeodato Simó, Christoph Berg
  • Date: 2007-11-03 23:00:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071103230004-43e36pnhub87junc
Tags: 1.5.17-1
[ Adeodato Simó ]
* Move the packaging back to Bazaar, adjust X-VCS-* accordingly.

[ Christoph Berg ]
* Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)
* Call autoreconf at build time, drop the autotools-update patch.
* Update menu file, add lintian override file.
* Refresh patches.

* New upstream version:
  + fix segfaults with single byte 8-bit characters in index_format.
    (Closes: #420598, Mutt: #2882)
  + properly render subject headers with encoded linefeeds.
    (Closes: #264014, Mutt: #1810)
  + only calls gnutls_error_is_fatal when gnutls_record_recv returns a
    negative value. (Closes: #439775, Mutt: #2954)
  + Large file support for mutt_pretty_size().
    (Closes: #352478, #416555, Mutt: #2191)
  + Do not consider empty pipes for filtering in format strings.
    (Closes: #447340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    comment.
9
9
 
10
10
== END PATCH
11
 
Index: mutt/PATCHES
12
 
===================================================================
13
 
--- mutt/PATCHES.orig   2007-02-20 16:46:09.943601256 +0100
14
 
+++ mutt/PATCHES        2007-02-20 16:46:09.943601256 +0100
15
 
@@ -0,0 +1 @@
16
 
+patch-1.5.13.nt+ab.xtitles.4
17
11
Index: mutt/curs_main.c
18
12
===================================================================
19
13
--- mutt.orig/curs_main.c       2006-12-12 14:15:02.000000000 +0100
180
174
       if (menu->top + menu->pagelen >= menu->max)
181
175
        cp = menu->top ? "end" : "all";
182
176
       else
 
177
--- a/PATCHES
 
178
+++ b/PATCHES
 
179
@@ -0,0 +1 @@
 
180
+patch-1.5.13.nt+ab.xtitles.4