summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-154-5/+5
|
* Fix license commentary.Gerd Moellmann2001-07-134-22/+28
|
* Say that the file _is_ part of Emacs.Eli Zaretskii2001-07-113-6/+6
|
* (c-indent-exp): Keep the indentation of the blockGerd Moellmann2001-07-101-1/+5
| | | | itself, i.e. only indent the contents in it.
* Extended the kludge to interoperate with theStefan Monnier2001-07-091-0/+2
| | | | | delsel and pending-del packages wrt to the new function `c-electric-delete-forward'.
* (hs-minor-mode-map): Use mouse-2, not button-2, when bindingRichard M. Stallman2001-06-261-1/+1
| | | | hs-mouse-toggle-hiding.
* (glasses-make-readable): ConsiderGerd Moellmann2001-06-251-4/+4
| | | | underscores too when separating a parenthesis.
* (c-set-style): Don't specify initial contents for completing-read.Richard M. Stallman2001-06-231-2/+3
|
* (antlr-mode): Check that `c-Java-access-key' isGerd Moellmann2001-06-181-2/+2
| | | | bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
* (sh-mark-line): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-1/+4
|
* (cpp-make-button): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-0/+1
|
* (compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.Eli Zaretskii2001-06-171-4/+6
| | | | (compilation-forget-errors): Remove help-echo property as well.
* (perl-font-lock-syntactic-keywords): New var, to recognize ${ $' and PODs.Stefan Monnier2001-06-101-23/+50
| | | | | | | | (perl-font-lock-syntactic-face-function): New function. (perl-mode): Use them. (perl-continuation-line-p): New function, from perl-calculate-indent. (perl-calculate-indent): Use it, to properly handle continuation lines of continuation lines.
* (tags-compression-info-list): Fix docstringStefan Monnier2001-05-311-23/+23
| | | | and :type spec.
* (perl-mode): Use define-derived-mode.Stefan Monnier2001-05-251-81/+69
| | | | | | | (perl-comment-indent): Simplify to let newcomment.el do its job. (perl-electric-terminator, perl-calculate-indent, perl-indent-exp) (perl-mark-function): Cleanup the namespace. (perl-calculate-indent): Don't be fooled by nested functions.
* Docstring typo.Stefan Monnier2001-05-251-1/+1
|
* (cperl-font-lock-keywords)Stefan Monnier2001-05-041-49/+54
| | | | | | | | (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2): Renamed from perl-font-lock-keywords to avoid clashes. (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces) (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2): Updated correspondingly.
* Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.Eli Zaretskii2001-05-041-17/+13
|
* (c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'Eli Zaretskii2001-05-041-36/+37
| | | | | | | | | | | into two functions where `c-electric-delete-forward' always deletes forward and `c-electric-delete' only contains the code necessary for XEmacs to choose between backward and forward deletion. `c-electric-delete-forward' is now bound to C-d to get the electric behavior on that key too. (c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp, which caused an error when it's a list.
* (sh-prev-line): Look for sh-heredoc-faceStefan Monnier2001-05-021-7/+6
| | | | | rather than font-lock-string-face. (sh-get-indent-info): Treat heredocs like strings.
* (sh-font-lock-heredoc): AllowGerd Moellmann2001-04-301-2/+2
| | | | | optional backslash at the start of the here-document delimiter. (sh-font-lock-syntactic-keywords): Likewise.
* (makefile-font-lock-keywords):Stefan Monnier2001-04-251-15/+6
| | | | | Rationalize the rules for includes and conditionals and use the keyword face for them.
* Fix autoload cookies.Gerd Moellmann2001-04-231-6/+6
|
* (sql-escape-newlines-and-send): New function.Gerd Moellmann2001-04-201-3/+120
| | | | | | | | | | | | | | | | (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send. (sql-db2-program): New option. (sql-db2-options): New option. (sql-db2): New function. (sql-mode-menu): Added highlighting entries. (sql-highlight-oracle-keywords): New function. (sql-highlight-postgres-keywords): New function. (sql-highlight-ansi-keywords): New function. (sql-help): Doc change.
* (sh-indent-line): Add optional PREFIX-ARGGerd Moellmann2001-04-101-2/+3
| | | | parameter.
* (grep-compute-defaults): Use null-deviceEli Zaretskii2001-04-061-2/+2
| | | | | instead of literal /dev/null. Reported by Jens Schmidt <schmidt@mathematik.uni-kl.de>.
* (c-outline-level):Stefan Monnier2001-04-041-3/+5
| | | | | Bind buffer-invisibility-spec. Originally from Dave Love, but got lost when incorporating version 5.26.
* (fortran-comment-region): Fix typo.Dave Love2001-03-301-1/+1
|
* Moved from progmodes/cplus-md.el to obsolete/cplus-md.el.Stefan Monnier2001-03-211-1080/+0
|
* Update to version 5.28.Gerd Moellmann2001-03-2111-1454/+2296
|
* (hs-minor-mode-hook): Include `:version' in defcustom form.Thien-Thi Nguyen2001-03-141-1/+2
|
* Update copyright.Thien-Thi Nguyen2001-03-131-14/+14
| | | | (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
* (tags-loop-continue): Don't change point in aGerd Moellmann2001-03-121-7/+19
| | | | | file that isn't interesting. In an interesting file, push the old value of point on the mark ring.
* 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>Francesco Potortì2001-03-121-5/+72
| | | | | | | * progmodes/etags.el (tags-compression-info-list): New variable. (find-tag-in-order): Use it to deal with compressed source files. (tag-file-name-match-p): New function. (etags-recognize-tags-table): Use it for better match of file names.
* (sh-st-symbol): New symbol.Stefan Monnier2001-03-071-10/+6
| | | | | | (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp. (sh-mode): Remove `make-local-variable' for unused var `font-lock-unfontify-region-function'.
* (cperl-msb-fix, cperl-get-help-defer):Stefan Monnier2001-03-061-5/+3
| | | | Check major-mode for `cperl-mode' as well.
* (cperl-mode): Set major-mode to cperl-modeStefan Monnier2001-03-061-26/+33
| | | | | | | | | | | | so that C-h m shows the correct information. Use make-local-variable rather than make-variable-buffer-local. (cperl-info-buffer, cperl-setup-tmp-buf): Use make-local-variable rather than make-variable-buffer-local. Updated to author version 4.23. (cperl-electric-pod): SYNOPSIS was misspelled. (cperl-find-pods-heres): @if ? a : b was considered a REx. (cperl-after-expr-p): Make true after __END__.
* (sql-interbase): New function.Gerd Moellmann2001-03-061-14/+78
| | | | | | (sql-interbase-program): New option. (sql-interbase-options): New option. And some typos fixed: "customise" to "customize".
* (sql-sybase): Fix typo (was: query user about server twoGerd Moellmann2001-03-051-5/+9
| | | | | | | | times instead of server and database). (sql-sybase): Doc change. (sql-mysql): Doc change. (sql-postgres): Doc change.
* (fortran-strip-sqeuence-nos): Doc fix.Richard M. Stallman2001-02-171-3/+3
|
* (grep-regexp-alist): Remove the blank fromEli Zaretskii2001-02-161-1/+3
| | | | | the character class after the (optional) drive, to support file names with embedded blanks.
* (find-tag-default-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (dcl-calc-command-indent-function): Fix :type.Dave Love2001-02-071-1/+1
|
* (ada-popup-key): Fix :type.Dave Love2001-02-071-2/+2
|
* (makefile-mode): Set SYNTAX-BEGIN memberEli Zaretskii2001-02-061-1/+5
| | | | of `font-lock-defaults' to `backward-paragraph' rather than nil.
* Eliminate time-stamp functions.Gerd Moellmann2001-02-051-6/+7
| | | | | | (ebnf-version): New version (3.5). (ebnf-eps-finish-and-write): Replace time-stamp functions by format-time-string.
* (f90-mode): Remove startup message.Dave Love2001-02-011-2/+2
|
* (outline, dabbrev, add-log): Require whenGerd Moellmann2001-01-291-17/+22
| | | | | | | | compiling. (tcl-using-emacs-19-23): Consider Emacs 21+. (tcl-help-directory-list, tcl-command-switches): Fix :type. (tcl-add-emacs-menu): Supply menu name. (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
* (find-tag-noselect): Don't bindGerd Moellmann2001-01-271-2/+1
| | | | tags-file-name.
* (delphi-comment-face, delphi-string-face)Dave Love2001-01-261-5/+8
| | | | (delphi-keyword-face, delphi-other-face): Fix :type.