[elpa] externals/exwm fbdcd42 1/2: Add support for various key processing variables

2018-04-01 Thread Chris Feng
branch: externals/exwm commit fbdcd42b0a2aadb4f3e27cd2a75c863d2f67eb39 Author: Chris Feng Commit: Chris Feng Add support for various key processing variables * exwm-input.el (exwm-input--mimic-read-event): New function for handling `extra-keyboard-modifiers' and `keyboard-transl

[elpa] externals/exwm 87db8b4 2/2: Preserve keyboard grab state after quitting fullscreen mode

2018-04-01 Thread Chris Feng
branch: externals/exwm commit 87db8b42a33876818ad8ee6b950c1f2aaa73d3d5 Author: Chris Feng Commit: Chris Feng Preserve keyboard grab state after quitting fullscreen mode * exwm-layout.el (exwm-layout-set-fullscreen) (exwm-layout-unset-fullscreen, exwm-layout-toggle-fullscreen): D

[elpa] externals/exwm updated (f4aa838 -> 87db8b4)

2018-04-01 Thread Chris Feng
ch11ng pushed a change to branch externals/exwm. from f4aa838 Fix a compatibility issue with Emacs 24 new fbdcd42 Add support for various key processing variables new 87db8b4 Preserve keyboard grab state after quitting fullscreen mode Summary of changes: exwm-input

[elpa] externals/xelb eda5f25: Do not block NewKeyboardNotify events concerned with SetMap requests

2018-04-01 Thread Chris Feng
branch: externals/xelb commit eda5f25b14959592cb4c75ea52fe7526fe13d91f Author: Chris Feng Commit: Chris Feng Do not block NewKeyboardNotify events concerned with SetMap requests * xcb-keysyms.el (xcb:keysyms:-on-NewKeyboardNotify): NewKeyboardNotify events related to SetMap requ

[elpa] externals/ebdb 7a5ce18 13/15: Handle mail priority after customization edits

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 7a5ce181ccc3329a515875cabea5a2a0e7e39916 Author: Eric Abrahamsen Commit: Eric Abrahamsen Handle mail priority after customization edits * ebdb-com.el (eieio-done-customizing): New :after method to set record's mail priorities based on edits to thi

[elpa] externals/ebdb d60338c 15/15: Bump version to 0.5

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit d60338cb7fcfbc09fda1458a2fa4653dd2df3be2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Bump version to 0.5 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index 101427c..5d3d547 100644 --- a/ebdb.el +++ b/ebdb

[elpa] externals/ebdb b323307 09/15: Add a "follow related" action to role fields

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit b32330782c7bc781b18b44ddaad9dd3fae10447a Author: Eric Abrahamsen Commit: Eric Abrahamsen Add a "follow related" action to role fields * ebdb.el (ebdb-field-role): Should be able to hit RET to add the related record. --- ebdb.el | 4 +++- 1 file c

[elpa] externals/ebdb 27a1fa5 05/15: Move field manipulation "convenience logic" into ebdb-com

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 27a1fa5fcd33613bbfddf9466d4665cf990ad747 Author: Eric Abrahamsen Commit: Eric Abrahamsen Move field manipulation "convenience logic" into ebdb-com * ebdb-com.el (ebdb-com-delete-field, ebdb-com-insert-field, ebdb-com-edit-field): Three new generic

[elpa] externals/ebdb dd2f73c 10/15: Change behavior of mail insertion

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit dd2f73cfb7e8c9b9fa5369c783e84530817c98ca Author: Eric Abrahamsen Commit: Eric Abrahamsen Change behavior of mail insertion * ebdb.el (ebdb-record-insert-field): Change what this method does. It previously sorted all the record's mails, which is a

[elpa] externals/ebdb 70754b8 08/15: Fix unnecessary code in ebdb-follow-related

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 70754b8acb9612cf8054de0b9c576cdf978e8b22 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix unnecessary code in ebdb-follow-related * ebdb-com.el (ebdb-follow-related): No need to mapcar ebdb-records, that's what the APPEND argument does. --- eb

