aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/prog-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Add tree-sitter version of prog-fill-reindent-defun (bug#78703)Yuan Fu2025-06-091-9/+23
* Extract out prog--text-at-point-p from prog-fill-reindent-defunYuan Fu2025-06-091-22/+26
* ; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo.Yuan Fu2025-06-091-1/+1
* Make sure prog-fill-reindent-defun work for strings tooYuan Fu2025-04-171-3/+3
* Remove treesit.el dependency from prog-mode.elYuan Fu2025-04-161-19/+28
* Fix prettify-symbols-mode with composition rulesEli Zaretskii2025-04-081-2/+2
* Restrict symbol prettification to displayable glyphsPaul Nelson2025-04-051-2/+29
* Adapt query-replace and lazy highlighting to text conversionPo Lu2025-02-171-0/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Declare tree-sitter functions with a new macroYuan Fu2024-12-121-5/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-09-161-1/+4
|\ \ | |/
| * : Doc fix.Eli Zaretskii2023-09-141-2/+2
| * Doc fix for prettify-symbols-unprettify-at-pointStefan Kangas2023-09-141-1/+4
* | Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu2023-09-011-3/+3
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-121-0/+1
|\ \
| * | ; Fix byte-compilation warnings in --without-x buildEli Zaretskii2023-05-111-0/+1
* | | Update Android portPo Lu2023-02-151-0/+2
|/ /
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Allow for indentation in prog-fill-reindent-defun (bug#60322)Theodor Thornhill2022-12-291-1/+1
* | Fixes in prog-fill-reindent-defunTheodor Thornhill2022-12-281-4/+2
* | ; Fix calls to treesit functionsEli Zaretskii2022-12-181-1/+3
* | ; Improve recently installed documentationEli Zaretskii2022-12-131-2/+2
* | Add prog-fill-reindent-defun (bug#59664)Theodor Thornhill2022-12-111-2/+33
|/
* ; Fix typosStefan Kangas2022-11-201-1/+1
* Prefer defvar-keymap in several casesStefan Kangas2022-09-131-5/+3
* 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