1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-29 02:02:50 -07:00
Commit graph

13173 commits

Author SHA1 Message Date
Richard M. Stallman
18e90c5846 (rmail-summary-forward): Accept prefix arg
and pass it to rmail-forward.
1993-11-14 05:50:47 +00:00
Richard M. Stallman
5dd1ad8ed5 (compare-windows-skip-whitespace): Swap the two
and's within the or.
1993-11-14 02:56:24 +00:00
Richard M. Stallman
f48872fc37 (lpr-command): Check for irix, not silicon-graphic-unix. 1993-11-14 00:06:48 +00:00
Richard M. Stallman
7425bbff0a (dired-chown-program): Check for irix, not silicon-graphic-unix. 1993-11-14 00:06:23 +00:00
Richard M. Stallman
28195f9701 (rmail-spool-directory): Check for irix, not silicon-graphic-unix. 1993-11-14 00:06:01 +00:00
Richard M. Stallman
3ac14ca02a (calendar-absolute-from-time): Undo Sep 14 patch.
Fix comments instead, since they didn't match the code.
1993-11-13 23:59:53 +00:00
Richard M. Stallman
ff383ac0d7 Add a provide call. 1993-11-13 11:20:56 +00:00
Richard M. Stallman
22b092ef9e (creating src/Makefile): Before running cpp,
discard all lines that start with # or /**/#.
1993-11-13 10:02:57 +00:00
Richard M. Stallman
79967d5e93 (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
(Fopen_network_stream): Use them.
1993-11-13 09:31:34 +00:00
Richard M. Stallman
54d4b6096c (remove-hook): Function deleted. 1993-11-13 08:21:16 +00:00
Richard M. Stallman
482952ef03 (read_avail_input) [no FIONREAD]: On DGUX, as on USG,
read input with O_NDELAY.
1993-11-13 07:50:17 +00:00
Richard M. Stallman
bb292747ca (SYSTEM_MALLOC): Turn off. 1993-11-13 06:27:28 +00:00
Richard M. Stallman
77b221b15d (get_process): Add `static' to definition. 1993-11-13 02:37:58 +00:00
Richard M. Stallman
1ae2f9fe09 (comint-match-partial-filename): Consider +@: part of
filenames; don't consider parens as part of them.
1993-11-13 00:02:20 +00:00
Richard M. Stallman
30b786c340 (fill-individual-paragraphs): Fix skipping headers of yanked message. 1993-11-12 23:35:39 +00:00
Richard M. Stallman
d52f0de91e (vc-rename-file): Don't overwrite an existing file.
Fix test for unsaved files.
Calculate name of new master file properly.
1993-11-12 22:31:12 +00:00
Richard M. Stallman
ae06ea79c8 (rmail-summary-edit-map): Inherit text-mode-map properly. 1993-11-12 22:16:44 +00:00
Richard M. Stallman
246cfea5cc (syms_of_fileio): Fix missing \n\'s. 1993-11-12 21:17:43 +00:00
Richard M. Stallman
ede41463ee (Fread_key_sequence): Split the doc string with "". 1993-11-12 21:16:38 +00:00
Richard M. Stallman
d48e616eff (read_c_string): For "", concatenate the two strings. 1993-11-12 21:12:35 +00:00
Richard M. Stallman
93fda17869 (Fprevious_single_property_change): Fix missing \n\. 1993-11-12 20:38:30 +00:00
Richard M. Stallman
85ada1b986 (main): Fix error message text. 1993-11-12 06:25:16 +00:00
Richard M. Stallman
6820b5528d When running make in lib-src, specify YACC var value. 1993-11-11 18:03:43 +00:00
Richard M. Stallman
d55d5ec215 Comment change. 1993-11-11 10:05:51 +00:00
Richard M. Stallman
9dc96d324c (texinfo-format-region): Change `texinfo-[start
end]-of-header' to `tex-[start end]-of-header'.
1993-11-11 07:56:04 +00:00
Richard M. Stallman
bb946175c2 (texinfo-texi2dvi-command): Separate `texi2dvi'
command from `tex' command so `texinfo-format-region' can use
straight `tex' command.
(texinfo-format-buffer): Use `texinfo-texi2dvi-command'
(texinfo-delete-from-print-queue): Revise documentation.
1993-11-11 07:52:56 +00:00
Richard M. Stallman
f5f76002c2 (Man-section-regexp): Allow section names l, n, L, N. 1993-11-11 07:17:08 +00:00
Richard M. Stallman
e6033883a5 Comment change. 1993-11-11 05:25:09 +00:00
Richard M. Stallman
b26f0e4ea7 (map-y-or-n-p): Handle help-char values other than chars. 1993-11-11 04:43:49 +00:00
Richard M. Stallman
5c03767e4f (Fcall_process): Clear synch_process_death and
synch_process_retcode before the vfork.
1993-11-11 04:36:02 +00:00
Richard M. Stallman
4fd99ee43a (c-indent-region): When looking for a sexp that ends
past this line, make sure it really starts on this line.
1993-11-11 03:02:18 +00:00
Richard M. Stallman
4baf56205b (occur-mode): Run occur-mode-hook. 1993-11-11 02:48:26 +00:00
Richard M. Stallman
472895ad89 (XTmouse_position): Undo roland's change.
Fix bug in bfox change.
1993-11-11 02:33:43 +00:00
Roland McGrath
f31fe4725c [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. 1993-11-11 00:41:15 +00:00
Roland McGrath
e5074ca4b1 (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. 1993-11-10 22:56:45 +00:00
Richard M. Stallman
449c2677c3 Initial revision 1993-11-10 21:03:53 +00:00
Richard M. Stallman
298c8970ee Don't try to link *.texinfo--there are none now. 1993-11-10 21:02:27 +00:00
Richard M. Stallman
c33e95d805 (rmail-start-mail): Don't do other frame unless we have
a window system, irregardless of the state of rmail-mail-new-frame.
1993-11-10 20:51:02 +00:00
Richard M. Stallman
1b88a44adb (Man-filter-list): Include anything starting with
alphabetics, and containing "Last change:".
(manual-entry): Don't call `Man-downcase' since
Man-translate-references has already done the right thing.
1993-11-10 20:48:04 +00:00
Richard M. Stallman
de3fa0b238 (Info-extract-menu-item): Quote `*' in the menu-item
leadin re-search to prevent us from finding node names which
contain the text of another node name within them.
1993-11-10 20:46:09 +00:00
Richard M. Stallman
c6fcafde81 (hexl-mode): Use add-hook' to modify buffer local write-contents-hooks'.
(hexl-mode-exit): Remove our hook when turning off Hexl mode.
1993-11-10 20:44:14 +00:00
Richard M. Stallman
7a5a26a68f (find-backup-file-name): Don't fatal-error on
directories that are hard to read; fall back on ~/%backup%.

(file-truename): Treat ~USER like just ~.
1993-11-10 20:41:17 +00:00
Richard M. Stallman
24980d168f (remove-hook): New function, analogous to add-hook. This
is now the recommended way to remove a hook that you have added.
1993-11-10 20:30:32 +00:00
Richard M. Stallman
240d522211 (intervals.o): Depend on puresize.h. 1993-11-10 20:12:45 +00:00
Richard M. Stallman
328c0f1fe5 Include puresize.h.
(create_root_interval): Check to see if PARENT is in
pure memory.  If so, we cannot write it.
1993-11-10 20:11:44 +00:00
Richard M. Stallman
8a981af5bb (Fraise_frame): Do like the documentation says, and make
the frame visible first.
1993-11-10 20:09:54 +00:00
Richard M. Stallman
4dea6d905e (Tmouse_position): If the passed in frame is not an
Xwindow frame, don't do anything.
1993-11-10 20:07:07 +00:00
Richard M. Stallman
727b007cb2 (EMACS_GETPGRP): New macro hides argument passing to
system getpgrp.  Reinstate some semblance of control over this
macros behaviour by paying attention to GETPGRP_NO_ARG.
1993-11-10 20:03:25 +00:00
Richard M. Stallman
e89a2cd50e (sys_suspend): Use EMACS_GETPGRP macro. 1993-11-10 20:02:50 +00:00
Richard M. Stallman
d04d81d2cb (main): Use EMACS_GETPGRP macro.
(shut_down_emacs): Use EMACS_GETPGRP macro.
1993-11-10 20:02:12 +00:00