aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (find-tag-noselect): Save the value ofGerd Moellmann2001-01-151-3/+5
| | | | | tags-file-name before switching buffers, for the case it has a buffer-local value.
* (ada-popup-key): Fix last change.Dave Love2001-01-121-2/+3
|
* (fortran-mode-map): Modify CustomizationDave Love2001-01-111-51/+49
| | | | | | entry for custom-menu-create change. (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and don't cons it in the search loop.
* (find-tag-interactive): If last-tag is nil,Eli Zaretskii2001-01-111-4/+4
| | | | | | behave as if there were no prefix argument. (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P argument were nil.
* (ada-popup-key): Fix :type.Dave Love2001-01-091-2/+2
|
* (tags-apropos-additional-actions): Fix :type.Dave Love2001-01-091-1/+3
|
* (sh-imenu-generic-expression): Fix doc,Dave Love2001-01-091-4/+8
| | | | :type.
* (cperl-invalid-face): Don't double-quoteDave Love2001-01-031-2/+3
| | | | | value. (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
* (compilation-forget-errors): Fix indentation.Gerd Moellmann2000-12-231-3/+2
|
* Fix the same problem as described on ebnf2ps.el logGerd Moellmann2000-12-211-4/+9
| | | | | | entry. Doc fix. (ebnf-yac-skip-code): Code fix. (ebnf-yac-comment-chars): Const fix.
* Doc fix.Gerd Moellmann2000-12-211-1/+1
|
* Fix the same problem as described on ebnf2ps.el logGerd Moellmann2000-12-211-3/+5
| | | | | entry. Doc fix. (ebnf-iso-comment-chars): Const fix.
* Fix the same problem as described on ebnf2ps.el logGerd Moellmann2000-12-211-4/+8
| | | | | | entry. Doc fix. (ebnf-bnf-lex): Code fix. (ebnf-bnf-comment-chars): Const fix.
* Fix a problem with skip-chars-forward: it doesn't acceptGerd Moellmann2000-12-211-14/+23
| | | | | | | | | ranges like \177-\237, but accepts the character sequence from \177 to \237. Doc fix. (ebnf-version): New version (3.4). (ebnf-setup): Code fix. (ebnf-range-regexp): New fun. (ebnf-8-bit-chars): Const fix.
* Fixed copyright notice.Carsten Dominik2000-12-194-9/+3
|
* (sql-sybase-options): New option.Gerd Moellmann2000-12-191-6/+7
| | | | | | | | (sql-sybase): Use it. Add sql-database to the list of parameters provided for login. The options -w 2048 -n are not used any more. (sql-postgres-options): Changed default from "--pset" to "-P". (sql-mysql-options): Doc change. (sql-stop): Doc change.
* Use `define-minor-mode' for the minor modeGerd Moellmann2000-12-121-36/+17
| | | | | | definition (patch by Stefan Monnier). (glasses-mode): Use jit-lock instead of `after-change-functions' (patch by Stefan Monnier).
* Moved from progmodes/c-mode.el to obsolete/c-mode.elStefan Monnier2000-12-111-1677/+0
|
* Updated IDLWAVE to version 4.7Carsten Dominik2000-12-114-433/+1359
|
* Update `maintainer'.Stefan Monnier2000-12-091-2/+2
|
* Update copyright.Gerd Moellmann2000-12-073-9/+8
|
* (glasses-mode): Update mode line at the endGerd Moellmann2000-12-071-2/+2
| | | | of the function.
* Fix copyright years.Dave Love2000-12-0612-15/+15
|
* *** empty log message ***Dave Love2000-12-061-1/+1
|
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* (tag-partial-file-name-match-p): New function.Gerd Moellmann2000-12-041-2/+15
| | | | | (etags-recognize-tags-table, find-tag-in-order): New functionality: interpret file names as tags.
* New commands to run ANTLR from within Emacs andGerd Moellmann2000-11-291-102/+536
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to create Makefile rules. (antlr-tool-command): New user option. (antlr-ask-about-save): New user option. (antlr-makefile-specification): New user option. (antlr-file-formats-alist): New variable. (antlr-special-file-formats): New variable. (antlr-unknown-file-formats): New user option. (antlr-help-unknown-file-text): New variable. (antlr-help-rules-intro): New variable. (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'. (antlr-mode-menu): Add entries. (antlr-file-dependencies): New function. (antlr-directory-dependencies): New function. (antlr-superclasses-glibs): New function. (antlr-run-tool): New command. (antlr-makefile-insert-variable): New function. (antlr-insert-makefile-rules): New function. (antlr-show-makefile-rules): New command. More Emacs/XEmacs stuff. (antlr-no-action-keywords): New constant with value nil. (antlr-font-lock-keywords-alist): Use it. Old value would break syntax highlighting in Emacs-21.0. (antlr-default-directory): Emacs/XEmacs dependend function. (antlr-read-shell-command): Ditto. (antlr-with-displaying-help-buffer): Ditto. imenu, parsing and highlighting changes. (antlr-imenu-create-index-function): Don't create extra submenus for definitions in different grammar classes. It is not necessary for the menu and would make command `imenu' awkward to use. (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named header actions and more than one. (antlr-font-lock-tokendef-face): Changed color. (antlr-font-lock-tokenref-face): Changed color. (antlr-font-lock-additional-keywords): Also highlight lowercase. (antlr-mode-syntax-table): New variable. (antlr-mode): Populate and use it instead `java-mode-syntax-table'. (antlr-with-syntax-table): Don't copy syntax table. Minor changes: language setting. (antlr-language-alist): The value for file option "language" can be both an identifier and a string. Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>. (antlr-language-limit-n-regexp): Change accordingly. Minor changes: tabs, hiding. (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t. (antlr-action-visibility): Also allow value nil to also hide the braces. Renamed from `antlr-tiny-action-length'. Suggested by Jay@aol.com. (antlr-hide-actions): Change accordingly. Hide line if completely hidden action is on a line of its own.
* (ps-mode): Set comment-start andDave Love2000-11-281-0/+3
| | | | comment-start-skip locally.
* (fortran-mode): Don't setDave Love2000-11-281-6/+3
| | | | | | | fortran-comment-line-start-skip. Set comment-start to fortran-comment-line-start. (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group. (fortran-comment-line-start-skip): Simplify slightly.
* (ada-template-map): Initialize and bind it to C-c t in ada-mode-map.Stefan Monnier2000-11-231-84/+74
| | | | | | (ada-stmt-mode-hook): New function extracted from old code. Only change the buffer-local side of skeleton-*. (ada-mode-hook): Use it.
* * simple.el (delete-trailing-whitespace): New interactive function.Sam Steingold2000-11-221-48/+37
| | | | | | | | | | * progmodes/ada-mode.el (ada-mode): Use it instead of `ada-remove-trailing-spaces' (ada-remove-trailing-spaces): Removed. * textmodes/two-column.el (2C-merge): Recommend it in the doc. * textmodes/picture.el (picture-mode-exit): Call it instead of `picture-clean'. (picture-clean): Removed.
* (ada-mode): `set '' -> `setq'.Stefan Monnier2000-11-211-190/+190
|
* (grep): `tag-default' can be nil.Stefan Monnier2000-11-141-8/+8
|
* Fix again.Dave Love2000-11-141-0/+6
|
* Fix bogus last checkin.Dave Love2000-11-141-21/+21
|
* (scheme-program-name): New variableDave Love2000-11-141-21/+21
| | | | (originally in cmuscheme).
* (sh-mode-syntax-table) <defvar>:Stefan Monnier2000-11-121-54/+46
| | | | | | | | | | Make it into a simple syntax-table, shared among all submodes. (sh-heredoc-face): Re-introduce. (sh-font-lock-syntactic-face-function): New function. (sh-mode): Use it. Also use define-derived-mode. Remove old bogus setting of indent-region-function. (sh-set-shell): Don't set the syntax-table any more. (sh-mode-syntax-table) <defun>: Remove.
* (visit-tags-table-buffer): Beware of `t' inDave Love2000-11-121-2/+4
| | | | tags-table-list.
* Update copyright.Stefan Monnier2000-11-051-72/+25
| | | | | | (awk-mode-abbrev-table): Remove. (awk-font-lock-keywords): Use regexp-opt. (awk-mode): Use define-derived-mode.