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

17701 Commits

Author SHA1 Message Date
Geoff Voelker
26d937566b Change references of windowsnt.h to ms-w32.h.
(obj): Change references of nt*.c files to w32*.c files.
1997-04-23 22:23:44 +00:00
Richard M. Stallman
d10447bad9 (sgml-value): Use 'identity as default value.
(sgml-mode): Doc fix.
(sgml-name-8bit-mode): Tell the user if set or reset.
(sgml-tag): Doc fix.
(sgml-tag): Protect "<" from skeleton-transformation.
(sgml-attributes): Doc fix.
(sgml-attributes): Square brackets removed from prompt.
(sgml-attributes): Arg ALIST renamed to TAG.
(sgml-attributes): Apply skeleton-transformation when necessary.
(sgml-value): Doc added.
(sgml-value): Square brackets removed from prompt.
(html-tag-alist): New variable 1-7, variable `list' changed.
(html-tag-alist)<dir>, <menu>: Use new value of `list'.
(html-tag-alist)<font>: Fixed (doc of sgml-tag-alist needs fixing).
(html-tag-alist)<ol>, <ul>: Fixed.
(html-tag-alist)<fn>: Commented out.
1997-04-23 18:58:33 +00:00
Richard M. Stallman
53d393c96b (define-skeleton): Doc fix. 1997-04-23 17:37:06 +00:00
Simon Marshall
2273c36b4e Respect font-lock-face-attributes and custom fixes. 1997-04-23 07:10:09 +00:00
Richard M. Stallman
45d642dffa (compare-windows): Allow windows on different frames. 1997-04-23 05:06:35 +00:00
Kenichi Handa
69b73c8a97 Re-arrange priorities of coding categories. 1997-04-23 01:30:10 +00:00
Richard M. Stallman
7d601aaaf6 (frame_allow_splitting): New variable.
(Fsplit_window): Ignore `unsplittable' if frame_allow_splitting.
(syms_of_window): Set up Lisp var.
1997-04-23 00:30:43 +00:00
Richard M. Stallman
38c1d5e379 (ispell-overlay-window): Bind frame-override-unsplittable. 1997-04-22 23:25:24 +00:00
Richard M. Stallman
e74231dc27 (remote-compile): Make comint-file-name-prefix local
in the compilation buffer.
1997-04-22 22:54:32 +00:00
Richard M. Stallman
ed4ccb033a (debug-ignored-errors): Update the regexps for
the dabbrev error messages
1997-04-22 22:02:49 +00:00
Richard M. Stallman
caa5786be5 Use cl only at compile time. 1997-04-22 17:00:52 +00:00
Richard M. Stallman
ef3f635fc1 Use copy-sequence, not copy-list. 1997-04-22 16:59:47 +00:00
Richard M. Stallman
46fa5a8374 (custom-variable-type): Use copy-sequence, not copy-list. 1997-04-22 16:55:19 +00:00
Richard M. Stallman
e09735aadf (inferior-octave-output-list): Declare here
to avoid compiler warnings.
(inferior-octave-output-string): Likewise.
(inferior-octave-receive-in-progress): Likewise.
1997-04-22 04:45:17 +00:00
Richard M. Stallman
a80d3563db (m2-end-comment-column): New defvar.
(modula-2-mode, m2-end-comment): Use m2-end-comment-column
instead of end-comment-column.
(m2-compile, m2-link): Don't set `modulename',
1997-04-22 04:42:21 +00:00
Richard M. Stallman
c410bd65f5 (sh-case): Make this a simple define-skeleton
as it was originally.  Don't add a menu-enable property.
(sh-assignment-regexp): Renamed from sh-assignment-prefix
undoing a renaming made by mistake.
1997-04-22 04:37:22 +00:00
Richard M. Stallman
c60e7b0d7c (sgml-transformation): Fix previous change. 1997-04-22 04:32:00 +00:00
Richard M. Stallman
85340a068c (custom-declare-variable): Use copy-sequence, not copy-list. 1997-04-22 01:17:06 +00:00
Richard M. Stallman
70b760ed2d (vc-find-cvs-master): Handle a "New file!" entry.
(vc-fetch-master-properties): Match "New file!".
1997-04-22 01:04:48 +00:00
Richard M. Stallman
d83cce6dda (elp-report-limit): Change prompt string.
(elp-version): Incremented.
1997-04-21 23:48:34 +00:00
Richard M. Stallman
0cbb419463 (mule-keymap): Add C-x RET C-\ for select-input-method. 1997-04-21 04:54:43 +00:00
Richard M. Stallman
ffa7ab703c (recover-file): Fix error message. 1997-04-21 04:48:47 +00:00
Richard M. Stallman
6c283d441d Major simplification; most of file contents deleted.
factory-face property renamed to face-defface-spec.
1997-04-21 04:01:41 +00:00
Richard M. Stallman
aaf2aa92ef (make-frame): Don't call custom-initialize-frame. 1997-04-21 03:57:23 +00:00
Richard M. Stallman
d11fba257e (frame-set-background-mode): New function.
(frame-background-mode): New variable.
(x-create-frame-with-faces): Rearrangement of order of font processing.
Handle custom-faces here.
(face-doc-string, set-face-doc-string): New functions.
(set-face-bold-p, set-face-italic-p): New functions.
(face-bold-p, face-italic-p): New function.
(face-spec-set, face-spec-set-1, face-spec-set-match-display): New functions.
1997-04-21 03:56:57 +00:00
Richard M. Stallman
f2b98a568e (custom-face-set): Don't copy an empty face,
just call custom-face-display-set.
(custom-face-reset-saved, custom-face-save, custom-face-reset-factory):
Likewise.
(custom-face-display-set): Define this here.
(custom-display-match-frame): Define here.
1997-04-21 03:55:17 +00:00
Richard M. Stallman
c2383d2de9 Comment change. 1997-04-21 03:53:02 +00:00
Richard M. Stallman
e73ec6fa92 (x_set_offset): Turn off the code that added the border_width
to modified_left and modified_top; it seems incorrect to do that.
1997-04-20 22:14:53 +00:00
Richard M. Stallman
8af06c7cf9 (texinfo-master-menu-header): Delete newline at start.
(texinfo-insert-master-menu-list): Add @detailmenu and
@end detailmenu commands.
1997-04-20 21:02:06 +00:00
Richard M. Stallman
092af6d867 Comment change. 1997-04-20 07:33:52 +00:00
Richard M. Stallman
4289d95b38 Initial revision 1997-04-20 07:29:56 +00:00
Richard M. Stallman
5b75ef8b0b (skeleton-read): Fix previous change. 1997-04-20 01:37:09 +00:00
Richard M. Stallman
22c3935a33 Fix previous change. 1997-04-20 01:30:13 +00:00
Richard M. Stallman
2c5d387c63 (transient-mark-mode): Print message if used interactively. 1997-04-20 01:28:20 +00:00
Richard M. Stallman
f0aef6bf09 (mail-attach-file): New function.
(mail-mode-map): Add mail-attach-file on C-c C-i.
1997-04-20 01:20:58 +00:00
Richard M. Stallman
cc3e64653b (describe_vector): Test for suppressed commands in
all cases.  Call get_keyelt with two arguments.
1997-04-19 22:59:20 +00:00
Richard M. Stallman
67fc16a3bf (Faccessible_keymaps): Convert PREFIX to a vector
at the beginning, if it has any definition.
1997-04-19 22:52:28 +00:00
Richard M. Stallman
d27497e33a (print): Symbols like e2 and 2e are not confusing. 1997-04-18 19:12:24 +00:00
Simon Marshall
fc24e7fbc8 Don't use cl forms in defcustom declarations. 1997-04-18 12:25:09 +00:00
Simon Marshall
b34aa0a311 Cleaned up custom support. 1997-04-18 07:08:56 +00:00
Richard M. Stallman
444dd0b5b6 Fix previous change. 1997-04-18 02:54:33 +00:00
Richard M. Stallman
9086c73099 (facemenu-update): Don't make global bindings here.
Make them at top level.
(facemenu-key): Variable deleted.
(facemenu-keybindings, facemenu-new-faces-at-end)
(facemenu-unlisted-faces, facemenu-remove-face-function): Doc fixes.
1997-04-18 02:53:46 +00:00
Richard M. Stallman
4c06ccad37 Comment change. 1997-04-18 02:50:15 +00:00
Richard M. Stallman
795de72081 (Fexpand_file_name): Fix expansion of "/foo/../". 1997-04-18 02:47:40 +00:00
Paul Eggert
49fb579912 automatically generated from GPLed version 1997-04-18 00:48:01 +00:00
Richard M. Stallman
ea39159ea2 Remove all menu-enable properties except for sh-case. 1997-04-17 23:08:33 +00:00
Richard M. Stallman
9b0ffdac4b (sgml-name-char): Ask user with a prompt. 1997-04-17 21:22:21 +00:00
Ian Lance Taylor
4d3e4bc8ab Fixes for MIPS OpenBSD systems (from Per Fogelstrom
<pefo@openbsd.org>)
1997-04-17 18:00:12 +00:00
Simon Marshall
caf1765cbd Customise. 1997-04-17 07:35:54 +00:00
Simon Marshall
473fbd897f Use EVAL form for shell-prompt-pattern. 1997-04-17 07:35:38 +00:00