1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00
Commit graph

17883 commits

Author SHA1 Message Date
Richard M. Stallman
97f65248dd Initial revision 1997-05-23 04:48:42 +00:00
Richard M. Stallman
0ced27a439 Use punctuation syntax for section sign.
Handle multibyte characters
using set-case-syntax-offset.

File renamed from iso02-syn.el.
1997-05-23 04:48:25 +00:00
Richard M. Stallman
bdd8ea0b44 Use defgroup and defcustom. 1997-05-23 03:45:19 +00:00
Erik Naggum
50041737f9 Initial revision 1997-05-23 00:23:18 +00:00
Richard M. Stallman
a8aa43870f (command-line): iso-syntax.el renamed to latin-1.el. 1997-05-22 20:09:55 +00:00
Erik Naggum
6f6a26416e (change-log-font-lock-keywords): Tweak font-lock-keywords. 1997-05-22 19:10:29 +00:00
Richard M. Stallman
97fd9abf62 (substitute-key-definition): Handle chartables. 1997-05-22 19:00:25 +00:00
Per Abrahamsen
8c98842659 Doc fix. 1997-05-22 10:51:45 +00:00
Noah Friedman
c128637667 (eldoc-message-commands): Move docstring into comments, since this isn't
a user variable.

(eldoc-message-commands-table-size, eldoc-use-idle-timer-p,
eldoc-function-argstring-from-docstring-method-table): Use defvar,
not defconst.

(eldoc-last-data): Use cons explicitly; don't rely on dotted pair read
syntax.  I'm worried the latter might get compiled as read-only data someday.

(eldoc-docstring-message): If truncating symbol name, show ending of name
rather than beginning.  The former is generally more unique.

(eldoc-function-argstring-from-docstring-method-table): Handle
pathological `save-restriction' case.

[top level]: Add `indent-for-tab-command' to eldoc-message-commands.
1997-05-22 06:47:41 +00:00
Richard M. Stallman
2a7d450579 The inode number can be an integer. 1997-05-22 06:22:30 +00:00
Richard M. Stallman
a05498320f (Fintern): Give keywords a value when interned. 1997-05-22 06:21:22 +00:00
Richard M. Stallman
e88a2c5911 (describe-key-briefly, where-is): Prefix arg means
insert help text into current buffer.
1997-05-22 06:20:42 +00:00
Richard M. Stallman
2b1df7a941 iso-syntax.el renamed to latin-1.el. 1997-05-22 03:32:45 +00:00
Richard M. Stallman
8c4ba7c83f (pc-selection-mode): Swap meanings of f16 and f18;
they were backwards.
1997-05-22 02:06:07 +00:00
Richard M. Stallman
cadd365812 (ada-krunch-args): Use gnatkr instead of gnatk8.
(ada-make-filename-from-adaname): Ditto.
(ada-adjust-case-region): Use format functionality of message.
(ada-indent-region): Ditto.
(ada-check-matching-start): Ditto.
(ada-check-defun-name): Ditto.

(ada-font-lock-keywords): Default to subdued.  Doc fix.
(ada-font-lock-syntactic-keywords): New variable.
(ada-mode): Use it to set font-lock-defaults.

(ada-font-lock-keywords-2): Single "raise" will be
highlighted. "in out" parameters get type face (depends on order
in regexp).

(ada-mode): Remove explicit setting of user option
`blink-matching-paren', font-lock treats `.' as word char.
(ada-in-string-or-comment-p): Call `parse-partial-sexp' only once.
(ada-untabify-buffer): Force returning `nil'.
(ada-font-lock-keywords-1): Move "task" before "task (body|type)" to
correct highlighting (regexp depends on order).

(ada-in-char-const-p): Renamed from `ada-after-char-p'.
Also test following character.
(ada-adjust-case): Use better function `ada-in-char-const-p'
(ada-in-string-or-comment-p): Test for being in a char constant.
(ada-clean-buffer-before-saving): Changed default to t.
(ada-mode): Set `font-lock-defaults' for Emacs only, use properties
for XEmacs.

(ada-indent-newline-indent): Simplified by just calling
`ada-indent-current'.

