From jamessan at debian.org Tue Mar 3 04:38:40 2015 From: jamessan at debian.org (James McCoy) Date: Mon, 2 Mar 2015 23:38:40 -0500 Subject: Bug#778163: vim: ftbfs with GCC-5 In-Reply-To: <54F0C6E3.2030801@debian.org> References: <20150214031403.GJ1992@freya.jamessan.com> <20150227162733.GA13303@usenmccoyj1d2c.corp.emc.com> <54F0A5F3.8070708@debian.org> <54F0BC07.4000106@debian.org> <54F0C6E3.2030801@debian.org> Message-ID: <20150303043840.GU1992@freya.jamessan.com> On Fri, Feb 27, 2015 at 08:34:59PM +0100, Matthias Klose wrote: > On 02/27/2015 08:33 PM, James McCoy wrote: > > On Feb 27, 2015 1:49 PM, "Matthias Klose" wrote: > >> > >> On 02/27/2015 07:45 PM, James McCoy wrote: > >>> I narrowed it down to src/regexp.c. > >> > >> cool, you could use the optimize attribute, applied to a single function > > to > >> search for the miscompiled function ... > > > > Cool. It's the peekchr function. > > any chance to reduce this to a test case? You mean a test case as described in ? The specific function this is happening in is an internal helper function relying on global state of Vim's regex engine. I don't have a minimal runtime test case, let alone a minimal piece of code to reproduce the problem. I'll try to find some time to get either of those. In the mean time, I'll keep testing new GCC-5 uploads. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy From malattia at debian.org Sun Mar 8 07:27:21 2015 From: malattia at debian.org (Mattia Dongili) Date: Sun, 08 Mar 2015 16:27:21 +0900 Subject: Bug#760873: [vim-gtk] Incorrect display of ascii glyps (ie. displays 'm' in place of 'g'). Message-ID: <20150308072721.25357.76532.reportbug@hilbert.taihen.jp> Package: vim-gtk Version: 2:7.4.488-5 Followup-For: Bug #760873 Hi James, yes, it's totally related to the font face used: $ gvim -u NONE -c 'set guifont=PragmataPro\ 12' $ ** (gvim:26280): CRITICAL **: ascii_glyph_table_init: assertion 'gui.ascii_glyphs->num_glyphs == sizeof(ascii_chars)' failed With this particular font all characters are messed up (screenshot attached). Here's a related discussion: https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo Let me know if I can help in any other way. -- mattia -- Package-specific info: --- real paths of main Vim binaries --- /usr/bin/vi is /usr/bin/vim.gtk /usr/bin/vim is /usr/bin/vim.gtk /usr/bin/gvim is /usr/bin/vim.gtk -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 3.19.0+ (SMP w/4 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages vim-gtk depends on: ii libacl1 2.2.52-2 ii libc6 2.19-15 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.1-1 ii libgpm2 1.20.4-6.1+b2 ii libgtk2.0-0 2.24.25-3 ii libice6 2:1.0.9-1+b1 ii liblua5.2-0 5.2.3-1.1 ii libpango-1.0-0 1.36.8-3 ii libperl5.20 5.20.2-2 ii libpython2.7 2.7.9-2 ii libruby2.1 2.1.5-1 ii libselinux1 2.3-2 ii libsm6 2:1.2.2-1+b1 ii libtcl8.6 8.6.2+dfsg-1 ii libtinfo5 5.9+20140913-1+b1 ii libx11-6 2:1.6.2-3 ii libxt6 1:1.1.4-1+b1 ii vim-common 2:7.4.488-5 ii vim-gui-common 2:7.4.488-5 ii vim-runtime 2:7.4.488-5 vim-gtk recommends no packages. Versions of packages vim-gtk suggests: ii cscope 15.8a-2 ii gnome-icon-theme 3.12.0-1 ii ttf-dejavu 2.34-1 pn vim-doc -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: 2015-03-08_162215_621066287.png Type: image/png Size: 73800 bytes Desc: not available URL: From owner at bugs.debian.org Mon Mar 9 00:06:11 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 09 Mar 2015 00:06:11 +0000 Subject: Processed: bug 760873 is forwarded to http://article.gmane.org/gmane.editors.vim.devel/45542 References: <1425859383-1344-bts-jamessan@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 760873 http://article.gmane.org/gmane.editors.vim.devel/45542 Bug #760873 [vim-gtk] [vim-gtk] Incorrect display of ascii glyps (ie. displays 'm' in place of 'g'). Set Bug forwarded-to-address to 'http://article.gmane.org/gmane.editors.vim.devel/45542'. > thanks Stopping processing here. Please contact me if you need assistance. -- 760873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760873 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From jamessan at debian.org Fri Mar 13 16:47:05 2015 From: jamessan at debian.org (James McCoy) Date: Fri, 13 Mar 2015 12:47:05 -0400 Subject: Bug#778163: vim: ftbfs with GCC-5 In-Reply-To: <20150303043840.GU1992@freya.jamessan.com> References: <20150214031403.GJ1992@freya.jamessan.com> <20150227162733.GA13303@usenmccoyj1d2c.corp.emc.com> <54F0A5F3.8070708@debian.org> <54F0BC07.4000106@debian.org> <54F0C6E3.2030801@debian.org> <20150303043840.GU1992@freya.jamessan.com> Message-ID: <20150313164705.GA8107@usenmccoyj1d2c.corp.emc.com> On Mon, Mar 02, 2015 at 11:38:40PM -0500, James McCoy wrote: > On Fri, Feb 27, 2015 at 08:34:59PM +0100, Matthias Klose wrote: > > On 02/27/2015 08:33 PM, James McCoy wrote: > > > On Feb 27, 2015 1:49 PM, "Matthias Klose" wrote: > > >> > > >> On 02/27/2015 07:45 PM, James McCoy wrote: > > >>> I narrowed it down to src/regexp.c. > > >> > > >> cool, you could use the optimize attribute, applied to a single function > > > to > > >> search for the miscompiled function ... > > > > > > Cool. It's the peekchr function. > > > > any chance to reduce this to a test case? > > You mean a test case as described in > ? The specific function this is > happening in is an internal helper function relying on global state of > Vim's regex engine. I don't have a minimal runtime test case, let alone > a minimal piece of code to reproduce the problem. Looks like someone else may have found time to do this. I was checking the GCC 5 regression list today and found this tree-opt bug[0] related to miscompiling Vim. [0]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65418 Their example code is from the peekchr function. Based on that, I'm reassigning this to gcc. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy From owner at bugs.debian.org Fri Mar 13 17:15:17 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 13 Mar 2015 17:15:17 +0000 Subject: Processed: reassign 778163 to gcc-5 ..., affects 778163 References: <1426265357-2784-bts-jamessan@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 778163 gcc-5 5-20150307-1 Bug #778163 [src:vim] vim: ftbfs with GCC-5 Bug reassigned from package 'src:vim' to 'gcc-5'. No longer marked as found in versions vim/2:7.4.488-4. Ignoring request to alter fixed versions of bug #778163 to the same values previously set Bug #778163 [gcc-5] vim: ftbfs with GCC-5 Marked as found in versions gcc-5/5-20150307-1. > forwarded 778163 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65418 Bug #778163 [gcc-5] vim: ftbfs with GCC-5 Set Bug forwarded-to-address to 'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65418'. > affects 778163 src:vim Bug #778163 [gcc-5] vim: ftbfs with GCC-5 Added indication that 778163 affects src:vim > thanks Stopping processing here. Please contact me if you need assistance. -- 778163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778163 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From info at pelda-webaruhaz.info Mon Mar 16 12:48:19 2015 From: info at pelda-webaruhaz.info (info at pelda-webaruhaz.info) Date: Mon, 16 Mar 2015 08:48:19 -0400 Subject: =?utf-8?Q?Saj=C3=A1t_tulajdon=C3=A1ban_l=C3=A9v=C5=91_web=C3=A1ruh=C3=A1z?= =?utf-8?Q?_18_ezer=C3=A9rt?= Message-ID: Tisztelettel ?dv?zl?m, Web?ruh?zak k?sz?t?s?vel foglalkoz? egy?ni v?llalkoz? vagyok, t?bb fajta web?ruh?zat aj?nlhatok ?nnek amennyiben ?rdekli, 36 ezer nett? ?s 18 ezer nett??rt, ami egyszeri ?s v?gleges k?lts?g. A Joomla 2.5 v?ltozat?, 36 ezerbe ker?l? ?ruh?z tud t?bbet: bankk?rty?s kifizet?s, keres? optimaliz?l?s, mobiltelefonos kezel?s, stb. Ugyanilyen a 18 ezerbe ker?l? is, de bankk?rtya ?s mobiltelefonos megjelen?t?s n?lk?l. Mindk?t ?ruh?z eset?ben h?rom havi R?SZLETFIZET?SRE is lehet?s?g van. 1. MAGYAR NYELV? WEB?RUH?ZAK Mind a 18 ezres, mind a 36 ezres magyar nyelv? web?ruh?zakra 2 ?ves GARANCIALEVELET ?s SZ?ML?T adok a megrendel?knek. Az ?ruh?z kezel?se sz?vegszerkeszt?h?z hasonl?t, felt?lthet k?peket, be?llithat egyedi k?ls?t hozz?. A web?ruh?z saj?t tulajdon?ba ker?l ?s saj?t t?rhely?n is haszn?lhatja. A d?nt?s megk?nnyit?s?re gyakorl?fel?letet is szoktam az ?rdekl?d?d?knek dijmentesen ?tadni, igy a kezel?ssel a d?nt?s el?tt meg lehet ismerkedni, az olcs?bb ?ruh?zn?l is, a dr?g?bbn?l is. Amennyiben ?rdekli valamelyik ?nt, arra k?rem, hogy n?h?ny sz?val jelezzen vissza. Sajnos nincs id?m most m?sf?le megrendel?sre, tisztelettel k?rem ?nt ez?rt, hogy m?s tipus ig?ny?vel most ink?bb m?shoz forduljon. A 18 ezres ?ruh?zak igy n?znek ki: http://www.webshop-minta.hu/webshopminta2/ http://www.webshop-minta.hu/webshopminta3/ A 36 ezres ?ruh?zak igy n?znek ki: http://www.webshop-minta.hu/prowebshop2/ http://www.webshop-minta.hu/prowebshop1/ Szint?n k?rni szeretn?m, hogyha amennyiben nem ?ll m?dj?ban d?nteni 1 h?t alatt, akkor ne v?laszoljon erre az email-re - ez ugyanis egy 1 hetes akci?hoz k?t?tt ?r, az akci? miatt adom olcs?n ugyanazt, ami a piacon jelenleg 100 ezret meghalad? ?ron fut. Nem kifizetni kell persze 1 h?ten bel?l, hanem csup?n "kell vagy nem kell" d?nt?st hozni a gyakorl?fel?let alapj?n. 2. ANGOL NYELV? WEB?RUH?ZAK Angol nyelven, angol-amerikai v?s?rl?k el?r?se ?rdek?ben is kin?lok jelenleg web?ruh?zakat. T?m?r?tett form?ban adom ?t, mert sikeresnek bizonyult vev?k?r?mben, hogy nagyon olcs?n, t?m?ritve ?tk?ld?m a kiv?lasztott web?ruh?zat, a vev? pedig vagy saj?t maga vagy pedig a t?rhelyszolg?ltat?ja r?v?n helyezi fel a t?rhely?re. A piacon 200 ezer f?l?tt ?rusitott web?ruh?zak v?ltak igy 38 ezer?rt megvehet?v?. A Joomla 2.5 v?ltozat? web?ruh?zba sok mindent bele?p?tettem: bankk?rty?s kifizet?s, keres? optimaliz?l?s, mobiltelefonos kezel?s, export-import, Google keres?optimaliz?s, stb. Ezekhez az angol-amerikai v?s?rl?k el?r?s?re haszn?lt web?ruh?zakhoz is Haszn?lati Utas?t?st, Garancialevelet ?s Sz?ml?t adok minden megrendel?nek. Az ?ruh?z kezel?se sz?vegszerkeszt?h?z hasonl?t, felt?lthet k?peket, be?llithat egyedi k?ls?t hozz?, alapfok? angol nyelvtud?s azonban sz?ks?ges ehhez. A web?ruh?z nem b?rlem?ny, a saj?t tulajdon?ba ker?l. A folyamat nem bonyolult, Mammutmail-el ?tk?ld?m ?nnek a t?m?r?tett web?ruh?zat, amit ?n kicsomagolhat vagy kicsomagol?s n?lk?l egyb?l tov?bbithat a t?rhelyszolg?tat?j?hoz a t?rhely?re val? feltelepitesre - vagy amennyiben j?rtas ebben, saj?t maga is felteheti a t?rhely?re. Tisztelettel k?rem, hogy tudjon r?la azonban, hogy t?rhely?nek alkalmasnak kell lennie bankk?rty?s-mobiltelefonos Joomla 2.5 web?ruh?z m?k?dtet?s?re. A 38 ezres web?ruh?zak igy n?znek ki kicsomagol?s ut?n a t?rhely?n: http://www.webshop-minta.hu/minta-1-2014/ http://www.webshop-minta.hu/minta-2-2014/ http://www.webshop-minta.hu/minta-3-2014/ http://www.webshop-minta.hu/minta-4-2014/ 48 ezer forintos ?ron megv?s?rolhat? egy enn?l fejlettebb tipus, ami m?r t?meges ?rucikk-kezel?st (nagyker), valamint az egyes ?ruk jellemz?i, param?terei szerinti keres?st is tud, ezek kicsomagol?s ut?n igy n?znek ki a t?rhely?n: http://www.webshop-minta.hu/minta-fejlett-1-2014/ http://www.webshop-minta.hu/minta-fejlett-2-2014/ http://www.webshop-minta.hu/minta-fejlett-3-2014/ http://www.webshop-minta.hu/minta-fejlett-4-2014/ Amennyiben a fenti linkek ?tn?z?se ut?n ugy v?li, hogy nem fog tudni boldogulni az ?ruh?zzal, arra k?rem hogy nem ig?nyelje az ?ruh?zat. mert a sok megrendel?s miatt nincs m?dom sajnos a betanit?sban, a webshop kiismer?s?ben seg?dkezni. Ezek az ?ruh?zak azoknak val?k akik alapszint? angol nyelvismerettel rendelkeznek Referenciak?nt, azt javaslom n?zze meg ezeket az ?ruh?zaimat m?k?d?s k?zben: http://www.littlecandlelight.net/ http://www.e-cigarettestore.biz/ K?sz?n?m hogy v?gigolvasta a levelet, Istv?n Leiratkoz?s ( http://pelda-webaruhaz.info/index.php?subid=105008&option=com_acymailing&ctrl=user&task=out&mailid=12&key=473b1447615e80ba7263d5d9c6d93896 ) Ut?irat: Ha esetleg ?rdekli a magyar nyelv? web?ruh?zakb?l valamelyik, k?rem ?nt hogy jelezze, hogy a 18 ezres vagy a 36 ezres web?ruh?zb?l k?r GYAKORL?FEL?LETET ?S HASZN?LATI UTAS?T?ST. Ha az angol nyelv? ?rdekli, szint?n k?rni szeretn?m hogy jelezze, a 38 ezreshez vagy a 48 ezreshez k?r KEZEL?SI UTMUTAT?T. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tina78 at t-online.de Tue Mar 17 07:37:13 2015 From: tina78 at t-online.de (=?utf-8?b?UOKArlB5YeKArGFs?=) Date: Tue, 17 Mar 2015 09:37:13 +0200 Subject: =?utf-8?b?VW5n0LV3w7ZobmzRlmNoIEFrdNGWdtGWdMOkdNC1biDRlm4gSWhy0LVtIEs=?= =?utf-8?b?zr9udM6/?= Message-ID: <20150317073713.7628.98059@XJeK3D4yR8VIt.com> An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sat Mar 21 17:42:08 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 21 Mar 2015 17:42:08 +0000 Subject: Processed: forcibly merging 778477 778476 References: <1426959567-1123-bts-jamessan@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forcemerge 778477 778476 Bug #778477 [vim-common] vim-common: vim.svg has non-square bounding box, appears distorted in GNOME Shell Bug #778476 [vim-common] SVG icon created from PDF file contains a lot of blank space Severity set to 'normal' from 'minor' Bug #778477 [vim-common] vim-common: vim.svg has non-square bounding box, appears distorted in GNOME Shell Added tag(s) patch. Merged 778476 778477 > thanks Stopping processing here. Please contact me if you need assistance. -- 778476: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778476 778477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778477 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun Mar 22 00:43:22 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 22 Mar 2015 00:43:22 +0000 Subject: Processing of vim_7.4.488-6_amd64.changes Message-ID: vim_7.4.488-6_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: vim_7.4.488-6.dsc vim_7.4.488-6.debian.tar.xz vim-athena_7.4.488-6_amd64.deb vim-gtk_7.4.488-6_amd64.deb vim-gnome_7.4.488-6_amd64.deb vim-tiny_7.4.488-6_amd64.deb vim-nox_7.4.488-6_amd64.deb vim-gui-common_7.4.488-6_all.deb vim-runtime_7.4.488-6_all.deb vim-doc_7.4.488-6_all.deb vim-lesstif_7.4.488-6_all.deb vim-common_7.4.488-6_amd64.deb vim_7.4.488-6_amd64.deb vim-dbg_7.4.488-6_amd64.deb Greetings, Your Debian queue daemon (running on host coccia.debian.org) From ftpmaster at ftp-master.debian.org Sun Mar 22 00:46:41 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 22 Mar 2015 00:46:41 +0000 Subject: Processing of vim_7.4.488-6_amd64.changes Message-ID: vim_7.4.488-6_amd64.changes uploaded successfully to localhost along with the files: vim_7.4.488-6.dsc vim_7.4.488-6.debian.tar.xz vim-athena_7.4.488-6_amd64.deb vim-gtk_7.4.488-6_amd64.deb vim-gnome_7.4.488-6_amd64.deb vim-tiny_7.4.488-6_amd64.deb vim-nox_7.4.488-6_amd64.deb vim-gui-common_7.4.488-6_all.deb vim-runtime_7.4.488-6_all.deb vim-doc_7.4.488-6_all.deb vim-lesstif_7.4.488-6_all.deb vim-common_7.4.488-6_amd64.deb vim_7.4.488-6_amd64.deb vim-dbg_7.4.488-6_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From owner at bugs.debian.org Sun Mar 22 00:54:10 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 22 Mar 2015 00:54:10 +0000 Subject: Bug#778477: marked as done (vim-common: vim.svg has non-square bounding box, appears distorted in GNOME Shell) References: <20150215154725.GA5849@perpetual.pseudorandom.co.uk> Message-ID: Your message dated Sun, 22 Mar 2015 00:50:07 +0000 with message-id and subject line Bug#778477: fixed in vim 2:7.4.488-6 has caused the Debian Bug report #778477, regarding vim-common: vim.svg has non-square bounding box, appears distorted in GNOME Shell to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 778477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778477 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Simon McVittie Subject: vim-common: vim.svg has non-square bounding box, appears distorted in GNOME Shell Date: Sun, 15 Feb 2015 15:47:31 +0000 Size: 3491 URL: -------------- next part -------------- An embedded message was scrubbed... From: James McCoy Subject: Bug#778477: fixed in vim 2:7.4.488-6 Date: Sun, 22 Mar 2015 00:50:07 +0000 Size: 9110 URL: From owner at bugs.debian.org Sun Mar 22 00:54:11 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 22 Mar 2015 00:54:11 +0000 Subject: Bug#778476: marked as done (SVG icon created from PDF file contains a lot of blank space) References: <54E0BE42.5070209@gmail.com> Message-ID: Your message dated Sun, 22 Mar 2015 00:50:07 +0000 with message-id and subject line Bug#778477: fixed in vim 2:7.4.488-6 has caused the Debian Bug report #778477, regarding SVG icon created from PDF file contains a lot of blank space to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 778477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778477 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?UTF-8?B?UmFwaGHDq2wgSGFsaW1p?= Subject: SVG icon created from PDF file contains a lot of blank space Date: Sun, 15 Feb 2015 16:41:54 +0100 Size: 30064 URL: -------------- next part -------------- An embedded message was scrubbed... From: James McCoy Subject: Bug#778477: fixed in vim 2:7.4.488-6 Date: Sun, 22 Mar 2015 00:50:07 +0000 Size: 9110 URL: From ftpmaster at ftp-master.debian.org Sun Mar 22 00:50:07 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 22 Mar 2015 00:50:07 +0000 Subject: vim_7.4.488-6_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 21 Mar 2015 14:24:01 -0400 Source: vim Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg vim-gtk vim-nox vim-athena vim-lesstif vim-gnome Architecture: source amd64 all Version: 2:7.4.488-6 Distribution: unstable Urgency: medium Maintainer: Debian Vim Maintainers Changed-By: James McCoy Description: vim - Vi IMproved - enhanced vi editor vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI vim-common - Vi IMproved - Common files vim-dbg - Vi IMproved - enhanced vi editor (debugging symbols) vim-doc - Vi IMproved - HTML documentation vim-gnome - Vi IMproved - enhanced vi editor - with GNOME2 GUI vim-gtk - Vi IMproved - enhanced vi editor - with GTK2 GUI vim-gui-common - Vi IMproved - Common GUI files vim-lesstif - Vi IMproved - enhanced vi editor (transitional package) vim-nox - Vi IMproved - enhanced vi editor - with scripting languages suppo vim-runtime - Vi IMproved - Runtime files vim-tiny - Vi IMproved - enhanced vi editor - compact version Closes: 778477 Changes: vim (2:7.4.488-6) unstable; urgency=medium . * Build vim logo from the eps instead of pdf so the svg has the correct bounding box. Thanks to Simon McVittie for the idea! (Closes: #778477) * syntax/debchangelog.vim: + Recognize jessie, jessie-backports, and sid targets + Recognize binary-only=yes key value in debchangelogHeader Checksums-Sha1: 208a9ce978f3c9bea2e7680856fb0346902c0083 2953 vim_7.4.488-6.dsc 99da366bbc3456d1c12b427cc3aa594227c5af3c 149004 vim_7.4.488-6.debian.tar.xz aafed640a4e854b52977f840aed18e3f2f5af922 1158278 vim-athena_7.4.488-6_amd64.deb 9f3ffb14d6dacbd23ce5d813ab107cdb469e17ec 1165418 vim-gtk_7.4.488-6_amd64.deb fee6960dce82f2c021bef91844811d882c062582 1166888 vim-gnome_7.4.488-6_amd64.deb f2ab0df767253cdbbe774d9e21ec318dd1a67409 418154 vim-tiny_7.4.488-6_amd64.deb 5ffd1be47737a8cab3608005eade6ebdfe20afb0 1049050 vim-nox_7.4.488-6_amd64.deb 8779cb8e0b98f5c508439cb106cb8a4f51423edc 149348 vim-gui-common_7.4.488-6_all.deb 226230d887f366e53738c5254f74ddd5c205a1e0 5047656 vim-runtime_7.4.488-6_all.deb 3a8e08df741bd5dfbfed068a3584d52cbc0844bc 1761016 vim-doc_7.4.488-6_all.deb 36b8390395263863a9b51712f83368eba847f087 90202 vim-lesstif_7.4.488-6_all.deb 211f86b7115ae10314ed6ee4fc494b2a76e382c0 184300 vim-common_7.4.488-6_amd64.deb b9811d8abc80bc09168ea268987e993fc02bb2bc 952554 vim_7.4.488-6_amd64.deb 6ff14f9e9e6bda5665f85c935789da6a01f20d07 6827786 vim-dbg_7.4.488-6_amd64.deb Checksums-Sha256: 18eb33c1c5a8b5efd06cf8b0df60a1b50715df66b98e38c32028f3991ca695ec 2953 vim_7.4.488-6.dsc 9cb3d09c7181641681ede4b730e89407af6da36379dc387c285c627ca2379977 149004 vim_7.4.488-6.debian.tar.xz 8ef57c48f2d54a993cc29ae65d5c2ad288cb28a01e7af07f42e50817d92a5453 1158278 vim-athena_7.4.488-6_amd64.deb 70ff30f4eee1634fb991cf72dcec6bfaeeb680240974628bbeb0d146a341b5aa 1165418 vim-gtk_7.4.488-6_amd64.deb 9819aa793aaba6ecb9a919cbeeea159732abf146127ad830d852123ccf78c820 1166888 vim-gnome_7.4.488-6_amd64.deb 4818f51e744019bf1ae875b94273e0984e9ae787b6829f0d8ebcf8e4d35544ef 418154 vim-tiny_7.4.488-6_amd64.deb b9754c7d1f117859b1003c4c9ad25356e7f792632a7de3f19faeb6940c72baf6 1049050 vim-nox_7.4.488-6_amd64.deb 6942dfd826951b23d872d401928246e1518d65f7bb897cc9e9c7f80a9de5b347 149348 vim-gui-common_7.4.488-6_all.deb bfcefcfc6e745f744982c237d293f66f7e1684ed19b05ddc8f34415a64af7193 5047656 vim-runtime_7.4.488-6_all.deb bbdca215f61e9dd201c60bb4f5e6609ff9eb960d25671d7345d9cb220b241503 1761016 vim-doc_7.4.488-6_all.deb 6e9ca516e794bb853dfd065877a5e1571f191859daf5e714d394239be7b8b429 90202 vim-lesstif_7.4.488-6_all.deb 62c95cd7be47330bbd746841ca14126822a3a8724daa95f5419a91da244807d9 184300 vim-common_7.4.488-6_amd64.deb ba618c5bd39ed5f16063dfb6ee1081e05e1494c780387e91b675dbbc632ddafc 952554 vim_7.4.488-6_amd64.deb d5f41cdf20b5f95b8765105b3849df57d1e01589c5c4f7018bd8fd71bfea8596 6827786 vim-dbg_7.4.488-6_amd64.deb Files: 83f5c15aec6878281f451e54ddded46d 2953 editors optional vim_7.4.488-6.dsc 1cb63920f5f567bec28cfbca8001e867 149004 editors optional vim_7.4.488-6.debian.tar.xz 8158a5ed079efa8f6e5b7ba9cef521bc 1158278 editors extra vim-athena_7.4.488-6_amd64.deb 31b5841eb6f96dceb09fbff0466205bb 1165418 editors extra vim-gtk_7.4.488-6_amd64.deb 4e3744d1b070232e1c7a6606c56dcf88 1166888 editors extra vim-gnome_7.4.488-6_amd64.deb b3d5a55d9aff08f52bcae15a25d39b99 418154 editors important vim-tiny_7.4.488-6_amd64.deb 6b641e075b10b4728d98f0c12d54e619 1049050 editors extra vim-nox_7.4.488-6_amd64.deb 4714cad87f90f5d6f26dcdf66b2cb9fa 149348 editors optional vim-gui-common_7.4.488-6_all.deb ec5307fadf001dcfdcc106543a45c804 5047656 editors optional vim-runtime_7.4.488-6_all.deb 10d0c88cba15dc4e3e1694a5c63a57da 1761016 doc optional vim-doc_7.4.488-6_all.deb 68140d3cae009a82648af81a82c95cca 90202 oldlibs extra vim-lesstif_7.4.488-6_all.deb e51588e2cb7b6694392d8e9f94f55237 184300 editors important vim-common_7.4.488-6_amd64.deb 297fcb43505b4fa51a4a0cc603c8b08a 952554 editors optional vim_7.4.488-6_amd64.deb 39c431b82be8ac3becc1530ee1ae13cc 6827786 debug extra vim-dbg_7.4.488-6_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVDg8mXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6Pb+ikP/2AvmrUET5iHJDzdwpogpDNT re6ZvP1kzUoz+ZK86+S1WkNRLxO8zM8sFVZlpjFvpUNBmdZXkKuGNYijNpiclzj9 Bv+azWsr67ymDajROZrGcbezqpOaohZNLlDouP1amHx4PQhnxToqz9v3BwirXnYn ZDNHW7hV2/IDvbczL/iD0oxWoXTvvRziLhI8vaj7/WvcOBjSBIhXV4opk86m03NJ elZvLvIoXU9r25yUBi5IZE6ohVU9BEdn4ceMkZbqSDGJvOooP2fKQCXDYJ8cDE++ eNKFufYHjtfPucAJuUE3q27Sc8Y9sSplT5j58DUMyrCWgOWb2GVurz8z9hhcrQUq /lsJwyOvRhZwjjDWhz9/9G6JkybnlZdgn2+CdsiN7okJe+EjhefX2tG1jT3JyjqH 5ld7DuypX1l1wv6lS81ZyGYTl3SpqbZuBoU0qlyKdS0E4vCPaGmJE/BsyKFPik7x 1P2qajPJjFWmeYhMxbN8Q4qHOMkdCGRyyPAmq1Yn3iBkqkHjT/l3VoqgZHeG8jrl 2WllmVAxoSByQBRP8a9k04i02eHlnMx0smHarRt+reLF7TWrgzEAGfvBWUpP4O54 ZnP37CmkTC3dMpBQsb1QsAOm15icAI2kvQyhqZ8iRUjUppdGB0Q7fyeUDCxtW9G0 0k7KssSW97+C4esz32oU =dvzv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From nomeata at debian.org Mon Mar 23 09:10:34 2015 From: nomeata at debian.org (Joachim Breitner) Date: Mon, 23 Mar 2015 10:10:34 +0100 Subject: Bug#774492: [vim] "c{motion}" temporary cancels 'linebreak' option for current line In-Reply-To: <03e1530db648715007f509f45a1a9fd6@www.linetics.de> References: <03e1530db648715007f509f45a1a9fd6@www.linetics.de> Message-ID: <1427101834.1647.1.camel@debian.org> Hi, On Fri, 23 Jan 2015 10:30:59 +0100 Christian Brabandt wrote: > Note, this bug has been fixed upstream with 7.4.576 > (the commit message mentions relativenumber setting, but the patch > actually has nothing to do with it.) great! I keep rebuilding vim with every upload to add this patch. Any chance to get this included, soon, and targeted for the next release (or at least the subsequent point release). It is a significant show-stopper when editing large bodies of natural text with vim, at least for me. Greetings, Joachim -- Joachim "nomeata" Breitner Debian Developer nomeata at debian.org | ICQ# 74513189 | GPG-Keyid: F0FBF51F JID: nomeata at joachim-breitner.de | http://people.debian.org/~nomeata -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: From owner at bugs.debian.org Mon Mar 23 09:27:09 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 23 Mar 2015 09:27:09 +0000 Subject: Processed: found 774492 in vim/2:7.4.488-6 References: <1427101616-1977-bts-nomeata@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > found 774492 vim/2:7.4.488-6 Bug #774492 [vim] [vim] "c{motion}" temporary cancels 'linebreak' option for current line Marked as found in versions vim/2:7.4.488-6. > thanks Stopping processing here. Please contact me if you need assistance. -- 774492: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774492 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From daniel.baumann at progress-technologies.net Mon Mar 23 14:54:56 2015 From: daniel.baumann at progress-technologies.net (Daniel Baumann) Date: Mon, 23 Mar 2015 15:54:56 +0100 Subject: Bug#781031: FTBFS if autoconf2.13 is installed Message-ID: <55102940.7060308@progress-technologies.net> Package: vim Version: 2:7.4.488-6 Severity: minor Hi, vim fails to build from source if autoconf2.13 is installed. Regards, Daniel From cb at 256bit.org Mon Mar 23 20:11:25 2015 From: cb at 256bit.org (Christian Brabandt) Date: Mon, 23 Mar 2015 21:11:25 +0100 Subject: Bug#774492: [vim] "c{motion}" temporary cancels 'linebreak' option for current line In-Reply-To: <1427101834.1647.1.camel@debian.org> References: <03e1530db648715007f509f45a1a9fd6@www.linetics.de> <1427101834.1647.1.camel@debian.org> Message-ID: <20150323201125.GD4357@256bit.org> Hallo Joachim! Joachim Breitner schrieb am Montag, den 23. M?rz 2015: > Hi, > > On Fri, 23 Jan 2015 10:30:59 +0100 Christian Brabandt wrote: > > Note, this bug has been fixed upstream with 7.4.576 > > (the commit message mentions relativenumber setting, but the patch > > actually has nothing to do with it.) > > great! > > I keep rebuilding vim with every upload to add this patch. Any chance to > get this included, soon, and targeted for the next release (or at least > the subsequent point release). > > It is a significant show-stopper when editing large bodies of natural > text with vim, at least for me. Couldn't we include that one as a backport (e.g. include it in the debian/patches directory)? Best, Christian -- Auch der Dumme hat manchmal einen gescheiten Gedanken. Er merkt es nur nicht. -- Danny Kaye (eig. Daniel David Sominski) From info at webaruhaz-pelda.info Tue Mar 24 09:33:51 2015 From: info at webaruhaz-pelda.info (info at webaruhaz-pelda.info) Date: Tue, 24 Mar 2015 05:33:51 -0400 Subject: =?utf-8?Q?Saj=C3=A1t_tulajdon=C3=A1ban_l=C3=A9v=C5=91_web=C3=A1ruh=C3=A1z?= =?utf-8?Q?_18_ezer=C3=A9rt?= Message-ID: Tisztelettel ?dv?zl?m, Web?ruh?zak k?sz?t?s?vel foglalkoz? egy?ni v?llalkoz? vagyok, t?bb fajta web?ruh?zat aj?nlhatok ?nnek amennyiben ?rdekli, 36 ezer nett? ?s 18 ezer nett??rt, ami egyszeri ?s v?gleges k?lts?g. A Joomla 2.5 v?ltozat?, 36 ezerbe ker?l? ?ruh?z tud t?bbet: bankk?rty?s kifizet?s, keres? optimaliz?l?s, mobiltelefonos kezel?s, stb. Ugyanilyen a 18 ezerbe ker?l? is, de bankk?rtya ?s mobiltelefonos megjelen?t?s n?lk?l. Mindk?t ?ruh?z eset?ben h?rom havi R?SZLETFIZET?SRE is lehet?s?g van. 1. MAGYAR NYELV? WEB?RUH?ZAK Mind a 18 ezres, mind a 36 ezres magyar nyelv? web?ruh?zakra 2 ?ves GARANCIALEVELET ?s SZ?ML?T adok a megrendel?knek. Az ?ruh?z kezel?se sz?vegszerkeszt?h?z hasonl?t, felt?lthet k?peket, be?llithat egyedi k?ls?t hozz?. A web?ruh?z saj?t tulajdon?ba ker?l ?s saj?t t?rhely?n is haszn?lhatja. A d?nt?s megk?nnyit?s?re gyakorl?fel?letet is szoktam az ?rdekl?d?d?knek dijmentesen ?tadni, igy a kezel?ssel a d?nt?s el?tt meg lehet ismerkedni, az olcs?bb ?ruh?zn?l is, a dr?g?bbn?l is. Amennyiben ?rdekli valamelyik ?nt, arra k?rem, hogy n?h?ny sz?val jelezzen vissza. Sajnos nincs id?m most m?sf?le megrendel?sre, tisztelettel k?rem ?nt ez?rt, hogy m?s tipus ig?ny?vel most ink?bb m?shoz forduljon. A 18 ezres ?ruh?zak igy n?znek ki: http://www.webshop-minta.hu/webshopminta2/ http://www.webshop-minta.hu/webshopminta3/ A 36 ezres ?ruh?zak igy n?znek ki: http://www.webshop-minta.hu/prowebshop2/ http://www.webshop-minta.hu/prowebshop1/ Szint?n k?rni szeretn?m, hogyha amennyiben nem ?ll m?dj?ban d?nteni 1 h?t alatt, akkor ne v?laszoljon erre az email-re - ez ugyanis egy 1 hetes akci?hoz k?t?tt ?r, az akci? miatt adom olcs?n ugyanazt, ami a piacon jelenleg 100 ezret meghalad? ?ron fut. Nem kifizetni kell persze 1 h?ten bel?l, hanem csup?n "kell vagy nem kell" d?nt?st hozni a gyakorl?fel?let alapj?n. 2. ANGOL NYELV? WEB?RUH?ZAK Angol nyelven, angol-amerikai v?s?rl?k el?r?se ?rdek?ben is kin?lok jelenleg web?ruh?zakat. T?m?r?tett form?ban adom ?t, mert sikeresnek bizonyult vev?k?r?mben, hogy nagyon olcs?n, t?m?ritve ?tk?ld?m a kiv?lasztott web?ruh?zat, a vev? pedig vagy saj?t maga vagy pedig a t?rhelyszolg?ltat?ja r?v?n helyezi fel a t?rhely?re. A piacon 200 ezer f?l?tt ?rusitott web?ruh?zak v?ltak igy 38 ezer?rt megvehet?v?. A Joomla 2.5 v?ltozat? web?ruh?zba sok mindent bele?p?tettem: bankk?rty?s kifizet?s, keres? optimaliz?l?s, mobiltelefonos kezel?s, export-import, Google keres?optimaliz?s, stb. Ezekhez az angol-amerikai v?s?rl?k el?r?s?re haszn?lt web?ruh?zakhoz is Haszn?lati Utas?t?st, Garancialevelet ?s Sz?ml?t adok minden megrendel?nek. Az ?ruh?z kezel?se sz?vegszerkeszt?h?z hasonl?t, felt?lthet k?peket, be?llithat egyedi k?ls?t hozz?, alapfok? angol nyelvtud?s azonban sz?ks?ges ehhez. A web?ruh?z nem b?rlem?ny, a saj?t tulajdon?ba ker?l. A folyamat nem bonyolult, Mammutmail-el ?tk?ld?m ?nnek a t?m?r?tett web?ruh?zat, amit ?n kicsomagolhat vagy kicsomagol?s n?lk?l egyb?l tov?bbithat a t?rhelyszolg?tat?j?hoz a t?rhely?re val? feltelepitesre - vagy amennyiben j?rtas ebben, saj?t maga is felteheti a t?rhely?re. Tisztelettel k?rem, hogy tudjon r?la azonban, hogy t?rhely?nek alkalmasnak kell lennie bankk?rty?s-mobiltelefonos Joomla 2.5 web?ruh?z m?k?dtet?s?re. A 38 ezres web?ruh?zak igy n?znek ki kicsomagol?s ut?n a t?rhely?n: http://www.webshop-minta.hu/minta-1-2014/ http://www.webshop-minta.hu/minta-2-2014/ http://www.webshop-minta.hu/minta-3-2014/ http://www.webshop-minta.hu/minta-4-2014/ 48 ezer forintos ?ron megv?s?rolhat? egy enn?l fejlettebb tipus, ami m?r t?meges ?rucikk-kezel?st (nagyker), valamint az egyes ?ruk jellemz?i, param?terei szerinti keres?st is tud, ezek kicsomagol?s ut?n igy n?znek ki a t?rhely?n: http://www.webshop-minta.hu/minta-fejlett-1-2014/ http://www.webshop-minta.hu/minta-fejlett-2-2014/ http://www.webshop-minta.hu/minta-fejlett-3-2014/ http://www.webshop-minta.hu/minta-fejlett-4-2014/ Amennyiben a fenti linkek ?tn?z?se ut?n ugy v?li, hogy nem fog tudni boldogulni az ?ruh?zzal, arra k?rem hogy nem ig?nyelje az ?ruh?zat. mert a sok megrendel?s miatt nincs m?dom sajnos a betanit?sban, a webshop kiismer?s?ben seg?dkezni. Ezek az ?ruh?zak azoknak val?k akik alapszint? angol nyelvismerettel rendelkeznek Referenciak?nt, azt javaslom n?zze meg ezeket az ?ruh?zaimat m?k?d?s k?zben: http://www.littlecandlelight.net/ http://www.e-cigarettestore.biz/ K?sz?n?m hogy v?gigolvasta a levelet, Istv?n Leiratkoz?s ( http://webaruhaz-pelda.info/index.php?subid=1278320&option=com_acymailing&ctrl=user&task=out&mailid=13&key=a08593c90fe96bf13cf67ca809eb4b0b ) Ut?irat: Ha esetleg ?rdekli a magyar nyelv? web?ruh?zakb?l valamelyik, k?rem ?nt hogy jelezze, hogy a 18 ezres vagy a 36 ezres web?ruh?zb?l k?r GYAKORL?FEL?LETET ?S HASZN?LATI UTAS?T?ST. Ha az angol nyelv? ?rdekli, szint?n k?rni szeretn?m hogy jelezze, a 38 ezreshez vagy a 48 ezreshez k?r KEZEL?SI UTMUTAT?T. -------------- next part -------------- An HTML attachment was scrubbed... URL: From cb at 256bit.org Tue Mar 24 18:07:42 2015 From: cb at 256bit.org (Christian Brabandt) Date: Tue, 24 Mar 2015 19:07:42 +0100 Subject: Bug#777567: vim-gtk: Regions of text fail to redraw in gvim Message-ID: <20150324180742.GI4357@256bit.org> Hi, this looks like upstream issue 91 (https://code.google.com/p/vim/issues/detail?id=91) My current guess is, that this is caused by the gtk library (so perhaps this should be assigned to libgtk2.0-dev). Best, Christian -- Der niedrige Mensch hat die Verachtung erfunden, da seine Wahrheit die anderen ausschlie?t. -- Antoine de Saint-Exup?ry From jamessan at debian.org Wed Mar 25 02:21:33 2015 From: jamessan at debian.org (James McCoy) Date: Tue, 24 Mar 2015 22:21:33 -0400 Subject: Bug#777567: vim-gtk: Regions of text fail to redraw in gvim In-Reply-To: <20150324180742.GI4357@256bit.org> References: <20150324180742.GI4357@256bit.org> Message-ID: <20150325022133.GA16274@freya.jamessan.com> Control: reassign -1 xorg-xserver On Tue, Mar 24, 2015 at 07:07:42PM +0100, Christian Brabandt wrote: > Hi, > this looks like upstream issue 91 > (https://code.google.com/p/vim/issues/detail?id=91) My current guess is, > that this is caused by the gtk library (so perhaps this should be > assigned to libgtk2.0-dev). The last time we saw something like this was #666468 in X. I'll start it over there and see what happens. Vim's GTK code hasn't changed in any significant way in a long time. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 949 bytes Desc: Digital signature URL: From owner at bugs.debian.org Wed Mar 25 02:24:07 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 25 Mar 2015 02:24:07 +0000 Subject: Processed: Re: Bug#777567: vim-gtk: Regions of text fail to redraw in gvim References: <20150325022133.GA16274@freya.jamessan.com> Message-ID: Processing control commands: > reassign -1 xorg-xserver Bug #777567 [vim-gtk] vim-gtk: Regions of text fail to redraw in gvim Bug reassigned from package 'vim-gtk' to 'xorg-xserver'. Warning: Unknown package 'xorg-xserver' Warning: Unknown package 'xorg-xserver' No longer marked as found in versions vim/2:7.4.488-4. Warning: Unknown package 'xorg-xserver' Warning: Unknown package 'xorg-xserver' Ignoring request to alter fixed versions of bug #777567 to the same values previously set Warning: Unknown package 'xorg-xserver' -- 777567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777567 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From hello83 at hickey.pw Wed Mar 25 20:40:36 2015 From: hello83 at hickey.pw (Ingram) Date: Thu, 26 Mar 2015 04:40:36 +0800 Subject: RayBan Eyeglasses -79% Off All Sales. 4:40:46 Message-ID: An HTML attachment was scrubbed... URL: From noreply at release.debian.org Fri Mar 27 16:39:22 2015 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 27 Mar 2015 16:39:22 +0000 Subject: vim 2:7.4.488-6 MIGRATED to testing Message-ID: FYI: The status of the vim source package in Debian's testing distribution has changed. Previous version: 2:7.4.488-4 Current version: 2:7.4.488-6 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From psdifje at tqowfl.com Mon Mar 30 22:06:55 2015 From: psdifje at tqowfl.com (=?UTF-8?B?6IGa5YiS566X?=) Date: Mon, 30 Mar 2015 22:06:55 -0000 Subject: =?UTF-8?B?5paw6aOO5bCa6L+U5Zy654uC5qyi57ut77yM5YWo5Zy6MeaKmOi1tyhBRCk=?= Message-ID: <1512507216.3158.1427753211848.JavaMail.psdifje@tqowfl.com> ??:???????????1??(AD) ___________________________________________ ????HTML???????????HTML??????????? ___________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From cuen at vi.net Tue Mar 31 07:32:06 2015 From: cuen at vi.net (=?utf-8?B?5Zu95riF552/?=) Date: Tue, 31 Mar 2015 15:32:06 +0800 Subject: =?utf-8?B?5Zu95oC777ya566h55CG5piv5LuA5LmI?= Message-ID: <20150331153218483567@vi.net> ????? ????????? ????????? 15:32:13 2015/3/31 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????.doc Type: application/msword Size: 226816 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Tue Mar 31 23:45:40 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 31 Mar 2015 23:45:40 +0000 Subject: Processing of vim_7.4.488-7_amd64.changes Message-ID: vim_7.4.488-7_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: vim_7.4.488-7.dsc vim_7.4.488-7.debian.tar.xz vim-athena_7.4.488-7_amd64.deb vim-gtk_7.4.488-7_amd64.deb vim-gnome_7.4.488-7_amd64.deb vim-tiny_7.4.488-7_amd64.deb vim-nox_7.4.488-7_amd64.deb vim-gui-common_7.4.488-7_all.deb vim-runtime_7.4.488-7_all.deb vim-doc_7.4.488-7_all.deb vim-lesstif_7.4.488-7_all.deb vim-common_7.4.488-7_amd64.deb vim_7.4.488-7_amd64.deb vim-dbg_7.4.488-7_amd64.deb Greetings, Your Debian queue daemon (running on host coccia.debian.org) From ftpmaster at ftp-master.debian.org Tue Mar 31 23:46:05 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 31 Mar 2015 23:46:05 +0000 Subject: Processing of vim_7.4.488-7_amd64.changes Message-ID: vim_7.4.488-7_amd64.changes uploaded successfully to localhost along with the files: vim_7.4.488-7.dsc vim_7.4.488-7.debian.tar.xz vim-athena_7.4.488-7_amd64.deb vim-gtk_7.4.488-7_amd64.deb vim-gnome_7.4.488-7_amd64.deb vim-tiny_7.4.488-7_amd64.deb vim-nox_7.4.488-7_amd64.deb vim-gui-common_7.4.488-7_all.deb vim-runtime_7.4.488-7_all.deb vim-doc_7.4.488-7_all.deb vim-lesstif_7.4.488-7_all.deb vim-common_7.4.488-7_amd64.deb vim_7.4.488-7_amd64.deb vim-dbg_7.4.488-7_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Tue Mar 31 23:48:51 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 31 Mar 2015 23:48:51 +0000 Subject: vim_7.4.488-7_amd64.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 31 Mar 2015 19:30:17 -0400 Source: vim Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg vim-gtk vim-nox vim-athena vim-lesstif vim-gnome Architecture: source amd64 all Version: 2:7.4.488-7 Distribution: unstable Urgency: medium Maintainer: Debian Vim Maintainers Changed-By: James McCoy Description: vim - Vi IMproved - enhanced vi editor vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI vim-common - Vi IMproved - Common files vim-dbg - Vi IMproved - enhanced vi editor (debugging symbols) vim-doc - Vi IMproved - HTML documentation vim-gnome - Vi IMproved - enhanced vi editor - with GNOME2 GUI vim-gtk - Vi IMproved - enhanced vi editor - with GTK2 GUI vim-gui-common - Vi IMproved - Common GUI files vim-lesstif - Vi IMproved - enhanced vi editor (transitional package) vim-nox - Vi IMproved - enhanced vi editor - with scripting languages suppo vim-runtime - Vi IMproved - Runtime files vim-tiny - Vi IMproved - enhanced vi editor - compact version Closes: 768467 774492 Changes: vim (2:7.4.488-7) unstable; urgency=medium . * Backport patch 7.4.576 to fix jarring toggling of 'linebreak' option when using the c command to change the buffer. (Closes: #774492) * Backport upstream fix for call to unknown function in NetRW plugin. (Closes: #768467) Checksums-Sha1: e2010bdb97fd313937f86485e6393167c32c7984 2953 vim_7.4.488-7.dsc 8fa0df4db3cd41d3afec7c5df5e866cc466f215f 150304 vim_7.4.488-7.debian.tar.xz 17a9464044b1b547ab9bf91a55dd2bd8844b2cc5 1158518 vim-athena_7.4.488-7_amd64.deb 0be0af0c0f5b36010f9fa962a155e2c9e00aefa4 1165488 vim-gtk_7.4.488-7_amd64.deb 9c3469ce4e440941016b54e4747169bd011152ed 1167786 vim-gnome_7.4.488-7_amd64.deb d53e95c1cb0ddf8467de797f95ed456295846511 417906 vim-tiny_7.4.488-7_amd64.deb 1c7177ad30530d2dfcc44d3cee63c81ebd057e13 1049260 vim-nox_7.4.488-7_amd64.deb 513dec76640ebe1cc4e4192bd780ac6a2a4ae2a7 149438 vim-gui-common_7.4.488-7_all.deb 06eef438a0ae0bbccdbaf46d84090786019eb76b 5047422 vim-runtime_7.4.488-7_all.deb c5df6d29962f928c5eddc25c9f8003c79c0d6852 1760692 vim-doc_7.4.488-7_all.deb 9a9fbc38b0e606bdabe231dabb2e9af96e91de8b 90294 vim-lesstif_7.4.488-7_all.deb b9add31decc88ad52bf4b7e97d91c983712d0c2d 184390 vim-common_7.4.488-7_amd64.deb b65076deb6c6b97d7e686deeba9e1859412af4ee 952572 vim_7.4.488-7_amd64.deb 3e6d3f948e96d371963c1b5de1daf8fe7da428c7 6831046 vim-dbg_7.4.488-7_amd64.deb Checksums-Sha256: 59bc9fcabfa11a77bee91ff45b2afc84498041f46b71f0c4639043427935237b 2953 vim_7.4.488-7.dsc 08c6af5cb4b2e57b571a718bc7ccf2b43e24e5c4b7bf683e47fb9d15035d274b 150304 vim_7.4.488-7.debian.tar.xz c056bcacfb349f4c9ffd0b0723431ae34ed7255a60f9822bcc6ce731c6fda37a 1158518 vim-athena_7.4.488-7_amd64.deb d694535678f4c2d631792d20e381eaa6c0b1237f957d229e62d7a2914c1937d1 1165488 vim-gtk_7.4.488-7_amd64.deb 215b1366b8291d76de34c0587129b19556235cc2738aead37b6b75d8b35b2b2a 1167786 vim-gnome_7.4.488-7_amd64.deb 5841a99daa359be7c662a71311b4c1654c6a68fa64a674995aa4881bfdbedbdc 417906 vim-tiny_7.4.488-7_amd64.deb d1662acfc16a7b9514145a3098ce9990917224a3123ec814a8c63436d9397305 1049260 vim-nox_7.4.488-7_amd64.deb 2d3a6737a37042f3d7b72ea1ccc8430bbb0801af4cd80e3cbd43f6f8f009d8c3 149438 vim-gui-common_7.4.488-7_all.deb f8944f0e2fd652ad81ac8d766b7b657c2dfb93799639389563bcaedb3891dcd6 5047422 vim-runtime_7.4.488-7_all.deb d95e7c70b738ffdb58ec1f2207c113423bd4063a7e3a94a0f23909de7e147d06 1760692 vim-doc_7.4.488-7_all.deb 9c24d4db9ea6bc1846db4d3cf1872fa6f49c43f44b4fc87ff340e509b54f4575 90294 vim-lesstif_7.4.488-7_all.deb 0e5782579c31673fea788d442c17747e475b99ad5ee0090847b883d0a0dbc470 184390 vim-common_7.4.488-7_amd64.deb 790f9760b098c444ce42393a11ff463210e8488b1d775240a5c1a564bd569388 952572 vim_7.4.488-7_amd64.deb 292b059b23b6077c875feea0532dab1dfe5cebeb99ce3023ee94e2ca09e4bc0d 6831046 vim-dbg_7.4.488-7_amd64.deb Files: fb2187ffcac3964501307c90a96057cf 2953 editors optional vim_7.4.488-7.dsc 5f65403f7020a239565682939cf986d4 150304 editors optional vim_7.4.488-7.debian.tar.xz 609aa298b8f9b898add865bf2a490b5b 1158518 editors extra vim-athena_7.4.488-7_amd64.deb 0a7007f68c10f8cbf8658727fdbc5f5a 1165488 editors extra vim-gtk_7.4.488-7_amd64.deb 9066d9d9ad29f876c286375ead3ccca2 1167786 editors extra vim-gnome_7.4.488-7_amd64.deb 1ac6598d7a24f586932489ceb76305bc 417906 editors important vim-tiny_7.4.488-7_amd64.deb 14d910f9e3d3b582e1e44053fb5432d8 1049260 editors extra vim-nox_7.4.488-7_amd64.deb 0d84f079620a32c30a570b5c15a353da 149438 editors optional vim-gui-common_7.4.488-7_all.deb 5cbc9ff5cff9936e6b3392205719bb2b 5047422 editors optional vim-runtime_7.4.488-7_all.deb 186d7026d3492faf7124d334cad820f9 1760692 doc optional vim-doc_7.4.488-7_all.deb 1ae292a9eea96a7aec73a797b42c101f 90294 oldlibs extra vim-lesstif_7.4.488-7_all.deb 3ce10ac64802f82cd4c3532f6fee0b7b 184390 editors important vim-common_7.4.488-7_amd64.deb 838cf10277be8bd38d5f2d2b6ad93ad8 952572 editors optional vim_7.4.488-7_amd64.deb a6240a4c00dd8559e8140d5e3cf617be 6831046 debug extra vim-dbg_7.4.488-7_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVGzCsXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6Pbfe0P/RJwsjQ3IjELRs7SveT6gn/n LTj99ZyJ3NvbGU+J4/uoML8U/oaG5FU8U4pdF6eUNdpCJsmkFhE+Ky3gRbcWQwTg Eq0UPDM2nYBG5rcLd9wu8LGWDwgxOSxkvYsenOtCbL88oqIcEedRJBT9GHd4zvho g/vtcPH4o7EN8IS+LRd1PY5pL1myHAUTDl10RFkIlsFXPFHY4TPc+amFKefvrSJ3 S95pslLRLgMt6+4uRmAeB3WIACoQEAbejQBl5d8lJUuhXb+onN0u/H/QfPEx8swT jGtcFPgq074TDR3eY2aeRbmz7b2KxaU9sSi/4eLbOLr7/LQcWyUbB2Z7r+ZdyzlM UOy6Z6Mf6qiCMXAHsoBb9Va4GoKs40gz8hHILOlCCQGfhVzvGtD+TTMM23qnvx6O ISvn4nYEuPvnLLuglF1bXokTiR71fJ9WnkntiMnBVf4pH5sQnpdsmkdNMSLhy2bU j6R7Y6anWiE2SurtBrFXxn4/BqVO/cGO9mVss37jUCbAk31mBNoHXb5kF/BTxjQG ZszyksVtBx8kBXLdYYmvKgbMJTCunejFjQiG6tIuAQSAgUz+PkQUMJdhBNRUuP4x /H0nFBthVQ2YOOVUndTxsUlc5qVzx7w/Ey70yVQsVBO8e51BIlEtJvG0ikgrDf6R QbLldxec1HrIuyjQdEIs =Qzys -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Mar 31 23:51:15 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 31 Mar 2015 23:51:15 +0000 Subject: Bug#768467: marked as done (vim-runtime: Typo in netrwSettings.vim) References: <20141107151324.12450.55343.reportbug@al.wesleyan.edu> Message-ID: Your message dated Tue, 31 Mar 2015 23:48:51 +0000 with message-id and subject line Bug#768467: fixed in vim 2:7.4.488-7 has caused the Debian Bug report #768467, regarding vim-runtime: Typo in netrwSettings.vim to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 768467: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768467 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "C. Morgan Hamill" Subject: vim-runtime: Typo in netrwSettings.vim Date: Fri, 07 Nov 2014 10:13:24 -0500 Size: 3852 URL: -------------- next part -------------- An embedded message was scrubbed... From: James McCoy Subject: Bug#768467: fixed in vim 2:7.4.488-7 Date: Tue, 31 Mar 2015 23:48:51 +0000 Size: 9080 URL: From owner at bugs.debian.org Tue Mar 31 23:51:19 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 31 Mar 2015 23:51:19 +0000 Subject: Bug#774492: marked as done ([vim] "c{motion}" temporary cancels 'linebreak' option for current line) References: <54A7D4EE.7020904@gmail.com> Message-ID: Your message dated Tue, 31 Mar 2015 23:48:51 +0000 with message-id and subject line Bug#774492: fixed in vim 2:7.4.488-7 has caused the Debian Bug report #774492, regarding [vim] "c{motion}" temporary cancels 'linebreak' option for current line to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 774492: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774492 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Dmitry Alexandrov <321942 at gmail.com> Subject: [vim] "c{motion}" temporary cancels 'linebreak' option for current line Date: Sat, 03 Jan 2015 14:39:26 +0300 Size: 5522 URL: -------------- next part -------------- An embedded message was scrubbed... From: James McCoy Subject: Bug#774492: fixed in vim 2:7.4.488-7 Date: Tue, 31 Mar 2015 23:48:51 +0000 Size: 9055 URL: