Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make point-at-eol and point-at-bol obsolete | Stefan Kangas | 2022-08-23 | 1 | -7/+7 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2022-06-05 | 1 | -2/+2 |
|\ | |||||
| * | Update to Org 9.5.4 | Kyle Meyer | 2022-06-04 | 1 | -2/+2 |
* | | Remove some XEmacs compat code from org-mode | Stefan Kangas | 2022-05-14 | 1 | -1/+0 |
* | | Port Org encode-time usage back to Emacs 25 | Paul Eggert | 2022-04-05 | 1 | -4/+4 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-01-31 | 1 | -1/+1 |
|\| | |||||
| * | Update to Org 9.5.2-13-gdd6486 | Kyle Meyer | 2022-01-30 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\| | |||||
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2021-12-27 | 1 | -1/+1 |
|\| | |||||
| * | Update to Org 9.5.2-3-geb9f34 | Kyle Meyer | 2021-12-26 | 1 | -1/+1 |
* | | encode-time simplifications | Paul Eggert | 2021-12-16 | 1 | -6/+6 |
* | | Prefer locate-user-emacs-file | Stefan Kangas | 2021-11-09 | 1 | -2/+1 |
|/ | |||||
* | Update to Org 9.5 | Kyle Meyer | 2021-09-29 | 1 | -58/+93 |
* | * lisp/org/org-clock.el (org-clock-get-table-data): Use proper closures | Stefan Monnier | 2021-05-18 | 1 | -13/+13 |
* | * lisp/org/: Delete some always-nil variables | Stefan Monnier | 2021-03-11 | 1 | -4/+4 |
* | Use `declare` instead of `def-edebug-spec` in most places | Stefan Monnier | 2021-02-12 | 1 | -4/+2 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Update to Org 9.4.1 | Bastien Guerry | 2020-12-13 | 1 | -29/+112 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Update Org to 9.3 | Bastien | 2019-12-03 | 1 | -307/+356 |
* | lisp/*.el: Fix typos and improve some docstrings | Juanma Barranquero | 2019-10-20 | 1 | -1/+1 |
* | New function time-convert | Paul Eggert | 2019-08-05 | 1 | -10/+10 |
* | Be safer about "%" in message formats | Paul Eggert | 2019-03-07 | 1 | -10/+12 |
* | Avoid some double-rounding of Lisp timestamps | Paul Eggert | 2019-02-22 | 1 | -29/+29 |
* | Simplify use of encode-time | Paul Eggert | 2019-02-10 | 1 | -31/+27 |
* | Prefer encode-time to its alias | Paul Eggert | 2019-02-10 | 1 | -7/+7 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Revert "Replace insignificant backquotes" for Org files | Michael Heerdegen | 2018-11-26 | 1 | -32/+32 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 1 | -32/+32 |
* | | Port recent org-clock fix to POSIX time_t | Paul Eggert | 2018-03-28 | 1 | -2/+12 |
|/ | |||||
* | Update Org to v9.1.9 | Rasmus | 2018-03-27 | 1 | -137/+118 |
* | ; Fix doc typos related to indefinite articles | Glenn Morris | 2018-02-16 | 1 | -1/+1 |
* | Update Org to v9.1.6 | Rasmus | 2018-01-22 | 1 | -2/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Backport: Update Org to v9.1.4 | Rasmus | 2017-12-06 | 1 | -14/+20 |
* | Further workaround for faulty localtime() under macOS 10.6 | Charles A. Roelli | 2017-11-08 | 1 | -1/+1 |
* | Update Org to v9.1.2 | Rasmus | 2017-10-05 | 1 | -0/+1 |
* | Workaround for faulty localtime() under macOS 10.6 | Charles A. Roelli | 2017-10-01 | 1 | -1/+11 |
* | Update Org to v9.1.1 | Rasmus | 2017-09-18 | 1 | -103/+101 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update Org to v9.0.10 | Rasmus | 2017-08-29 | 1 | -37/+37 |
* | Update Org to v9.0.9 | Rasmus | 2017-06-22 | 1 | -937/+1016 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Pacify ‘make check-declare’ | Paul Eggert | 2016-05-14 | 1 | -1/+1 |
* | | Simplify now that float-time etc. are built-in | Paul Eggert | 2016-05-08 | 1 | -29/+29 |
|/ | |||||
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -1/+1 |