[elpa] externals/rudel fe4141c: Fix left over uses of `call-next-method'

2017-02-23 Thread Stefan Monnier
branch: externals/rudel commit fe4141c97edab1f21671d0598459a67a24858bf4 Author: Stefan Monnier Commit: Stefan Monnier Fix left over uses of `call-next-method' --- rudel-obby-server.el | 4 ++-- rudel-state-machine.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a

[elpa] master c30c0d7 38/76: Fixed up a lot of security handling problems.

2017-02-23 Thread Ian Dunn
branch: master commit c30c0d783642d7ef31fd9bd3358fd9c19fdcf893 Author: Ian D Commit: Ian D Fixed up a lot of security handling problems. (enwc-enable-auto-scan, enwc-disable-auto-scan): New functions. (enwc-toggle-auto-scan): Implements `enwc-enable-auto-scan' and `enwc-disable-auto

[elpa] master a3c59cc 74/76: Updated version to 2.0beta1

2017-02-23 Thread Ian Dunn
branch: master commit a3c59cce3482babc7c0518e7ff9da246158b9420 Author: Ian Dunn Commit: Ian Dunn Updated version to 2.0beta1 --- enwc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enwc.el b/enwc.el index f5b065e..4728e93 100644 --- a/enwc.el +++ b/enwc.el @@ -4,7 +4

[elpa] master c6585bb 47/76: Added autoloads

2017-02-23 Thread Ian Dunn
branch: master commit c6585bb477ff62a02bc894a04bc1ee67a6b1ff3d Author: Ian Dunn Commit: Ian Dunn Added autoloads --- Makefile | 3 +++ lisp/Makefile | 7 ++- lisp/enwc-setup.el | 2 +- lisp/enwc.el | 43 +-- 4 files changed

[elpa] master 4462fba 56/76: Lots of changes to enwc.el.

2017-02-23 Thread Ian Dunn
branch: master commit 4462fba3d0ab158afb38e69be3790e2bc2fbdcd5 Author: Ian Dunn Commit: Ian Dunn Lots of changes to enwc.el. * enwc.el (enwc-backends): Removed. (enwc-current-backend): Removed. (enwc-print-strength): Use simple `format' call. (enwc-details-list): C

[elpa] master ba6061b 51/76: Created more robust backend system.

2017-02-23 Thread Ian Dunn
branch: master commit ba6061b886e549b9170a234f27722e5721948f92 Author: Ian Dunn Commit: Ian Dunn Created more robust backend system. --- lisp/enwc-backend.el | 148 +++ lisp/enwc-setup.el | 84 - 2 files changed,

[elpa] master d9cbdb9 39/76: Added some section headers.

2017-02-23 Thread Ian Dunn
branch: master commit d9cbdb91db59321a902f4d2d4caa47ce82b5b280 Author: Ian D Commit: Ian D Added some section headers. (enwc-nm-dbus-settings-groups): Added new variable. (enwc-nm--ap-to-conn, enwc-nm-connection-p): Added new function. (enwc-nm-get-wireless-nw-props): Fixed typo

[elpa] master b8697fd 62/76: Added force parameter to `enwc-load-backend'.