(ada-end-stmt-re): Added word delimiters in regexp.
Removed `interactive' statements which were needed only for debugging.

Put format commands back in for emacs 19.30/19.29 compatibility.

(ada-get-indent-label): A named block can begin
without a declare part.
(ada-check-defun-name): First of all, check for correct name in a
named block without `declare' part.
(ada-goto-matching-start): Change regexp as there may be no
semicolon between `end' and keyword.
(ada-get-current-indent): Remove warning as `begin' can introduce
a block without a `declare'.
(ada-goto-matching-decl-start): When searching backward, skip
generic default proc/func ("is <>").

(ada-named-block-re): New regexp for the name of a named block or loop.
(ada-get-current-indent): Handle loop names at the stmt start.
(ada-get-indent-end): Handle loop names at the stmt start.
(ada-get-indent-noindent): Handle loop names at the stmt start.
(ada-get-indent-loop): Handle loop names at the stmt start.
(ada-search-prev-end-stmt): Generic instances are not `stmt-ends'.
(ada-goto-previous-word): Use new function `ada-goto-next-word'.
(ada-goto-next-word): Generalized old `ada-goto-previous-word' for
both directions.

(ada-indent-function): Removed unnecessary `package' case.
(ada-get-indent-case): Before testing for `=>', be sure there is an `is'.
(ada-search-prev-end-stmt): Test for `separate' keyword on the
same line, which is not an `end-stmt'.

(ada-font-lock-keywords-2):
Correct regexp for hilit of unfollowed `end'.
(ada-in-open-paren-p): Start parsing definitely outside of strings.
(ada-gnat-style): New function.

Doc fixes.
(ada-mode): Support new font-lock-mode.
(ada-format-paramlist): Changed all `accept' to `access'.
(ada-insert-paramlist): Changed all `accept' to `access'.
(ada-in-comment-p): Use standard emacs way `parse-partial-sexp'.
(ada-font-lock-keywords-1): Regexps in not byte-compiled code bahave
different than byte-compiled regexps.
Change order of some ored entries.
1997-05-22 01:58:55 +00:00
Richard M. Stallman
12554a4ff4 (awk-mode): Set parse-sexp-ignore-comments. 1997-05-22 00:40:45 +00:00
Erik Naggum
fb644f48cf (add-log-lisp-like-modes, add-log-c-like-modes, add-log-tex-like-modes):
New variables.
(add-log-current-defun): Use them instead of constant lists.
1997-05-21 20:07:20 +00:00
André Spiegel
a1d713ef1e (vc-backend-admin): If there is no SCCS subdirectory yet, create it. 1997-05-21 14:42:09 +00:00
Richard M. Stallman
b7f6ca05bf (webjump-to-javaapi): Function deleted.
(webjump-sample-sites): Delete various pointers to non-free things.
1997-05-21 07:09:21 +00:00
Joel N. Weber II
d7d39d7862 thomas, not mib 1997-05-21 05:16:30 +00:00
Richard M. Stallman
71e99a2fcb (mode-line-mule-info): Add a colon.
(mode-line-modified): Delete the initial dash.
1997-05-21 05:06:23 +00:00
Richard M. Stallman
b48382a046 (Fformat_time_string): Doc update.
(Fformat_time_string): Doc update.
Handle emacs_strftime returning -1.
If it returns 0, compute actual buffer size needed.
1997-05-21 03:46:47 +00:00
Richard M. Stallman
64d7731d08 (set-word-help-file): Renamed from set-help-file. 1997-05-20 21:55:30 +00:00
Richard M. Stallman
178fc2d314 Initial revision 1997-05-20 21:48:58 +00:00
Richard M. Stallman
f5a5808ec6 (crisp-mode): Add autoload cookie. 1997-05-20 21:46:00 +00:00
Richard M. Stallman
e51f50efcd (dontcompilefiles): Add list of files that should not be byte-compiled. 1997-05-20 19:38:31 +00:00
Richard M. Stallman
83d7d14c03 Fix copyright and permission notice. 1997-05-20 19:12:17 +00:00
Richard M. Stallman
60382faa3a (add-untranslated-filesystem)
(remove-untranslated-filesystem): Add interactive spec.
1997-05-20 18:51:22 +00:00
Richard M. Stallman
f4ff0fb4fe (crisp-last-last-command): Renamed from last-last-command
and defvar added.
1997-05-20 18:49:06 +00:00
Richard M. Stallman
9108fd3aef (m4-program): Guess which m4 binary to use.
(m4-start-m4): New function.
(m4-end-m4): New function.
(m4-m4-buffer, m4-m4-region): Now use m4-start-m4.
(m4-font-lock-keywords): Collaps 4 regex's into 1.
1997-05-20 18:37:35 +00:00
Richard M. Stallman
df36c26254 (shortlisp): Add custom.elc and cus-start.elc. 1997-05-20 18:26:49 +00:00
Richard M. Stallman
1654c9f082 (event-closest-point): Fix paren error. 1997-05-20 17:17:39 +00:00
Per Abrahamsen
939c9c52f1 Change load-path tag again. 1997-05-20 12:28:28 +00:00
Richard M. Stallman
1760ba7ae5 (sit_for): Delete #if 0. 1997-05-20 05:58:25 +00:00
Richard M. Stallman
db8c4866b4 (path-separator, parse-colon-path): Doc fixes.
(revert-without-query): Renamed from
find-file-revert-without-query.
(find-file-noselect): Use new option.
(revert-buffer): Check the option here too.
1997-05-20 05:27:50 +00:00
Richard M. Stallman
f209429d37 (mh-file-command-p): New function.
(mh-path-search): Use that.
(mh-find-progs): Don't check current directory
unless explicitly requested.  Don't set mh-progs or mh-lib
if the programs are not found.  Give an error message
unless they are found.
1997-05-20 05:26:22 +00:00
Richard M. Stallman
9b58d14443 (diary-float): Rewritten to fix bug when base date
of entry and entry date are in different months.
Added optional parameter DAY.
(list-sexp-diary-entries): Revise description of diary-float.
1997-05-20 05:18:15 +00:00
Richard M. Stallman
151eeaa7c4 (holiday-float): Rewritten to fix bug when base date
of holiday and holiday date are in different months.
1997-05-20 05:17:49 +00:00
Richard M. Stallman
4abfba1faa Fix previous change. 1997-05-20 04:03:24 +00:00
Per Abrahamsen
016863e6db Changed load-path look a little. 1997-05-19 17:14:43 +00:00
Kenichi Handa
92d225d1d3 (HAVE_TERMIOS): Define it. 1997-05-19 08:32:44 +00:00
Kenichi Handa
a1a65af36a (PTY_OPEN): Call sigblock instead of sigblockx. 1997-05-19 08:30:55 +00:00
Richard M. Stallman
5c8d69ab5e Fix typo in previous change. 1997-05-19 07:29:00 +00:00
Kenichi Handa
2d3fa43542 (xdisp.o): Add coding.h in dependency list. 1997-05-19 07:17:38 +00:00
Richard M. Stallman
1cd71ce02b Update regexp syntax from Emacs manual. 1997-05-19 06:29:13 +00:00
Kenichi Handa
d987e6cbf7 Change the declaration o encoding
from `int' to `unsigned char'.
1997-05-19 03:55:24 +00:00
Kenichi Handa
0622778015 (fs_load_font): Modified to cope with the above change
in x_load_font (xterm.c).
1997-05-19 03:33:50 +00:00
Kenichi Handa
e7cc8b5404 (struct font_info): Change the declaration o encoding
from `char' to `int'.
1997-05-19 03:33:50 +00:00
Kenichi Handa
028d516b9c (Ffind_charset_region): Change the declaration of
charsets from `char' to `int.
(find_charset_in_str): Likewize.
1997-05-19 03:33:50 +00:00
Kenichi Handa
b8344c0e61 (struct iso2022_spec): Change the declaration of
requested_designation from `char' to `int'.
1997-05-19 03:33:50 +00:00