1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

533 Commits

Author SHA1 Message Date
Karl Heuer
11b137a743 (sh-mode-map): Fix capitalization in menu bar. 1995-05-30 23:06:00 +00:00
Karl Heuer
0e520d74eb Fix capitalization in menu bar. 1995-05-30 23:05:08 +00:00
Karl Heuer
658e4ee5f1 Fix capitalization and punctuation in menu bar. 1995-05-30 22:48:05 +00:00
Karl Heuer
0949ba2b07 (compilation-mode-map): Fix capitalization in menu bar. 1995-05-30 22:42:32 +00:00
Roland McGrath
19ae9cb06f (compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines. 1995-05-30 19:35:59 +00:00
Roland McGrath
54de3248dc (compilation-error-regexp-alist): In "IBM C/C++ Tools" regexp, disallow
leading spaces and disallow whitespace chars within the file name.
1995-05-26 16:24:57 +00:00
Karl Heuer
98e05fae58 (ada-add-ada-menu): Fix args to easy-menu-define. 1995-05-22 21:42:13 +00:00
Karl Heuer
58ac467ee7 (c-fill-paragraph): Don't alter point
when deciding to narrow at the end for the sake of a comment ender.
1995-05-17 20:44:36 +00:00
Roland McGrath
eae2c972e7 (compilation-next-error-locus): Ignore zero column number.
(compilation-parse-errors): Don't store the beginning of the line
containing the end of the error-regexp match.  Instead, store the beginning
of the line containing the start of the match, unless the match starts
with a newline, in which case the beginning of the next line.
1995-05-12 17:26:59 +00:00
Simon Marshall
e3889f8470 Added entry' to fortran-font-lock-keywords-1' highlight of declarations. 1995-05-12 07:23:19 +00:00
Tom Tromey
303f8496cb (tcl-type-alist): Include entry for "proc". 1995-05-11 22:12:49 +00:00
Roland McGrath
78809db739 (tags-loop-continue): Doc fix.
Reset NEW after visiting for real, so we don't clobber the buffer again.
1995-05-11 03:30:10 +00:00
Roland McGrath
4dbf8a2c70 (compilation-error-regexp-alist): Add regexps for IBM and Cray compilers.
(compilation-next-error-locus): Ignore a column number that is zero.
1995-05-11 00:44:51 +00:00
Tom Tromey
1305021dea (tcl-add-fsf-menu): Use make-lucid-menu-keymap, not
"make-xemacs-menu-keymap".
1995-05-10 23:38:12 +00:00
Tom Tromey
60da020d00 Bug fix in menu code for XEmacs. 1995-05-10 18:22:21 +00:00
Tom Tromey
e9e7f5f226 Changed "Lucid Emacs" to "XEmacs".
Tcl's popup menu now added to existing one, courtesy
dfarmer@evolving.com (Doug Farmer)
1995-05-09 21:36:53 +00:00
Richard M. Stallman
0f21f770b2 (hide-ifdef-mode-prefix-key): Change to C-c @.
(hide-ifdef-mode-submap): Get rid of \e from all bindings.
1995-05-02 03:57:27 +00:00
Richard M. Stallman
3b11420577 (makefile-mode): Set dabbrev-abbrev-skip-leading-regexp. 1995-05-01 17:16:40 +00:00
Richard M. Stallman
5d5ab7ac50 (compile-internal): Disable undo before erasing
the buffer, then enable again afterward.
(compilation-sentinel): Use force-mode-line-update.
1995-04-29 16:37:06 +00:00
Karl Heuer
a716ac738a (fortran-auto-fill-mode): Use force-mode-line-update. 1995-04-25 22:30:13 +00:00
Karl Heuer
c63e0f9a7d (hide-ifdef-toggle-read-only): Use force-mode-line-update.
(hide-ifdef-toggle-outside-read-only): Use force-mode-line-update.
1995-04-25 22:29:17 +00:00
Karl Heuer
3d93ac2871 (f90-auto-fill-mode): Use force-mode-line-update. 1995-04-25 22:17:55 +00:00
Simon Marshall
f022dd8915 Use new fortran-match-!-comment to do !-style fontification; do rest in regexps 1995-04-24 10:51:17 +00:00
Karl Heuer
72e80cad6f (f90-keywords): "only" added to keyword list.
(f90-font-lock-keywords-1): Type may now have attributes private
and public.
(f90-font-lock-keywords-2): Fixed difference between type and type().
(hilit-set-mode-patterns): Type may now have attributes private.
and public, fixed difference between type and type().
(f90-p-type-re): New regular-expression constant for type commands.
(f90-mode): indent-tabs-mode put to nil by default.
(f90-looking-at-type-like): Now uses f90-p-type-re.
(f90-no-block-limit): Now uses f90-p-type-re.
(f90-change-keywords): Don't change preprocessor lines.
1995-04-20 17:23:29 +00:00
Richard M. Stallman
dfc4f59b16 (cpp-edit-reset): Fix typo.
(cpp-signal-read-only, cpp-grow-overlay): Update to new calling conventions.
(cpp-make-overlay-hidden): Don't allow insertion before a read-only overlay.
1995-04-19 06:37:49 +00:00
Roland McGrath
a2416e212f (tags-search, tags-query-replace): Put (quote ...) around args inserted
into forms to be evalled.
1995-04-18 18:29:05 +00:00
Richard M. Stallman
2e922f0b7a (cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.
1995-04-18 07:21:52 +00:00
Richard M. Stallman
f3a69d8f62 (cpp-parse-open): Delete comments that go past end of line.
(cpp-edit-reset): Clean up the four standard buttons.
(cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.
1995-04-15 02:04:41 +00:00
Richard M. Stallman
612abcae5d Comment change. 1995-04-14 23:24:11 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Roland McGrath
b97089fa54 (compilation-error-regexp-alist): Remove superfluous SGI cc regexp. 1995-04-10 16:45:47 +00:00
Richard M. Stallman
d437b3f6bc (list-tags): Delete call to select-tags-matched-file. 1995-04-09 11:39:41 +00:00
Roland McGrath
f48b601a2f (next-file): Add paren missing from last change. 1995-04-09 03:21:37 +00:00
Roland McGrath
2f14fde6d0 (next-file): Handle empty list returned by (tags-table-files). 1995-04-09 03:18:11 +00:00
Roland McGrath
984ae4edd2 (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. 1995-04-08 20:15:20 +00:00
Tom Tromey
50776640f7 (tcl-outline-level): New function
(tcl-mode): Added outline-handling stuff.
From Jesper Pedersen <blackie@imada.ou.dk>
1995-04-08 19:52:50 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Karl Heuer
732be46569 Update copyright. 1995-04-07 01:20:53 +00:00
Karl Heuer
f470f9bd66 Update copyright. 1995-04-07 00:16:13 +00:00
Karl Heuer
3ca7b46f53 Fix comments. 1995-04-04 03:00:59 +00:00
Richard M. Stallman
3a3f61fa71 (scheme-indent-sexp): Don't fail when
calculate-scheme-indent returns a one-element list.
1995-03-31 19:23:55 +00:00
Richard M. Stallman
fe7ad22dc1 (calculate-c++-indent): Copy colon-line-end code from calculate-c-indent. 1995-03-27 07:50:26 +00:00
Karl Heuer
02da8c8209 (c-style-alist): Set c-continued-brace-offset and
c-brace-offset in all styles, so that they don't inherit a trash
value from a previously set style.
1995-03-24 02:50:54 +00:00
Karl Heuer
12b4943a37 (compilation-sentinel): Use format'; concat' doesn't
stringize integers anymore.
1995-03-24 00:48:45 +00:00
Richard M. Stallman
f45a220ab3 (asm-mode): Make a per-buffer child keymap here.
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.
1995-03-23 20:57:04 +00:00
Richard M. Stallman
e7d795eba3 (pascal-mode-syntax-table): Give \ punctuation syntax. 1995-03-23 20:40:48 +00:00
Richard M. Stallman
148d2a8dec Doc fixes. 1995-03-22 21:31:08 +00:00
Richard M. Stallman
c5c170d083 (c-mode-map): Use "C-mode", not "C mode". 1995-03-20 00:06:30 +00:00
Richard M. Stallman
e7e7be7c5c (c-style-alist): For BSD, set c-continued-brace-offset
instead of c-brace-offset.
1995-03-15 23:04:06 +00:00
Thien-Thi Nguyen
20171c7c69 `emacs-version' checking now handles Lucid's version change to 19.xx. 1995-03-14 16:29:27 +00:00