Debian Package Tracker
Register | Log in
Subscribe

expand-region-el

Transition package, expand-region-el to elpa-expand-region

Choose email to subscribe with

general
  • source: expand-region-el (main)
  • version: 0.11.0-4
  • maintainer: Debian Emacs addons team (archive) (DMD)
  • uploaders: Barak A. Pearlmutter [DMD] – Lev Lamberov [DMD]
  • arch: all
  • std-ver: 4.1.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.10.0-3
  • oldstable: 0.11.0-2
  • stable: 0.11.0-3
  • testing: 0.11.0-4
  • unstable: 0.11.0-4
versioned links
  • 0.10.0-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.11.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.11.0-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.11.0-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • elpa-expand-region
  • expand-region-el
action needed
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 0.11.0-5, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 9800caeb1765907ce8a9815e54e9c126b0e08d13
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Sat Aug 29 11:50:23 2020 +0100

    update uscan support file

commit 2ab6a563a668d3171b019cd8252e062c5079a9ba
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:53:27 2020 +0100

    log changes

commit fa95aaa60b1a3ea321b115733c11dcc9667a9c29
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:37:26 2020 +0100

    bump policy

commit 0b506c70966328935f0a12c27346081c91ec7fe1
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:35:54 2020 +0100

    forward port quilt patches

commit 217bac3755cacb442ced92d87ce0be947f90cbe5
Merge: dfbbfd2 ea6b4cb
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:25:06 2020 +0100

    Merge remote-tracking branch 'upstream/master' into debian

commit dfbbfd23400efe254e3ae2f335620766b9894344
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:15:55 2020 +0100

    move diffs from upstream 0.11.0 into debian/patches

commit e171ae593e19dd44e1378e750b0469f6f14f3751
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:08:42 2020 +0100

    gbp configuration

commit 1b3ef61db1c9e798932c7030e9993e3a7ad153c2
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:07:18 2020 +0100

    Set upstream metadata fields: Repository, Repository-Browse.
    
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-repository
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

commit c000e4e72743ba490bd392291daabc615287812f
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:07:15 2020 +0100

    Set debhelper-compat version in Build-Depends.
    
    Changes-By: lintian-brush
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

commit a32f98d1c4a0306af5995638febcae0a5241fea4
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 11:07:15 2020 +0100

    Bump debhelper from old 11 to 13.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

commit 5182d18aaee84b77bbf25b591bad0d3e6a1e5d8f
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Mon Aug 10 10:45:50 2020 +0100

    update maintainer email

commit ea6b4cbb9985ddae532bd2faf9bb00570c9f2781
Author: muffinmad <andreyk.mad@gmail.com>
Date:   Wed Mar 4 11:47:40 2020 +0200

    Make usage message optional

commit 40049c1243bb17038107c2a88709ce432c698b2b
Author: Thomas Hisch <t.hisch@gmail.com>
Date:   Tue Nov 26 19:18:37 2019 +0100

    Replace deprecated 'cl package by 'cl-lib

commit 1603d01fbfbef0d73ac940f7847c7e0b9b978093
Author: Jiangbin Zhao <jiangbinz@radware.com>
Date:   Fri Oct 26 22:54:53 2018 -0700

    fix er/mark-comment
    
    - Don't call (forward-char 1) when point is at end of buffer.
    
    - If there are trailing spaces and tabs in comment, include them.
    
    - Don't include the non-whitespace char right before the comment
      prefix.
    
      In the following C function declaration, when the point is in the
      comment, calling er/mark-comment now selects the region between the
      two slashes (including the slashes).  Without this fix, the region
      would start at the '('.
    
        void func(/* int arg */);

commit 0fa7c2d349e40c0e1de0965acf0f0b77b7070451
Author: Matus Goljer <matus.goljer@gmail.com>
Date:   Sun Jan 5 19:01:41 2020 +0100

    feat(org): add marking by element

