| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Fix typos | Stefan Kangas | 2023-12-03 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Normalize some syntax table definitions | Stefan Kangas | 2022-11-04 | 1 | -34/+32 |
* | Do perl documentation lookups case-insensitively, like man | Reuben Thomas | 2022-10-14 | 1 | -1/+1 |
* | files.el (major-mode-remap-alist): New custom var (bug#58075) | Stefan Monnier | 2022-10-03 | 1 | -1/+1 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2022-09-21 | 1 | -1/+1 |
|\ |
|
| * | ; Fix typos in Lisp symbols | Stefan Kangas | 2022-09-20 | 1 | -1/+1 |
* | | Abolish max-specpdl-size (bug#57911) | Mattias Engdegård | 2022-09-19 | 1 | -1/+0 |
* | | ; * lisp/progmodes/cperl-mode.el: Fix typo. | Stefan Kangas | 2022-09-16 | 1 | -1/+1 |
* | | ; * lisp/progmodes/cperl-mode.el: Fix Author header. | Stefan Kangas | 2022-09-16 | 1 | -3/+1 |
* | | Delete mystery code from cperl-mode.el | Stefan Kangas | 2022-09-16 | 1 | -7/+0 |
* | | Delete some commented out code in cperl-mode.el | Stefan Kangas | 2022-09-16 | 1 | -33/+0 |
* | | Fix cperl list indentation problem | Lars Ingebrigtsen | 2022-09-16 | 1 | -1/+1 |
* | | Use substitute-command-keys in a few more places | Stefan Kangas | 2022-08-23 | 1 | -2/+2 |
* | | Make point-at-eol and point-at-bol obsolete | Stefan Kangas | 2022-08-23 | 1 | -16/+17 |
* | | Make compat function cperl-putback-char obsolete | Stefan Kangas | 2022-08-17 | 1 | -5/+6 |
* | | * lisp/progmodes/cperl-mode.el: Improve commentary. | Stefan Kangas | 2022-08-17 | 1 | -20/+12 |
* | | ; Delete code in cperl-mode.el commented out since 1997 | Stefan Kangas | 2022-08-17 | 1 | -36/+1 |
* | | Don't check if autoloaded functions are fboundp | Stefan Kangas | 2022-08-17 | 1 | -3/+4 |
* | | Avoid using aliases for color functions | Stefan Kangas | 2022-08-09 | 1 | -1/+1 |
* | | Rename pod2man-program to cperl-pod2man-program | Stefan Kangas | 2022-08-04 | 1 | -3/+4 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-07-23 | 1 | -5/+0 |
|\| |
|
| * | * lisp/progmodes/cperl-mode.el: Don't mention obsolete archive. | Stefan Kangas | 2022-07-21 | 1 | -5/+0 |
* | | ; Fix typos. | Mattias Engdegård | 2022-07-02 | 1 | -1/+1 |
* | | Remove compat code; assume imenu.el exists | Stefan Kangas | 2022-05-20 | 1 | -1/+1 |
* | | Remove some XEmacs compat code for display-graphic-p | Stefan Kangas | 2022-05-15 | 1 | -3/+1 |
* | | ; Fix mistakes in 'declare function' forms | Eli Zaretskii | 2022-05-14 | 1 | -1/+2 |
* | | Fix cperl-file-style defcustom type | Lars Ingebrigtsen | 2022-05-12 | 1 | -1/+2 |
* | | Fix previous cperl-file-style change | Lars Ingebrigtsen | 2022-05-11 | 1 | -0/+5 |
* | | Add new user option 'cperl-file-style' | Lars Ingebrigtsen | 2022-05-11 | 1 | -4/+21 |
* | | Bind 'imenu' to 'M-g i' globally | Sean Whitton | 2022-04-21 | 1 | -1/+1 |
* | | ; cperl-mode.el: Detect prototypes in anonymous subroutines | Harald Jörg | 2022-02-02 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\| |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Prefer command remapping in cperl-mode.el | Stefan Kangas | 2021-12-14 | 1 | -9/+3 |
* | | ; cperl-mode.el: Fix one match-count in my commit 2021-09-14 | Harald Jörg | 2021-11-03 | 1 | -1/+1 |
|/ |
|
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-10-05 | 1 | -3/+3 |
* | ; More minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-09-22 | 1 | -2/+2 |
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-09-16 | 1 | -8/+9 |
* | cperl-mode.el: Allow non-ASCII Perl identifiers | Harald Jörg | 2021-09-14 | 1 | -99/+231 |
* | Declare unused function cperl-inside-parens-p obsolete | Stefan Kangas | 2021-09-13 | 1 | -1/+2 |
* | ; Minor doc fixes found by checkdoc | Stefan Kangas | 2021-09-13 | 1 | -27/+19 |
* | ; Fix symbol quoting typos | Stefan Kangas | 2021-09-12 | 1 | -3/+3 |
* | cperl-mode.el: Use rx sequences for Perl grammar | Harald Jörg | 2021-09-07 | 1 | -178/+243 |
* | ; cperl-mode.el: Fix border cases of inserting with elisp | Harald Jörg | 2021-08-30 | 1 | -2/+35 |
* | Fix doc strings in recent changes. | Eli Zaretskii | 2021-08-23 | 1 | -18/+18 |
* | ; cperl-mode: bugfix / rework fontification of here-docs | Harald Jörg | 2021-08-23 | 1 | -144/+249 |
* | Fix highlighting in cperl-mode for "for /regex/" | E. Choroba | 2021-06-24 | 1 | -1/+1 |
* | cperl-mode: Eliminate bad interpretation of ?foo? | Harald Jörg | 2021-05-06 | 1 | -10/+6 |