summaryrefslogtreecommitdiff
path: root/lisp/progmodes/perl-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Fix references to jit-lock properties.Juanma Barranquero2009-11-301-2/+2
* (perl-font-lock-special-syntactic-constructs):Stefan Monnier2009-11-301-9/+10
* (perl-indent-line-command): Call indent-region if region is active.Chong Yidong2009-01-281-47/+54
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-4/+4
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (perl-font-lock-syntactic-keywords): Try to beStefan Monnier2008-06-031-4/+19
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (perl-font-lock-syntactic-keywords): Recognize `sub ($$)'.Stefan Monnier2008-04-031-2/+2
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Merge from emacs--devo--0Miles Bader2007-12-161-2/+7
|\ \ | |/
| * * progmodes/perl-mode.el (perl-continued-statement-offset)Dan Nicolaescu2007-12-091-2/+7
* | Merge from emacs--devo--0Miles Bader2007-12-061-1/+3
|\ \ | |/
| * (perl-font-lock-syntactic-keywords): Don't match "sub { (...) ... }".Stefan Monnier2007-11-301-1/+3
| * * progmodes/cperl-mode.el (cperl-indent-level): Autoload theDan Nicolaescu2007-08-251-1/+8
* | Merge from emacs--devo--0Miles Bader2007-08-291-1/+8
|\ \
| * | * progmodes/cperl-mode.el (cperl-indent-level): Autoload theDan Nicolaescu2007-08-251-1/+8
| |/
* | Merge from emacs--devo--0Miles Bader2007-08-211-2/+10
|\ \ | |/
| * (perl-font-lock-syntactic-keywords): Correctly match / regexp matchersStefan Monnier2007-08-161-2/+10
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-04-241-2/+3
|\ \ | |/
| * (perl-indent-command): Use delete-region instead of kill-region.Chong Yidong2007-04-211-2/+2
| * * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.Dan Nicolaescu2007-04-161-0/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-2/+3
|\ \ | |/
| * (perl-beginning-of-function): Skip anonymous subs.Stefan Monnier2006-05-041-2/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-1/+4
|\ \ | |/
| * (perl-indent-new-calculate): Recompute parse-start after jumping backward byStefan Monnier2006-04-121-1/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-1/+1
|\ \ | |/
| * Update copyright for 2006.Nick Roberts2006-02-101-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-87/+93
|\ \ | |/
| * Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
| * (perl-font-lock-special-syntactic-constructs):Stefan Monnier2005-11-021-87/+92
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-2/+2
|\ \ | |/
| * (perl-font-lock-syntactic-keywords):Stefan Monnier2005-09-071-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79Miles Bader2005-09-061-0/+4
|\ \ | |/
| * (font-lock-comment-face, font-lock-doc-face, font-lock-string-face):Juanma Barranquero2005-08-301-0/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77Miles Bader2005-08-051-1/+2
|\ \ | |/
| * Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53Miles Bader2005-05-201-10/+20
|\ \ | |/
| * Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-10/+20
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29Miles Bader2005-03-241-42/+50
|\ \ | |/
| * (perl-font-lock-keywords-2):Stefan Monnier2005-03-221-3/+3
| * (perl-indent-new-calculate): New function.Stefan Monnier2005-03-201-15/+19
| * (perl-font-lock-syntactic-face-function): Properly handle the case where theStefan Monnier2005-03-201-24/+28