2017-02-23 Thread Ian Dunn
branch: master commit b8697fd825cb9a1dde03dbaaac9cf9f8a761f93f Author: Ian Dunn Commit: Ian Dunn Added force parameter to `enwc-load-backend'. * enwc-backend.el (enwc-load-backend): Added parameter to force loading of backend. (enwc-load-default-backend): Accepts parameter to

[elpa] master 3b1bbc6 69/76: Fixed autoloads target in Makefile

2017-02-23 Thread Ian Dunn
branch: master commit 3b1bbc692d968419539ac60bc4844ea11ce6ca17 Author: Ian Dunn Commit: Ian Dunn Fixed autoloads target in Makefile * Makefile: Set lisp files as dependency of enwc-autoloads.el. --- lisp/Makefile | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --

[elpa] master 3491895 14/76: Cleaned up code and consolidated front-end functions.

2017-02-23 Thread Ian Dunn
branch: master commit 3491895bb73e257d5a6c985fadcfd77e9128700b Author: Ian D Commit: Ian D Cleaned up code and consolidated front-end functions. --- lisp/enwc-nm.el| 59 --- lisp/enwc-setup.el | 130 --- lisp/enwc-wicd.el | 114 - lisp/e

[elpa] master 942d83d 15/76: enwc.el, enwc-setup.el: Consolidated and concretely defined front-end interface.

2017-02-23 Thread Ian Dunn
branch: master commit 942d83dd249c992cc71e4d0493d6286b1d5561df Author: Ian D Commit: Ian D enwc.el, enwc-setup.el: Consolidated and concretely defined front-end interface. enwc-wicd.el, enwc-nm.el: Cleaned up code to fit front-end (excluding security) enwc-cm.el: Added more to the

[elpa] master 33515f8 66/76: Silenced byte-compiler.

2017-02-23 Thread Ian Dunn
branch: master commit 33515f878626f258025dcdfa42efb6b884ce868c Author: Ian Dunn Commit: Ian Dunn Silenced byte-compiler. enwc-nm.el: Require subr-x.el. --- lisp/enwc-nm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/enwc-nm.el b/lisp/enwc-nm.el index df42d1e..2b68400 1

[elpa] master 742b67a 19/76: Removed several network manager functions.

2017-02-23 Thread Ian Dunn
branch: master commit 742b67a7fd3ee89079f222706328935cdfbefd1e Author: Ian D Commit: Ian D Removed several network manager functions. --- lisp/enwc-nm.el | 59 - 1 file changed, 59 deletions(-) diff --git a/lisp/enwc-nm.el b/lisp/enwc

[elpa] master bcb33e6 30/76: (enwc-get-networks): Improved docstring.

2017-02-23 Thread Ian Dunn
branch: master commit bcb33e6d1fca1ad85a44360f8da40defda94c2a8 Author: Ian D Commit: Ian D (enwc-get-networks): Improved docstring. Passes `enwc-using-wired' to back-end. (enwc-do-scan): Renamed to `enwc-request-scan'. (enwc-scan): Improved docstring and fixed up code. (enwc-

[elpa] master a46fe3c 64/76: Don't switch to the ENWC buffer when processing a scan.

2017-02-23 Thread Ian Dunn
branch: master commit a46fe3c0a97eac045c4cc59579cee76fb9308777 Author: Ian Dunn Commit: Ian Dunn Don't switch to the ENWC buffer when processing a scan. * enwc.el (enwc-process-scan): Don't switch to the ENWC buffer when finished. --- lisp/enwc.el | 2 -- 1 file changed, 2 deletio

[elpa] master 2e271c6 72/76: Moved lisp files into top-level directory.

2017-02-23 Thread Ian Dunn
branch: master commit 2e271c69bb277dcf6193517a78b658ad7b4c1e3a Author: Ian Dunn Commit: Ian Dunn Moved lisp files into top-level directory. --- Makefile| 36 --- lisp/enwc-backend.el => enwc-backend.el | 0 lisp/enwc-cm.el => enwc

[elpa] master d6bee52 32/76: (enwc-wicd.el): Fixed opening header.

2017-02-23 Thread Ian Dunn
branch: master commit d6bee529de4c8b2149ae06191762172e22768d96 Author: Ian D Commit: Ian D (enwc-wicd.el): Fixed opening header. (enwc-wicd-end-scan-signal, enwc-wicd-status-changed-signal): New variables. (enwc-wicd-setup): Store registered signals. (enwc-wicd-unload): New funct

[elpa] master 968e6f0 46/76: Added tag 2.0 for changeset cc2f7aa4ed36

2017-02-23 Thread Ian Dunn
branch: master commit 968e6f09a94960aec896d69e4ef65579460b5939 Author: Ian Dunn Commit: Ian Dunn Added tag 2.0 for changeset cc2f7aa4ed36 --- .hgtags | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgtags b/.hgtags index 820ec4a..d28cc38 100644 --- a/.hgtags +++ b/.hgtags @@ -1,3 +1,

[elpa] master 03a5464 57/76: Changed channel to an integer.

2017-02-23 Thread Ian Dunn
branch: master commit 03a546421e6525ac853bdeb3f3188f7893d0bc68 Author: Ian Dunn Commit: Ian Dunn Changed channel to an integer. * enwc-nm.el (enwc-nm-get-wireless-nw-props): Changed channel to an integer. * enwc-wicd.el (enwc-wicd-build-prop-list): Changed channel to an int

[elpa] master c9a94c8 44/76: Added tag 2.0 for changeset 3e2cab525cbc

2017-02-23 Thread Ian Dunn
branch: master commit c9a94c8308784c53f7a67d298b53ec83feffc566 Author: Ian Dunn Commit: Ian Dunn Added tag 2.0 for changeset 3e2cab525cbc --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags new file mode 100644 index 000..25999b2 --- /dev/null +++ b/.hgtags

[elpa] master 6ed7137 43/76: Fix adding to global-mode-string.

2017-02-23 Thread Ian Dunn
branch: master commit 6ed7137fea03e30ba3301d44804d876c2ed4a622 Author: Ian Dunn Commit: Ian Dunn Fix adding to global-mode-string. * enwc-setup.el (enwc-setup): Use 'add-to-list' instead of 'cl-pushnew'. --- lisp/enwc-setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] master 245a82f 52/76: Moved Wicd and NetworkManager backends to new system.

2017-02-23 Thread Ian Dunn
branch: master commit 245a82f5f875380f2c0f9a4255aaf2875fb0fa2c Author: Ian Dunn Commit: Ian Dunn Moved Wicd and NetworkManager backends to new system. --- lisp/enwc-nm.el | 108 +++- lisp/enwc-wicd.el | 133 --

[elpa] master 8e44368 68/76: Moved enwc-setup to enwc.el, and added it to enwc.

