1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
Commit graph

9022 commits

Author SHA1 Message Date
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
Richard M. Stallman
69d8722248 (BSD): Have two definitions according to version number. 1994-09-23 06:38:24 +00:00
Richard M. Stallman
52a2b13bc5 (copy_text_and_data): Add RISCiX changes. 1994-09-23 06:18:31 +00:00
Richard M. Stallman
c9a95ab273 (time-stamp-mail-host-name): Use mail-host-address.
(time-stamp-mail-host): Variable deleted.
1994-09-23 05:44:28 +00:00
Richard M. Stallman
5aae660113 (UTILITIES): Remove test-distrib, make-docfile, make-path.
(DONT_INSTALL): New variable--list those files here.
(clean): Delete the files in DONT_INSTALL.
1994-09-23 05:42:40 +00:00
Richard M. Stallman
f1c16f36b3 (Fx_list_fonts): Use a cache stored in FRAME_X_SCREEN.
(the_x_screen): New variable.
(syms_of_xfns): Staticpro parts of it.
(Fx_open_connection): Initialize it.
(Fx_create_frame): Make frame point to it.
1994-09-23 05:31:24 +00:00
Richard M. Stallman
b242af8897 (FRAME_X_DISPLAY): New macro.
(struct x_screen): New structure.
(struct x_display): New field x_screen.
(FRAME_X_SCREEN): New macro.
1994-09-23 05:28:56 +00:00
Richard M. Stallman
449c2cd8e5 (mail-extr-all-top-level-domains): Fix formal name of Hungary. 1994-09-23 05:14:56 +00:00
Richard M. Stallman
4eacadbd66 (x_destroy_window): Decrement ref count of x_screen struct. 1994-09-23 04:54:46 +00:00
Richard M. Stallman
3db0cdac49 (rmail-retry-failure): Copy the whole block of headers from the message
and then discard those in rmail-retry-ignored-headers.  Delete
usage of rmail-retry-setup-hook.  Bind mail-signature and
mail-setup-hook to nil when composing retry buffer.
Handle mail-self-blind.

(rmail-retry-ignored-headers): New variable,
specifying the headers that should be removed by rmail-retry-failure.
(rmail-retry-setup-hook): Obsolete variable (see below), deleted.
(rmail-clear-headers): New optional arg is list of headers to clear.
1994-09-23 04:37:16 +00:00
Richard M. Stallman
7860859565 entered into RCS 1994-09-22 22:00:06 +00:00