aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/modes.texi (follow)
Commit message (Expand)AuthorAgeFilesLines
* (define-globalized-minor-mode): Require the use of `run-mode-hooks`Stefan Monnier2024-04-131-5/+8
* (major-mode-remap(-defaults)): New var and function (bug#69191)Stefan Monnier2024-03-031-0/+33
* * doc/lispref/modes.texi (Tabulated List Mode): Unindent example.Juri Linkov2024-03-021-3/+3
* ; Improve documentation of last changeset (bug#69305)Eli Zaretskii2024-02-291-1/+2
* Add tabulated-list-groups and Buffer-menu-group-by (bug#69305)Juri Linkov2024-02-291-0/+35
* Merge from origin/emacs-29Eli Zaretskii2024-02-241-1/+8
|\
| * * doc/lispref/modes.texi (Tabulated List Mode): Update.Juri Linkov2024-02-211-1/+8
* | Tree-sitter support for outline-minor-mode (bug#68824)Juri Linkov2024-02-121-0/+62
* | Improve documentation of derived modes and their parentsEli Zaretskii2024-01-051-5/+33
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Unbind 'C-M-i' in Text modeEshel Yaron2023-11-261-12/+3
* | (derived-mode-p): Take MODES as a single argumentStefan Monnier2023-11-231-2/+7
* | Merge from origin/emacs-29Eli Zaretskii2023-11-181-1/+1
|\ \ | |/
| * Typofix in the doc/lispref/modes.texiZajcev Evgeny2023-11-141-1/+1
* | Merge branch 'derived-mode-add-parents'Stefan Monnier2023-11-161-0/+25
|\ \
| * | Subject: (derived-mode-add-parents): Add documentation and one more testscratch/derived-mode-add-parentsStefan Monnier2023-11-121-0/+25
* | | Merge from origin/emacs-29Eli Zaretskii2023-11-111-2/+4
|\ \ \ | |/ / |/| / | |/
| * ; * doc/lispref/modes.texi (Other Font Lock Variables): Add link.Eli Zaretskii2023-11-111-1/+3
| * Fix treesit-simple-indent-presets docstring (bug#67007)Yuan Fu2023-11-081-1/+1
* | Documentation for treesit-font-lock-rules changeYuan Fu2023-10-211-1/+4
* | Make Emacs 21 compat aliases easy-mmode-* obsoleteStefan Kangas2023-08-081-4/+0
* | Support right-align in mode-lineHugo Heagren2023-07-061-0/+10
* | Merge from origin/emacs-29Eli Zaretskii2023-06-241-5/+8
|\ \ | |/
| * Fix documentation of :predicate in 'define-globalized-minor-mode'Eli Zaretskii2023-06-181-5/+8
* | Revert "Avoid header line with some empty non-nil formats"Eli Zaretskii2023-06-231-9/+0
* | Merge from origin/emacs-29Eli Zaretskii2023-06-171-47/+77
|\ \ | |/
| * Improve tree-sitter docsBasil L. Contovounesios2023-06-131-41/+71
| * Fix some Texinfo markup in manualsBasil L. Contovounesios2023-06-131-10/+10
* | Avoid header line with some empty non-nil formatsEshel Yaron2023-06-061-0/+9
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-5/+5
|\ \ | |/
| * ; Fix markup of some treesit vars in Elisp manual.Basil L. Contovounesios2023-05-221-5/+5
* | Merge from origin/emacs-29Dmitry Gutov2023-05-061-1/+1
|\ \ | |/
| * ; Minor grammar fix in treesit manual.Basil L. Contovounesios2023-05-041-1/+1
| * * doc/lispref/modes.texi: Improve docs for obsolete '%m' constructPhil Sainty2023-03-271-4/+7
| * Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-10/+15
* | Merge commit '1bc9dfc5bee'Stefan Monnier2023-03-271-14/+22
|\ \ | |/
| * ; Improve documentation of :predicate in globalized minor modesEli Zaretskii2023-03-231-14/+22
* | * src/buffer.c (mode-line-format): Reorder and reformat %-construct docsPhil Sainty2023-03-271-3/+4
* | * doc/lispref/modes.texi: Improve docs for obsolete '%m' constructPhil Sainty2023-03-271-4/+7
* | Improve docs for global-mode-string / %M constructPhil Sainty2023-03-271-10/+15
|/
* Fix empty line indentation in c-ts-mode (bug#61997)Yuan Fu2023-03-071-0/+3
* Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-3/+3
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-4/+4
* New tree-sitter indent anchor standalone-parent used by c-ts-modeYuan Fu2023-02-261-1/+9
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-5/+20
* Improve tree-sitter indent anchor prev-adaptive-prefix (bug#61314)Yuan Fu2023-02-191-2/+5
* Improve documentation of 'header-line-indent-mode'Eli Zaretskii2023-02-031-9/+58
* Allow offset in tree-sitter indent rules to be functionsYuan Fu2023-01-151-6/+8
* Make sure NODE is not the root node in tree-sitter indent (bug#60602)Yuan Fu2023-01-081-4/+4