2017-02-23 Thread Ian Dunn
branch: master commit 8e44368d4e404f2b4a1e80cd4a8995f986c58027 Author: Ian Dunn Commit: Ian Dunn Moved enwc-setup to enwc.el, and added it to enwc. * enwc-backend.el (enwc-force-backend-loading): New defcustom to force loading of default backend in enwc-setup. (enwc-loa

[elpa] master 14bcaf4 67/76: Fixed bug with NetworkManager loading

2017-02-23 Thread Ian Dunn
branch: master commit 14bcaf41f49db9612098c59d681e06cd0ec571e1 Author: Ian Dunn Commit: Ian Dunn Fixed bug with NetworkManager loading * enwc-nm.el (enwc-nm-can-load-p): Check introspection to see if NetworkManager D-Bus service has started. --- lisp/enwc-nm.el | 4 +++- 1 f

[elpa] master 2d5def6 36/76: (*-function): Removed.

2017-02-23 Thread Ian Dunn
branch: master commit 2d5def6fd8fd8b3e8b336ac4b850abb6d9242738 Author: Ian D Commit: Ian D (*-function): Removed. (enwc-current-backend): New variable. (enwc-call-backend-function): New function to replace backend variables. (enwc-get-networks, enwc-request-scan, enwc-connect, en

[elpa] master 62fe017 71/76: Removed some files from docs.

2017-02-23 Thread Ian Dunn
branch: master commit 62fe017b21bd5727e4058322c3fd32dbe794e687 Author: Ian Dunn Commit: Ian Dunn Removed some files from docs. --- doc/connman.txt | 34 - doc/nm-dbus.txt | 390 --- doc/settings.txt | 11 -- 3 files changed, 435 de

[elpa] master 8f21449 45/76: Removed tag 2.0

2017-02-23 Thread Ian Dunn
branch: master commit 8f2144928f7c477980ec2c724f7f565d3d83259f Author: Ian Dunn Commit: Ian Dunn Removed tag 2.0 --- .hgtags | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgtags b/.hgtags index 25999b2..820ec4a 100644 --- a/.hgtags +++ b/.hgtags @@ -1 +1,3 @@ 3e2cab525cbc1c8664207

[elpa] master 2c298fc 70/76: Updated copyright and keywords on all files.

2017-02-23 Thread Ian Dunn
branch: master commit 2c298fc7954bd801884cce38ba8f5701434400e7 Author: Ian Dunn Commit: Ian Dunn Updated copyright and keywords on all files. --- lisp/enwc-backend.el | 2 +- lisp/enwc-cm.el | 4 ++-- lisp/enwc-edit.el| 4 lisp/enwc-nm.el | 4 ++-- lisp/enwc-wicd.el|

[elpa] master 59ca546 20/76: (enwc--str-to-sym): Fixed.

2017-02-23 Thread Ian Dunn
branch: master commit 59ca54619590fd7d1c1d12261cc5e153b7d7950e Author: Ian D Commit: Ian D (enwc--str-to-sym): Fixed. (enwc-profile-props-widget): Added indentation. (enwc--make-supplicant-multi): Added indentation. (enwc--make-supplicant-choice): Added indentation and fixed butt

[elpa] master ee90297 31/76: (enwc-nm.el): Fixed several docstrings, and file header.

2017-02-23 Thread Ian Dunn
branch: master commit ee90297fcf3d6f77a8a2d24f7c82e331107becbf Author: Ian D Commit: Ian D (enwc-nm.el): Fixed several docstrings, and file header. (enwc-nm-access-point-added-signal, enwc-nm-access-point-removed-signal, enwc-nm-properties-changed-signal, enwc-nm-wired-state-changed-sig

[elpa] master 5088938 40/76: Removed erroneous comment.

2017-02-23 Thread Ian Dunn
branch: master commit 50889387cdd66ba9f3fa883f4eea7217712e1610 Author: Ian Dunn Commit: Ian Dunn Removed erroneous comment. --- lisp/enwc-cm.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/enwc-cm.el b/lisp/enwc-cm.el index 975c9f9..965992c 100644 --- a/lisp/enwc-cm.el +++ b/l

[elpa] master 1722c02 33/76: enwc-cm.el: Fixed up header and footer.

2017-02-23 Thread Ian Dunn
branch: master commit 1722c025f2c1997942c842d0be26ff965ab8bd06 Author: Ian D Commit: Ian D enwc-cm.el: Fixed up header and footer. --- lisp/enwc-cm.el | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/lisp/enwc-cm.el b/lisp/enwc-cm.el in

[elpa] master 421b0d9 35/76: (enwc-wicd-setup): Renamed to `enwc-wicd-load'.

2017-02-23 Thread Ian Dunn
branch: master commit 421b0d9d8c5dac9ea6434520bf0273ef0acbd0bf Author: Ian D Commit: Ian D (enwc-wicd-setup): Renamed to `enwc-wicd-load'. (enwc-nm-setup): Renamed to `enwc-nm-load'. --- lisp/enwc-nm.el | 4 ++-- lisp/enwc-wicd.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletion

[elpa] master 4e43aaf 53/76: Moved editing commands to separate file.

2017-02-23 Thread Ian Dunn
branch: master commit 4e43aaf75d43ae4dce2e95d3c910ed03a7dc8247 Author: Ian Dunn Commit: Ian Dunn Moved editing commands to separate file. --- lisp/enwc-edit.el | 430 ++ 1 file changed, 430 insertions(+) diff --git a/lisp/enwc-edit.el b/l

[elpa] master 2e07c3a 54/76: Began work on WPA backend. EXPERIMENTAL!

2017-02-23 Thread Ian Dunn
branch: master commit 2e07c3a8192c6edf565725818d37e938c0126948 Author: Ian Dunn Commit: Ian Dunn Began work on WPA backend. EXPERIMENTAL! --- lisp/enwc-wpa.el | 76 1 file changed, 76 insertions(+) diff --git a/lisp/enwc-wpa.el b/li

[elpa] master e5c36d3 26/76: (enwc-nm-details-list): Removed.

2017-02-23 Thread Ian Dunn
branch: master commit e5c36d3081079ccc8a54be5a2b445ae490aaeebd Author: Ian D Commit: Ian D (enwc-nm-details-list): Removed. (enwc-nm-get-settings): Implemented `enwc-nm-dbus-call-method'. (enwc-nm-get-wired-profiles): Fixed to find correct profiles. (enwc-nm-string-idx): Removed.

[elpa] master b673e3a 63/76: Added default setup and removed experimental WPA supplicant backend.

2017-02-23 Thread Ian Dunn
branch: master commit b673e3a1991257483e0d0185537e0da19e93a1dc Author: Ian Dunn Commit: Ian Dunn Added default setup and removed experimental WPA supplicant backend. --- lisp/enwc-setup.el | 59 ++ lisp/enwc-wpa.el | 76 -

[elpa] master 8f08bcb 58/76: Cleaned up network display.

2017-02-23 Thread Ian Dunn
branch: master commit 8f08bcb148267da954b0e3421b0da2c74fdd22f7 Author: Ian Dunn Commit: Ian Dunn Cleaned up network display. * enwc.el (enwc-details-list): Cleaned up. (enwc-column-spec): Implemented sorters for channel and strength. (enwc--update-scan-results, enwc-redi

[elpa] master 4e0d5a2 41/76: Cosmetic changes.

2017-02-23 Thread Ian Dunn
branch: master commit 4e0d5a259daed33ce1574ade293e5c7088b65f4f Author: Ian Dunn Commit: Ian Dunn Cosmetic changes. --- lisp/enwc-nm.el | 4 ++-- lisp/enwc.el| 8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/enwc-nm.el b/lisp/enwc-nm.el index 790eaec..e7dc

[elpa] master 48e7aa4 55/76: Updated Makefile

2017-02-23 Thread Ian Dunn
branch: master commit 48e7aa46003db9c000f5337ebf1a848a23fb12af Author: Ian Dunn Commit: Ian Dunn Updated Makefile --- lisp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/Makefile b/lisp/Makefile index 0789624..618ae33 100644 --- a/lisp/Makefile +++ b/l

[elpa] master 7914c48 10/76: (enwc-format-mode-line-string, enwc-update-mode-line): Added the option to customize the information displayed in the mode line.

2017-02-23 Thread Ian Dunn
branch: master commit 7914c4861156f2c90a42cd6c739f84bc0a317d8c Author: Ian D Commit: Ian D (enwc-format-mode-line-string, enwc-update-mode-line): Added the option to customize the information displayed in the mode line. --- lisp/enwc.el | 176 +++

[elpa] master b5686da 17/76: (enwc-wicd-get-sec-types): Removed.

2017-02-23 Thread Ian Dunn
branch: master commit b5686da56153358e91198f049861aae64428278b Author: Ian D Commit: Ian D (enwc-wicd-get-sec-types): Removed. (enwc-wicd-get-profile-info, enwc-wicd-get-profile-sec-info): Updated to match the new interface. --- lisp/enwc-wicd.el | 72 +-

[elpa] master 773cef6 24/76: (enwc-backend-symbol-list): New variable.

2017-02-23 Thread Ian Dunn
branch: master commit 773cef6e1f2af7ace3b90292e180ab7ab79fcead Author: Ian D Commit: Ian D (enwc-backend-symbol-list): New variable. (enwc--setq-backend): New function to improve readability. (enwc-setup-backend): Implemented `enwc-backend-symbol-list' and `enwc--setq-backend'.

[elpa] master 43c98da 50/76: Changed enwc-last-scan to a hashtable.

2017-02-23 Thread Ian Dunn
branch: master commit 43c98da102e22d45f101949c52eb3367dd12ad1d Author: Ian Dunn Commit: Ian Dunn Changed enwc-last-scan to a hashtable. * enwc.el (enwc-process-scan): Use 'map-into' to create the hash-table (enwc-value-from-scan): Use `map-nested-elt' to get value. Ad

[elpa] master ec0539b 42/76: Fixed enwc-setup to be able to be called more than once.

2017-02-23 Thread Ian Dunn
branch: master commit ec0539b41189a124582a1ce7ee0159f994856042 Author: Ian Dunn Commit: Ian Dunn Fixed enwc-setup to be able to be called more than once. * enwc.el (enwc-mode-line-timer): Create new variable to track mode-line timer. * enwc-setup.el (enwc-setup): Use cl-pu

[elpa] master 3662795 23/76: (enwc-cm-scan, enwc-cm-dict-assoc, enwc-cm-get-network-props): Cleaned up code.

2017-02-23 Thread Ian Dunn
branch: master commit 3662795d9c0e1ae511c156d826eb666a719073f5 Author: Ian D Commit: Ian D (enwc-cm-scan, enwc-cm-dict-assoc, enwc-cm-get-network-props): Cleaned up code. (enwc-cm-get-profile-props, enwc-cm-save-profile): Updated to fit new front-end. --- lisp/enwc-cm.el | 66

[elpa] master d6aa3ee 02/76: Fixed up enwc-wicd network properties.

2017-02-23 Thread Ian Dunn
branch: master commit d6aa3eeea915158e26be60baa736ba06db7dcb07 Author: Ian D Commit: Ian D Fixed up enwc-wicd network properties. --- lisp/enwc-wicd.el | 36 ++-- lisp/enwc.el | 82 +++ 2 files changed, 43 insertio

[elpa] master 0d92006 09/76: (enwc-update-mode-line): Forces the mode line to update when ENWC updates its current signal.

2017-02-23 Thread Ian Dunn
branch: master commit 0d92006d64b67c4d451ff6cb077d9355c984d4c0 Author: Ian D Commit: Ian D (enwc-update-mode-line): Forces the mode line to update when ENWC updates its current signal. --- lisp/enwc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/enwc.el b/li

[elpa] master 5c63470 48/76: Fixed autoloads generation and added hgignore.

2017-02-23 Thread Ian Dunn
branch: master commit 5c63470887b07b728306744de7daa37cc5bba189 Author: Ian Dunn Commit: Ian Dunn Fixed autoloads generation and added hgignore. --- .hgignore | 2 ++ lisp/Makefile | 7 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.hgignore b/.hgignore new file

[elpa] master a6b2b03 61/76: Removed tag 2.0

2017-02-23 Thread Ian Dunn
branch: master commit a6b2b03067ab9f13d69e90b430b259ec434d5587 Author: Ian Dunn Commit: Ian Dunn Removed tag 2.0 --- .hgtags | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgtags b/.hgtags index d28cc38..39afd88 100644 --- a/.hgtags +++ b/.hgtags @@ -3,3 +3,5 @@ 000

[elpa] master bb68ed5 37/76: Added ignore rules for byte compiled files.

2017-02-23 Thread Ian Dunn
branch: master commit bb68ed57fb8bd036c41c973d7162b17a79ad2e62 Author: Ian D Commit: Ian D Added ignore rules for byte compiled files. --- .bzrignore | 1 + doc/nm-dbus.txt | 34 ++ 2 files changed, 35 insertions(+) diff --git a/.bzrignore b/.bzrignore

[elpa] master c8a0397 29/76: Fixed some compilation errors in enwc.el.

2017-02-23 Thread Ian Dunn
branch: master commit c8a0397cc50f49e0db23b1ac65581566bce1f4c7 Author: Ian D Commit: Ian D Fixed some compilation errors in enwc.el. --- lisp/enwc.el | 45 +++-- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/lisp/enwc.el b/lisp/enwc.

[elpa] master cb32122 13/76: (enwc-nm-prop-to-prop, enwc-wicd-prop-to-prop): Convert the properties used internally to the property names used externally.

2017-02-23 Thread Ian Dunn
branch: master commit cb321220de2ab88f4fe13bb7049878aaab7348e1 Author: Ian D Commit: Ian D (enwc-nm-prop-to-prop, enwc-wicd-prop-to-prop): Convert the properties used internally to the property names used externally. (enwc-nm-get-wireless-nw-props, enwc-wicd-build-prop-list): Uses the

[elpa] master 2ebc214 01/76: Changed timeout on enwc-wicd-get-wireless-network-property.

2017-02-23 Thread Ian Dunn
branch: master commit 2ebc214ecbc3a0fef006b4ef1c0f3f8e1eafd29c Author: Ian D Commit: Ian D Changed timeout on enwc-wicd-get-wireless-network-property. --- lisp/enwc-wicd.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/enwc-wicd.el b/lisp/enwc-wicd.el

[elpa] master eb6b085 11/76: Fixed up copyright information.

2017-02-23 Thread Ian Dunn
branch: master commit eb6b0856db17707cf182173c85ddae28a7646371 Author: Ian D Commit: Ian D Fixed up copyright information. (enwc-format-mode-line-string): Set up to handle invalid and connecting networks. --- lisp/enwc-cm.el| 4 +-- lisp/enwc-nm.el| 3 +- lisp/enwc-setup.el |

[elpa] master ca50c21 21/76: (enwc--int-to-byte-list, enwc--byte-list-to-int, enwc--htonl): Added to assist with D-Bus conversion.

2017-02-23 Thread Ian Dunn
branch: master commit ca50c2110b6ad647a9e234e0d52412cfc8b48540 Author: Ian D Commit: Ian D (enwc--int-to-byte-list, enwc--byte-list-to-int, enwc--htonl): Added to assist with D-Bus conversion. (enwc-nm-sec-types): Removed. (enwc-nm-dbus-*-call-method): Used `apply' to pass the argum

[elpa] master 561f9e1 27/76: (enwc-wicd-get-profile-info, enwc-wicd-get-profile-sec-info): Improved docstring.

2017-02-23 Thread Ian Dunn
branch: master commit 561f9e1fb57a5eff13b9ff17778e4031780bc2d8 Author: Ian D Commit: Ian D (enwc-wicd-get-profile-info, enwc-wicd-get-profile-sec-info): Improved docstring. (enwc-wicd--phase-to-string): Added to convert phase profile entries. (enwc-wicd-save-nw-settings): Implemente

[elpa] master 7a3c057 03/76: Added support for toggling the mode line display.

2017-02-23 Thread Ian Dunn
branch: master commit 7a3c057541d02758e6bb4c6736501fb782c6c82b Author: Ian D Commit: Ian D Added support for toggling the mode line display. --- lisp/enwc-setup.el | 5 +++-- lisp/enwc.el | 17 + 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/lisp/enw

[elpa] master f77237c 12/76: (enwc-format-mode-line-string): Checks to confirm that scan data exists.

2017-02-23 Thread Ian Dunn
branch: master commit f77237c65f6e466f45f0319ef9ae2c3d2d70d619 Author: Ian D Commit: Ian D (enwc-format-mode-line-string): Checks to confirm that scan data exists. --- lisp/enwc.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/enwc.el b/lisp/enwc.el index

[elpa] master c4ac6fc 60/76: Fixed bug in 'enwc-load-default-backend'

2017-02-23 Thread Ian Dunn
branch: master commit c4ac6fc97b003c8e0ea6c72b49f212440fb67f86 Author: Ian Dunn Commit: Ian Dunn Fixed bug in 'enwc-load-default-backend' * enwc.el (enwc-load-default-backend): Fixed to use 'enwc-default-backend' instead of the corresponding map entry. --- lisp/enwc-backend.e

[elpa] master 8c17c8c 73/76: Updated hgignore to ignore elc files in top-level directory.

2017-02-23 Thread Ian Dunn
branch: master commit 8c17c8c5fdff1cc66c0c2f81716968d4c3b4164a Author: Ian Dunn Commit: Ian Dunn Updated hgignore to ignore elc files in top-level directory. --- .hgignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hgignore b/.hgignore index 284f56b..e1b6cde 10

[elpa] master ad38333 59/76: Cleaned up enwc-refresh-widths and changed enwc-details-list to enwc-column-specs.

2017-02-23 Thread Ian Dunn
branch: master commit ad383336c7990e662d371a10c722e32e5fa80489 Author: Ian Dunn Commit: Ian Dunn Cleaned up enwc-refresh-widths and changed enwc-details-list to enwc-column-specs. * enwc.el (enwc-refresh-widths): Cleaned up using pcase-let. (enwc--get-details): Applied change t

[elpa] master 89f9418 08/76: enwc.el (enwc-display-wireless-networks): Removed old comment.

2017-02-23 Thread Ian Dunn
branch: master commit 89f9418a5641c5f96ddd8d516a6345cfe20c7ab1 Author: Ian D Commit: Ian D enwc.el (enwc-display-wireless-networks): Removed old comment. --- lisp/enwc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/enwc.el b/lisp/enwc.el index a11c307..2d6e455 100644 --- a/lisp/

[elpa] master 218aa82 25/76: Fixed prefix of customization group.

2017-02-23 Thread Ian Dunn
branch: master commit 218aa82b8cfd1dec16a73fdfb5ee44c6309c4b96 Author: Ian D Commit: Ian D Fixed prefix of customization group. (enwc-sec-types): Removed. (enwc-get-profile-info-func): Removed. (enwc-last-scan): Improved docstring. (enwc--int-to-byte-list, enwc--byte-list-to-

[elpa] master 4a3acfc 07/76: * enwc.el (enwc-enable-display-mode-line, enwc-disable-display-mode-line, enwc-toggle-display-mode-line): Broke enable/disable mode line functionality into different funct

2017-02-23 Thread Ian Dunn
branch: master commit 4a3acfcc096b4bc09185e941c302d1e689df613c Author: Ian D Commit: Ian D * enwc.el (enwc-enable-display-mode-line, enwc-disable-display-mode-line, enwc-toggle-display-mode-line): Broke enable/disable mode line functionality into different functions. * enwc-setup.

[elpa] master 18e4a3a 06/76: Updated copyright notices.

2017-02-23 Thread Ian Dunn
branch: master commit 18e4a3ae4ded4aba8af7324adfce4f3367d73117 Author: Ian D Commit: Ian D Updated copyright notices. --- Makefile | 2 +- doc/enwc.texi | 2 +- lisp/enwc-nm.el| 2 +- lisp/enwc-setup.el | 2 +- lisp/enwc.el | 2 +- 5 files changed, 5 insertions(+),

[elpa] master 141ad1b 65/76: Fixed NetworkManager connection bug.

2017-02-23 Thread Ian Dunn
branch: master commit 141ad1b565f24e421ef2df15f6bab048c1dcaf28 Author: Ian Dunn Commit: Ian Dunn Fixed NetworkManager connection bug. * enwc-nm.el (enwc-nm-wireless-connect): Connect using a connection object rather than an access point object. --- lisp/enwc-nm.el | 27 ++

[elpa] master 17f27c6 18/76: (enwc-nm-prop-to-prop, enwc-nm-get-sec-types): Removed.

2017-02-23 Thread Ian Dunn
branch: master commit 17f27c6e05d64cf7919a29ea01539af360036b7a Author: Ian D Commit: Ian D (enwc-nm-prop-to-prop, enwc-nm-get-sec-types): Removed. (enwc-nm-get-conn-by-nid, enwc-nm-get-conn-by-id): Removed. (enwc-nm-get-uuid-by-id, enwc-nm-get-conn-by-uuid): Removed. (enwc-nm-get

[elpa] master 11443eb 34/76: enwc-setup.el: Fixed up header and footer.

2017-02-23 Thread Ian Dunn
branch: master commit 11443eb73fc4d0312217bc4eeab5b2017b28cd3a Author: Ian D Commit: Ian D enwc-setup.el: Fixed up header and footer. --- lisp/enwc-setup.el | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/lisp/enwc-setup.el b/lisp/enwc-setup.e

[elpa] master 20afe01 22/76: (enwc-wicd-save-nw-settings): Updated to work with new interface.

2017-02-23 Thread Ian Dunn
branch: master commit 20afe01f3cd8d1a58f087f5825e687536952a098 Author: Ian D Commit: Ian D (enwc-wicd-save-nw-settings): Updated to work with new interface. --- lisp/enwc-wicd.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/enwc-wicd.el b/lisp/enwc-w

[elpa] master e8b1d77 05/76: * enwc.el (enwc-display-mode-line-timer): Added a variable for the mode line timer.

2017-02-23 Thread Ian Dunn
branch: master commit e8b1d77f4940804f97a7d8cbc865bca86c25090a Author: Ian D Commit: Ian D * enwc.el (enwc-display-mode-line-timer): Added a variable for the mode line timer. (enwc-scan-timer, enwc-auto-scan, enwc-auto-scan-interval, enwc-toggle-auto-scan): Added support for automatic

[elpa] master updated (b30addd -> da7e3c6)

2017-02-23 Thread Ian Dunn
skolar42 pushed a change to branch master. from b30addd * windresize.el: Fix up email; address compiler warnings new 710001f Removed packages/enwc in preparation for subtree pull. new 2ebc214 Changed timeout on enwc-wicd-get-wireless-network-property. new d6aa

[elpa] master d091e21 16/76: (enwc-get-profile-sec-info): Removed.

2017-02-23 Thread Ian Dunn
branch: master commit d091e21cdc518a76d1f21b7d62be0fb891edb13a Author: Ian D Commit: Ian D (enwc-get-profile-sec-info): Removed. --- lisp/enwc.el | 7 --- 1 file changed, 7 deletions(-) diff --git a/lisp/enwc.el b/lisp/enwc.el index 6c9d7b3..1ebca2f 100644 --- a/lisp/enwc.el +++ b/lisp

[elpa] master 01075fa 28/76: Fixed up docstrings.

2017-02-23 Thread Ian Dunn
branch: master commit 01075fa97dcdfa574bf5fce4d24eae50c977ac1f Author: Ian D Commit: Ian D Fixed up docstrings. --- lisp/enwc-wicd.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lisp/enwc-wicd.el b/lisp/enwc-wicd.el index 484aa67..a637696 100644 --

[elpa] master b5e612f 04/76: * enwc.el (enwc-display-networks, enwc-maybe-pretty-entry): Added support for colorizing the current network.

2017-02-23 Thread Ian Dunn
branch: master commit b5e612fdee6eeb67fd56988839d190708c00e7ef Author: Ian D Commit: Ian D * enwc.el (enwc-display-networks, enwc-maybe-pretty-entry): Added support for colorizing the current network. (enwc-scan): Set up to allow the networks to be updated without the buffer being disp

[elpa] master 1db83f7: Add cl-print from Emacs

2017-02-23 Thread Stefan Monnier
branch: master commit 1db83f753d7bceb18fb55aa4a06cbe4d7cd09311 Author: Stefan Monnier Commit: Stefan Monnier Add cl-print from Emacs --- externals-list | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/externals-list b/externals-list index 2bfc99e..2539c3c 100644 ---

[elpa] master b30addd: * windresize.el: Fix up email; address compiler warnings

2017-02-23 Thread Stefan Monnier
branch: master commit b30addd990d35e465fd6d6ece8f103fa3314 Author: Stefan Monnier Commit: Stefan Monnier * windresize.el: Fix up email; address compiler warnings * windresize/windresize.el: Fix up maintainer's email address. (windresize-other-char): Remove (universal-argumen

[elpa] master updated (9972760 -> 6540bb6)

2017-02-23 Thread Ingo Lohmar
ilohmar pushed a change to branch master. from 9972760 Merge commit '833ae431a5b35739be3076ea4b586d84d6fe269f' from wconf new f781d42 Fix byte-compile warnings about unused variable new 36d9692 Merge pull request #10 from syohex/unused-vars new 2f00e0a Avoid

[elpa] master 2f00e0a 3/5: Avoid write-file side-effects, fixed encoding

2017-02-23 Thread Ingo Lohmar
branch: master commit 2f00e0a6ab233a894c2da2a8786b311acc5f2aae Author: Ingo Lohmar Commit: Ingo Lohmar Avoid write-file side-effects, fixed encoding --- company-statistics.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/company-statistics.el b/company-statist

[elpa] master 36d9692 2/5: Merge pull request #10 from syohex/unused-vars

2017-02-23 Thread Ingo Lohmar
branch: master commit 36d9692da9172c3ad1e1a46d66ffa9346a44b212 Merge: 906d813 f781d42 Author: Dmitry Gutov Commit: GitHub Merge pull request #10 from syohex/unused-vars Fix byte-compile warnings about unused variable --- company-statistics.el | 8 1 file changed, 4 inserti

[elpa] master 6540bb6 5/5: Merge commit 'e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c' from company-statistics

2017-02-23 Thread Ingo Lohmar
branch: master commit 6540bb625b7983499c05bc38f037650e81a13c02 Merge: 9972760 e62157d Author: Ingo Lohmar Commit: Ingo Lohmar Merge commit 'e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c' from company-statistics * commit 'e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c': Bump version

[elpa] master f781d42 1/5: Fix byte-compile warnings about unused variable

2017-02-23 Thread Ingo Lohmar
branch: master commit f781d4276c5511aabbe20be6b78ed0022001acb6 Author: Syohei YOSHIDA Commit: Syohei YOSHIDA Fix byte-compile warnings about unused variable --- company-statistics.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/company-statistics.el b/company-

[elpa] master e62157d 4/5: Bump version

2017-02-23 Thread Ingo Lohmar
branch: master commit e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c Author: Ingo Lohmar Commit: Ingo Lohmar Bump version --- company-statistics.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/company-statistics.el b/company-statistics.el index a7dd961..7c6326a 100644 -

[elpa] master 99252c6 3/5: In minibuffer, prevent all commands that alter current config

2017-02-23 Thread Ingo Lohmar
branch: master commit 99252c65a3864e5944489d72775fdeaf31599070 Author: Ingo Lohmar Commit: Ingo Lohmar In minibuffer, prevent all commands that alter current config --- wconf.el | 9 + 1 file changed, 9 insertions(+) diff --git a/wconf.el b/wconf.el index 9fbb817..9a537fb 100644 --

[elpa] master 833ae43 4/5: Bump version and copyright

2017-02-23 Thread Ingo Lohmar
branch: master commit 833ae431a5b35739be3076ea4b586d84d6fe269f Author: Ingo Lohmar Commit: Ingo Lohmar Bump version and copyright --- wconf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wconf.el b/wconf.el index 9a537fb..51d374a 100644 --- a/wconf.el +++ b/wconf

[elpa] master updated (fcec526 -> 9972760)

2017-02-23 Thread Ingo Lohmar
ilohmar pushed a change to branch master. from fcec526 * packages/ada-ref-man/ada-ref-man.el: actually bump version new ab21b66 Specify customization types new ec80c8b Fix a compiler warning new 99252c6 In minibuffer, prevent all commands that alter current

[elpa] master 9972760 5/5: Merge commit '833ae431a5b35739be3076ea4b586d84d6fe269f' from wconf

2017-02-23 Thread Ingo Lohmar
branch: master commit 997276013d459170fe1e8ada6dc85f85df27a215 Merge: fcec526 833ae43 Author: Ingo Lohmar Commit: Ingo Lohmar Merge commit '833ae431a5b35739be3076ea4b586d84d6fe269f' from wconf * commit '833ae431a5b35739be3076ea4b586d84d6fe269f': Bump version and copyright

[elpa] master ec80c8b 2/5: Fix a compiler warning

2017-02-23 Thread Ingo Lohmar
branch: master commit ec80c8be0d7836bb4029693a4e388bcd16e98280 Author: Ingo Lohmar Commit: Ingo Lohmar Fix a compiler warning --- wconf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wconf.el b/wconf.el index 0555f2a..9fbb817 100644 --- a/wconf.el +++ b/wconf.el @@ -

[elpa] master ab21b66 1/5: Specify customization types

2017-02-23 Thread Ingo Lohmar
branch: master commit ab21b66f2ccd1abd9e916f69f179c160e8f78366 Author: Ingo Lohmar Commit: Ingo Lohmar Specify customization types --- wconf.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/wconf.el b/wconf.el index 57add63..0555f2a 100644 --- a/wconf.

[elpa] master fcec526: * packages/ada-ref-man/ada-ref-man.el: actually bump version

2017-02-23 Thread Stephen Leake
branch: master commit fcec5261f46a597c9a6deed99653a6d63e3f5569 Author: Stephen Leake Commit: Stephen Leake * packages/ada-ref-man/ada-ref-man.el: actually bump version --- packages/ada-ref-man/ada-ref-man.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ad