1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
Commit Graph

19478 Commits

Author SHA1 Message Date
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
Kenichi Handa
fc249843a8 (quail-devanagari-compose-characters): Fix
previous change.
(quail-devanagari-hindi-compose-characters): Fix previous change.
1997-08-25 01:05:53 +00:00
Kenichi Handa
038dcdca49 (quail-japanese-kkc-mode-exit): Fix previous
change.
1997-08-25 01:05:53 +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
Richard M. Stallman
329945b8d0 (last): Function renmed to last*. 1997-08-24 20:47:54 +00:00
Richard M. Stallman
573d18cb3d (modify-face): Fix previous change. 1997-08-24 20:40:48 +00:00
Richard M. Stallman
b438e1cb6c (change-log-font-lock-keywords):
Match "Patches by".  Match all kinds of acks after `  '.
1997-08-24 20:28:59 +00:00
Richard M. Stallman
6a338071ba (rmail-view-buffer): Doc fix.
(rmail-summary-buffer, rmail-summary-vector): Mark as permanent local.
(rmail-buffer): Add defvar and mark as permanent local.
1997-08-24 16:32:17 +00:00
Richard M. Stallman
5e9f80a8d5 (indent-relative, insert-tab):
Don't call expand-abbrev unless preceding character is a word char.
1997-08-24 16:26:31 +00:00
Richard M. Stallman
fe7d182410 (xrdb.o): Depend on paths.h. 1997-08-24 16:22:56 +00:00
Richard M. Stallman
54abe472d5 (x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'. 1997-08-24 16:21:53 +00:00
Richard M. Stallman
2a9f2437c4 (tmm-get-keymap): Ignore any command now disabled for menus. 1997-08-24 04:00:25 +00:00
Richard M. Stallman
95772e852d (time-stamp-time-zone): New variable.
(time-stamp-string): Use that time zone.
(time-stamp-active, time-stamp-warn-inactive)
(time-stamp-old-format-warn): Definitions moved.
1997-08-24 03:32:38 +00:00
Richard M. Stallman
5ed1493302 (texinfo-mode): Turn off adaptive-fill-mode. 1997-08-24 03:15:05 +00:00
Richard M. Stallman
79fd9b2f5c Doc fixes. 1997-08-24 02:59:29 +00:00
Richard M. Stallman
9847d4f877 (KERBEROS5, HAVE_LIBKRB4, HAVE_LIBDES425, HAVE_LIBKRB5)
(HAVE_LIBCRYPTO, HAVE_LIBCOM_ERR, HAVE_KRB5_H, HAVE_DES_H, HAVE_KRB_H)
(HAVE_KERBEROSIV_DES_H, HAVE_KERBEROSIV_KRB_H, HAVE_KERBEROS_DES_H)
(HAVE_KERBEROS_KRB_H, HAVE_COM_ERR_H): Add undefs.
1997-08-24 02:21:44 +00:00
Richard M. Stallman
af9ec10ee9 Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
1997-08-24 02:18:34 +00:00
Richard M. Stallman
66d736a953 (HAVE_MOTIF_2_1): Test for Motif 2.1,
Compute x_default_search_path and substitute into makefiles.
1997-08-24 01:01:45 +00:00
Richard M. Stallman
d883eb6232 (init_callproc): Don't warn about missing
arch-dep data directory, while preparing to dump.
1997-08-24 00:44:34 +00:00
Richard M. Stallman
bfd027a4fe (message-signature-file): Delete autoload cookie. 1997-08-23 22:54:13 +00:00
Richard M. Stallman
ef3eaa3518 (nnvirtual-merge-sorted-lists): Use sort, not merge.
(nnvirtual-partition-sequence): use mapcar, not mapc.
(nnvirtual-create-mapping): Don't use delete-if-not.
1997-08-23 22:49:09 +00:00
Richard M. Stallman
0337829499 (nnfolder-generate-active-file): Don't use remove. 1997-08-23 22:36:43 +00:00
Richard M. Stallman
349f4e97b5 Require cl only at compile time. 1997-08-23 20:31:08 +00:00
Richard M. Stallman
7df7482dac Require cl at compile time. 1997-08-23 20:23:37 +00:00
Richard M. Stallman
e8c32c9941 (last): New function. 1997-08-23 19:10:42 +00:00
Richard M. Stallman
d370591d58 (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts. 1997-08-23 18:55:52 +00:00
Richard M. Stallman
2a21e93c91 (caar, cadr, cdar, cddr): Definitiosn deleted. 1997-08-23 18:53:50 +00:00
Richard M. Stallman
0e6bb54e12 Require cl only at compile time. 1997-08-23 18:30:53 +00:00
Richard M. Stallman
16be0abe24 (delete-selection-mode): Put back :initialize keyword.
At the end of the file, test this variable, and turn on the mode
if it is non-nil.
1997-08-23 17:04:52 +00:00
Richard M. Stallman
80d1e5c9af (BASE_PURESIZE): Increased by 10k. 1997-08-23 17:02:44 +00:00
Richard M. Stallman
f8533e9eb7 (display-time-hook): Minor doc fix. 1997-08-23 17:01:03 +00:00
Richard M. Stallman
535efc3878 (ps-zebra-stripes): Renamed from ps-zebra-stripe.
(ps-zebra-stripe-height): Renamed from ps-number-of-zebra.
1997-08-23 06:51:42 +00:00
Richard M. Stallman
79d00189f1 (vc-version-diff): Mention that default file is visited file. 1997-08-23 06:17:08 +00:00
Richard M. Stallman
6c455d5c0e (sgml-mode-common): Set paragraph-start like paragraph-separate.
Do match a line which is just a <...> construct after whitespac.e
Set adaptive-fill-regexp to match whitespace only.
1997-08-23 06:12:46 +00:00
Richard M. Stallman
9ee65d3171 (update-file-autoloads):
Be careful about which directory to find loaddefs.el in.
1997-08-23 05:32:56 +00:00
Richard M. Stallman
961a48db36 (message-user-agent): Add autoload cookie. 1997-08-23 05:25:28 +00:00
Richard M. Stallman
54c87e2714 (sh-indent-line): Avoid infinite loop
on indented line at start of buffer, when calculating PREVIOUS.
1997-08-23 05:19:09 +00:00
Richard M. Stallman
d343b6f10a (modify-face): New arg INVERSE-P.
Clear the inverse-video flag before installing new colors.
(face-spec-set): Pass INVERSE-P arg, and use (nil) for colors
when calling modify-face.
1997-08-23 02:01:34 +00:00
Richard M. Stallman
d802580c4c (redisplay_window): Don't try using last_point_x
if point is in the left margin of an hscroll'ed window.
1997-08-23 01:03:37 +00:00
Richard M. Stallman
513063cf94 (change-log-font-lock-keywords): Recognize "Patch by". 1997-08-23 00:57:01 +00:00