1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 23:21:22 -08:00
Commit graph

17476 commits

Author SHA1 Message Date
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
Simon Marshall
94d175889a Font Lock support. 1997-04-17 07:32:31 +00:00
Simon Marshall
55015061f5 Customise. And a few code cleanups. 1997-04-17 07:29:13 +00:00
Lars Magne Ingebrigtsen
e7b153ff23 Fixed version number. 1997-04-16 22:34:17 +00:00
Lars Magne Ingebrigtsen
eec82323c2 Initial revision 1997-04-16 22:13:18 +00:00
Richard M. Stallman
efac8cf189 Comment change. 1997-04-16 21:44:14 +00:00
Richard M. Stallman
a391b17964 (sgml-value): Don't perform the skeleton-transformation
on the value.

(sgml-transformation): New variable.
(sgml-mode-common): Use it.
(html-href-anchor): Ask for address, wrap around text.
(html-name-anchor): Same as above, without initial input.
(html-image): No initial input for address.
(html-ordered-list): Incorporate char into string.
(html-unordered-list): Same as above.
(html-checkboxes, html-radio-buttons): Rewritten.

(sgml-char-names): Change ensp to nbsp.

(sgml-tag): Use intangible here.
(sgml-tags-invisible): Don't add intangible property
separately here.  Just the category property is enough.
Eliminate local variable `point'.
Bind inhibit-point-motion-hooks.
1997-04-16 21:43:01 +00:00
Richard M. Stallman
93c36a6dc7 (skeleton-insert): Rename the function's argument
to `regions', and bind `skeleton-regions' with let.
(skeleton-read): Rename arg STR to PROMPT.
1997-04-16 19:41:21 +00:00
Richard M. Stallman
e38eebc280 Add defgroup's; use defcustom for user vars. 1997-04-16 06:58:47 +00:00
Richard M. Stallman
0d15bc3116 (sendmail-send-it): Use quoted-printable encoding for the From field.
(mail-do-fcc): After appending to a buffer,
offer to save it.  Or if the buffer matched the file,
append to the file too.
1997-04-16 06:54:11 +00:00
Richard M. Stallman
7263f2f750 *** empty log message *** 1997-04-16 06:47:39 +00:00
Richard M. Stallman
12033e9aa8 (hilit-rehighlight-message): Respect mail-mode header/body separation line. 1997-04-16 04:09:25 +00:00
Kenichi Handa
dec137e53f (setup_coding_system): Setup coding->eol_type as LF
for a invalid coding system.
1997-04-16 01:04:54 +00:00
Richard M. Stallman
93cba99425 (rmail-summary-delete-forward): Argument is now a repeat count.
(rmail-summary-delete-backward): Corresponding changes.
1997-04-16 00:56:40 +00:00
Richard M. Stallman
f0cca206dc Add defgroup; use defcustom for user vars. 1997-04-15 23:38:27 +00:00
Richard M. Stallman
e936de0b97 (pascal-mode): Set comment-start. 1997-04-15 23:30:35 +00:00
Richard M. Stallman
20606f3dac Add defgroup; use defcustom for user vars. 1997-04-15 20:33:18 +00:00
Richard M. Stallman
c02f273d17 (sh-while-getopts): Don't add menu-enable property. 1997-04-15 18:16:28 +00:00
Per Abrahamsen
8cd58e14c1 provide `cus-load'. 1997-04-15 15:17:38 +00:00
Eli Zaretskii
c432c362bd * (x-select-enable-clipboard): New variable.
(x-select-text, x-get-selection-value): New functions, support for
MS-Windows clipboard.
1997-04-15 15:00:38 +00:00
Francesco Potortì
2f608d34a6 Tue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
* etags.c (xnew): Add support for debugging with chkmalloc.
	(error): Use this instead of printf whenever possible.
	(main): Only call xnew after having initialised progname.
	(substitute): Bad memory corruption error corrected.
	* etags.c (add_regex): Undo previous change.
	(relative_filename): Small memory leak closed.
	(absolute_filename): Cleaned up the code, possibly closing a bug.
	(absolute_dirname): Always return a newly allocated string.
1997-04-15 14:50:46 +00:00
Per Abrahamsen
9ba38b85f4 Spelling error. 1997-04-15 11:35:12 +00:00
Per Abrahamsen
f24bcac4fd Add support for build in faces. 1997-04-15 11:32:14 +00:00
Per Abrahamsen
e32273dc03 Fixed message. 1997-04-15 11:14:08 +00:00
Per Abrahamsen
a9d3a78b01 Fixed generation of empty dependencies lists. 1997-04-15 11:13:24 +00:00
Noah Friedman
4cab4c5b72 (rlogin-process-connection-type): Default to t for solaris 2.x. 1997-04-15 10:39:07 +00:00