1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

9513 Commits

Author SHA1 Message Date
Richard M. Stallman
a9f8f395d5 (easy-menu-create-keymaps): If nil is
given as the enable condition, always disable the command.
1997-08-28 03:04:18 +00:00
Richard M. Stallman
4c69a3beaf (text-mode-variant): New variable.
(text-mode): Set that variable locally.
(toggle-text-mode-auto-fill): New command.
1997-08-28 02:53:44 +00:00
Richard M. Stallman
047d1f89b1 (text-mode-hook): New defvar. 1997-08-28 02:37:58 +00:00
Richard M. Stallman
83ff83c08c (timer-event-handler): Reactivate timer first,
then run the handler function.
1997-08-28 01:03:17 +00:00
Richard M. Stallman
af56433dc5 (isearch-printing-char): Handle nonascii-insert-offset. 1997-08-28 00:33:03 +00:00
Richard M. Stallman
02cf578193 Further doc fix. 1997-08-27 23:10:59 +00:00
Richard M. Stallman
f9efebcae0 (last*): Definition deleted. 1997-08-27 22:35:00 +00:00
Richard M. Stallman
369fba5fb7 (last): Accept optional second argument. 1997-08-27 22:34:30 +00:00
Richard M. Stallman
59966fb622 (browse-url-mail): Use compose-mail[-other-window], not always `mail'. 1997-08-27 21:20:47 +00:00
Richard M. Stallman
f6680f0b60 Change the custom group to `hypermedia'.
(browse-url-netscape-version): New variable.
(browse-url-netscape-reload): Use it to account for reported
backwards incompatibility.
1997-08-27 18:43:39 +00:00
Richard M. Stallman
af9944ea8b (sh-indent-line): Delete debugging code. 1997-08-27 17:39:44 +00:00
Richard M. Stallman
10db7efed0 (setup-8-bit-environment): Load the latin-N file again each time. 1997-08-27 17:27:38 +00:00
Richard M. Stallman
71e9bd7171 (help-with-tutorial): Doc fix. 1997-08-27 17:26:03 +00:00
Richard M. Stallman
b9aa953735 (find-file-literally): Doc fix. 1997-08-27 17:25:46 +00:00
Richard M. Stallman
3198a3d590 (rmail-summary-get-new-mail):
Handle args like rmail-get-new-mail, and pass them to that function.
1997-08-27 16:18:29 +00:00
Eli Zaretskii
9de91fc5aa (msdos-color-aliases): Add missing colors.
(msdos-color-translate): Handle "deep" and "pale" color
varieties.
1997-08-27 12:22:35 +00:00
Eli Zaretskii
d00e55129d Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS. 1997-08-27 07:12:29 +00:00
Richard M. Stallman
a08bd820d4 (forms-read-only): Un-customize, and doc fix. 1997-08-27 06:47:51 +00:00
Richard M. Stallman
1ffece3a39 Many changes by Ivar Rummelhoff. 1997-08-27 04:13:52 +00:00
Richard M. Stallman
3a295f7b0d (mail-strip-quoted-names): Retain one whitespace
character between addresses.
1997-08-27 02:33:40 +00:00
Richard M. Stallman
cd0f48fcb0 (gnus-select-method): Change the other ignore-errors. 1997-08-26 22:11:25 +00:00
Richard M. Stallman
37922e6ce5 (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. 1997-08-26 18:13:31 +00:00
Richard M. Stallman
7dc30d5ba8 (facemenu-unlisted-faces): Expand variable
definition to allow regexps; add regexps for some packages that
define a lot of faces.
(facemenu-add-new-face): Test new face against regexps.
(list-colors-display): Rather than creating a zillion faces, use
new (foreground-color . COLOR) and (background-color . COLOR)
face properties.
1997-08-26 17:59:23 +00:00
Richard M. Stallman
d871aa9bb1 (mule-diag): Add save-excursion calls. 1997-08-26 17:33:55 +00:00
Kenichi Handa
f17ccaeed3 (inactivate-current-input-method-function): Doc-string modified.
(input-method-activate-hook): Likewise.
(input-method-inactivate-hook): Likewise.
(activate-input-method): Document it.
(inactivate-input-method): Document it.
1997-08-26 12:03:42 +00:00
Kenichi Handa
9a6662a34c (set-language-info-alist): Change
iso-2022-7bit to iso-2022-jp.
1997-08-26 11:47:06 +00:00
Kenichi Handa
9243aabac5 (tibetan-composition): Add autoload cookies. 1997-08-26 11:47:06 +00:00
Kenichi Handa
b77d82114f (revert-buffer): Read a file without any code
conversion if we are reverting from an auto-saved file.
1997-08-26 11:45:49 +00:00
Kenichi Handa
fce31d5183 (query-replace-read-args): Locally bind
minibuffer-inherit-input-method to t to make a minibuffer inherit
the current input method.
(map-query-replace-regexp, keep-lines, flush-lines): Likewise.
(how-many, occur): Likewise.
1997-08-26 11:45:49 +00:00
Richard M. Stallman
0b9d8890ce Require cl at compile time. 1997-08-26 06:38:09 +00:00
Richard M. Stallman
a5d0c44ef8 (gnus-group-make-useful-group): Don't use caddr in interactive. 1997-08-26 06:30:41 +00:00
Richard M. Stallman
8520b9bf55 (gnus-emphasis-alist): Don't use caddr. 1997-08-26 06:29:12 +00:00
Richard M. Stallman
e823bfa3ad (rmail-mode-1): Update the value for mode-line-modified. 1997-08-26 04:37:02 +00:00
Richard M. Stallman
71bd46d292 (custom-declare-variable): Use custom-initialize-reset
by default, rather than custom-initialize-set.
(custom-initialize-reset, custom-initialize-set): Doc fixes.
1997-08-26 03:45:21 +00:00
Richard M. Stallman
249ffa67f1 Require cl at compile time. 1997-08-26 00:13:53 +00:00
Richard M. Stallman
d322f0096d (c-macro-expand): Add autoload cookie. 1997-08-25 17:18:44 +00:00
Richard M. Stallman
958ef4fe21 (hif-greater, hif-less, hif-greater-equal)
(hif-less-equal): New functions.
(hif-tokenize): Handle new tokens >, <, >=, <=.
(hif-eq-expr): Handle parsing these new tokens.
(hif-token-regexp): Match >, <. >=, <=
1997-08-25 17:06:42 +00:00
Richard M. Stallman
bde0f7ca6e (use-hard-newlines): Un-customized. 1997-08-25 17:06:01 +00:00
Richard M. Stallman
f36742476a (custom-make-dependencies): Don't print each file name. 1997-08-25 06:41:17 +00:00
Richard M. Stallman
8df727303e Require cl only at compile time.
(message-user-agent): Use condition-case, not ignore-errors.
(message-talkative-question): Doc fix.
1997-08-25 04:59:33 +00:00
Richard M. Stallman
a36c8d02b0 Require cl at compile time.
(gnus-select-method): Use condition-case, not ignore-errors.
(gnus-check-backend-function): Definition moved up.
1997-08-25 04:57:07 +00:00
Richard M. Stallman
f26c6ccdcb Require cl only at compile time.
(gnus-parent-id): Don't use last with 2 args.
1997-08-25 04:53:47 +00:00
Richard M. Stallman
0df953b600 Require cl only at compile time. 1997-08-25 04:50:34 +00:00
Richard M. Stallman
5ab7173c8e Require cl at compile time. 1997-08-25 04:40:29 +00:00
Richard M. Stallman
cb75201bab Require cl at compile time.
(gnus-site-init-file): Use condition-case.
1997-08-25 04:39:20 +00:00
Kenichi Handa
ce9395a961 (quail-terminate-translation): Doc-string
fixed.  Set quail-prefix-arg to nil after handling it.
(quail-self-insert-command): Set overriding-terminal-local-map to
nil when thown for `quail-tag' by value nil.
1997-08-25 01:06:41 +00:00
Richard M. Stallman
255d8b9706 (custom-declare-variable): Rename 2nd arg to DEFAULT. 1997-08-25 00:29:49 +00:00
Richard M. Stallman
d4321160f2 (comint-preoutput-filter-functions): New variable.
(comint-output-filter): Call those functions.
(comint-output-filter-functions, comint-mode): Doc fix.
1997-08-24 21:38:12 +00:00
Richard M. Stallman
ecb7ad0048 (eval-expression): Prefix arg means insert value in current buffer. 1997-08-24 21:28:21 +00:00
Richard M. Stallman
b87fe54b9f (cl-loop-let): Use last*. 1997-08-24 20:49:32 +00:00