1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

1280 Commits

Author SHA1 Message Date
Gerd Moellmann
86b5834669 (ebrowse-read): Skip forward over white
space before testing for end of buffer.
(ebrowse-load): Removed.
(ebrowse-revert-tree-buffer-from-file): Rewritten.
(ebrowse-create-tree-buffer): Rewritten.
(ebrowse-tree-mode): Read tree from buffer.
2000-04-10 13:35:34 +00:00
Gerd Moellmann
c45be9accf *** empty log message *** 2000-04-09 20:32:42 +00:00
Gerd Moellmann
d36fadcebc (ebrowse-find-file-hook-fn): Moved
to ebrowse-ffh.el.
(ebrowse-load): Add autoload.
2000-04-09 20:23:27 +00:00
Gerd Moellmann
be0dbdab00 *** empty log message *** 2000-04-09 11:15:57 +00:00
Gerd Moellmann
9ffb4859b8 Some doc fixes.
(makefile-mode-abbrev-table): New variable.
(makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
(makefile-font-lock-keywords): Fontify includes and conditionals.
(toplevel): Require `dabbrev' and `add-log' when compiling.
2000-04-04 21:03:15 +00:00
Gerd Moellmann
170c1b2668 Provide facilities for inserting space before left
parentheses and uncapitalization of identifiers.
(glasses-mode): Try to remove old overlays in all cases.
2000-04-04 15:01:53 +00:00
Gerd Moellmann
92d8844ebe (compile-internal): Display the compilation
buffer in a different frame, if it's already displayed there.
2000-04-03 21:20:05 +00:00
Dave Love
2279eb90bb Change customization group to c' from C'. 2000-04-01 14:36:01 +00:00
Stefan Monnier
68049bfad7 (makefile-warn-suspicious-lines): clean
up the code and the regexp and make sure the cursor is temporarily
moved to the suspicious line while querying the user.
2000-03-23 02:39:58 +00:00
Gerd Moellmann
ece6e35ac9 (tags-case-fold-search): New user-option.
(tags-loop-eval): New function.  Bind case-fold-search around eval
depending on the value of tags-case-fold-search.
(tags-loop-continue): Use tags-loop-eval.
(find-tag-in-order): Bind case-fold-search depending on the value
of tags-case-fold-search.
2000-03-21 21:47:47 +00:00
Gerd Moellmann
e1abf2bb09 (awk-font-lock-keywords): All `else'. 2000-03-17 22:34:05 +00:00
Dave Love
d2d15846dd (f90): Put custom group under `languages', not
`fortran'.
(f90-mode-hook): Customize.
(f90-mode): Set add-log-current-defun-function.
(f90-current-defun): New function.
2000-03-16 22:05:51 +00:00
Dave Love
68ca306cb5 (fortran-comment-line-start): Define as
"C".
(fortran-comment-line-start-skip): Don't match cpp stuff.
(font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
(fortran-mode-map): Remove over-eager custom-menu-create for now.
(fortran-mode): Don't set fortran-comment-line-start-skip,
fortran-comment-line-start here.  Set comment-start,
add-log-current-defun.
(fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
(fortran-current-defun): New function.
2000-03-09 23:02:51 +00:00
Gerd Moellmann
cb41203e13 (octave-font-lock-keywords): To font-lock the
builtin operators, use `font-lock-builtin-face' for Emacs and
`font-lock-preprocessor-face' otherwise.
2000-03-09 13:29:44 +00:00
Dave Love
c926a73b2b *** empty log message *** 2000-03-07 12:02:52 +00:00
Thien-Thi Nguyen
a23c5037e7 (hs-flag-region): No longer use `intangible' overlay property.
(hs-toggle-hiding): New command.
(hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.

(hs-minor-mode): Move call to `hs-grok-mode-type' early on.
Fix omission bug: Run `hs-minor-mode-hook' for both activation
and deactivation.
2000-02-18 23:35:24 +00:00
Gerd Moellmann
4d8cabfd06 (pascal-mode-syntax-table): Change syntax
of `*' to handle `(* ... *)' comments.
2000-02-17 16:03:59 +00:00
Ray Blaak
e97a246146 Make resourcestring a declaration region, like const and var. 2000-02-09 07:04:15 +00:00
Carsten Dominik
44dff07587 Version number and date updated 2000-02-04 10:14:51 +00:00
Carsten Dominik
ca660d22e8 (idlwave-shell-print): Fixed bug with
idlwave-shell-expression-overlay.  Implemented printing of
expressions on higher levels of the calling stack.
(idlwave-shell-display-level-in-calling-stack): Restore stack
level.
(idlwave-retrieve-expression-from-level): New function.
(idlwave-shell-last-calling-stack): Variable removed.
(idlwave-shell-reset): Argument action reversed (`visible' to
`hidden').  Also remove stop-line overlay.
(idlwave-shell-calling-stack-routine): New variable.
(idlwave-shell-parse-stack-and-display): Messages now display
negative level numbers.
(idlwave-shell-mode): Set `modeline-format'.
(idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
(idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
21.
(idlwave-shell-print-expression-function): New option.
2000-02-04 10:10:40 +00:00
Carsten Dominik
595ab50b06 (idlwave-template): Respect `idlwave-abbrev-change-case'.
(idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
idlwave-while): respect `idlwave-reserved-word-upcase'.
(idlwave-rw-case): New function.
(idlwave-statement-match): Fixed problem with assignment regexp.
(idlwave-font-lock-keywords): Improved regexp for keyword
parameters.
(idlwave-surround): New argument LENGTH to support padding of
operators longer than 1 char.
2000-02-04 10:09:56 +00:00
Carsten Dominik
8124289f5b (idlwave-toolbar-add-everywhere, idlwave-toolbar-remove-everywhere):
Keybindings prefix is now `tool-bar' instead of `toolbar'.
2000-02-04 10:08:49 +00:00
Dave Love
318c987df8 (delphi): Add :version to defgroup. 2000-02-01 14:32:21 +00:00
Gerd Moellmann
8d9ea7b12a Update copyright. 2000-01-31 20:11:54 +00:00
Gerd Moellmann
887448e1e3 (ebnf-syntax): Doc fix 2000-01-29 12:02:36 +00:00
Gerd Moellmann
efd68b8a91 *** empty log message *** 2000-01-28 12:48:41 +00:00
Gerd Moellmann
984ae00171 *** empty log message *** 2000-01-27 14:31:16 +00:00
Dave Love
26ef1c879e (fortran-mode): Use beginning-of-defun-function, end-of-defun-function. 2000-01-24 22:44:09 +00:00
Gerd Moellmann
f1d851aecd Replace ^F with ^L. 2000-01-09 16:59:27 +00:00
Dave Love
7a7db8e569 (fortran-mode-map): Don't bind M-C-a,
M-C-e, M-C-h, C-j, C-xnd, TAB.
(fortran-mode): Set beginning-of-defun, end-of-defun.
(fortran-column-ruler): Simplify.
(fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
(fortran-with-subprogram-narrowing): Likewise.
(fortran-indent-subprogram): Call mark-defun.
(fortran-check-for-matching-do): Change narrowing.
2000-01-05 17:23:27 +00:00
Carsten Dominik
22d5821ddb fixed some bugs associated with the new file names 2000-01-05 13:06:37 +00:00
Thien-Thi Nguyen
7ddafb955f Fix buglet in local variables initialization. 2000-01-05 12:34:51 +00:00
Thien-Thi Nguyen
a40efb3bb9 (hs-discard-overlays, hs-flag-region, hs-show-block):
Don't use `mapcar' when not accumulating.
2000-01-05 12:22:21 +00:00
Carsten Dominik
8bd4b31e45 *** empty log message *** 2000-01-05 08:53:23 +00:00
Carsten Dominik
1a4bfeddc0 Also provide idlwave-toolbar, not only idlw-toolbar 2000-01-05 08:52:21 +00:00
Carsten Dominik
a98f98c0cf Also provide idlwave.shell, not only idlw-shell. 2000-01-05 08:50:31 +00:00
Gerd Moellmann
bcf90db982 (c-fill-paragraph): Count number of spaces
at comment end, and re-insert them after filling.
2000-01-03 14:49:24 +00:00
Eli Zaretskii
103a192211 Renamed idlwave-*.{el,elc} into idlw-*.{el,elc}. 2000-01-03 14:31:21 +00:00
Eli Zaretskii
7c513d8d9d Set version to the last version of idlwave. 2000-01-03 14:27:37 +00:00
Eli Zaretskii
8c7b4ec861 Renamed idlwave-*.el into idlw-*.el. 2000-01-03 14:23:13 +00:00
Thien-Thi Nguyen
1a8e83dc40 (hs-minor-mode-menu): Fix omission bug; was used but not declared.
(hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
hs-find-block-beginning): Add or modify docstrings.

(hs-isearch-show): Rewrite.
1999-12-29 09:00:35 +00:00
Gerd Moellmann
a3d4e58757 (c-fill-paragraph): Don't delete white
space in front of a C-style comment end.
1999-12-28 16:16:23 +00:00
Thien-Thi Nguyen
721cfafec9 (compilation-goto-locus): Delete hideshow overlays if they interfere.
(compilation-find-file): Make intangible overlays tangible.
1999-12-26 12:59:52 +00:00
Thien-Thi Nguyen
26a0b3991e Generally, synch w/ maintainer version 5.9.
(hs-show-hidden-short-form): Delete var; hard-code uses as `t'.

(hs-minor-mode-hook): Don't initialize.

(hs-special-modes-alist): Rewrite value and docstring.

(hs-minor-mode-prefix): Delete unused var.

(hs-block-start-mdata-select): New var, buffer local.

(hs-headline): New var.

(hs-match-data, hs-forward-sexp): New funcs.

(hs-hide-comment-region): New func.

(hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
hs-safety-is-job-n, hs-hide-initial-comment-block, hs-inside-comment-p,
hs-grok-mode-type, hs-find-block-beginning, hs-hide-level-recursive,
hs-life-goes-on, hs-already-hidden-p, hs-c-like-adjust-block-beginning,
hs-hide-all, hs-show-all, hs-hide-block, hs-show-block, hs-show-region,
hs-hide-level, hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.

(hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
(hs-isearch-show-temporary): New funcs.

(hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.

(hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.

When constructing menu, use `[(shift button2)]' notation.
1999-12-26 11:03:32 +00:00
Gerd Moellmann
1a8eb6d5b0 (sh-mode): Don't call sh-set-shell
with third argument t.
1999-12-22 09:53:20 +00:00
Gerd Moellmann
e33e080c09 Version 1.2 is released.
(antlr): This package has a web page.
Menu/keymap additions for commenting/uncommenting
regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
(antlr-mode-map): New binding [C-c C-c].
(antlr-mode-menu): New entries.
Respect Emacs conventions.
((require 'cl)): Only use during compilation.
(antlr-language-for-option): New function to avoid using `find'.
(antlr-mode): Use it.
(antlr-with-syntax-table): Define new instead using XEmacs' one.
(antlr-imenu-create-index-function): Change accordingly.
(antlr-inside-rule-p): Ditto.
(antlr-end-of-rule): Ditto.
(antlr-end-of-body): Ditto.
(antlr-beginning-of-rule): Ditto.
(antlr-indent-line): Ditto.
Really use `antlr-tab-offset-alist'.
(antlr-set-tabs): Don't use hard-coded values.
Minor navigation changes.  Not perfect, but this
won't be possible without a huge time penalty.
(antlr-skip-exception-part): Be more specific.
(antlr-skip-file-prelude): Don't skip action prelude of next rule.
Renamed from `antlr-skip-grammar-header'.
(antlr-next-rule): Change accordingly.
(antlr-end-of-body): Ditto.  Better error message.
(antlr-beginning-of-body): Better error message.
(antlr-imenu-create-index-function): Skip rule action prelude.
Minor syntax highlighting changes.
(antlr-font-lock-default-face): Deletia.
(antlr-font-lock-tokendef-face): Changed color.
(antlr-font-lock-tokenref-face): Changed color.
(antlr-font-lock-literal-face): Changed color.
(antlr-font-lock-additional-keywords): Minor changes.
1999-12-21 14:01:00 +00:00
Gerd Moellmann
2936437d10 *** empty log message *** 1999-12-21 09:08:41 +00:00
Carsten Dominik
8c7bb45418 A debugging toolbar for IDLWAVE 1999-12-20 11:12:58 +00:00
Carsten Dominik
a629b1918a Shell mode for interaction with the idl program (idl = Interactive
Data Language)
1999-12-20 11:12:17 +00:00
Carsten Dominik
433d5f7d80 Routine information for IDLWAVE mode. 1999-12-20 11:11:05 +00:00