1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
emacs/lisp/progmodes
Stefan Monnier 6c38915121 Merged in changes from v4.32.
After 4.23 and: After 4.24:
(cperl-contract-levels): Restore position.
(cperl-beautify-level): Likewise.
(cperl-beautify-regexp): Likewise.
(cperl-commentify): Rudimental support for length=1 runs
(cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
 After 4.25:
(cperl-commentify): Was recognizing length=2 "strings" as length=1.
(imenu-example--create-perl-index): Was not enforcing
syntaxification-to-the-end.
(cperl-invert-if-unless): Allow `for', `foreach'.
(cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
Mark qw(), m()x as indentable.
(cperl-init-faces): Highlight `sysopen' too.
Highlight $var in `for my $var' too.
(cperl-invert-if-unless): Was leaving whitespace at end.
(cperl-linefeed): Was splitting $var{$foo} if point after `{'.
(cperl-calculate-indent): Remove old commented out code.
Support (primitive) indentation of qw(), m()x.
 After 4.26:
(cperl-problems): Mention `fill-paragraph' on comment. \"" and
q [] with intervening newlines.
(cperl-autoindent-on-semi): New customization variable.
(cperl-electric-semi): Use `cperl-autoindent-on-semi'.
(cperl-tips): Mention how to make CPerl the default mode.
(cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
(cperl-outline-level): New function.
(cperl-highlight-variables-indiscriminately): New customization var.
(cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
From Sean Kamath <kamath@pogo.wv.tek.com>.
(cperl-after-block-p): Support CHECK and INIT.
(cperl-init-faces, cperl-short-docs): Likewise and "our".
From Doug MacEachern <dougm@covalent.net>.
 After 4.27:
(cperl-find-pods-heres): Recognize \"" as a string.
Mark whitespace between q and [] as `syntax-type' => `prestring'.
Allow whitespace between << and "FOO".
(cperl-problems): Remove \"" and q [] with intervening newlines.
Mention multiple <<EOF as unsupported.
(cperl-highlight-variables-indiscriminately): Doc misprint fixed.
(cperl-indent-parens-as-block): New configuration variable.
(cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
Use `cperl-indent-parens-as-block'.
(cperl-find-pods-heres): Test for =cut without empty line instead of
complaining about no =cut.
(cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
(cperl-find-pods-heres): Likewise.
(cperl-electric-pod): Change `forward-sexp' to `forward-word':
POD could've been marked as comment already.
(cperl-unwind-to-safe): Unwind before start of POD too.
 After 4.28:
(cperl-forward-re): Throw an error at proper moment REx unfinished.
 After 4.29:
(x-color-defined-p): Make an extra case to peacify the warning.
Toplevel: `defvar' to peacify the warnings.
(cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
No -nw-compile time warnings now.
(cperl-find-tags): TAGS file had too short substring-to-search.
Be less verbose in non-interactive mode
(imenu-example--create-perl-index): Set index-marker after name
(cperl-outline-regexp): New variable.
(cperl-outline-level): Made compatible with `cperl-outline-regexp'.
(cperl-mode): Made use `cperl-outline-regexp'.
 After 4.30:
(cperl-find-pods-heres): =cut the last thing, no blank line, was error.
(cperl-outline-level): Make start-of-file same level as `package'.
 After 4.31:
(cperl-electric-pod): `head1' and `over' electric only if empty.
(cperl-unreadable-ok): New variable.
(cperl-find-tags): Use `cperl-unreadable-ok', do not fail
on an unreadable file.
(cperl-write-tags): Use `cperl-unreadable-ok', do not fail
on an unreadable directory.
2001-10-12 18:11:06 +00:00
..
.gitignore
ada-mode.el (ada-mode): Avoid unneeded version checks. 2001-07-16 15:12:19 +00:00
ada-prj.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ada-stmt.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ada-xref.el (ada-xref-initialize): Fix call to add-hook. 2001-07-16 13:38:53 +00:00
antlr-mode.el Add Keywords header. From Pavel Janik. 2001-08-26 16:36:14 +00:00
asm-mode.el
autoconf.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
awk-mode.el (awk-mode-syntax-table): / has string syntax. 2001-10-12 17:29:30 +00:00
cc-align.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-bytecomp.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-cmds.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-compat.el Update to version 5.28. 2001-03-21 12:59:36 +00:00
cc-defs.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-engine.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-langs.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-menus.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-mode.el Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL. 2001-05-04 10:02:56 +00:00
cc-styles.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
cc-vars.el *** empty log message *** 2001-10-12 17:29:52 +00:00
cmacexp.el (c-macro-preprocessor): Use "gcc -E" for 2001-09-02 17:29:14 +00:00
compile.el (compile-mouse-goto-error, compile-goto-error): 2001-10-12 17:43:05 +00:00
cperl-mode.el Merged in changes from v4.32. 2001-10-12 18:11:06 +00:00
cpp.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
cwarn.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
dcl-mode.el (dcl-calc-command-indent-function): Fix :type. 2001-02-07 23:28:21 +00:00
delphi.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
ebnf2ps.el Eliminate make-local-hook calls. Doc fix. 2001-09-24 17:41:19 +00:00
ebnf-bnf.el Fix character range regexp. Doc fix. 2001-09-24 17:41:41 +00:00
ebnf-iso.el Fix character range regexp. Doc fix. 2001-09-24 17:42:00 +00:00
ebnf-otz.el Doc fix. 2001-09-19 08:56:58 +00:00
ebnf-yac.el Fix character range regexp. Doc fix. 2001-09-24 17:43:45 +00:00
ebrowse.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
etags.el (tags-compression-info-list): Fix docstring 2001-05-31 14:34:37 +00:00
executable.el (executable-set-magic): If 2001-08-07 09:47:06 +00:00
f90.el (f90-mode): Remove startup message. 2001-02-01 16:02:07 +00:00
fortran.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
glasses.el (glasses-convert-to-unreadable): Consider 2001-09-03 08:20:54 +00:00
hideif.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
hideshow.el Update first-line description. 2001-08-27 22:23:09 +00:00
icon.el
idlw-rinfo.el
idlw-shell.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
idlw-toolbar.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
idlwave.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
inf-lisp.el
m4-mode.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
make-mode.el (makefile-macroassign-regex): Recognize the ?= operator. 2001-07-30 11:09:22 +00:00
mantemp.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
meta-mode.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
modula2.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
octave-hlp.el
octave-inf.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
octave-mod.el
pascal.el
perl-mode.el (perl-indent-continued-arguments): New var. 2001-10-05 09:36:31 +00:00
prolog.el
ps-mode.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
scheme.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
sh-script.el (sh-mark-line): Add help-echo to mouse-highlighted text. 2001-06-17 11:22:35 +00:00
simula.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
sql.el (sql-db2): Doc change. 2001-08-20 10:02:07 +00:00
tcl.el Change maintainer to FSF and remove loads of compatibility cruft. 2001-10-11 00:26:48 +00:00
vhdl-mode.el