commit 1c31447730443d98f90f65dfcb752f347d46ad1b
Author: Pengji Zhang <me@zhangpj.name>
Date:   Tue Apr 16 01:38:51 2019 -0400

    Enable web-mode expansions properly (#257)

commit 80d72a801e1c0a5feffbb02c6eefba4cdbf40c0f
Author: Andrew Whatson <whatson@gmail.com>
Date:   Thu Mar 28 00:10:24 2019 +1000

    Update changelog, copyright, melpa link

commit 0ba6f41a7921ae24e8d3a2345dd5492052fe93f4
Author: Andrew Whatson <whatson@gmail.com>
Date:   Wed Mar 27 22:28:33 2019 +1000

    Disable subword expansions by default
    
    Adds customizable variable `expand-region-subword-enabled` to control
    whether subword expansions are used, nil by default.  Also adds a check
    so that subword expansions are disabled after leaving `subword-mode`.

commit ddb57081892a5ed729a6d1998ccd5f6ae585269c
Author: Andrew Whatson <whatson@gmail.com>
Date:   Wed Mar 27 22:07:16 2019 +1000

    Restore subword-mode-expansions
    
    This reverts commit 672e7c1842234f8c2d68bd98dc539e2180f69317.

commit a667a126dccdb60a7d00555f05dff11395279ac2
Author: Andrew Whatson <whatson@gmail.com>
Date:   Wed Mar 27 00:38:00 2019 +1000

    Alternative solution for org-mode unfolds
    
    Adds a new variable `er/save-mode-excursion` which will be used to wrap
    expansion attempts if set.  In `org-mode` buffers this facility is used
    to wrap actions with `org-save-outline-visibility`.

commit 5a93da555a8ab807c878275dd364bb71f1c4c2db
Author: Magnar Sveen <magnars@gmail.com>
Date:   Tue Mar 26 08:27:02 2019 +0100

    The unnecessary org-mode unfolds turns out to be necessary
    
    Reverted this since (require 'org) breaks spacemacs for some reason.
    
    This reverts commit 53233a0bbaffe5094dd91152bcfce7b027aefd3c.

commit 672e7c1842234f8c2d68bd98dc539e2180f69317
Author: Magnar Sveen <magnars@gmail.com>
Date:   Thu Mar 21 10:58:54 2019 +0100

    Remove subword-mode, it doesn't play well with expand-region

commit 4d8c3e720fb8d3c0b75bd89bdd6f3541b98652c0
Author: Magnar Sveen <magnars@gmail.com>
Date:   Thu Mar 21 06:56:36 2019 +0100

    Update README.md

commit 4ed4908a3d70068165f0de4754befc556f6ad0ba
Author: Magnar Sveen <magnars@gmail.com>
Date:   Wed Mar 20 18:08:17 2019 +0100

    Add maintenance warning

commit 1f153a89a188013ac64586988b46418a5485b541
Author: Magnar Sveen <magnars@gmail.com>
Date:   Tue Mar 19 21:21:38 2019 +0100

    Must require 'org to use org-save-outline-visibility

commit 53233a0bbaffe5094dd91152bcfce7b027aefd3c
Author: Magnar Sveen <magnars@gmail.com>
Date:   Tue Mar 19 19:50:02 2019 +0100

    Avoid unnecessary org-mode unfolds
    
    Thanks to @kevinjfoley
    Closes #241

commit 5d9660985aff1aff92c1028b6f8bef57d30b3e28
Author: Magnar Sveen <magnars@gmail.com>
Date:   Tue Mar 12 09:28:01 2019 +0100

    Add option to disable subword mode
    
    To disable subword mode: `(setq er/enable-subword-mode? nil)`
    
    Closes #254

commit c3de75c8460ab6d9380f1985404791ac4920fe88
Author: Andrew Whatson <whatson@gmail.com>
Date:   Mon Mar 4 21:49:34 2019 +1000

    Fix automatic loading of subword-mode expansions

commit 32baef9dab8ee4c7c8bb0a98c3e028b041ffd7b9
Author: Arturo Puente <arturopuentevc@gmail.com>
Date:   Thu Dec 27 04:23:45 2018 -0500

    Include negative argument explicit shortcut in the README (#250)

commit ed3292473035dc8f3d2f321e82974ef87327808f
Author: André Lindhjem <andre@lindhjem.net>
Date:   Fri Aug 17 13:34:38 2018 +0200

    Rephrase how contract-region is used. (#193)
    
    Attempt to clarify contract-region. I misunderstood this at first and wasted time attempting to define another `global-set-key` for contracting.

commit 27a78e7c364b4e6d39f6593f5a55a12c4a7675bc
Author: Renato F <renatofdds@gmail.com>
Date:   Fri Aug 17 08:34:04 2018 -0300

    Better web-mode expand behavior (#221)
    
    This works much better on web-mode.

commit 04d88b2a212425e2ecd99c03a95526d182fc5968
Author: Ryan Fowler <rwfowler@gmail.com>
Date:   Fri Aug 17 05:33:37 2018 -0600

    fix #163 - prefer current pair over previous pair (#204)

commit a82d74b8b6d95e96e43148edb4daaf0f1e9c72dd
Author: Magnar Sveen <magnars@gmail.com>
Date:   Thu Jun 28 10:03:03 2018 +0200

    Remove tests for emacs-24.3

commit 54e1b94fa8b65f066f731101a744287e956ae75f
Author: Russell Black <black.russell@gmail.com>
Date:   Mon Jun 25 10:39:42 2018 -0600

    transient-mark-mode 'only should be buffer-local (#244)
    
    * transient-mark-mode 'only should be buffer-local
    
    Setting transient-mark-mode to the 'only construct was changed to buffer-local in the emacs code base back in 2014.  See https://github.com/emacs-mirror/emacs/commit/5d2638bd31586fc276ddd4444a49627e855cf7fa
    Using expand-region causes problems in other buffers when this is set globally, because they will see the 'only value.
    
    * prevent compounding 'onlys
    
    Fixes bug where pressing expand-region multiple times places multiple 'only's in transient-mark-mode, one for each time expand-region is selected.  This fix also makes this function consistent with how contract-region handles 'only.

commit f99b7630efcdb47c9c6182489c55fba3bcaee521
Author: Magnar Sveen <magnars@gmail.com>
Date:   Mon Dec 18 06:25:52 2017 +0100

    Revert #190 and #225
    
    Respecting shift-select-mode has turned out to break too many things. We're
    going back to expand-region only using regular mark selection.
    
    See comments on #190, #225, #220 and #229 for details.

commit 2357f1d5efd9d5b9e37f3513342237fec2629291
Author: Tijs Mallaerts <mallt@users.noreply.github.com>
Date:   Sun May 14 22:09:46 2017 +0200

    Reset transient mark mode to previous value when stopping expansion (#225)

commit d1252200bac2e0197497d6d57ab6fd004f1b2e77
Author: Magnar Sveen <magnars@gmail.com>
Date:   Wed Feb 22 12:43:48 2017 +0100

    Revert "Assign a semantic score to expansions." (#224)

commit d9435e3d0954e9b791001a36d628124cc520445e
Author: Wilfred Hughes <me@wilfred.me.uk>
Date:   Mon Feb 13 14:16:11 2017 +0000

    Assign a semantic score to expansions. (#218)
    
    When choosing the best expansion, don't just choose the smallest
    expansion that is bigger than the current region.
    
    A pathological case before was `foo_|bar|.x` expanding to
    `foo_|bar.x|` rather than `|foo_bar|.x`.
    
    Instead, we calculate the number of different syntatic elements, and
    choose the expansion with the smallest amount of additional syntax.
    
    Fixes #210.

commit c75dab7bf0f9bb392ceafb10de16deee87467fa6
Author: Magnar Sveen <magnars@gmail.com>
Date:   Mon Jan 23 07:46:25 2017 +0100

    Remove test that is hard to fix properly

commit acef6cc130dfc8f9b06677330cb87e4119ceb88b
Author: Magnar Sveen <magnars@gmail.com>
Date:   Mon Jan 23 07:41:55 2017 +0100

    Respect shift-select-mode, fixes #190

commit 6dd45d90a59178191e71c10c438f89b495a6c4aa
Merge: b5e57cc 799b94c
Author: Magnar Sveen <magnars@gmail.com>
Date:   Tue Nov 22 09:50:05 2016 +0100

    Merge pull request #213 from Wilfred/better_tests
    
    Fix text-mode, c-mode and org-mode on recent Emacsen

commit 799b94ce7b882ecef6a46d93e923fa21ca51be9e
Author: Wilfred Hughes <me@wilfred.me.uk>
Date:   Mon Nov 14 23:35:30 2016 +0000

    Test against Emacs 24.4+ and trunk

commit c65dfbc2e87caa26975bde83ca29c3f8afea3dec
Author: Wilfred Hughes <me@wilfred.me.uk>
Date:   Mon Nov 21 23:33:26 2016 +0000

    Fix c-mode expansions.
    
    In Emacs 25.1, `save-excursion` does not save the mark, we need to use
    `save-mark-and-excursion`. As a result, `er/c-mark-statement` was never
    marking a region.

commit 02a53cf495d8b55471948c8c60011a13734cf76d
Author: Wilfred Hughes <me@wilfred.me.uk>
Date:   Mon Nov 21 23:11:35 2016 +0000

    Load text-mode as a string.
    
    text-mode.el does not end with a call to provide, so there's no feature
    'text-mode that we can load. As a result, text-mode-expansions was never
    loaded.

commit 37e8d3ecee3ddec87844a034043b518046cbd79f
Author: Wilfred Hughes <me@wilfred.me.uk>
Date:   Sun Nov 20 23:33:11 2016 +0000

    Fix org-mode tests.
    
    As of Emacs 24.4, er/mark-defun is managing to expand the region in
    org-mode buffers. This isn't useful, and required the user to call
    expand-region again to further expand the region to semantically
    meaningful org region.
    
    Instead, we exclude er/mark-defun in org-mode buffers.

commit b5e57cca8cabf2ace2f21d0c1f1eea0dc7d5b963
Merge: 0bc14fc 1f7be98
Author: Magnar Sveen <magnars@gmail.com>
Date:   Mon Nov 21 09:56:31 2016 +0100

    Merge pull request #212 from Silex/master
    
    Correct use of eval-after-load

commit 1f7be98c29ffddf37ada0eec3fbd1d636acf4975
Author: Philippe Vaucher <philippe.vaucher@gmail.com>
Date:   Sun Nov 20 20:26:18 2016 +0100

    Correct use of eval-after-load
    
    With a symbol, only the file providing the feature triggers the
    eval-after-load. With a string, any file named the same way triggers
    it. This is problematic for custom configurations named after
    packages.
Created: 2019-10-05 Last update: 2021-01-14 19:05
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2020-07-29 Last update: 2020-08-22 06:03
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.5.1 instead of 4.1.3).
Created: 2018-04-16 Last update: 2020-11-17 05:41
news
[rss feed]
  • [2019-08-30] expand-region-el 0.11.0-4 MIGRATED to testing (Debian testing watch)
  • [2019-08-25] Accepted expand-region-el 0.11.0-4 (source) into unstable (David Bremner)
  • [2018-04-03] expand-region-el 0.11.0-3 MIGRATED to testing (Debian testing watch)
  • [2018-03-28] Accepted expand-region-el 0.11.0-3 (source all) into unstable (Barak A. Pearlmutter)
  • [2016-11-09] expand-region-el 0.11.0-2 MIGRATED to testing (Debian testing watch)
  • [2016-11-03] Accepted expand-region-el 0.11.0-2 (source all) into unstable, unstable (Lev Lamberov) (signed by: Barak A. Pearlmutter)
  • [2016-11-01] Accepted expand-region-el 0.11.0-1 (source all) into unstable (Lev Lamberov)
  • [2016-05-30] expand-region-el 0.10.0-9 MIGRATED to testing (Debian testing watch)
  • [2016-05-24] Accepted expand-region-el 0.10.0-9 (source all) into unstable (Barak A. Pearlmutter)
  • [2015-12-12] expand-region-el 0.10.0-8 MIGRATED to testing (Debian testing watch)
  • [2015-12-06] Accepted expand-region-el 0.10.0-8 (source all) into unstable (Barak A. Pearlmutter)
  • [2015-11-11] expand-region-el 0.10.0-7 MIGRATED to testing (Britney)
  • [2015-11-05] Accepted expand-region-el 0.10.0-7 (source all) into unstable (Barak A. Pearlmutter)
  • [2015-10-06] expand-region-el 0.10.0-6 MIGRATED to testing (Britney)
  • [2015-09-30] Accepted expand-region-el 0.10.0-6 (source all) into unstable, unstable (Barak A. Pearlmutter)
  • [2015-09-21] expand-region-el 0.10.0-5 MIGRATED to testing (Britney)
  • [2015-09-15] Accepted expand-region-el 0.10.0-5 (source all) into unstable (Barak A. Pearlmutter)
  • [2015-08-14] expand-region-el 0.10.0-4 MIGRATED to testing (Britney)
  • [2015-08-08] Accepted expand-region-el 0.10.0-4 (source all) into unstable (Barak A. Pearlmutter)
  • [2014-03-01] expand-region-el 0.10.0-3 MIGRATED to testing (Debian testing watch)
  • [2014-02-18] Accepted expand-region-el 0.10.0-3 (source all) (Barak A. Pearlmutter)
  • [2014-02-17] expand-region-el 0.10.0-2 MIGRATED to testing (Debian testing watch)
  • [2014-02-11] Accepted expand-region-el 0.10.0-2 (source all) (Barak A. Pearlmutter)
  • [2014-02-10] Accepted expand-region-el 0.10.0-1 (source all) (Barak A. Pearlmutter)
  • [2013-11-15] expand-region-el 0.9.0+2013.10.19-1 MIGRATED to testing (Debian testing watch)
  • [2013-11-04] Accepted expand-region-el 0.9.0+2013.10.19-1 (source all) (Barak A. Pearlmutter)
  • [2013-10-07] expand-region-el 0.9.0+2013.09.10-1 MIGRATED to testing (Debian testing watch)
  • [2013-09-26] Accepted expand-region-el 0.9.0+2013.09.10-1 (source all) (Barak A. Pearlmutter)
  • [2013-05-05] expand-region-el 0.9.0-1 MIGRATED to testing (Debian testing watch)
  • [2013-04-15] Accepted expand-region-el 0.9.0-1 (source all) (Barak A. Pearlmutter)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.11.0-4

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing