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

2017-02-23 Thread Ian Dunn
a/lisp/enwc-cm.el +++ b/lisp/enwc-cm.el @@ -1,6 +1,6 @@ ;; enwc-cm.el -;; Copyright (C) 2012,2013 Free Software Foundation +;; Copyright (C) 2012,2013,2014 Free Software Foundation, Inc. ;; Author: Ian Dunn ;; Keywords: enwc, network, wicd, manager, nm @@ -31,7 +31,6 @@ ;; check-connec

[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):

[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

[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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed bug in 'enwc-load-default-backend' * enwc.el (enwc-load-default-backend): Fixed to use 'enwc-default-backend' instead of the corre

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Updated hgignore to ignore elc files in top-level directory. --- .hgignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

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

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

[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

[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

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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Cleaned up enwc-refresh-widths and changed enwc-details-list to enwc-column-specs. * enwc.el (enwc-refresh-widths): Cleaned up using pcase-le

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

2017-02-23 Thread Ian Dunn
branch: master commit 48e7aa46003db9c000f5337ebf1a848a23fb12af Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Updated Makefile --- lisp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/Makefile b/lisp/Makefile index 0789

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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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.

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

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

2017-02-23 Thread Ian Dunn
ree Software Foundation +;; Copyright (C) 2012,2013,2014 Free Software Foundation ;; Author: Ian Dunn ;; Keywords: enwc, network, wicd, manager, nm @@ -100,8 +100,11 @@ the wicd wired interface." (defvar enwc-wicd-prop-num 0) (defvar enwc-wicd-prop-timeout 3) -(defun enwc-wicd-nw-prop-handler

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

[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

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

2017-02-23 Thread Ian Dunn
| 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 81495bf..55a555a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # This is part of ENWC # -# Copyright (C) 2012 Ian Dunn. +# Copyright (C) 2012,2013,2014 Ian Dunn. # # This program is free s

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

2017-02-23 Thread Ian Dunn
branch: master commit 141ad1b565f24e421ef2df15f6bab048c1dcaf28 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed NetworkManager connection bug. * enwc-nm.el (enwc-nm-wireless-connect): Connect using a connection object rather than an access

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

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

2017-02-23 Thread Ian Dunn
branch: master commit 2e07c3a8192c6edf565725818d37e938c0126948 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Began work on WPA backend. EXPERIMENTAL! --- lisp/enwc-wpa.el | 76 1 file changed, 7

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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added default setup and removed experimental WPA supplicant backend. --- lisp/enwc-setup.el | 59 ++ lisp

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

2017-02-23 Thread Ian Dunn
branch: master commit 8f08bcb148267da954b0e3421b0da2c74fdd22f7 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Cleaned up network display. * enwc.el (enwc-details-list): Cleaned up. (enwc-column-spec): Implemented sorters for channel and strength.

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

2017-02-23 Thread Ian Dunn
branch: master commit 4e0d5a259daed33ce1574ade293e5c7088b65f4f Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Cosmetic changes. --- lisp/enwc-nm.el | 4 ++-- lisp/enwc.el| 8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/enwc-

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

[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

[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

[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

[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

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

2017-02-23 Thread Ian Dunn
ndation, Inc. -;; Author: Ian Dunn -;; Keywords: enwc, network, wicd, manager, nm +;; Author: Ian Dunn <du...@gnu.org> +;; Keywords: network, wicd, manager, nm +;; Version: 2.0 +;; Homepage: https://savannah.nongnu.org/p/enwc -;; This file is part of ENWC +;; This file is part of GNU Emacs.

[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

[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(-)

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

2017-02-23 Thread Ian Dunn
branch: master commit 5c63470887b07b728306744de7daa37cc5bba189 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed autoloads generation and added hgignore. --- .hgignore | 2 ++ lisp/Makefile | 7 --- 2 files changed, 6 insertions(+), 3 deletions(-)

[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

[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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Moved Wicd and NetworkManager backends to new system. --- lisp/enwc-nm.el | 108 +++- lisp/enwc-w

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

2017-02-23 Thread Ian Dunn
branch: master commit 3b1bbc692d968419539ac60bc4844ea11ce6ca17 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed autoloads target in Makefile * Makefile: Set lisp files as dependency of enwc-autoloads.el. --- lisp/Makefile | 7 ++- 1 fil

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

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

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

2017-02-23 Thread Ian Dunn
branch: master commit 33515f878626f258025dcdfa42efb6b884ce868c Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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

[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

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

2017-02-23 Thread Ian Dunn
sp/enwc.el b/lisp/enwc.el index 669360c..78a835f 100644 --- a/lisp/enwc.el +++ b/lisp/enwc.el @@ -1,44 +1,43 @@ ;;; enwc.el --- The Emacs Network Client -;; Copyright (C) 2012,2013,2014 Free Software Foundation, Inc. +;; Copyright (C) 2012-2014 Free Software Foundation, Inc. -;; Author: Ian Dunn

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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. ---

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

2017-02-23 Thread Ian Dunn
branch: master commit 6ed7137fea03e30ba3301d44804d876c2ed4a622 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Moved lisp files into top-level directory. --- Makefile| 36 --- lisp/enwc-backen

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Moved enwc-setup to enwc.el, and added it to enwc. * enwc-backend.el (enwc-force-backend-loading): New defcustom to force loading of def

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

2017-02-23 Thread Ian Dunn
branch: master commit 14bcaf41f49db9612098c59d681e06cd0ec571e1 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed bug with NetworkManager loading * enwc-nm.el (enwc-nm-can-load-p): Check introspection to see if NetworkManager D-Bus service

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

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

2017-02-23 Thread Ian Dunn
enwc-wicd.el +++ b/lisp/enwc-wicd.el @@ -1,30 +1,34 @@ ;;; enwc-wicd.el --- The Wicd backend to ENWC -;; Copyright (C) 2012,2013,2014 Free Software Foundation, Inc. +;; Copyright (C) 2012-2014 Free Software Foundation, Inc. -;; Author: Ian Dunn -;; Keywords: enwc, network, wicd, manager, nm +;;

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added tag 2.0 for changeset cc2f7aa4ed36 --- .hgtags | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgtags b/.hgtags index 820ec4a..d2

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

2017-02-23 Thread Ian Dunn
branch: master commit 03a546421e6525ac853bdeb3f3188f7893d0bc68 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Changed channel to an integer. * enwc-nm.el (enwc-nm-get-wireless-nw-props): Changed channel to an integer. * enwc-wicd.el (enwc-wic

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added tag 2.0 for changeset 3e2cab525cbc --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags new file mode 100644 i

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

2017-02-23 Thread Ian Dunn
branch: master commit 62fe017b21bd5727e4058322c3fd32dbe794e687 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Removed some files from docs. --- doc/connman.txt | 34 - doc/nm-dbus.txt | 390 --- doc/

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added force parameter to `enwc-load-backend'. * enwc-backend.el (enwc-load-backend): Added parameter to force loading of backend. (enwc-

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

2017-02-23 Thread Ian Dunn
branch: master commit a3c59cce3482babc7c0518e7ff9da246158b9420 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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..47

[elpa] master c6585bb 47/76: Added autoloads

2017-02-23 Thread Ian Dunn
branch: master commit c6585bb477ff62a02bc894a04bc1ee67a6b1ff3d Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added autoloads --- Makefile | 3 +++ lisp/Makefile | 7 ++- lisp/enwc-setup.el | 2 +- lisp/enwc.e

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

2017-02-23 Thread Ian Dunn
branch: master commit 4462fba3d0ab158afb38e69be3790e2bc2fbdcd5 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Lots of changes to enwc.el. * enwc.el (enwc-backends): Removed. (enwc-current-backend): Removed. (enwc-print-strength): Use si

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

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

[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 <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Updated copyright and keywords on all files. --- lisp/enwc-backend.el | 2 +- lisp/enwc-cm.el | 4 ++-- lisp/enwc-edit.el| 4 lis

[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):

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

2017-02-23 Thread Ian Dunn
;; Copyright (C) 2012-2014 Free Software Foundation, Inc. -;; Author: Ian Dunn -;; Keywords: enwc, network, wicd, manager, nm +;; Author: Ian Dunn <du...@gnu.org> +;; Keywords: network, wicd, manager, nm +;; Version: 2.0 +;; Homepage: https://savannah.nongnu.org/p/enwc -;; This fi

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

2017-02-23 Thread Ian Dunn
branch: master commit 50889387cdd66ba9f3fa883f4eea7217712e1610 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> 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 975c

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

2017-02-23 Thread Ian Dunn
--git a/lisp/enwc-cm.el b/lisp/enwc-cm.el index 2b54e44..cce89d7 100644 --- a/lisp/enwc-cm.el +++ b/lisp/enwc-cm.el @@ -1,35 +1,34 @@ -;; enwc-cm.el +;; enwc-cm.el --- The ConnMan back-end to ENWC. ;; Copyright (C) 2012,2013,2014 Free Software Foundation, Inc. -;; Author: Ian Dunn -;; Ke

[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

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

2017-02-23 Thread Ian Dunn
branch: master commit ba6061b886e549b9170a234f27722e5721948f92 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Created more robust backend system. --- lisp/enwc-backend.el | 148 +++ lisp/enwc-setu

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

[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

[elpa] master dae475f 2/2: Merge commit '8e63abd47ea0cfa00b44b3c2ab81a933dbd9ce93'

2017-02-24 Thread Ian Dunn
branch: master commit dae475fc65c7aeb7ea6fa96353ffcfeec79b2201 Merge: 917b79e 8e63abd Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Merge commit '8e63abd47ea0cfa00b44b3c2ab81a933dbd9ce93' --- packages/enwc/enwc.el | 9 +++-- 1 file changed, 7 inse

[elpa] master 8e63abd 1/2: Clarified example in enwc.el

2017-02-24 Thread Ian Dunn
branch: master commit 8e63abd47ea0cfa00b44b3c2ab81a933dbd9ce93 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Clarified example in enwc.el * enwc.el: Added example config and explained backend symbols --- enwc.el | 9 +++-- 1 file changed, 7 inse

[elpa] master 2dad73c 13/13: Merge commit '9893d7f17a2ee7f83587c305c256bd1300995125'

2017-04-15 Thread Ian Dunn
branch: master commit 2dad73c22f2ac19899a40c68e3f16b2f56d932ae Merge: c30e4e1 9893d7f Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Merge commit '9893d7f17a2ee7f83587c305c256bd1300995125' --- packages/enwc/enwc-backend.el | 10 +- packages/enwc/enwc-nm.e

[elpa] master 60d9d90 07/13: Added tests for interface selection

2017-04-15 Thread Ian Dunn
branch: master commit 60d9d90841b90aa8019b554b5038e21156bedc64 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added tests for interface selection * enwc-test.el (enwc-test-select-interface-save): Test for selecting interface using ip and saving t

[elpa] master 7f15c06 11/13: Various fixes and improvements

2017-04-15 Thread Ian Dunn
branch: master commit 7f15c06daf2b546b5eec9a22743d37a2b8cc9756 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Various fixes and improvements - Docstring fixes - Move mode-line update - Auto-scan fixes * enwc.el (enwc-wireless-device):

[elpa] master 9893d7f 12/13: Updated version to 2.0

2017-04-15 Thread Ian Dunn
branch: master commit 9893d7f17a2ee7f83587c305c256bd1300995125 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Updated version to 2.0 --- enwc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enwc.el b/enwc.el index b2131d0..08

[elpa] master b7529b1 01/13: Fixed wired connection and interface.

2017-04-15 Thread Ian Dunn
branch: master commit b7529b12826f926da1e9b608a6cad428e12bd57c Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed wired connection and interface. * enwc-backend.el (enwc--network-ids): Added wired argument (enwc-backend): Changed wireless-nw

[elpa] master 0ebaf4e 09/13: Restrict enwc-auto-scan to status variable

2017-04-15 Thread Ian Dunn
branch: master commit 0ebaf4e24d9292eb71e1c71d2eed0a9a50a11231 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Restrict enwc-auto-scan to status variable * enwc.el (enwc--auto-scan): Renamed from enwc-auto-scan. (enwc-enable-auto-scan-on-s

[elpa] master a61d78e 03/13: Ask the user about saving network interfaces during `enwc-setup'

2017-04-15 Thread Ian Dunn
branch: master commit a61d78e3f98f53744aa2c616e1fc71bc6d43c3d0 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Ask the user about saving network interfaces during `enwc-setup' * enwc.el (enwc-ask-to-save-interfaces): New defcustom. (enwc--selec

[elpa] master b9869fc 04/13: Demoted setup error to message

2017-04-15 Thread Ian Dunn
branch: master commit b9869fc4051e013a8cd8af0e6f9cb32fadcbd285 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Demoted setup error to message * enwc.el (enwc-setup): Print a message instead of throwing an error. --- enwc.el | 2 +- 1 file changed, 1 ins

[elpa] master bf628ce 05/13: Remove sort column when switching between wired and wireless

2017-04-15 Thread Ian Dunn
branch: master commit bf628ce81918535113f10c230d1c0a743ffac227 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Remove sort column when switching between wired and wireless * enwc.el (enwc-enable-wired): (enwc-enable-wireless): Set tabulated-l

[elpa] master 8cc5c8f 08/13: Fixed bug in enwc-refresh-widths

2017-04-15 Thread Ian Dunn
branch: master commit 8cc5c8ffe5427ca280cb74aecf2a9922b00f6170 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed bug in enwc-refresh-widths * enwc.el (enwc-refresh-widths): Check type of input argument. --- enwc.el | 12 +++- 1 fil

[elpa] master updated (c30e4e1 -> 2dad73c)

2017-04-15 Thread Ian Dunn
skolar42 pushed a change to branch master. from c30e4e1 Add new pattern type `de-morgan' new b7529b1 Fixed wired connection and interface. new ed920db Inform user if enwc-setup has already been called new a61d78e Ask the user about saving network interfaces

[elpa] master 17d530d 10/13: Add type for enwc-enable-auto-scan-on-startup

2017-04-15 Thread Ian Dunn
branch: master commit 17d530d6339f5a3d24f62bb8c71813ccaefc7160 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Add type for enwc-enable-auto-scan-on-startup * enwc.el (enwc-enable-auto-scan-on-startup): Fixed typo in defcustom form. --- enwc.el |

[elpa] master 886420d 06/13: Split enwc-setup contents into separate functions

2017-04-15 Thread Ian Dunn
branch: master commit 886420d7d8502c64e426edeac594757f5d6574f8 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Split enwc-setup contents into separate functions * enwc.el (enwc--setup-select-interfaces): (enwc--setup-load-default-backend):

[elpa] master ed920db 02/13: Inform user if enwc-setup has already been called

2017-04-15 Thread Ian Dunn
branch: master commit ed920dbcd108444121b21edb12104be229750581 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Inform user if enwc-setup has already been called * enwc.el (enwc-warn-if-already-setup): New defcustom. (enwc-setup): Use it, and th

[elpa] scratch/hook-helpers 365d8de 19/19: Add 'packages/hook-helpers/' from commit 'ff95f4944f3d6d1a43aca141cb7fa36a9043704d'

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 365d8de11cd0347b7963cbcb06f5717e693c1813 Merge: 8e045bc ff95f49 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Add 'packages/hook-helpers/' from commit 'ff95f4944f3d6d1a43aca141cb7fa36a9043704d' git-subtree-dir: p

[elpa] scratch/hook-helpers 7970dcf 01/19: Initial commit.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 7970dcf1946df27a33cfc5cba14c4211785df214 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Initial commit. --- .hgignore | 5 + COPYING | 674 Makefile

[elpa] scratch/hook-helpers ff95f49 18/19: Preparations to push to ELPA

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit ff95f4944f3d6d1a43aca141cb7fa36a9043704d Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Preparations to push to ELPA Updated copyright on all files. * hook-helpers.el (package header): Added requirement

[elpa] scratch/hook-helpers 93ae501 12/19: Finished last commit.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 93ae501db07671d7ae08b1b7b4700212303549b7 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Finished last commit. --- README.org| 95 +++ hook-helpers-t

[elpa] scratch/hook-helpers 7f1eccf 16/19: Fixed bug in hkhlp-normalize-hook-spec

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 7f1eccfe4ed4d9e350b272f95b37a2f9da3751e4 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed bug in hkhlp-normalize-hook-spec * hook-helpers.el (hkhlp-normalize-hook-spec): Correctly handle list structure

[elpa] branch scratch/hook-helpers created (now 365d8de)

2017-04-23 Thread Ian Dunn
skolar42 pushed a change to branch scratch/hook-helpers. at 365d8de Add 'packages/hook-helpers/' from commit 'ff95f4944f3d6d1a43aca141cb7fa36a9043704d' This branch includes the following new commits: new 7970dcf Initial commit. new 5e4a3a8 Added

[elpa] scratch/hook-helpers dff9910 10/19: Added `define-hook-function' to allow defining a function to be added to multiple hooks.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit dff991047a70cd98cf4329f9f2b92157783bd6cc Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Added `define-hook-function' to allow defining a function to be added to multiple hooks. * hook-helpers.el (define-hook-func

[elpa] scratch/hook-helpers 597fce1 03/19: Updated README to include savannah project link.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 597fce173aa51947fc56831f1c6f690e29e99365 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Updated README to include savannah project link. --- README.org | 26 ++ 1 file changed, 26 insertions(+)

[elpa] scratch/hook-helpers 0386e23 04/19: Modified define-hook-helper to more closely match defun.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 0386e23bd5a14e37db00e8c970d8f4424af0caa7 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Modified define-hook-helper to more closely match defun. * hook-helpers.el (define-hook-helper): (define-mode-hook-hel

[elpa] scratch/hook-helpers 17f7d5d 07/19: Restored docstring argument in `define-hook-helper'.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 17f7d5d92d817641f6341676f6fd319cae2c21cf Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Restored docstring argument in `define-hook-helper'. * hook-helpers.el (define-hook-helper): Restored docstring argumen

[elpa] scratch/hook-helpers 706af98 15/19: Clean up describe-hook-helpers

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 706af9820d78a99b41d809671b8f594ba22ecbbd Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Clean up describe-hook-helpers * hook-helpers.el (hkhlp--pp): Use correct indenting and add an extra newline. --- hook-he

[elpa] scratch/hook-helpers a46803b 17/19: Fixed failing tests

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit a46803b14e777a5407244539e8d8b277acbdc9ff Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Fixed failing tests * hook-helpers.el: Require 'subr-x --- hook-helpers.el | 2 ++ 1 file changed, 2 insertions(+) diff

[elpa] scratch/hook-helpers f1409ec 05/19: Updated README to include new usage.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit f1409ec376bc26d10cb0929dbd9a4d16615f2d79 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org> Updated README to include new usage. --- README.org | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-)

  1   2   3   4   5   6   >