summaryrefslogtreecommitdiff
path: root/lisp/progmodes/perl-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...)Stefan Monnier2019-11-151-9/+22
* Fix indenting in perl functions with doc-commentsTom Willemse2019-09-301-2/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Revert "Support all perl variable declarators and prefixes"Noam Postavsky2018-03-201-4/+3
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-2/+2
* | Explicitly require cl-lib where neededGlenn Morris2018-03-161-0/+2
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-2/+0
* | Fix font-lock in perl-modeEvgeni Kolev2018-03-031-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+1
* ; Spelling fixesPaul Eggert2017-11-161-1/+1
* Add a Flymake backend for PerlJoão Távora2017-11-051-1/+70
* * lisp/progmodes/perl-mode.el: Fix electric indentation with RETStefan Monnier2017-10-301-1/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Support all perl variable declarators and prefixes (Bug#27613)Jefferson Carpenter2017-08-251-3/+4
* * lisp/progmodes/perl-mode.el: Add support for indented here docsStefan Monnier2017-07-241-29/+14
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-2/+2
* Propertize only perl prototype chars `][$%&*;+@\' as punctuationEvgeni Kolev2017-04-011-3/+5
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-3/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* * lisp/progmodes/perl-mode.el: Refine handling of /re/ and y/abc/def/Stefan Monnier2015-06-151-11/+25
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2014-09-211-1/+1
* * lisp/progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.Stefan Monnier2014-07-081-158/+129
* * lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.Stefan Monnier2014-04-251-24/+19
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Slash afterStefan Monnier2014-04-221-1/+1
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent inStefan Monnier2014-04-161-1/+3
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-1/+5
* * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Add "foreach"Stefan Monnier2014-04-021-1/+1
* * lisp/progmodes/perl-mode.el (perl-indent-new-calculate):Stefan Monnier2014-04-021-5/+6
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/progmodes/perl-mode.el: Use lexical-binding.Stefan Monnier2013-10-081-26/+20
* Convert symbol prettification into minor mode and global minor mode.Juanma Barranquero2013-06-191-1/+1
* Introduce and use prog-prettify-install.Ted Zlatanov2013-06-051-21/+4
* Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...Ted Zlatanov2013-06-051-42/+26
* * lisp/progmodes/perl-mode.el (perl-prettify-symbols): Add :version.Glenn Morris2013-05-071-0/+1
* * lisp/progmodes/perl-mode.el: Add support for here documents.Stefan Monnier2013-05-061-6/+43
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Fix last change.Chong Yidong2012-12-011-2/+4
* | Modularize add-log-current-defun.Chong Yidong2012-12-011-1/+7
* | Convert several major modes to setq-local.Chong Yidong2012-12-011-17/+15