[elpa] master 0f11d5f: num3-mode: cut new release version 1.3

2018-03-30 Thread Michal Nazarewicz
branch: master commit 0f11d5f431f48b7338783249c2a5cfb55b15e617 Author: Michal Nazarewicz Commit: Michal Nazarewicz num3-mode: cut new release version 1.3 --- packages/num3-mode/num3-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/num3-mode/num3

[elpa] master 61fd27e: num3-mode: support binary numbers

2017-05-19 Thread Michal Nazarewicz
branch: master commit 61fd27e2b8cff1e73ced50fe800a1779526ccced Author: Michal Nazarewicz Commit: Michal Nazarewicz num3-mode: support binary numbers It maks more sense for binary numbers to be grouped in nibbles rather than threes (which is the default for decimal numbers) so

[elpa] master e3e359d: * packages/num3-mode/num3-mode.el: Fix compilation warnings.

2016-06-14 Thread Michal Nazarewicz
branch: master commit e3e359d00214ab6719876659a4f5e47314fe6b78 Author: Michal Nazarewicz Commit: Michal Nazarewicz * packages/num3-mode/num3-mode.el: Fix compilation warnings. Fixes the following warnings: In toplevel form: num3-mode.el:47:1:Warning: defcustom for

[elpa] 01/01: * num3-mode.el: Catch strings looking like hex number even w/o 0x prefix.

2014-02-23 Thread Michal Nazarewicz
mina86 pushed a commit to branch master in repository elpa. commit 34a33fa74a7ded2456e75138e93ba0c057615f80 Author: Michal Nazarewicz Date: Mon Feb 24 01:28:48 2014 +0100 * num3-mode.el: Catch strings looking like hex number even w/o 0x prefix. Update `num3--number-re' to

[elpa] branch master updated (d99d86e -> 34a33fa)

2014-02-23 Thread Michal Nazarewicz
mina86 pushed a change to branch master in repository elpa. from d99d86e packages/vlf/vlf.el: use derived-mode-p to check major mode. new 34a33fa * num3-mode.el: Catch strings looking like hex number even w/o 0x prefix. The 1 revisions listed above as "new" are entirely new t

[ELPA-diffs] /srv/bzr/emacs/elpa r268: num3-mode: use “num3--” as prefix for private symbols

2012-10-08 Thread Michal Nazarewicz
revno: 268 committer: Michal Nazarewicz branch nick: elpa timestamp: Mon 2012-10-08 14:41:46 +0200 message: num3-mode: use “num3--” as prefix for private symbols Previous version of num3-mode used “-num3” as a prefix for private