| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-02-13 | 1 | -1/+1 |
|\ |
|
| * | Correct "different than" to "different from" where appropriate | Alan Mackenzie | 2020-02-09 | 1 | -1/+1 |
* | | Remove XEmacs compat code from allout.el | Stefan Kangas | 2020-01-18 | 1 | -237/+26 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Remove Maintainer: when it duplicates Author: | Paul Eggert | 2019-05-26 | 1 | -1/+0 |
* | * lisp/allout.el, lisp/allout-widgets.el: Use cl-lib and pcase | Stefan Monnier | 2019-05-22 | 1 | -49/+45 |
* | Fix regular-expression glitches and typos | Paul Eggert | 2019-03-04 | 1 | -1/+1 |
* | 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 |
* | | Some more flatten-tree aliases | Paul Eggert | 2018-12-17 | 1 | -9/+2 |
* | | Optionally add argument description in minor mode DOC (bug#10754) | John Shahid | 2018-07-01 | 1 | -3/+0 |
* | | Remove variables labeled as obsolete that do nothing | Glenn Morris | 2018-03-23 | 1 | -35/+0 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-03-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix some allout.el aliases | Glenn Morris | 2018-03-13 | 1 | -2/+2 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | * lisp/net/tramp-cmds.el, lisp/allout.el: Avoid custom-set-variables | Stefan Monnier | 2017-11-07 | 1 | -1/+1 |
|/ |
|
* | ; Typo fixes, mostly repeated words | Paul Eggert | 2017-10-09 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Don't pass the value of point to 'push-mark', as that's the default. | Bartosz Duszel | 2017-04-28 | 1 | -1/+1 |
* | Nix some useless uses of looking-at, looking-back | Mark Oteiza | 2017-02-12 | 1 | -3/+2 |
* | 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 |
* | | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhere | Glenn Morris | 2016-11-17 | 1 | -1/+1 |
* | | Reduce allout.el's pollution of the namespace. | Glenn Morris | 2016-06-07 | 1 | -29/+30 |
|/ |
|
* | Mark some user options that can get evalled as risky. | Glenn Morris | 2016-01-30 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Use %s to format strings instead of splicing them | Paul Eggert | 2015-09-20 | 1 | -3/+2 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -4/+4 |
* | Go back to grave quoting in source-code docstrings etc. | Paul Eggert | 2015-09-07 | 1 | -12/+12 |
* | Top-level elisp files respect ‘text-quoting-style’ | Paul Eggert | 2015-08-26 | 1 | -2/+3 |
* | Prefer directed to neutral quotes | Paul Eggert | 2015-08-24 | 1 | -25/+26 |
* | Don't quote symbols 'like-this' in docstrings etc. | Paul Eggert | 2015-08-20 | 1 | -3/+3 |
* | substitute-command-keys a few more doc strings | Paul Eggert | 2015-08-15 | 1 | -2/+3 |
* | In strings, prefer plain ` and ' to \` and \' | Paul Eggert | 2015-06-30 | 1 | -2/+2 |
* | Don't quote nil and t in doc strings | Paul Eggert | 2015-05-21 | 1 | -2/+2 |
* | * lisp/allout.el (epg-user-id-string, epg-key-user-id-list): | Glenn Morris | 2015-05-04 | 1 | -2/+2 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | lisp/*.el: Silence lexical-binding warnings. | Juanma Barranquero | 2013-08-09 | 1 | -14/+17 |
* | Add log2 support and make log10 obsolete for consistency. | Paul Eggert | 2013-06-20 | 1 | -2/+2 |
* | lisp/allout.el: Fix make-variable-buffer-local call. | Juanma Barranquero | 2013-06-10 | 1 | -1/+1 |
* | Silence allout.el compilation | Glenn Morris | 2013-05-22 | 1 | -5/+10 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Make called-interactively-p work for edebug or advised code. | Stefan Monnier | 2012-11-19 | 1 | -4/+3 |
|/ |
|
* | Use declare forms, where possible, to mark obsolete functions. | Chong Yidong | 2012-09-25 | 1 | -7/+6 |
* | Replace version 24.2 with 24.3 where appropriate (hopefully) | Glenn Morris | 2012-08-15 | 1 | -10/+10 |
* | * calc/calc-prog.el (math-do-defmath): Use backquote forms. Fix | Andreas Schwab | 2012-08-07 | 1 | -5/+5 |
* | Move define-obsolete-variable-alias before the var's definition. | Stefan Monnier | 2012-05-12 | 1 | -14/+10 |