summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prog-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Prefer display-line-numbers over linum in docs and one defcustomStefan Kangas2019-08-271-1/+2
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-4/+5
* Fix when calling prettify-symbols-mode more than onceLars Ingebrigtsen2019-07-281-3/+3
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Remove the mention of "plain C code" in the docstring as wellDmitry Gutov2017-12-211-2/+2
* Consolidate 'widen' callsDmitry Gutov2017-12-141-44/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Remove prog-indentation-contextremove-prog-indentation-contextDmitry Gutov2016-03-281-68/+0
|/
* Add some missing version tags.Glenn Morris2016-01-121-0/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Document new features of Prettify ModeEli Zaretskii2015-12-121-6/+6
* Document multi-mode indentation facilitiesEli Zaretskii2015-12-121-27/+29
* * lisp/progmodes/prog-mode.el (prettify-symbols-alist):Artur Malabarba2015-10-071-1/+5
* Un- and re-prettification are not exclusiveTassilo Horn2015-10-011-15/+17
* Don't unprettify symbol at point by defaultTassilo Horn2015-10-011-1/+1
* * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point):Artur Malabarba2015-10-011-17/+32
* Don't modify buffer by unprettificationTassilo Horn2015-09-301-3/+6
* Implement unprettification of symbol at pointTassilo Horn2015-09-301-4/+39
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* Generalize prettify-symbols to arbitrary modesTassilo Horn2015-08-211-16/+31
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* Some generic support for multi-mode indentation.Christoph Wedler2015-06-141-0/+66
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24Stefan Monnier2014-12-051-3/+5
|\
| * * lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol): Refine.Stefan Monnier2014-11-301-3/+5
* | * lisp/progmodes/prog-mode.el (prog-mode-hook): Replace reference toTom Willemse2014-09-211-1/+1
* | progmodes/prog-mode.el (prog-mode-hook): Made customizable.Matthias Meulien2014-08-081-0/+7
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-1/+1
|/
* * lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol):Stefan Monnier2014-04-211-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Revert 2013-06-20T00:39:59Z!lekktu@gmail.com.Juanma Barranquero2013-06-201-0/+3
* lisp/progmodes/prog-mode.el: Remove autoload cookies.Juanma Barranquero2013-06-201-3/+0
* Convert symbol prettification into minor mode and global minor mode.Juanma Barranquero2013-06-191-37/+62
* lisp/progmodes/prog-mode.el: Force font-lock to deal with `composition' prop.Juanma Barranquero2013-06-171-5/+8
* * lisp/progmodes/prog-mode.el: Fix bug#14595.Juanma Barranquero2013-06-161-3/+5
* * prog-mode.el: Comment fixes.Glenn Morris2013-06-061-3/+3
* (prog-prettify-symbols) (prog-prettify-install): Update docstrings.Ted Zlatanov2013-06-051-2/+8
* * lisp/simple.el: Move all the prog-mode code to prog-mode.el.Stefan Monnier2013-06-051-0/+113