1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

12379 Commits

Author SHA1 Message Date
Dave Love
ec957c4d71 (auto-insert-mode): Doc fix. 1999-04-27 18:50:15 +00:00
Dave Love
e96394e9f4 (winner-mode): Doc fix. 1999-04-27 18:48:11 +00:00
Dave Love
db814a7402 Comment on netscape. 1999-04-27 11:43:24 +00:00
Karl Heuer
805297bbc0 (rmail-next-same-subject): When searching, ignore
the same whitespace that was ignored in choosing the subject string.
1999-04-26 19:12:44 +00:00
Karl Heuer
8bdf4b20dd (Info-find-node): Position properly after finding anchor. 1999-04-26 05:58:59 +00:00
Karl Heuer
daba3e25f3 (all): Handle unibyte-display-via-language-environment. 1999-04-26 05:16:07 +00:00
Karl Heuer
9ab2d2839d (outline-regexp): Doc fix. 1999-04-26 05:14:12 +00:00
Karl Heuer
c025c4322f (indent-new-comment-line): Fix previous change. 1999-04-26 05:11:01 +00:00
Karl Heuer
717149ecaf (compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax. 1999-04-26 05:09:59 +00:00
Karl Heuer
5b0f8cbcbd Delete the wildcard expansion feature
since that is now standard in find-file.
(PC-try-load-many-files): Function deleted.
(PC-after-load-many-files): Function deleted.
(PC-many-files-list): Variable deleted.
(PC-disable-wildcards): Variable deleted.
(partial-completion-mode): Don't enable the wildcard feature.
(PC-look-for-include-file): Don't set global variables
`error', `buf' and `filename' here.
1999-04-26 04:59:46 +00:00
Karl Heuer
ac6b7d7858 (grep-compute-defaults): If xargs -e isn't supported, use find -exec. 1999-04-26 04:49:42 +00:00
Karl Heuer
81f5ed32ad (mail-sent-via): Use copy-marker not make-marker. 1999-04-26 04:33:56 +00:00
Karl Heuer
2990dcd484 (texinfo-format-buffer): Bind coding-system-for-write, to avoid hanging when
non-interactive.
1999-04-26 04:13:01 +00:00
Karl Heuer
889c6ef5d9 (bibtex-reference-head): Allow entries to start with a newline. 1999-04-26 04:08:25 +00:00
Kenichi Handa
d49a483500 (x-ctext): New coding system. 1999-04-13 04:57:18 +00:00
Karl Heuer
0f835e871c (input-method-function): Add permanent-local property. 1999-04-12 18:25:26 +00:00
Dave Love
f8d8f6270e (jka-compr-insert-file-contents): Fix previous
change to use jka-compr-byte-compiler-base-file-name.
1999-04-12 08:50:02 +00:00
Dave Love
98237e7c44 (sc-scan-info-alist): Revert last change.
(sc-attrib-selection-list): Fix :type here instead.
1999-04-12 08:46:09 +00:00
Dave Love
6923dac346 (sc-attrib-selection-list): Fix custom type
more.
(sc-emacs-features): Recognize Emacs 20.
(sc-read-string): Use history arg.
(sc-scan-info-alist): Check for rtnvalue a cons.
1999-04-12 08:42:35 +00:00
Eli Zaretskii
ca128d7556 (auto-coding-alist-lookup): Include ms-dos
in the list of case-insensitive filesystems.
1999-04-11 16:26:11 +00:00
Kenichi Handa
75447cdd77 (create-fontset-from-fontset-spec):
Don't register duplicated alias fontset names.
1999-04-10 02:23:06 +00:00
Richard M. Stallman
364581dc95 (complete-symbol): Invert meaning of prefix arg. 1999-04-09 19:22:42 +00:00
Richard M. Stallman
8a59213176 (auto-coding-alist-lookup): New function.
(set-auto-coding): Use auto-coding-alist-lookup.
1999-04-08 22:27:44 +00:00
Richard M. Stallman
c352d95951 (jka-compr-insert-file-contents):
Use auto-coding-alist-lookup to check for files that
should not have eol conversion, in the unibyte case.
1999-04-08 22:26:13 +00:00
Richard M. Stallman
418cb80df2 (nnmail-read-passwd): Use read-passwd if that is defined. 1999-04-08 19:08:22 +00:00
Richard M. Stallman
ff88af3794 (pop3-read-passwd): Use read-passwd if that is defined. 1999-04-08 19:08:11 +00:00
Richard M. Stallman
a4bb8336f9 (describe-variable): Check custom-loads property as well as custom-type. 1999-04-08 16:46:15 +00:00
Richard M. Stallman
5cf1c7acbf (abbrev-mode): Customizing sets the default value. 1999-04-08 16:26:38 +00:00
André Spiegel
b9482d15fc (vc-backend-revert): For CVS files that were made writeable with "cvs
edit", call "cvs unedit" to undo that.
1999-04-08 12:43:48 +00:00
Kenichi Handa
1ce2a3422d (gnus-mule-message-send-mail-function): Find a
coding system to encode the message by
select-message-coding-system.
1999-04-08 02:34:12 +00:00
Richard M. Stallman
e5a3d64826 (sql-send-paragraph): Delete duplicate definition. 1999-04-08 01:42:50 +00:00
Richard M. Stallman
e0a816503c Reorder definitions. 1999-04-08 01:41:12 +00:00
Richard M. Stallman
539eedecc0 (mh-find-progs): Try /etc/nmh and lib/nmh dirs. 1999-04-07 23:48:18 +00:00
Richard M. Stallman
2b09b4cecf (gnus-summary-save-in-folder): Use mh-lib-progs. 1999-04-07 23:45:36 +00:00
Richard M. Stallman
b68a01e799 (rmail-decode-babyl-format): Undo previous change. 1999-04-07 06:11:36 +00:00
Richard M. Stallman
635173de4a (Info-find-node): Check for an anchor at the
proper place, before reading an indirect file.
1999-04-06 23:23:23 +00:00
Richard M. Stallman
acc9e99d87 (face-set-after-frame-default): Obey the
`customized-face' for new faces.
1999-04-06 20:04:27 +00:00
Richard M. Stallman
fdc5fa25cb (imenu--mouse-menu): Use assq when searching in FINAL. 1999-04-06 20:02:45 +00:00
Richard M. Stallman
58a58dc023 When compiling, ignore errors in nnweb. 1999-04-06 20:00:52 +00:00
Richard M. Stallman
7a28e3b1f4 (byte-compile-file): Clear buffer-file-coding-system. If the coding
system used is raw-text, etc., make the *Compiler Input* buffer unibyte.
1999-04-06 19:56:24 +00:00
Richard M. Stallman
509064c5dd (find-new-buffer-file-coding-system): Doc fix. 1999-04-06 19:53:10 +00:00
Richard M. Stallman
684c38fcce Don't write the fns-...el file if not dumping. 1999-04-06 19:51:57 +00:00
Richard M. Stallman
9dafdfe285 (timezone-parse-date): Corrected regexp for
style (5) date format so that tenths of seconds are optional.
1999-04-06 18:50:08 +00:00
Richard M. Stallman
312bdc0dcb (jka-compr-insert-file-contents):
Use raw-text-unix when we want no conversion.
1999-04-06 18:43:26 +00:00
Eli Zaretskii
08baac3d70 (dos-cpNNN-setup): New function, with the guts
of dos-codepage-setup.
(cjk-codepages-alist): New variable, an alist of Far-Eastern
codepages for which there's no need to set up cpNNN coding
systems.
(dos-codepage-setup): Support Far-Eastern DOS terminals.
1999-04-05 14:59:21 +00:00
Richard M. Stallman
7c41178033 (rmail-ignored-headers): Doc fix. 1999-04-05 06:56:50 +00:00
Richard M. Stallman
01c504479b (compilation-handle-exit): Do right thing
if (car status) doesn't end in a newline.
1999-04-03 14:04:39 +00:00
Dave Love
6629e5ba9e Add defgroup :version. 1999-04-01 13:59:57 +00:00
Dave Love
a7845785f1 (highlight-changes): Add defgroup :version. 1999-03-31 16:09:40 +00:00
Dave Love
6d52355b7c (snmp): Fix defgroup :version. 1999-03-31 16:06:51 +00:00