| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Prefer HTTPS to HTTP in many URLs | Stefan Kangas | 2022-10-15 | 4 | -4/+4 |
* | org.el: Improve bindings of `inhibit-*` vars | Stefan Monnier | 2022-10-07 | 1 | -8/+4 |
* | Revert "Decrease use of the word "Emacsen" in docs" | Stefan Kangas | 2022-10-01 | 2 | -3/+3 |
* | Decrease use of the word "Emacsen" in docs | Stefan Kangas | 2022-10-01 | 2 | -3/+3 |
* | Add a new command vc-pull-and-push | Lars Ingebrigtsen | 2022-09-24 | 1 | -1/+1 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2022-09-21 | 1 | -1/+1 |
|\ |
|
| * | ; Fix typos in Lisp symbols | Stefan Kangas | 2022-09-20 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-09-05 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Update to Org 9.5.5 | Kyle Meyer | 2022-09-03 | 2 | -3/+3 |
* | | Make point-at-eol and point-at-bol obsolete | Stefan Kangas | 2022-08-23 | 19 | -178/+198 |
* | | Fix some no-X build warnings | Lars Ingebrigtsen | 2022-08-22 | 1 | -1/+2 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-08-22 | 3 | -8/+13 |
|\ \
| |/ |
|
| * | Update to Org 9.5.4-19-g4dff42 | Kyle Meyer | 2022-08-21 | 3 | -8/+13 |
* | | Make many seldom-used generalized variables obsolete | Lars Ingebrigtsen | 2022-08-21 | 1 | -6/+7 |
* | | ; * lisp/org/org.el: Delete unnecessary declarations. | Stefan Kangas | 2022-08-14 | 1 | -5/+0 |
* | | Make compat alias image-refresh obsolete | Stefan Kangas | 2022-08-09 | 2 | -3/+3 |
* | | * lisp/org/org.el: Fix load of compiled or compressed org-loaddefs | Peder O. Klingenberg | 2022-08-04 | 1 | -2/+2 |
* | | ; * lisp/org/ob-lilypond.el: Add FIXME. | Stefan Kangas | 2022-08-04 | 1 | -0/+1 |
* | | Fix up some prefix registration problems in doc strings | Lars Ingebrigtsen | 2022-08-04 | 1 | -6/+6 |
* | | Fix quoting of #' in some doc strings | Lars Ingebrigtsen | 2022-08-03 | 1 | -1/+1 |
* | | Fix org.el byte-compile warning in org-loaddefs.el | Lars Ingebrigtsen | 2022-07-31 | 1 | -0/+1 |
* | | Doc fixes: don't mention EFS | Stefan Kangas | 2022-07-28 | 1 | -1/+1 |
* | | string-equal-ignore-case: new function | Sam Steingold | 2022-07-26 | 4 | -20/+21 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-07-25 | 10 | -21/+39 |
|\ \
| |/ |
|
| * | Update to Org 9.5.4-17-g6e991f | Kyle Meyer | 2022-07-24 | 18 | -36/+54 |
* | | ; * lisp/org/ol.el (org-link--decode-compound): `lsh` -> `ash` | Mattias EngdegÄrd | 2022-07-20 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-07-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | ; Fix typos | Stefan Kangas | 2022-07-16 | 1 | -1/+1 |
* | | ; Fix typos: prefer American spelling | Stefan Kangas | 2022-07-14 | 1 | -3/+3 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-07-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | ; Fix typos: prefer American spelling | Stefan Kangas | 2022-07-13 | 1 | -2/+2 |
* | | Drop support for the dead third-party w3 package | Stefan Kangas | 2022-07-09 | 1 | -8/+0 |
* | | ; Fix typos. | Stefan Kangas | 2022-07-02 | 3 | -3/+3 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-06-27 | 2 | -2/+9 |
|\ \
| |/ |
|
| * | Update to Org 9.5.4-3-g6dc785 | Kyle Meyer | 2022-06-26 | 2 | -2/+9 |
* | | org-cite-list-citations: Cache footnote-definition searches | Ihor Radchenko | 2022-06-16 | 1 | -6/+19 |
* | | org-element-map: Avoid repetitive `plist-get' call | Ihor Radchenko | 2022-06-16 | 1 | -1/+2 |
* | | org-export-data: Concatenate strings in temporary buffer for performance | Ihor Radchenko | 2022-06-16 | 1 | -22/+28 |
* | | org-export-as: Do not update buffer settings when not modified | Ihor Radchenko | 2022-06-16 | 1 | -5/+11 |
* | | org-export-resolve-id-link: Pre-cache all the ids in the parse tree | Ihor Radchenko | 2022-06-16 | 1 | -9/+21 |
* | | org-export-resolve-fuzyy-link: Pre-cache all possible search cells | Ihor Radchenko | 2022-06-16 | 1 | -6/+16 |
* | | org-export-get-footnote-definition: Pre-cache references in parse tree | Ihor Radchenko | 2022-06-16 | 1 | -17/+22 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-06-05 | 3 | -5/+5 |
|\ \
| |/ |
|
| * | Update to Org 9.5.4 | Kyle Meyer | 2022-06-04 | 3 | -5/+5 |
* | | Further audits of single quotes in Lisp doc strings | Lars Ingebrigtsen | 2022-05-24 | 2 | -2/+2 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-05-16 | 2 | -4/+5 |
|\ \
| |/ |
|
| * | Update to Org 9.5.3-6-gef41f3 | Kyle Meyer | 2022-05-15 | 2 | -4/+5 |
* | | Remove some XEmacs compat code from org-mode | Stefan Kangas | 2022-05-14 | 1 | -1/+0 |
* | | Remove some XEmacs compat code from org-mode | Stefan Kangas | 2022-05-13 | 4 | -4/+4 |
* | | Fix handling double-click-time nil or t | Stefan Kangas | 2022-05-02 | 1 | -1/+1 |