summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prog-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-071-1/+3
|\ \ | |/
| * Select the right buffer for event in context-menu functions (bug#9923)Juri Linkov2021-12-061-1/+3
| * * lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)Juri Linkov2021-11-091-1/+1
* | * lisp/progmodes/prog-mode.el (prog-context-menu): Add "Go Forward".Juri Linkov2021-11-091-1/+7
* | Merge from origin/emacs-28Eli Zaretskii2021-11-021-1/+1
|\ \ | |/
| * * lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.Juri Linkov2021-11-011-1/+1
* | Rename `xref-pop-marker-stack` to `xref-go-back` (bug#38797)Mattias Engdegård2021-10-251-1/+1
|/
* Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)Juri Linkov2021-10-031-0/+22
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* Many improvements for Context Menus (bug#9054)Juri Linkov2021-09-221-17/+16
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-13/+14
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-121-3/+3
* * lisp/mouse.el (context-menu-map): Remove duplicate separators (bug#50067).Juri Linkov2021-09-121-21/+21
* ; Load xref when needed (not all functions are autoloaded)Mattias Engdegård2021-08-211-0/+1
* Add "Find References" to context menu (bug#50067)Mattias Engdegård2021-08-211-2/+10
* Add xref operations to context menu unconditionallyMattias Engdegård2021-08-211-15/+15
* Add new context-menu options for menus "File At Point" and "Version Control".Juri Linkov2021-07-271-6/+4
* Improve docstring of context-menu-functions and add eww-context-menuJuri Linkov2021-07-211-4/+8
* Change the order of context-menu-functions and add more context menus.Juri Linkov2021-07-211-0/+17
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-131-4/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* 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