1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
Commit Graph

11703 Commits

Author SHA1 Message Date
Richard M. Stallman
1c20c5890a (vhdl-add-index-menu): reverse order in imenu-generic-expression.
(vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
(vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
(vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
(vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
(vhdl-when): Fix indentation problem.
(vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
(vhdl-get-port, vhdl-get-generic): Bug fix in template.
(vhdl-hooked-abbrev): Bug fix in hooked abbrev.
1998-10-14 19:55:35 +00:00
Dave Love
7218b1d448 (ange-ftp-read-passwd): Function deleted.
(ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
(ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
1998-10-14 18:18:52 +00:00
Dave Love
46d4d7bffa 1998-10-14 Dave Love <fx@gnu.org>
* progmodes/fortran.el (fortran-mode-map): Change "Join
	Continuation Line" to "Join Line".
	(font-lock-keywords-1): Add "cycle", "exit".

1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>

	* progmodes/fortran.el (fortran-join-line): Use
	`delete-indentation' instead of issuing an error message if not on
	a continuation line.  Provide for joining several lines using
	prefix arg.
1998-10-14 18:09:05 +00:00
Eli Zaretskii
a0c712aea8 (msdos-color-values): New variable.
(x-color-values): New function, emulates its namesake from src/xfns.c.
(msdos-bg-mode): Add all dark colors to those which return "dark".
1998-10-14 15:11:12 +00:00
Richard M. Stallman
0a6f5134bd (uce-reply-to-uce): Bind case-fold-search. 1998-10-14 12:49:31 +00:00
Richard M. Stallman
d2a0ee8b79 (keep-lines, flush-lines, how-many):
Don't ignore case if arg has upper case letters.
1998-10-14 12:47:18 +00:00
Kenichi Handa
0513425723 (make-coding-system): Create -with-esc variant coding system. 1998-10-14 12:41:02 +00:00
Geoff Voelker
0cb0ba6c86 (ls-lisp-use-insert-directory-program): New variable.
(ls-lisp-insert-directory): Renamed from insert-directory.
(insert-directory): New function.
1998-10-14 03:43:20 +00:00
Richard M. Stallman
e323ab22c3 (lisp-complete-symbol): Don't bind completion-fixup-function. 1998-10-13 23:56:32 +00:00
Richard M. Stallman
7d22ed15b7 (completion-fixup-function): Variable deleted.
(completion-setup-function): Delete code for completion-fixup-function.
1998-10-13 23:55:45 +00:00
Richard M. Stallman
923efb99ce (set-fill-column): Doc fix. 1998-10-13 15:47:40 +00:00
Richard M. Stallman
fb035bbfe1 (smtpmail-send-data-1): Use encode-coding-string.
(smtpmail-address-buffer): Add defvar.
(smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
1998-10-13 15:32:12 +00:00
Richard M. Stallman
88b5c6b38e (ffap-machine-p-local): Fix editing error. 1998-10-13 15:31:30 +00:00
Andreas Schwab
4e391a67d1 (hide-ifdef-env, hif-outside-read-only):
Move declaration before first use.
(hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
hif-math, hif-factor): Rename token to hif-token and token-list to
hif-token-list.
(hif-token, hif-token-list): Declare them.
(hif-find-ifdef-block): Return cons of top and bottom point
instead of setting dynamically bound variables.
(hide-ifdef-block, show-ifdef-block): Use return value of
hif-find-ifdef-block.
1998-10-13 09:52:54 +00:00
Richard M. Stallman
2a56a3540b (telnet-initial-filter): Use clear-this-command-keys. 1998-10-13 03:45:04 +00:00
Richard M. Stallman
8723b7f3eb (read-passwd): Use clear-this-command-keys. 1998-10-13 03:44:06 +00:00
Richard M. Stallman
66bd5242de (nntp-possibly-change-group): Allow for unexpected
responses to GROUP command, since this may be called from a timer
with quit inhibited.
1998-10-13 03:24:50 +00:00
Richard M. Stallman
c03adfbdf1 (pop3-open-server): Bind coding-system-for-read and ...-for-write. 1998-10-12 23:15:16 +00:00
Kenichi Handa
1a30e04cf7 (ccl-compile-if): If there's no false-cmds,
set unconditional-jump to nil.
(ccl-compile-read-multibyte-character): Return nil.
(ccl-compile-write-multibyte-character): Likewise.
(ccl-compile-translate-character): Likewise
(ccl-compile-map-multiple): Likewise.
(ccl-compile-map-single): Likewise.
1998-10-12 12:00:44 +00:00
Kenichi Handa
4c0f64264f Add coding tag.
(kinsoku-bol): Remove superfluous TAB in a string.
1998-10-12 12:00:44 +00:00
Kenichi Handa
2a17b6388c (find-coding-systems-for-charsets):
Delete `composition' (if any) from CHARSETS.
1998-10-12 12:00:44 +00:00
Richard M. Stallman
b0648a0090 (setup-specified-language-environment): Add apropos-inhibit property.
(describe-specified-language-support): Likewise.
1998-10-12 06:13:42 +00:00
Richard M. Stallman
4fba3b2c06 (Info-insert-dir): Detect and report problems
in input files, such as "No Top node".  Return with point
at the beginning of the text.
(Info-find-node): Reinsert the code to handle files
with no tags table; it was deleted by mistake.
1998-10-11 22:44:46 +00:00
Richard M. Stallman
d5792fb2eb (tags-loop-revert-buffers): New variable.
(next-file): Optionally offer to revert a file's buffer,
if it has an existing buffer but the file has changed.
1998-10-11 22:17:03 +00:00
Richard M. Stallman
af58447241 (texinfo-make-menu): Don't let
texinfo-find-higher-level-node repeatedly find the same node.
(texinfo-find-higher-level-node): Doc fix.
1998-10-11 12:47:19 +00:00
Richard M. Stallman
7163b71c97 (feedmail-queue-runner-is-active): Definition moved. 1998-10-10 14:06:14 +00:00
Richard M. Stallman
49cd149a22 (frame-set-background-mode): Don't do anythung for text-only or MSDOS frame. 1998-10-10 12:10:30 +00:00
Richard M. Stallman
cebe85e9df (pop3-open-server): Set process-coding-system-alist around open-network-stream. 1998-10-08 09:58:00 +00:00
Kenichi Handa
7b5ebb0049 (quail-defrule): New optional arg APPEND.
(quail-defrule-internal): Fix bug of handling the argument APPEND.
1998-10-08 06:45:36 +00:00
Richard M. Stallman
749d2ee6dd (save-buffer): Doc fix. 1998-10-08 02:20:26 +00:00
Karl Heuer
1fdd360103 (profile-fix-fun): If already profiled,
return DEF unchanged, not nil.  Simplify.
1998-10-07 18:32:55 +00:00
Geoff Voelker
0009dce3ea (file-name-buffer-file-type-alist): Fix typo in regexp. 1998-10-07 02:29:06 +00:00
Karl Heuer
9b544de17c (generic-mode-with-type): Added hooks for generic-modes. 1998-10-07 00:01:15 +00:00
Karl Heuer
c1977112c3 (ftp, nslookup): Require comint.
(network-service-connection): Likewise.
(whois-server-name): Defaults to whois.arin.net
(whois-server-list, whois-server-tld, whois-guess-server): New var.
(whois): Tries to guess the appropriate top-level domain server.
(whois-get-tld): New function.
1998-10-06 23:59:00 +00:00
Karl Heuer
261f6363b5 Mentioned dirtrack-debug-toggle in the docs.
Added note about running shells as other users or on other machines.
(dirtrack-debug-toggle): Added this function.
1998-10-06 23:41:18 +00:00
Karl Heuer
80252f73f8 (clean-buffer-list): Add autoload cookie. 1998-10-06 23:35:50 +00:00
Karl Heuer
2298f9f7d8 (eval-defun): Return the evaluation result. 1998-10-06 23:33:04 +00:00
Karl Heuer
c3d0fe180e (apropos-print): control invalid characters. 1998-10-06 23:30:31 +00:00
Karl Heuer
64e6dfad6b (find-file-noselect): Switch to the correct buffer
before checking find-file-literally, and allow non-nil non-t
rawfile params.
1998-10-06 23:27:28 +00:00
Karl Heuer
596235d623 (perform-replace): Position point properly
before and after the recursive edit of C-r.
1998-10-06 23:25:52 +00:00
Karl Heuer
ad014140fb (archive-mode-revert): Arg no-auto-save renamed from no-autosave. 1998-10-06 23:24:11 +00:00
Karl Heuer
4e0c86509d Comment fix. 1998-10-06 23:22:48 +00:00
Karl Heuer
4a08d192a7 (ediff-arrange-auto-save-in-merge-jobs): Renamed
from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
1998-10-06 23:21:47 +00:00
Karl Heuer
f6b0805aa1 (tar-mode-revert): no-auto-save arg renamed from no-autosave. 1998-10-06 23:18:33 +00:00
Karl Heuer
83e905f3fa (message-auto-save-directory): Renamed from
message-autosave-directory.  All references changed.
1998-10-06 23:16:37 +00:00
Karl Heuer
526e342958 (rmail-retry-failure): Allow blanks in boundary
string.  Expose mime stuff while searching.
1998-10-06 22:54:20 +00:00
Karl Heuer
466886a219 (tags-reset-tags-tables): Properly
find the markers in the old rings that are being discarded.
1998-10-06 22:35:51 +00:00
Karl Heuer
66f9b42e20 (lm-font-lock-face-O, lm-font-lock-face-X):
Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
confusing customize.
1998-10-06 22:30:28 +00:00
Eli Zaretskii
60bdd17f96 (bat-generic-mode): Fix regexps for keywords and
built-in commands.  Add more built-in commands and fix face names.
1998-10-06 12:19:11 +00:00
Simon Marshall
850b7aa7a2 Added entry for Speedbar. 1998-10-05 09:21:03 +00:00