Merge: 0.4.2
This commit is contained in:
commit
60d1bd1f97
3 changed files with 72 additions and 53 deletions
|
|
@ -410,6 +410,11 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
|
||||||
*Changed*
|
*Changed*
|
||||||
+ Binding to refresh search/view buffers changed to =r=.
|
+ Binding to refresh search/view buffers changed to =r=.
|
||||||
|
|
||||||
|
** 0.4.2
|
||||||
|
|
||||||
|
*Fixed*
|
||||||
|
+ Items' to-do keywords were not shown in views.
|
||||||
|
|
||||||
** 0.4.1
|
** 0.4.1
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
|
|
|
||||||
|
|
@ -802,10 +802,12 @@ property."
|
||||||
element))
|
element))
|
||||||
|
|
||||||
(defun org-ql-view--add-todo-face (keyword)
|
(defun org-ql-view--add-todo-face (keyword)
|
||||||
"Return KEYWORD with TODO face added."
|
"Return KEYWORD with Org to-do face added."
|
||||||
(when-let* ((org-done-keywords org-done-keywords-for-agenda)
|
(let* ((org-done-keywords org-done-keywords-for-agenda)
|
||||||
(face (org-get-todo-face keyword)))
|
(face (org-get-todo-face keyword)))
|
||||||
(org-add-props keyword nil 'face face)))
|
(when face
|
||||||
|
(add-text-properties 0 (length keyword) (list 'face face) keyword))
|
||||||
|
keyword))
|
||||||
|
|
||||||
;;;;; Completion
|
;;;;; Completion
|
||||||
|
|
||||||
|
|
|
||||||
110
org-ql.info
110
org-ql.info
|
|
@ -64,6 +64,7 @@ Functions / Macros
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
* 0.5-pre: 05-pre.
|
* 0.5-pre: 05-pre.
|
||||||
|
* 0.4.2: 042.
|
||||||
* 0.4.1: 041.
|
* 0.4.1: 041.
|
||||||
* 0.4: 04.
|
* 0.4: 04.
|
||||||
* 0.3.2: 032.
|
* 0.3.2: 032.
|
||||||
|
|
@ -718,6 +719,7 @@ releases.
|
||||||
* Menu:
|
* Menu:
|
||||||
|
|
||||||
* 0.5-pre: 05-pre.
|
* 0.5-pre: 05-pre.
|
||||||
|
* 0.4.2: 042.
|
||||||
* 0.4.1: 041.
|
* 0.4.1: 041.
|
||||||
* 0.4: 04.
|
* 0.4: 04.
|
||||||
* 0.3.2: 032.
|
* 0.3.2: 032.
|
||||||
|
|
@ -730,7 +732,7 @@ releases.
|
||||||
* 0.1: 01.
|
* 0.1: 01.
|
||||||
|
|
||||||
|
|
||||||
File: README.info, Node: 05-pre, Next: 041, Up: Changelog
|
File: README.info, Node: 05-pre, Next: 042, Up: Changelog
|
||||||
|
|
||||||
5.1 0.5-pre
|
5.1 0.5-pre
|
||||||
===========
|
===========
|
||||||
|
|
@ -745,9 +747,18 @@ File: README.info, Node: 05-pre, Next: 041, Up: Changelog
|
||||||
• Binding to refresh search/view buffers changed to r.
|
• Binding to refresh search/view buffers changed to r.
|
||||||
|
|
||||||
|
|
||||||
File: README.info, Node: 041, Next: 04, Prev: 05-pre, Up: Changelog
|
File: README.info, Node: 042, Next: 041, Prev: 05-pre, Up: Changelog
|
||||||
|
|
||||||
5.2 0.4.1
|
5.2 0.4.2
|
||||||
|
=========
|
||||||
|
|
||||||
|
*Fixed*
|
||||||
|
• Items’ to-do keywords were not shown in views.
|
||||||
|
|
||||||
|
|
||||||
|
File: README.info, Node: 041, Next: 04, Prev: 042, Up: Changelog
|
||||||
|
|
||||||
|
5.3 0.4.1
|
||||||
=========
|
=========
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
|
|
@ -757,7 +768,7 @@ File: README.info, Node: 041, Next: 04, Prev: 05-pre, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 04, Next: 032, Prev: 041, Up: Changelog
|
File: README.info, Node: 04, Next: 032, Prev: 041, Up: Changelog
|
||||||
|
|
||||||
5.3 0.4
|
5.4 0.4
|
||||||
=======
|
=======
|
||||||
|
|
||||||
_Note:_ The next release, 0.5, may include changes which will require
|
_Note:_ The next release, 0.5, may include changes which will require
|
||||||
|
|
@ -838,7 +849,7 @@ as they will be pushed to the master branch when ready.
|
||||||
|
|
||||||
File: README.info, Node: 032, Next: 031, Prev: 04, Up: Changelog
|
File: README.info, Node: 032, Next: 031, Prev: 04, Up: Changelog
|
||||||
|
|
||||||
5.4 0.3.2
|
5.5 0.3.2
|
||||||
=========
|
=========
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
|
|
@ -851,7 +862,7 @@ File: README.info, Node: 032, Next: 031, Prev: 04, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 031, Next: 03, Prev: 032, Up: Changelog
|
File: README.info, Node: 031, Next: 03, Prev: 032, Up: Changelog
|
||||||
|
|
||||||
5.5 0.3.1
|
5.6 0.3.1
|
||||||
=========
|
=========
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
|
|
@ -861,7 +872,7 @@ File: README.info, Node: 031, Next: 03, Prev: 032, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 03, Next: 023, Prev: 031, Up: Changelog
|
File: README.info, Node: 03, Next: 023, Prev: 031, Up: Changelog
|
||||||
|
|
||||||
5.6 0.3
|
5.7 0.3
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*Added*
|
*Added*
|
||||||
|
|
@ -926,7 +937,7 @@ File: README.info, Node: 03, Next: 023, Prev: 031, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 023, Next: 022, Prev: 03, Up: Changelog
|
File: README.info, Node: 023, Next: 022, Prev: 03, Up: Changelog
|
||||||
|
|
||||||
5.7 0.2.3
|
5.8 0.2.3
|
||||||
=========
|
=========
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
|
|
@ -936,7 +947,7 @@ File: README.info, Node: 023, Next: 022, Prev: 03, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 022, Next: 021, Prev: 023, Up: Changelog
|
File: README.info, Node: 022, Next: 021, Prev: 023, Up: Changelog
|
||||||
|
|
||||||
5.8 0.2.2
|
5.9 0.2.2
|
||||||
=========
|
=========
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
|
|
@ -947,8 +958,8 @@ File: README.info, Node: 022, Next: 021, Prev: 023, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 021, Next: 02, Prev: 022, Up: Changelog
|
File: README.info, Node: 021, Next: 02, Prev: 022, Up: Changelog
|
||||||
|
|
||||||
5.9 0.2.1
|
5.10 0.2.1
|
||||||
=========
|
==========
|
||||||
|
|
||||||
*Fixed*
|
*Fixed*
|
||||||
• (descendants) selector matched against parent heading instead of
|
• (descendants) selector matched against parent heading instead of
|
||||||
|
|
@ -957,7 +968,7 @@ File: README.info, Node: 021, Next: 02, Prev: 022, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 02, Next: 01, Prev: 021, Up: Changelog
|
File: README.info, Node: 02, Next: 01, Prev: 021, Up: Changelog
|
||||||
|
|
||||||
5.10 0.2
|
5.11 0.2
|
||||||
========
|
========
|
||||||
|
|
||||||
*Added*
|
*Added*
|
||||||
|
|
@ -1040,7 +1051,7 @@ File: README.info, Node: 02, Next: 01, Prev: 021, Up: Changelog
|
||||||
|
|
||||||
File: README.info, Node: 01, Prev: 02, Up: Changelog
|
File: README.info, Node: 01, Prev: 02, Up: Changelog
|
||||||
|
|
||||||
5.11 0.1
|
5.12 0.1
|
||||||
========
|
========
|
||||||
|
|
||||||
First tagged release.
|
First tagged release.
|
||||||
|
|
@ -1098,42 +1109,43 @@ GPLv3
|
||||||
|
|
||||||
Tag Table:
|
Tag Table:
|
||||||
Node: Top225
|
Node: Top225
|
||||||
Node: Contents1437
|
Node: Contents1452
|
||||||
Node: Screenshots1560
|
Node: Screenshots1575
|
||||||
Node: Installation1678
|
Node: Installation1693
|
||||||
Node: Quelpa2316
|
Node: Quelpa2331
|
||||||
Node: Usage2759
|
Node: Usage2774
|
||||||
Node: Commands3108
|
Node: Commands3123
|
||||||
Node: org-ql-search3581
|
Node: org-ql-search3596
|
||||||
Node: helm-org-ql5295
|
Node: helm-org-ql5310
|
||||||
Node: org-ql-view5707
|
Node: org-ql-view5722
|
||||||
Node: org-ql-view-sidebar6204
|
Node: org-ql-view-sidebar6219
|
||||||
Node: org-ql-view-recent-items6560
|
Node: org-ql-view-recent-items6575
|
||||||
Node: org-ql-sparse-tree7044
|
Node: org-ql-sparse-tree7059
|
||||||
Node: Queries7844
|
Node: Queries7859
|
||||||
Node: Non-sexp query syntax8752
|
Node: Non-sexp query syntax8767
|
||||||
Node: General predicates10459
|
Node: General predicates10474
|
||||||
Node: Ancestor/descendant predicates15674
|
Node: Ancestor/descendant predicates15689
|
||||||
Node: Date/time predicates16802
|
Node: Date/time predicates16817
|
||||||
Node: Functions / Macros19457
|
Node: Functions / Macros19472
|
||||||
Node: Agenda-like views19690
|
Node: Agenda-like views19705
|
||||||
Node: Listing / acting-on results21095
|
Node: Listing / acting-on results21110
|
||||||
Node: Changelog25697
|
Node: Changelog25712
|
||||||
Node: 05-pre26261
|
Node: 05-pre26291
|
||||||
Node: 04126610
|
Node: 04226640
|
||||||
Node: 0426852
|
Node: 04126802
|
||||||
Node: 03230783
|
Node: 0427041
|
||||||
Node: 03131160
|
Node: 03230972
|
||||||
Node: 0331355
|
Node: 03131349
|
||||||
Node: 02334328
|
Node: 0331544
|
||||||
Node: 02234554
|
Node: 02334517
|
||||||
Node: 02134820
|
Node: 02234743
|
||||||
Node: 0235017
|
Node: 02135009
|
||||||
Node: 0139052
|
Node: 0235208
|
||||||
Node: Notes39153
|
Node: 0139243
|
||||||
Node: Comparison with Org Agenda searches39315
|
Node: Notes39344
|
||||||
Node: org-sidebar40187
|
Node: Comparison with Org Agenda searches39506
|
||||||
Node: License40466
|
Node: org-sidebar40378
|
||||||
|
Node: License40657
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue