summaryrefslogtreecommitdiff
path: root/lisp/progmodes/which-func.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-15Use defvar-keymap in which-func.elStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-27; Fix thinko in my last changeStefan Kangas
2024-05-27; Silence byte-compilerStefan Kangas
2024-05-27Make `idle-update-delay` obsoleteStefan Kangas
2024-02-12Remove redundant `apply` with `derived-mode-p`Stefan Kangas
2024-02-10Add support for deriving major modes in which-funcDamien Cassou
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-29Remove the header line after disabling 'which-function-mode'Spencer Baugh
2023-07-15; Fix last change (bug#64533)Spencer Baugh
2023-07-15Support displaying function name in the header lineSpencer Baugh
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-16; Add useful hint to which-func documentationEli Zaretskii
2022-12-08Remove unneeded (require 'edebug) from which-func.elJuanma Barranquero
2022-11-25; lisp/progmodes/which-func.el: Mark emacs-devel as maintainer.Stefan Kangas
2022-11-25; * lisp/progmodes/which-func.el: Remove obsolete commentJuanma Barranquero
2022-08-08Make which-func-mode output less junkLars Ingebrigtsen
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-05-25Change variable which-func-unknown to "n/a"Paul W. Rankin
2022-03-07Fix which-func-update doc stringLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-04Don't use some obsolete names in documentationStefan Kangas
2021-09-23Clarify which-function tooltip textStefan Kangas
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd
2021-04-22* lisp/progmodes/which-func.el: Doc fixes.Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-18* lisp/progmodes/which-func.el (which-func-update): Bind `non-essential`Stefan Monnier
2020-12-06Prefer setq-local in several progmodesStefan Kangas
2020-05-20which-function-mode: put hook function on after-change-major-mode-hookAlan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-02-22which-function: Do not display outdated imenu informationAlex Branham
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-11Merge from origin/emacs-25John Wiegley
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-30* lisp/progmodes/which-func.el: Improve disabling the modeStefan Monnier
2015-08-29Fix which-func for curly quotes: look for symbol, not messageDaniel Colascione
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-03* lisp/progmodes/which-func.el (which-func-ff-hook): Obey pre-existingStefan Monnier
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-05-23* which-func.el (ediff-window-A, ediff-window-B, (ediff-window-C): Declare.Glenn Morris
2013-01-14* lisp/progmodes/which-func.el (which-function): Silence imenu errors.Stefan Monnier
2013-01-10* lisp/progmodes/which-func.el (which-function): Understand Semantic's useFeng Li