Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Omit/rewrite useless regexp repetitions | Paul Eggert | 2019-04-12 | 1 | -2/+2 |
* | Improve regexp advice again, and unchain ranges | Paul Eggert | 2019-04-02 | 2 | -3/+3 |
* | More minor regex cleanup | Paul Eggert | 2019-03-19 | 2 | -6/+7 |
* | Fix more regular expression typos | Paul Eggert | 2019-03-18 | 2 | -4/+4 |
* | Fix some ineffective backslashes in string literals | Mattias EngdegÄrd | 2019-03-16 | 3 | -4/+4 |
* | More regexp corrections and tweaks | Paul Eggert | 2019-03-08 | 1 | -2/+2 |
* | Be safer about "%" in message formats | Paul Eggert | 2019-03-07 | 3 | -18/+20 |
* | Fix regular-expression glitches and typos | Paul Eggert | 2019-03-04 | 14 | -21/+22 |
* | Avoid some double-rounding of Lisp timestamps | Paul Eggert | 2019-02-22 | 13 | -115/+86 |
* | Remove some timestamp format assumptions | Paul Eggert | 2019-02-22 | 1 | -6/+4 |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-02-20 | 1 | -3/+3 |
|\ | |||||
| * | Update citations of Internet RFCs | Paul Eggert | 2019-02-16 | 1 | -3/+3 |
* | | Simplify use of encode-time | Paul Eggert | 2019-02-10 | 7 | -84/+73 |
* | | Prefer encode-time to its alias | Paul Eggert | 2019-02-10 | 5 | -17/+17 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 118 | -121/+121 |
|\ \ | |/ | |||||
| * | Fix copyright years by hand | Paul Eggert | 2019-01-01 | 1 | -3/+3 |
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 118 | -118/+118 |
* | | Make org-protocol-flatten always an alias | Paul Eggert | 2018-12-17 | 1 | -9/+9 |
* | | Some more flatten-tree aliases | Paul Eggert | 2018-12-17 | 1 | -6/+9 |
* | | Revert "Replace insignificant backquotes" for Org files | Michael Heerdegen | 2018-11-26 | 42 | -374/+374 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 42 | -374/+374 |
* | | New (TICKS . HZ) timestamp format | Paul Eggert | 2018-10-06 | 1 | -2/+2 |
* | | file-attributes cleanup | Paul Eggert | 2018-09-23 | 6 | -11/+17 |
* | | Prune most-positive-fixnum from Lisp source | Paul Eggert | 2018-08-22 | 3 | -5/+5 |
* | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 2 | -4/+4 |
* | | Add predicate proper-list-p | Basil L. Contovounesios | 2018-07-09 | 1 | -3/+2 |
* | | More alias-related tedium | Glenn Morris | 2018-04-20 | 1 | -4/+5 |
* | | The tedious game of whack-a-mole with compiler warnings continues | Glenn Morris | 2018-04-20 | 2 | -14/+15 |
* | | Prefer \... to control chars in .el literals | Paul Eggert | 2018-03-29 | 1 | -2/+2 |
* | | Port recent org-clock fix to POSIX time_t | Paul Eggert | 2018-03-28 | 1 | -2/+12 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-03-28 | 102 | -557/+589 |
|\ \ | |/ | |||||
| * | Update Org to v9.1.9 | Rasmus | 2018-03-27 | 102 | -567/+589 |
* | | Avoid using unportable integer in org-clock | Paul Eggert | 2018-03-27 | 1 | -11/+1 |
* | | Merge from origin/emacs-26 | Stefan Monnier | 2018-03-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | * lisp/org/ob-lisp.el (org-babel-lisp-eval-fn): Tweak type. | Glenn Morris | 2018-03-22 | 1 | -1/+1 |
* | | Explicitly require cl-lib where needed | Glenn Morris | 2018-03-16 | 2 | -0/+3 |
* | | Replace some obsolete uses of filter-buffer-substring-functions | Glenn Morris | 2018-03-15 | 2 | -13/+24 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-03-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | ; * lisp/org/org-table.el: Replace obsolete alias in comment. | Glenn Morris | 2018-03-09 | 1 | -1/+1 |
* | | uniqify -> uniquify | Paul Eggert | 2018-03-04 | 1 | -10/+10 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-03-04 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | ; Spelling fixes | Paul Eggert | 2018-03-04 | 2 | -3/+3 |
* | | Quieten without-x org compilation | Glenn Morris | 2018-02-28 | 2 | -1/+8 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-02-17 | 11 | -17/+16 |
|\ \ | |/ | |||||
| * | ; Fix doc typos related to indefinite articles | Glenn Morris | 2018-02-16 | 3 | -5/+4 |
| * | ; Fix doc typos related to indefinite articles | Glenn Morris | 2018-02-16 | 8 | -12/+12 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-02-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Recognize Org as builtin package (bug#30310) | Glenn Morris | 2018-02-02 | 1 | -0/+1 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-22 | 28 | -172/+242 |
|\ \ | |/ | |||||
| * | Update Org to v9.1.6 | Rasmus | 2018-01-22 | 28 | -172/+242 |