aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (grep-files-aliases): Add cc alias.Thien-Thi Nguyen2007-08-301-11/+11
* (grep-find-ignored-directories): AddThien-Thi Nguyen2007-08-301-2/+10
* Merge from emacs--devo--0Miles Bader2007-08-292-2/+3
|\
| * (c-constant-kwds): Add java: null, true, false.Glenn Morris2007-08-281-0/+1
| * (m2-definition, m2-module): Don't use previous-line.Thien-Thi Nguyen2007-08-271-2/+2
* | Merge from emacs--devo--0Miles Bader2007-08-277-202/+234
|\|
| * Merge from emacs--rel--22Miles Bader2007-08-272-167/+147
| |\
| | * * progmodes/cperl-mode.el (cperl-indent-level): Autoload theDan Nicolaescu2007-08-252-2/+15
| | * (c-other-decl-block-key-in-symbols-alist): new language variable.Alan Mackenzie2007-08-251-0/+11
| | * (c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurateAlan Mackenzie2007-08-251-24/+57
| | * (defcustom, x-color-defined-p, cperl-is-face)Stefan Monnier2007-08-231-40/+40
| | * (ada-create-keymap): Paren typo.Stefan Monnier2007-08-211-1/+1
| | * Fix up comment style in header.Stefan Monnier2007-08-211-127/+107
| * | * progmodes/cperl-mode.el (cperl-indent-level): Autoload theDan Nicolaescu2007-08-252-2/+15
| * | (c-other-decl-block-key-in-symbols-alist): new language variable.Alan Mackenzie2007-08-251-0/+11
| * | (c-brace-anchor-point): new function.Alan Mackenzie2007-08-251-24/+57
| * | (hs-match-data): Delete alias.Thien-Thi Nguyen2007-08-241-8/+3
| * | (gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.Masatake YAMATO2007-08-231-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-08-2110-121/+224
|\| |
| * | Merge from emacs--rel--22Miles Bader2007-08-212-5/+13
| |\|
| | * (scheme-mode-variables): Set font-lock-comment-start-skip.Glenn Morris2007-08-181-0/+1
| | * (ada-create-syntax-table): MoveMartin Rudalics2007-08-181-53/+60
| | * Fix s{a}{b} parsingVinicius Jose Latorre2007-08-171-4/+9
| | * (compilation-get-file-structure): Make use of the directory part whenGlenn Morris2007-08-171-1/+7
| | * (perl-font-lock-syntactic-keywords): Correctly match / regexp matchersStefan Monnier2007-08-161-2/+10
| * | (scheme-mode-variables): Set font-lock-comment-start-skip.Glenn Morris2007-08-181-0/+1
| * | (ada-create-syntax-table): MoveMartin Rudalics2007-08-181-53/+60
| * | (meta-indent-calculate-last): Remove.Michaƫl Cadilhac2007-08-171-43/+110
| * | Fix s{a}{b} parsingVinicius Jose Latorre2007-08-171-4/+9
| * | (compilation-get-file-structure): Make use of the directory part whenGlenn Morris2007-08-171-1/+7
| * | Whitespace fix.Richard M. Stallman2007-08-171-1/+2
* | | Merge from emacs--devo--0Miles Bader2007-08-1319-60/+64
|\| |
| * | Merge from emacs--rel--22Miles Bader2007-08-1318-44/+50
| |\|
| | * (vhdl-update-progress-info): Avoid divide by zero error.Juanma Barranquero2007-08-131-4/+7
| | * (ada-gnatls-args): Fix docstring.Juanma Barranquero2007-08-131-10/+15
| | * (gdb-send): Handle CTRL-D more carefully.Nick Roberts2007-08-131-3/+3
| | * (gud-common-init): Use new name split-string-and-unquote.Richard M. Stallman2007-08-121-1/+1
| | * (flymake-err-line-patterns): Fix infloop in javac regexp.Richard M. Stallman2007-08-121-1/+1
| | * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-0815-35/+41
| | * (compilation-set-window-height): Use window-full-width-p instead ofMartin Rudalics2007-08-081-7/+5
| | * (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop.Stefan Monnier2007-08-071-0/+2
| | * (cperl-compilation-error-regexp-alist): Remove duplicate defvarGlenn Morris2007-08-041-9/+9
| * | (vhdl-update-progress-info): Avoid divide by zero error.Juanma Barranquero2007-08-131-4/+7
| * | (ada-gnatls-args): Fix docstring.Juanma Barranquero2007-08-131-10/+15
| * | (sh): Delete group `unix'.Richard M. Stallman2007-08-121-1/+0
| * | (gud): Change to group `processes'.Richard M. Stallman2007-08-121-1/+1
| * | (compilation-buffer-name): Don't check compilation-arguments. It isGlenn Morris2007-08-111-3/+2
| * | (compilation-start): Pass nil as startfile to comint-exec.Sam Steingold2007-08-071-2/+2
| * | (cperl-compilation-error-regexp-alist): Remove duplicate defvarGlenn Morris2007-08-041-9/+9
* | | Merge from emacs--devo--0Miles Bader2007-08-031-11/+20
|\| |