summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Lute Kamstra2005-07-0473-145/+145
|
* (prolog-eof-string): Doc fixes.Juanma Barranquero2005-07-041-3/+3
| | | | (prolog-indent-level): Fix typo in docstring.
* Add arch taglineMiles Bader2005-07-041-0/+1
|
* (vhdl-testbench): Fix typo in docstring.Juanma Barranquero2005-07-041-1/+1
|
* (tcl): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-3/+3
| | | | (tcl-comment-indent, tcl-quote): "?\ " -> "?\s".
* (SQL): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (sql-copy-column): "?\ " -> "?\s".
* (sh, sh-script): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-3/+3
| | | | (sh-maybe-here-document): "?\ " -> "?\s".
* (scheme): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (scheme-mode-syntax-table): "?\ " -> "?\s".
* (python): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (inferior-python-mode): "?\ " -> "?\s".
* (prolog): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (pascal): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (idlwave): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-419/+419
|
* (executable): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (executable-set-magic): "?\ " -> "?\s".
* (etags): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (postscript, ebnf2ps, ebnf-special, ebnf-except, ebnf-repeat, ebnf-terminal,Juanma Barranquero2005-07-041-14/+14
| | | | | | ebnf-non-terminal, ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic, ebnf-optimization): Finish `defgroup' description with period. (ebnf-eps-filename, ebnf-trim-right): "?\ " -> "?\s".
* (delphi): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-7/+7
| | | | | (delphi-indent-line, delphi-fill-comment, delphi-new-comment-line): "?\ " -> "?\s".
* Updated to IDLWAVE v5.7 (see idlwave.org), and variable cleanupJ.D. Smith2005-07-046-1142/+1523
|
* (flymake-find-file): Remove.Juanma Barranquero2005-07-031-22/+17
| | | | | | | (flymake-float-time): Use `with-no-warnings'. (flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info, flymake-is-running, flymake-last-change-time, flymake-new-err-info): `defvar' at compile time.
* (ebrowse-revert-tree-buffer-from-file): Use with-no-warnings.Richard M. Stallman2005-07-031-1/+2
|
* (flymake-mode, flymake-mode-off): Fix unbalanced parentheses.Luc Teirlinck2005-07-021-2/+2
| | | | From David Hunter (tiny change).
* (flymake-mode-on, flymake-mode-off): Move body into flymake-mode andStefan Monnier2005-07-021-41/+42
| | | | delegate to flymake-mode.
* (flymake-find-possible-master-files, flymake-master-file-compare,Juanma Barranquero2005-07-011-13/+13
| | | | | | | | | flymake-get-line-err-count, flymake-highlight-line, flymake-gui-warnings-enabled): Fix typos in docstrings. (flymake-parse-line, flymake-get-project-include-dirs-function, flymake-get-prev-err-line-no, flymake-goto-prev-error): Doc fixes. (flymake-get-project-include-dirs-function, flymake-make-err-menu-data): Improve argument/docstring consistency.
* (gud-filter): Remove unneeded progn.Andreas Schwab2005-06-301-3/+2
|
* (sh-get-kw): `&' also separates words.Glenn Morris2005-06-301-1/+1
|
* (cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-3/+3
|
* (cperl-find-pods-heres): Don't gratuitouslyStefan Monnier2005-06-291-2/+7
| | | | | | reset the syntax-table to cperl-mode-syntax-table. (cperl-mode): Make _ into word-syntax during font-locking so "print" in "foo_print_bar" is not matched as a reserved keyword.
* (python-check): Require `compile' before modifying its variables.Stefan Monnier2005-06-291-0/+1
|
* (compilation-next-error-function):Richard M. Stallman2005-06-281-8/+45
| | | | Don't switch buffers; operate on the current buffer.
* (gud-filter): Add missing argument toNick Roberts2005-06-271-2/+3
| | | | with-selected-window.
* (gud-filter): Simplify using with-selected-window and with-current-buffer.Richard M. Stallman2005-06-251-7/+3
|
* (gdb-send): Remove warning face from errorsNick Roberts2005-06-241-1/+3
| | | | | after fresh input. (gdb-var-create-handler): Put name of expression in quotes.
* (gud-tooltip-print-command): Indent properly.Nick Roberts2005-06-241-17/+23
| | | | | (gud-gdb-marker-filter): Use font-lock-warning-face for any initial error.
* (gdb-error): New variable.Nick Roberts2005-06-221-0/+9
| | | | | | (gdb-error): New function. (gdb-annotation-rules): Act on error-begin and error annotations. (gdb-concat-output): Use font-lock-warning-face for errors.
* (ebnf-ebx-lex): Fix spellings.Juanma Barranquero2005-06-211-3/+3
|
* (ebnf-yac-lex): Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* (ebnf-iso-lex): Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* (ebnf-dtd-lex): Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* (ebnf-bnf-lex): Fix spellings.Juanma Barranquero2005-06-211-2/+2
|
* (ebnf-abn-lex): Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* (c-safe-scan-lists): Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* (grep-regexp-alist): Use backreference at theJuri Linkov2005-06-181-8/+14
| | | | | | | | | | | end of first regexp to limit the match to the position between line number and source line with same separator character as used between file name and line number. In the second regexp limit mouse-face area to file name and line number by adding new group for them and referring it in HYPERLINK arg. (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group. (grep-mode): Set font-lock-lines-before to 0 to not refontify the previous line where grep markers may be already removed.
* Update version and maintainer's email address.Eli Zaretskii2005-06-181-6/+6
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430Miles Bader2005-06-171-4/+8
| | | | | | | | | | | Remove "-face" suffix from cc-mode faces 2005-06-17 Miles Bader <miles@gnu.org> * lisp/progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove "-face" suffix from face name. (c-cpp-matchers): Use the variable `c-nonbreakable-space-face' instead of literal face.
* (ada-format-paramlist)Juanma Barranquero2005-06-171-140/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ada-get-indent-case, ada-check-matching-start) (ada-check-defun-name, ada-goto-matching-decl-start) (ada-goto-matching-start, ada-goto-matching-end, ada-tab) (ada-untab, ada-move-to-start, ada-fill-comment-paragraph) (ada-make-subprogram-body): Follow error conventions. (ada-case-exception-file, ada-indent-comment-as-code) (ada-indent-handle-comment-special, ada-indent-renames) (ada-indent-return, ada-search-directories-internal) (ada-tab-policy, ada-case-exception-substring) (ada-other-file-alist, ada-matching-start-re) (ada-matching-decl-start-re, ada-contextual-menu-last-point) (ada-imenu-generic-expression, ada-compile-goto-error) (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p) (ada-popup-menu, ada-add-extensions, ada-mode) (ada-region-selected, ada-create-case-exception) (ada-create-case-exception-substring, ada-after-keyword-p) (ada-activate-keys-for-case, ada-adjust-case-region) (ada-adjust-case-buffer, ada-format-paramlist) (ada-scan-paramlist, ada-insert-paramlist) (ada-indent-newline-indent) (ada-indent-newline-indent-conditional) (ada-justified-indent-current, ada-goto-previous-word) (ada-indent-current, ada-get-indent-open-paren) (ada-get-indent-paramlist, ada-get-indent-end) (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if) (ada-get-indent-block-start, ada-get-indent-subprog) (ada-get-indent-noindent, ada-get-indent-label) (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start) (ada-search-prev-end-stmt, ada-goto-next-non-ws) (ada-goto-stmt-end, ada-goto-next-word) (ada-check-matching-start, ada-check-defun-name) (ada-goto-matching-decl-start, ada-goto-matching-start) (ada-goto-matching-end, ada-search-ignore-string-comment) (ada-in-decl-p, ada-looking-at-semi-or) (ada-looking-at-semi-private, ada-in-paramlist-p) (ada-in-open-paren-p, ada-tab, ada-indent-current-function) (ada-untab-hard, ada-move-to-start, ada-move-to-end) (ada-next-procedure, ada-previous-procedure, ada-next-package) (ada-previous-package, ada-create-menu) (ada-fill-comment-paragraph-justify) (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph) (ada-other-file-name, ada-last-which-function-line) (ada-last-which-function-subprog, ada-which-function) (ada-get-body-name, ada-outline-level, ada-narrow-to-defun) (ada-gen-treat-proc, ada-check-emacs-version) (ada-continuation-indent, ada-align-region-separate): Fix typos in docstrings. (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
* (m2-for): Fix spellings.Juanma Barranquero2005-06-161-1/+1
|
* (vhdl-beginning-of-libunit): Fix spelling in docstrings.Juanma Barranquero2005-06-161-2/+2
|
* (inferior-lisp-prompt): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* (cperl-set-style-back): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* (c-awk-beginning-of-defun): Fix spelling in docstrings.Juanma Barranquero2005-06-161-13/+13
|
* (c-lineup-argcont): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|