[elpa] externals/ebdb c3e06ee 12/15: Use quoted field class

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit c3e06eefbd0239d3ae94ea2c5c64427a70d85369 Author: Eric Abrahamsen Commit: Eric Abrahamsen Use quoted field class * ebdb.el (ebdb-record-change-name): Compiler didn't like this. --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[elpa] externals/ebdb updated (9e7a96f -> d60338c)

2018-04-01 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 9e7a96f Add experimental ebdb-completion-at-point-function new 5b4d834 Organization/role delete method needs to be an :around new 9bd965b Simplify ebdb-with-record-edits new 261454d Return results of ebdb-

[elpa] externals/ebdb 9bd965b 02/15: Simplify ebdb-with-record-edits

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 9bd965b62deb4ba75bdaf49e05fedbdcdffb5472 Author: Eric Abrahamsen Commit: Eric Abrahamsen Simplify ebdb-with-record-edits * ebdb-com.el (ebdb-with-record-edits): This macro was trying too hard. Instead of accepting a list of records, just operate o

[elpa] externals/ebdb 4bb77e3 11/15: Add mail deletion behavior

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 4bb77e377f04ac26ab0b743a9d0a46fd2d14ab1a Author: Eric Abrahamsen Commit: Eric Abrahamsen Add mail deletion behavior * ebdb.el (ebdb-record-delete-field): If deleting a record mail leaves no primary mail address, set the first of the remaining mail

[elpa] externals/ebdb 9ab7b56 07/15: Improvements to ebdb-edit-foo

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 9ab7b56115284f9d4ef7a9c9a75a47d5cf4f0986 Author: Eric Abrahamsen Commit: Eric Abrahamsen Improvements to ebdb-edit-foo * ebdb-com.el (eieio-done-customizing): Use the formatting functions to display field values. Don't offer the primary name for e

[elpa] externals/ebdb bbfdc70 04/15: Set mail priority on record creation

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit bbfdc70297fabeaba060d1401bef92bdcd74cfa0 Author: Eric Abrahamsen Commit: Eric Abrahamsen Set mail priority on record creation * ebdb.el (ebdb-read): Make the first mail address entered the priority address. --- ebdb.el | 2 ++ 1 file changed, 2 i

[elpa] externals/ebdb a7e88d4 14/15: Update copyright dates

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit a7e88d44368d315c4920a69654e5caf959d1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Update copyright dates --- ebdb-com.el | 2 +- ebdb-format.el | 2 +- ebdb-gnus.el| 2 +- ebdb-i18n.el| 2 +- ebdb-ispell.el | 2 +- ebdb-message.el | 2 +- e

[elpa] externals/ebdb a25e1eb 06/15: Use values from "slots" in role field ebdb-read

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit a25e1eb35d45a6b3c8340cc04c0a2f2d150d2b5e Author: Eric Abrahamsen Commit: Eric Abrahamsen Use values from "slots" in role field ebdb-read * ebdb.el (ebdb-read): We should be allowing values in "slots" to override the read process. --- ebdb.el | 13

[elpa] externals/ebdb 261454d 03/15: Return results of ebdb-loop-with-exit in correct order

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 261454d490622abf1a4320ae277322083e3e8a87 Author: Eric Abrahamsen Commit: Eric Abrahamsen Return results of ebdb-loop-with-exit in correct order * ebdb.el (ebdb-loop-with-exit): Items should be in the order the user entered them. --- ebdb.el | 2 +

[elpa] externals/ebdb 5b4d834 01/15: Organization/role delete method needs to be an :around

2018-04-01 Thread Eric Abrahamsen
branch: externals/ebdb commit 5b4d8345ed93f7719b7ad4e9b0d1c1fb3bd6a86b Author: Eric Abrahamsen Commit: Eric Abrahamsen Organization/role delete method needs to be an :around * ebdb.el (ebdb-record-delete-field): Otherwise it hits the existing :around method, which first checks