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
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
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
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
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
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