| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | ; Remove the mention of "plain C code" in the docstring as well | Dmitry Gutov | 2017-12-21 | 1 | -2/+2 |
* | Consolidate 'widen' calls | Dmitry Gutov | 2017-12-14 | 1 | -44/+3 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update uses of if-let and when-let | Mark Oteiza | 2017-09-12 | 1 | -5/+5 |
* | 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 |
| * | Remove prog-indentation-contextremove-prog-indentation-context | Dmitry Gutov | 2016-03-28 | 1 | -68/+0 |
|/ |
|
* | Add some missing version tags. | Glenn Morris | 2016-01-12 | 1 | -0/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Document new features of Prettify Mode | Eli Zaretskii | 2015-12-12 | 1 | -6/+6 |
* | Document multi-mode indentation facilities | Eli Zaretskii | 2015-12-12 | 1 | -27/+29 |
* | * lisp/progmodes/prog-mode.el (prettify-symbols-alist): | Artur Malabarba | 2015-10-07 | 1 | -1/+5 |
* | Un- and re-prettification are not exclusive | Tassilo Horn | 2015-10-01 | 1 | -15/+17 |
* | Don't unprettify symbol at point by default | Tassilo Horn | 2015-10-01 | 1 | -1/+1 |
* | * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): | Artur Malabarba | 2015-10-01 | 1 | -17/+32 |
* | Don't modify buffer by unprettification | Tassilo Horn | 2015-09-30 | 1 | -3/+6 |
* | Implement unprettification of symbol at point | Tassilo Horn | 2015-09-30 | 1 | -4/+39 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -2/+2 |
* | Prefer directed to neutral quotes | Paul Eggert | 2015-08-24 | 1 | -2/+2 |
* | Generalize prettify-symbols to arbitrary modes | Tassilo Horn | 2015-08-21 | 1 | -16/+31 |
* | Don't quote symbols 'like-this' in docstrings etc. | Paul Eggert | 2015-08-20 | 1 | -1/+1 |
* | Some generic support for multi-mode indentation. | Christoph Wedler | 2015-06-14 | 1 | -0/+66 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Merge from emacs-24 | Stefan Monnier | 2014-12-05 | 1 | -3/+5 |
|\ |
|
| * | * lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol): Refine. | Stefan Monnier | 2014-11-30 | 1 | -3/+5 |
* | | * lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference to | Tom Willemse | 2014-09-21 | 1 | -1/+1 |
* | | progmodes/prog-mode.el (prog-mode-hook): Made customizable. | Matthias Meulien | 2014-08-08 | 1 | -0/+7 |
* | | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions. | Stefan Monnier | 2014-05-28 | 1 | -1/+1 |
|/ |
|
* | * lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol): | Stefan Monnier | 2014-04-21 | 1 | -1/+1 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Revert 2013-06-20T00:39:59Z!lekktu@gmail.com. | Juanma Barranquero | 2013-06-20 | 1 | -0/+3 |
* | lisp/progmodes/prog-mode.el: Remove autoload cookies. | Juanma Barranquero | 2013-06-20 | 1 | -3/+0 |
* | Convert symbol prettification into minor mode and global minor mode. | Juanma Barranquero | 2013-06-19 | 1 | -37/+62 |
* | lisp/progmodes/prog-mode.el: Force font-lock to deal with `composition' prop. | Juanma Barranquero | 2013-06-17 | 1 | -5/+8 |
* | * lisp/progmodes/prog-mode.el: Fix bug#14595. | Juanma Barranquero | 2013-06-16 | 1 | -3/+5 |
* | * prog-mode.el: Comment fixes. | Glenn Morris | 2013-06-06 | 1 | -3/+3 |
* | (prog-prettify-symbols) (prog-prettify-install): Update docstrings. | Ted Zlatanov | 2013-06-05 | 1 | -2/+8 |
* | * lisp/simple.el: Move all the prog-mode code to prog-mode.el. | Stefan Monnier | 2013-06-05 | 1 | -0/+113 |