Replace `string-to-int' by `string-to-number'.
[bpt/emacs.git] / lisp / progmodes / cperl-mode.el
2005-05-16 Juanma BarranqueroReplace `string-to-int' by `string-to-number'.
2005-05-05 Daniel PfeifferAvoid $! for font-lock-negation-char-face.
2005-05-05 Daniel Pfeiffer(cperl-init-faces): Use font-lock-negation-char-face.
2005-04-27 Stefan Monnier(cperl-mode): Don't precompile the font-lock-fontify...
2005-03-25 Werner LEMBERG* progmodes/cperl-mode.el, progmodes/idlw-shell.el,
2004-12-31 Richard M. Stallman(cperl-mode): Use mode-require-final-newline.
2004-12-27 Richard M. Stallman(cperl-find-bad-style): Use with-no-warnings.
2004-11-25 Richard M. Stallman(cperl-indent-region, cperl-imenu--create-perl-index...
2004-11-20 Richard M. Stallman(cperl-indent-region): Don't mind imenu-scanning-message.
2004-11-12 Daniel Pfeifferrun-mode-hooks instead of run-hooks
2004-11-07 Richard M. Stallman(cperl-info-on-command): Use goto-char instead of begin...
2004-11-01 Richard M. Stallman(cperl-switch-to-doc-buffer): Don't use interactive-p.
2004-07-09 Mark A. Hershberger*** empty log message ***
2004-04-21 Richard M. Stallman(cperl-putback-char): Delete Emacs 18 definition.
2004-03-25 Juanma Barranquero(cperl-indent-alist, cperl-where-am-i): Comment out...
2004-02-04 Stefan Monnier(cperl-fill-paragraph): Call fill-paragraph
2004-02-02 Stefan Monnier(cperl-mode-map, cperl-do-auto-fill, cperl-menu): Use...
2003-09-01 Miles BaderAdd arch taglines
2003-05-06 Juanma Barranquero(cperl-lineup): Don't quote nil and t in docstrings.
2003-05-03 Richard M. Stallman(cperl-nonoverridable-face): Doc fix.
2003-03-22 Kim F. Storm(cperl-electric-backspace): Add delete-selection property.
2003-02-23 Stefan MonnierMerge changes from CPerl-5.0.
2003-02-23 Stefan MonnierMerge changes from CPerl-4.35.
2003-02-18 Juanma Barranquero(cperl-electric-keyword, cperl-electric-pod, cperl...
2003-02-14 Juanma Barranquero(cperl-next-bad-style): Fix use of character constant.
2003-02-04 Juanma BarranqueroTrailing whitepace deleted.
2003-01-29 Juanma Barranquero(cperl-beautify-level, cperl-beautify-regexp): Fix...
2003-01-18 Juanma BarranqueroDon't make faces depend on window-system.
2002-09-09 Richard M. Stallman(cperl-noscan-files-regexp): In addition to RCS, exclud...
2002-07-02 Juanma Barranquero(cperl-break-one-line-blocks-when-indent): Fix typo.
2002-06-26 Richard M. StallmanMany trivial doc fixes.
2002-04-08 Stefan Monnier(cperl-make-face, cperl-force-face):
2002-03-16 Richard M. Stallman(cperl-imenu--function-name-regexp-perl):
2002-03-14 Richard M. Stallman(cperl-outline-regexp): Move definition up.
2002-03-04 Stefan Monnier(cperl-menu): Add "-emacs" to the version.
2002-01-13 Pavel JaníkFix typo.
2001-12-31 Richard M. Stallman(various face definitions): Use :weight and :slant.
2001-11-21 Richard M. Stallman(cperl-problems, cperl-tips, cperl-non-problems, cperl...
2001-11-20 Stefan Monnier(cperl-perldoc): Require man before binding `manual...
2001-10-12 Stefan MonnierMerged in changes from v4.32.
2001-07-16 Pavel JaníkSome fixes to follow coding conventions.
2001-05-04 Stefan Monnier(cperl-font-lock-keywords)
2001-03-06 Stefan Monnier(cperl-msb-fix, cperl-get-help-defer):
2001-03-06 Stefan Monnier(cperl-mode): Set major-mode to cperl-mode
2001-01-03 Dave Love(cperl-invalid-face): Don't double-quote
2000-10-25 Dave Love(cperl-mode): Set
2000-10-12 Dave Love(cperl-tips-faces): Doc fix.
2000-10-11 Sam Steingold(cperl-invalid-face): double-quote underline
2000-09-21 Dave Love(top-level): Clean up
2000-01-09 Gerd MoellmannReplace ^F with ^L.
1999-12-01 Richard M. Stallman(cperl-under-as-char): Make nil the default value.
1999-11-15 Gerd MoellmannUse new backquote syntax.
1999-06-12 Karl Heuer(cperl-invalid-face): Fix custom type.
1999-01-02 Richard M. StallmanCan use linear algorithm for indentation if Emacs suppo...
1998-09-18 Andreas Schwab(cperl-lazy-help-time): Fix customize
1998-06-09 Richard M. Stallman(pod2man-program): Var reinstalled.
1998-06-08 Richard M. StallmanComment change.
1998-06-08 Richard M. Stallman(cperl-problems): Doc fix.
1998-06-07 Richard M. StallmanSecond half of changes in version 1.4.
1998-06-07 Richard M. Stallman(cperl-pod-to-manpage): Function deleted
1998-05-30 Richard M. Stallman(cperl-style-alist): New variable, since `c-mode'
1998-02-22 Stephen EglenCommented out line 471 (miniperl entry in interpreter...
1998-02-20 Simon MarshallChanged font-lock-reference-face to font-lock-constant...
1997-11-23 Karl HeuerInitial revision