1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
Commit graph

151382 commits

Author SHA1 Message Date
Richard M. Stallman
b9952c2900 (auto-mode-alist): Handle ada-mode and icon-mode. 1994-09-24 05:02:49 +00:00
Richard M. Stallman
7df7d5b3fe (comint-input-chunk-size): Variable deleted.
(comint-send-string): Make it an alias for process-send-string.
(comint-send-region): Make it an alias for process-send-region.
1994-09-24 04:58:15 +00:00
Richard M. Stallman
7084ad0446 (nntp-send-region-to-server): Call process-send-region
just once, for the whole string.
1994-09-24 04:57:53 +00:00
Richard M. Stallman
a9594ce3b1 (shell-command, shell-command-on-region):
Make "*Shell Command Output*" non-read-only.
1994-09-24 04:52:10 +00:00
Paul Reilly
11bcd7d447 entered into RCS 1994-09-24 04:37:40 +00:00
Richard M. Stallman
77a43e011b (Buffer-menu-delete): Handle prefix arg.
(Buffer-menu-delete-backwards): Handle prefix; use Buffer-menu-delete.
1994-09-24 04:32:08 +00:00
Richard M. Stallman
423c0dfa27 (rmail-reformat-message): Run mail-message-filter
before calling rmail-clear-headers.
1994-09-24 04:20:22 +00:00
Richard M. Stallman
e7070c01b1 (dired-virtual-mode): Doc fix. 1994-09-24 04:15:03 +00:00
Richard M. Stallman
c6818db902 Comment change. 1994-09-24 04:14:20 +00:00
Richard M. Stallman
ebbc29c72f (auto-mode-alist): Use \' in auto-mode-alist regexps. 1994-09-24 04:13:41 +00:00
Richard M. Stallman
ac6ff3ed72 (auto-execute): Use \' in auto-mode-alist regexps. 1994-09-24 04:11:17 +00:00
Richard M. Stallman
dd69dcbc6f Comment changes. 1994-09-24 04:09:46 +00:00
Richard M. Stallman
585672c2b5 (ada-mode): Add autoload cookie.
(auto-mode-alist): Don't alter it here.
1994-09-24 04:06:50 +00:00
Richard M. Stallman
e3ead21bf4 (icon-mode): Add autoload cookie. 1994-09-24 04:05:44 +00:00
Richard M. Stallman
7169beb147 (Fexpand_abbrev): Instead of Fcapitalize_region,
just upcase the first initial.
1994-09-24 03:47:07 +00:00
Richard M. Stallman
8cef1f7853 (Fupcase_initials_region): New function.
(Fupcase_initials): New function.
(syms_of_casefiddle): defsubr them.
1994-09-24 02:03:32 +00:00
Richard M. Stallman
96927ba4c5 (upcase_initials): New function.
(casify_object): Handle CASE_CAPITALIZE_UP.
1994-09-24 01:57:54 +00:00
Richard M. Stallman
0cf61204e7 (install-arch-indep): Don't do mkdir here. 1994-09-24 01:54:17 +00:00
Richard M. Stallman
cc162c5306 (touchy_mkdir): Make dir ugo+re even if it isn't new.
Rename path to dirname.
1994-09-24 01:48:04 +00:00
Richard M. Stallman
c24e1160ff (read_minibuf_unwind): Preserve Vdeactivate_mark. 1994-09-24 01:41:54 +00:00
Richard M. Stallman
2aa8cc2dc5 (find-alternate-file): Confirm killing buffer only if it is visiting a file. 1994-09-24 01:27:46 +00:00
Richard M. Stallman
11da536332 (get-file-buffer): Doc fix. 1994-09-24 01:16:19 +00:00
Richard M. Stallman
6242bee463 (vc-finish-steal): Fix typo in previous change. 1994-09-24 01:10:23 +00:00
Richard M. Stallman
3e3da61f35 (vc-finish-steal): Do vc-resynch-window in the right buffer.
(vc-steal-lock): Delete spurious reference to `configuration'.
1994-09-24 01:08:40 +00:00
Richard M. Stallman
29fc1ce993 (vc-backend-checkout): Add if-statements to the shell cmds
to discard the extra arg some shells make.

(vc-rename-file): Add autoload cookie.

(vc-steal-lock): (1) Function should be non-interactive, because it
doesn't work when called directly by the user. (2) Don't display
revision "nil" when stealing lock if revision is unknown.  (3) Put
"Stolen lock on <file>" instead of just the file name in the Subject
of the notification message.
1994-09-24 00:58:07 +00:00
Richard M. Stallman
403ca74580 (DONT_DEFINE_SIGNAL): Macro deleted. 1994-09-24 00:37:07 +00:00
Richard M. Stallman
2ffe068d18 (DK_HEADER_FILE): Macro deleted. 1994-09-24 00:35:02 +00:00
Richard M. Stallman
3c01dd0a6e (DKSTAT_HEADER_FILE): Macro deleted. 1994-09-24 00:34:23 +00:00
Richard M. Stallman
0281aa6163 (CPTIME_SYMBOL, DKXFER_SYMBOL): Macros deleted. 1994-09-24 00:33:39 +00:00
Richard M. Stallman
260fe597ab (start_of_text): Don't test CANNOT_UNEXEC. 1994-09-24 00:30:52 +00:00
Richard M. Stallman
3821ae1668 Don't test CANNOT_UNEXEC. 1994-09-24 00:29:39 +00:00
Richard M. Stallman
01c9720456 Don't test CANNOT_DUMP or CANNOT_UNEXEC. 1994-09-24 00:28:23 +00:00
Richard M. Stallman
b79b5bff94 Delete BROKEN_FASYNC conditional. 1994-09-24 00:20:07 +00:00
Richard M. Stallman
5c3416a57f (Fset_default, Fset): Delete RTPC_REGISTER_BUG conditionals. 1994-09-24 00:17:57 +00:00
Richard M. Stallman
16d71e8b20 (Fprocess_send_eof): Delete DID_REMOTE conditional. 1994-09-24 00:15:23 +00:00
Paul Reilly
2289f3f4df *** empty log message *** 1994-09-24 00:12:06 +00:00
Richard M. Stallman
aea9f59e1c (prev_frame): Fix typo. 1994-09-23 22:49:47 +00:00
Richard M. Stallman
d6c862ca68 Comment changes. 1994-09-23 22:33:05 +00:00
Richard M. Stallman
3b9a3dfaee (exec_sentinel_error_handler): New function.
(exec_sentinel): Catch all errors in the sentinel.
(read_process_output_error_handler): New function.
(read_process_output_call): New function.
(read_process_output): Catch and report errors in filters.

(pty_name): Move it up; make it static.
(create_process): Set the tty_name field.
(Fprocess_tty_name): New function.
(syms_of_process): defsubr it.
1994-09-23 22:28:08 +00:00
Richard M. Stallman
080c45fd0b (Freplace_match): New 4th arg OBJECT can specify string to replace in. 1994-09-23 22:18:59 +00:00
Richard M. Stallman
a2b38b3c3a (Fdelete_other_windows): Nice error if WINDOW is minibuf. 1994-09-23 22:14:46 +00:00
Paul Reilly
4cc76151a7 *** empty log message *** 1994-09-23 21:02:25 +00:00
Richard M. Stallman
30d653c401 (justify-current-line): Inherit props when inserting spaces. 1994-09-23 20:46:35 +00:00
Richard M. Stallman
3f254763f0 (copy_text_and_data): Delete some printf's. 1994-09-23 18:37:12 +00:00
Richard M. Stallman
7e39868d56 (PURESIZE): Definition deleted. 1994-09-23 18:35:32 +00:00
Richard M. Stallman
f3cc100782 Initial revision 1994-09-23 18:35:06 +00:00
Richard M. Stallman
e1d962d7af (Fx_create_frame): Rename menuBarLines resource to menuBar.
(x_figure_window_size): Decode (- N), (+ N) for position.
(x_set_frame_parameters): Handle (+ N) and (- N).
Preserve negative positions properly too.
[USE_X_TOOLKIT] (x_window): Let xneg, yneg specify whether to
negate left and top.
(Fx_parse_geometry): Handle [XY]Negative with positive number
or negative number without [XY]Negative.
1994-09-23 18:20:31 +00:00
Roland McGrath
eb21e7ae84 (tag-symbol-match-p): New function.
(etags-recognize-tags-table): Add that second in find-tag-tag-order,
after tag-exact-match-p.
1994-09-23 17:44:56 +00:00
Roland McGrath
c49a777a36 (tags-table-check-computed-list): Call tags-verify-table on existing
buffers.
1994-09-23 17:29:55 +00:00
Richard M. Stallman
2687aeb390 (X_IO_BUG): Definition deleted. 1994-09-23 06:55:48 +00:00