summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cperl-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Normalize some syntax table definitionsStefan Kangas2022-11-041-34/+32
* Do perl documentation lookups case-insensitively, like manReuben Thomas2022-10-141-1/+1
* files.el (major-mode-remap-alist): New custom var (bug#58075)Stefan Monnier2022-10-031-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-1/+0
* | ; * lisp/progmodes/cperl-mode.el: Fix typo.Stefan Kangas2022-09-161-1/+1
* | ; * lisp/progmodes/cperl-mode.el: Fix Author header.Stefan Kangas2022-09-161-3/+1
* | Delete mystery code from cperl-mode.elStefan Kangas2022-09-161-7/+0
* | Delete some commented out code in cperl-mode.elStefan Kangas2022-09-161-33/+0
* | Fix cperl list indentation problemLars Ingebrigtsen2022-09-161-1/+1
* | Use substitute-command-keys in a few more placesStefan Kangas2022-08-231-2/+2
* | Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-16/+17
* | Make compat function cperl-putback-char obsoleteStefan Kangas2022-08-171-5/+6
* | * lisp/progmodes/cperl-mode.el: Improve commentary.Stefan Kangas2022-08-171-20/+12
* | ; Delete code in cperl-mode.el commented out since 1997Stefan Kangas2022-08-171-36/+1
* | Don't check if autoloaded functions are fboundpStefan Kangas2022-08-171-3/+4
* | Avoid using aliases for color functionsStefan Kangas2022-08-091-1/+1
* | Rename pod2man-program to cperl-pod2man-programStefan Kangas2022-08-041-3/+4
* | Merge from origin/emacs-28Stefan Kangas2022-07-231-5/+0
|\|
| * * lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.Stefan Kangas2022-07-211-5/+0
* | ; Fix typos.Mattias Engdegård2022-07-021-1/+1
* | Remove compat code; assume imenu.el existsStefan Kangas2022-05-201-1/+1
* | Remove some XEmacs compat code for display-graphic-pStefan Kangas2022-05-151-3/+1
* | ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-1/+2
* | Fix cperl-file-style defcustom typeLars Ingebrigtsen2022-05-121-1/+2
* | Fix previous cperl-file-style changeLars Ingebrigtsen2022-05-111-0/+5
* | Add new user option 'cperl-file-style'Lars Ingebrigtsen2022-05-111-4/+21
* | Bind 'imenu' to 'M-g i' globallySean Whitton2022-04-211-1/+1
* | ; cperl-mode.el: Detect prototypes in anonymous subroutinesHarald Jörg2022-02-021-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer command remapping in cperl-mode.elStefan Kangas2021-12-141-9/+3
* | ; cperl-mode.el: Fix one match-count in my commit 2021-09-14Harald Jörg2021-11-031-1/+1
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-3/+3
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-8/+9
* cperl-mode.el: Allow non-ASCII Perl identifiersHarald Jörg2021-09-141-99/+231
* Declare unused function cperl-inside-parens-p obsoleteStefan Kangas2021-09-131-1/+2
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-27/+19
* ; Fix symbol quoting typosStefan Kangas2021-09-121-3/+3
* cperl-mode.el: Use rx sequences for Perl grammarHarald Jörg2021-09-071-178/+243
* ; cperl-mode.el: Fix border cases of inserting with elispHarald Jörg2021-08-301-2/+35
* Fix doc strings in recent changes.Eli Zaretskii2021-08-231-18/+18
* ; cperl-mode: bugfix / rework fontification of here-docsHarald Jörg2021-08-231-144/+249
* Fix highlighting in cperl-mode for "for /regex/"E. Choroba2021-06-241-1/+1
* cperl-mode: Eliminate bad interpretation of ?foo?Harald Jörg2021-05-061-10/+6